-
Notifications
You must be signed in to change notification settings - Fork 2
/
acquisitionDate.nt
7 lines (7 loc) · 1 KB
/
acquisitionDate.nt
1
2
3
4
5
6
7
<http://opaquenamespace.org/ns/acquisitionDate> <http://purl.org/dc/terms/issued> "2017-04-28"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://opaquenamespace.org/ns/acquisitionDate> <http://purl.org/dc/terms/modified> "2017-04-28"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://opaquenamespace.org/ns/acquisitionDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> .
<http://opaquenamespace.org/ns/acquisitionDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://opaquenamespace.org/ns/acquisitionDate> <http://www.w3.org/2000/01/rdf-schema#comment> "Date of acquisition (property, gift, etc.) of property or item described in the resource."@en .
<http://opaquenamespace.org/ns/acquisitionDate> <http://www.w3.org/2000/01/rdf-schema#label> "Acquisition Date"@en .
<http://opaquenamespace.org/ns/acquisitionDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> "http://purl.org/dc/terms/date" .