-
Notifications
You must be signed in to change notification settings - Fork 2
/
TestVocabulary.nt
15 lines (15 loc) · 1.76 KB
/
TestVocabulary.nt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<http://opaquenamespace.org/ns/TestVocabulary> <http://purl.org/dc/terms/issued> "2016-03-04" .
<http://opaquenamespace.org/ns/TestVocabulary> <http://purl.org/dc/terms/modified> "2017-01-26"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://opaquenamespace.org/ns/TestVocabulary> <http://purl.org/dc/terms/publisher> "Me"@ne .
<http://opaquenamespace.org/ns/TestVocabulary> <http://purl.org/dc/terms/title> "Testing Vocabulary"@en .
<http://opaquenamespace.org/ns/TestVocabulary> <http://purl.org/dc/terms/title> "Testing Vocabulary Zulu"@zu .
<http://opaquenamespace.org/ns/TestVocabulary> <http://schema.org/alternateName> "asdf"@en .
<http://opaquenamespace.org/ns/TestVocabulary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/dcam/VocabularyEncodingScheme> .
<http://opaquenamespace.org/ns/TestVocabulary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://opaquenamespace.org/ns/TestVocabulary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://opaquenamespace.org/ns/TestVocabulary> <http://www.w3.org/2000/01/rdf-schema#comment> "Simple comment"@ja .
<http://opaquenamespace.org/ns/TestVocabulary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> "Blahblah" .
<http://opaquenamespace.org/ns/TestVocabulary> <http://www.w3.org/2000/01/rdf-schema#label> "Here is a sample label"@an .
<http://opaquenamespace.org/ns/TestVocabulary> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "Blahblah" .
<http://opaquenamespace.org/ns/TestVocabulary> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://opaquenamespace.org/ns/TestVocabulary> .
<http://opaquenamespace.org/ns/TestVocabulary> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> "asdf" .