|
Say I want to use schema.org's vocabulary for my N-triples data. But there's some confusion on how to use that vocabulary. Actually this confusion is across many vocabularies I encountered. Should it be:
or maybe
or maybe something else? |
|
The RDF version of Schema.org at schema.rdfs.org uses slash URIs and flat hierarchy, where all local names are directly under the namespace URI (see Turtle dump) . Therefore, for your example you should use something like this:
I don't see where "http://schema.org/name" is located in in the Turtle dump. How did you come to the conclusion that it shouldn't be If you look into the dump, there's |

