- From: Karl Dubost <karl@w3.org>
- Date: Mon, 25 Apr 2005 15:15:09 -0400
- To: semantic-web@w3.org
When flickr meets del.icio.us meets SKOS. I think there might be a way to bridge http://del.icio.us/tag/ http://flickr.com/tags/ http://www.technorati.com/tags/ http://blogmarks.net/ plus my own http://my-own-system.example.org/tags/ Is something like this is the way to go? <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <skos:Concept rdf:about="http://del.icio.us/tag/flickr"> <skos:prefLabel>flickr</skos:prefLabel> <skos:altLabel>flickrs</skos:altLabel> <skos:related rdf:resource="http://del.icio.us/tag/photo"/> <skos:definition>flickr is used to describe things which are related to Flickr at http://flickr.com/ an online sharing photographs service.</skos:definition> </skos:Concept> <skos:Concept rdf:about="http://del.icio.us/tag/photo"> <skos:prefLabel>photo</skos:prefLabel> <skos:altLabel>photos</skos:altLabel> <skos:altLabel xml:lang="fr">photographie</skos:altLabel> <skos:altLabel xml:lang="en">photography</skos:altLabel> <skos:definition>Describe things related to photography</skos:definition> </skos:Concept> </rdf:RDF> -- Karl Dubost - http://www.w3.org/People/karl/ W3C Conformance Manager *** Be Strict To Be Cool ***
Received on Monday, 25 April 2005 19:15:23 UTC