Skip to content

Commit

Permalink
Merge pull request #232 from hbz/addInventoryNumber
Browse files Browse the repository at this point in the history
Add inventoryNumber
  • Loading branch information
acka47 authored Feb 11, 2025
2 parents f8a0131 + cf63699 commit 004e08d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion lobid-vocab.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,18 @@ lv:inSeries
rdfs:range lv:SeriesRelation .


# <http://purl.org/lobid/lv#inventoryNumber>

lv:inventoryNumber
a owl:DatatypeProperty ;
rdfs:comment "An inventoryNumber for an item different to call number and shelf mark"@en ;
rdfs:domain bf:Item;
rdfs:label "inventory number"@en ;
rdfs:label "Inventarnummer"@de ;
rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf dct:identifier .

# <http://purl.org/lobid/lv#isil>

lv:isil
Expand Down Expand Up @@ -707,4 +719,4 @@ lv:zdbID
rdfs:comment "The identifier that is assigned to a bibliographic resource in the German Journal Database (Zeitschriftendatenbank, ZDB)."@en ;
rdfs:subPropertyOf dct:identifier ;
rdfs:domain dct:BibliographicResource ;
rdfs:range rdfs:Literal .
rdfs:range rdfs:Literal .

0 comments on commit 004e08d

Please sign in to comment.