- From: Stéphane Corlosquet <scorlosquet@gmail.com>
- Date: Mon, 24 Feb 2014 16:49:06 -0500
- To: Jarno van Driel <jarno@quantumspork.nl>
- Cc: Kingsley Idehen <kidehen@openlinksw.com>, W3C Vocabularies <public-vocabs@w3.org>
- Message-ID: <CAGR+nnEZ9++p_9VALDqURsurXPooFsachTJxmx6uevzn-j0sew@mail.gmail.com>
href can only include one single URI, unlike the type attribute with can list multiple types. Steph. On Feb 24, 2014 4:44 PM, "Jarno van Driel" <jarno@quantumspork.nl> wrote: > I was wondering, can: > > <link property="sameAs" href="https://en.wikipedia.org/wiki/Songyue_Pagoda" > /> > <link property="sameAs" href="http://www.freebase.com/m/03bz2xf" /> > > also be written as: > > <link property="sameAs" href="https://en.wikipedia.org/wiki/Songyue_Pagoda > http://www.freebase.com/m/03bz2xf" /> or > <link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Songyue_Pagoda > http://www.freebase.com/m/03bz2xf" /> > (2 values separated by a space) > > like you're also able to write: > <span vocab="http://schema.org/" typeof="Product Service">...</span> or > <span itemscope itemtype="http://schema.org/Product http://schema.org/ > Service">...</span> > > or is that only possible in the case of types (from the same domain) and > not with property values? > > > > > On Sat, Feb 22, 2014 at 11:35 PM, Kingsley Idehen <kidehen@openlinksw.com>wrote: > >> On 2/22/14 4:37 PM, Gregg Kellogg wrote: >> >>> The Wikidata produced RDf is quite useful, though. In general, settling >>> on Wikidata as a primary identifier space seems like a good idea to me, but >>> it would be nice if at least one of the sameAs relationships was to >>> something else that's useful, like an RDF version of a Freebase resource, >>> or DBpedia (unless that's considered competition?). Perhaps Freebase could >>> also declare an equivalent to the Wikidata page, they do both say they're >>> equivalent to the same Wikipedia pages in this case, anyway. (Denny?) >>> >> >> Interesting insight. >> >> In the realm of Linked Data, why would DBpedia be perceived as >> competition to Freebase, Wikidata, or anything else? That said, I think you >> do raise an interesting point that's certainly worth open and frank >> discussion. >> >> -- >> >> 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 >> >> >> >> >> >> >
Received on Monday, 24 February 2014 21:49:34 UTC