Vorschlag: Nutzung von lv:urn
<http://purl.org/lobid/lv#urn> a owl:DatatypeProperty ; rdfs:comment "This property is used to indicate the uniform resource name (URN) of a bibliographic resource. The URN must be stated as a string not as URI, thus identifying the identifier itself and not the resource that is identified by the URN."@en ; rdfs:domain dct:BibliographicResource ; rdfs:isDefinedBy <http://purl.org/lobid/lv> ; rdfs:label "URN"@de, "URN"@en ; rdfs:range rdfs:Literal . |
Beispiel:
<http://lobid.org/resource/HT017502667> a <http://purl.org/dc/terms/BibliographicResource> , <http://purl.org/vocab/frbr/core#Manifestation> , <http://purl.org/ontology/bibo/Book> ; <http://purl.org/lobid/lv#urn> "urn:nbn:de:101:1-201210094953" . |