- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Sat, 12 Apr 2014 13:25:35 -0400
- To: public-vocabs@w3.org
- Message-ID: <5349770F.2080509@openlinksw.com>
On 4/12/14 11:46 AM, Jarno van Driel wrote: > I'm so glad semantics can help me understand and express things. But > which of the below properties helps me say: "this is my Youtube page, > here is where I share the useless stuff I like"? > > 1. describedBy > 2. profileAt > 3. hasProfileDoc > 4. identifiedBy > 5. referencedBy > 6. subjectOf None of the above are supposed to indicate ownership. They indicate connotation. If you want to indicate ownership, then you look to properties like: 1. made 2. maker or isMakerOf 3. creator or isCreatorOf. Sticking with Dan's example below, I hope you can see the semantic fallibility (and implicit unsuitability) of the relations above, in that context. For instance, the entity with the name attribute "Stephen Fry" didn't make (or create) any of those documents. Neither does the entity really own any of those documents, either. Social network service providers are making documents that identify you (to their internal systems, primarily). Microdata: <div itemscope itemtype="http://schema.org/Person" <http://schema.org/Person>> <span itemprop="name">Stephen Fry</span> (<a itemprop="url" href="http://www.stephenfry.com/" <http://www.stephenfry.com/>>stephenfry.com <http://stephenfry.com></a>, <a itemprop="made" href="http://twitter.com/stephenfry" <http://twitter.com/stephenfry>>twitter</a>, <a itemprop="made" href="http://en.wikipedia.org/wiki/Stephen_Fry" <http://en.wikipedia.org/wiki/Stephen_Fry>>wikipedia</a>) </div> Turtle translation: <> <http://www.w3.org/ns/md#item> <http://www.w3.org/ns/md#item> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Person> <http://schema.org/Person>; <http://schema.org/name> <http://schema.org/name> "Stephen Fry"; <http://schema.org/made> <http://schema.org/sameAs> <http://twitter.com/stephenfry> <http://twitter.com/stephenfry>, <http://en.wikipedia.org/wiki/Stephen_Fry> <http://en.wikipedia.org/wiki/Stephen_Fry>; <http://schema.org/url> <http://schema.org/url> <http://www.stephenfry.com/> <http://www.stephenfry.com/> ]; <http://www.w3.org/ns/rdfa#usesVocabulary> <http://www.w3.org/ns/rdfa#usesVocabulary> <http://schema.org/> <http://schema.org/> . -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog: http://www.openlinksw.com/blog/~kidehen Twitter Profile: https://twitter.com/kidehen Google+ Profile: https://plus.google.com/+KingsleyIdehen/about LinkedIn Profile: http://www.linkedin.com/in/kidehen
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Saturday, 12 April 2014 17:25:56 UTC