@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix lv: <http://purl.org/lobid/lv#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix bf: <http://id.loc.gov/ontologies/bibframe/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://purl.org/lobid/lv>
    dct:creator <http://lobid.org/team/ap> ;
    dct:description "Under this name space new properties and classes needed for the service lobid ('linking open bibliographic data') are defined . Already existing properties and classes which are (re)used in lobid aren't documented here."@en ;
    dct:issued "2012-01-17" ;
    dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
    dct:modified "2023-06-15"^^xsd:date ;
    dct:publisher <http://lobid.org/organisation/DE-605> ;
    dct:title "lobid vocab" ;
    oo:contact <mailto:semweb@hbz-nrw.de> ;
    vann:preferredNamespacePrefix "lv" ;
    vann:preferredNamespaceUri "http://purl.org/lobid/lv#" ;
    a voaf:Vocabulary, owl:Ontology ;
    skos:historyNote "See the commit history for this vocabulary at https://github.com/lobid/vocabs/commits/master/lobid-vocab.ttl." .

lv:ArchivedWebPage
    a owl:Class ;
    rdfs:comment "An archival resource that is product of archiving a web page."@en, "Das Produkt der Archivierung einer Webseite."@de ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Archived Web Page"@en, "Archivierte Webseite"@de ;
    rdfs:subClassOf <http://data.archiveshub.ac.uk/def/ArchivalResource>, bf:Archival .

lv:Bibliography
    a owl:Class ;
    rdfs:comment "A collection of documents relevant to a particular subject or author."@en, "Eine Sammlung von Literaturnachweisen."@de ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Bibliografie"@de, "Bibliography"@en ;
    rdfs:subClassOf bibo:Collection .

lv:Biography
    a owl:Class ;
    rdfs:comment "A detailed description or account of a person's life"@en, "Die Lebensbeschreibung einer Person."@de ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Biografie"@de, "Biography"@en ;
    rdfs:subClassOf dct:BibliographicResource .

lv:EditedVolume
    a owl:Class ;
    rdfs:comment "Ein Sammelwerk mit mehreren Beiträgen."@de, "a collection of scholarly or scientific articles written by different authors"@en ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Aufsatzsammlung"@de, "Edited Volume"@en ;
    rdfs:subClassOf bibo:Collection .

lv:Festschrift
    a owl:Class ;
    rdfs:comment "A publication honoring a respected person, especially an academic."@en, "Einem Gelehrten gewidmete Sammlung von Aufsätzen."@de ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Festschrift"@de, "Festschrift"@en ;
    rdfs:subClassOf dct:BibliographicResource .

lv:IsPartOfRelation
    a owl:Class ;
    rdfs:comment "Die Beziehung zwischen einer Ressource und der ihr übergeordneten Ressource."@de, "The relationship between a resource and a superordinate resource it is part of."@en ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Part-of relation"@en, "Teil-von-Beziehung"@de .

lv:Miscellaneous
    a owl:Class ;
    rdfs:comment "Diese Klasse deckt alle Publikationstypen ab, die nicht durch bestehende Klassen erfasst sind. Sie dient insbesondere dem Angebot von Facetten für jene Publikationstypen, die in Bibliothekskatalogen selten zu finden sind."@de, "This class covers all publication types that are not covered by existing class definitions. It is used to enable facets over seldomly found publication types in library catalogs."@en ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Miscellaneous"@en, "Sonstige"@de ;
    rdfs:seeAlso <https://wiki1.hbz-nrw.de/x/E4AyAQ#Facettenueberhbz01-Daten-misc> ;
    rdfs:subClassOf dct:BibliographicResource .

lv:MultiVolumeWorkRelation
    a owl:Class ;
    rdfs:comment "Die Beziehung zwischen einem Band und dem übergeordneten mehrbändigen Werk."@de, "The relationship between a volume and a multi-volume work it is part of."@en ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Band-Werk-Beziehung"@de, "Volume-to-work relation"@en .

lv:OfficialPublication
    a owl:Class ;
    rdfs:comment "A publication that records the business and proceedings of a government agency."@en, "Eine behördliche Publikation für amtliche Bekanntmachungen."@de ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Amtliche Veröffentlichung"@de, "Official Publication"@en ;
    rdfs:subClassOf dct:BibliographicResource .

lv:Schoolbook
    a owl:Class ;
    rdfs:comment "A textbook used by school teachers in their classes."@en, "Ein Lehrbuch, das Schullehrer im Unterricht einsetzen."@de ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Schoolbook"@en, "Schulbuch"@de ;
    rdfs:subClassOf dct:BibliographicResource .

lv:SecondaryPublicationEvent
    a owl:Class ;
    rdfs:comment "Das Ereignis der Publikation einer Reproduktion/Sekundärform (z.B. Digitalisat oder Mikroform)."@de, "The publication event of a reproduction/secondary form of an already published work (e.g. digitised media or microform)."@en ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Publication Event of Secondary Form"@en, "Publikation der Sekundärform"@de ;
    rdfs:subClassOf schema:PublicationEvent .

lv:SeriesRelation
    a owl:Class ;
    rdfs:comment "Die Beziehung zwischen einem Dokument und einer Reihe."@de, "The relationship between a resource and a series it is part of."@en ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Dokument-Reihe-Beziehung"@de, "Resource-to-series relation"@en .

lv:Statistics
    a owl:Class ;
    rdfs:comment "A systematic collection and analysis of empirical data."@en, "Eine systematische Sammlung und Analyse von empirischen Daten."@de ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Statistics"@en, "Statistik"@de ;
    rdfs:subClassOf dct:BibliographicResource .

lv:ags
    a owl:DatatypeProperty ;
    rdfs:comment "Amtlicher Gemeindeschlüssel (AGS) der Region, in der sich die beschriebene raum-zeitliche Ressource befindet."@de, "Amtlicher Gemeindeschlüssel (AGS) of the region a spatial resource is located in."@en ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Amtlicher Gemeindeschlüssel"@de, "Community Identification Number"@en ;
    rdfs:range xsd:positiveInteger ;
    rdfs:seeAlso <http://de.wikipedia.org/wiki/Amtlicher_Gemeindeschl%C3%BCssel>, <http://en.wikipedia.org/wiki/Community_Identification_Number#Germany> .

lv:almaMmsId
    a owl:DatatypeProperty ;
    rdfs:comment "Die Datensatz-ID im Alma Metadata Management System (MMS). Die MMS ID kann 8 bis 19 Stellen land sein (wobei die ersten beiden Stellen den Datensatztyp angeben und die letzten vier Stellen auf den Identifikator für die Institution bezug nehmen.)"@de, "The record ID number in the Alma Metadata Management System (MMS). The MMS ID can be 8 to 19 digits long (with the first two digits referring to the record type and the last four digits referring to a unique identifier for the institution)."@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Alma MMS ID"@de, "Alma MMS ID"@en ;
    rdfs:range rdfs:Literal ;
    rdfs:subPropertyOf dct:identifier .

lv:bibliographicLevel
    a owl:DatatypeProperty ;
    rdfs:comment "Beschreibt das bibliografische Level einer Ressource, angeleht an MARC 21-Leader 07 - Bibliographic level: https://www.loc.gov/marc/bibliographic/bdleader.html"@de, "Describes the bibliographic level of a resource, based on MARC 21-Leader 07 -  - Bibliographic level: https://www.loc.gov/marc/bibliographic/bdleader.html"@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Bibliografisches Level"@de, "Bibliographic Level"@en ;
    rdfs:range rdfs:Literal ;
    rdfs:subPropertyOf dct:identifier .

lv:callNumber
    a owl:DatatypeProperty ;
    rdfs:comment "A call number, shelf mark or other identifier for an item"@en ;
    rdfs:domain bf:Item ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Signatur"@de, "call number"@en ;
    rdfs:range rdfs:Literal ;
    rdfs:subPropertyOf dct:identifier .

lv:contactqr
    a owl:ObjectProperty ;
    rdfs:comment "Relates a person, organization or other agent to a QR code that encodes the agent's contact information."@en ;
    rdfs:domain foaf:Agent ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Contact QR code"@en, "Kontakt-QR-Code"@de ;
    rdfs:range foaf:Image .

lv:containedIn
    a owl:ObjectProperty ;
    rdfs:comment "Diese Property verlinkt einen Artikel mit einer Zeitschrift oder einer Aufsatzsammlung, in der er enthalten ist."@de, "This property is used to link an article to a journal or an edited volume it is contained in."@en ;
    rdfs:domain bibo:Article ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Contained in"@en, "Enthalten in"@de ;
    rdfs:range dct:BibliographicResource ;
    rdfs:subPropertyOf dct:isPartOf .

lv:containsExampleOfWork
    a owl:ObjectProperty ;
    rdfs:comment "Diese Property verweist auf ein Werk, von dem die Ressource eine Instanz beinhaltet. Das heißt, hier werden Einheitssachtitel und optional die GND-ID eines Werks angegeben, von dem die Ressource eine Instanz enthält."@de, "This property is used to indicate a work of which the resource contains an instance. Traditionally, this work is identified by a uniform title and optionally with a GND ID."@en ;
    rdfs:domain bibo:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Contains example of work"@en, "Enthält eine Instanz des Werkes"@de ;
    rdfs:range <http://d-nb.info/standards/elementset/gnd#Work> .

lv:currentLocation
    a owl:DatatypeProperty ;
    rdfs:comment "The location of an item"@en ;
    rdfs:domain bf:Item ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Standort"@de, "current location"@en ;
    rdfs:range rdfs:Literal ;
    rdfs:subPropertyOf dct:identifier .

lv:dbsID
    a owl:DatatypeProperty ;
    rdfs:comment "DBS-Nummer. Der Identifier, der einer Bibliothek innerhalb der Deutschen Bibliotheksstatistik (DBS) zugewiesen wurde."@de, "The identifier that was assigned to a library in the context of the German Library Statistics (DBS)."@en ;
    rdfs:domain schema:Library ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "DBS ID"@en, "DBS-ID"@de ;
    rdfs:range rdfs:Literal ;
    rdfs:subPropertyOf dct:identifier .

lv:dnbID
    a owl:DatatypeProperty ;
    rdfs:comment "DNB-Nummer. Der Identifier, der einer bibliographischen Ressource im Katalog der DNB (Deutsche National Bibliothek) zugewiesen wurde."@de, "The identifier that is assigned to a bibliographic resource in the catalogue of the German National Library (DNB, Deutsche National Bibliothek))."@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "DNB ID"@en, "DNB-ID"@de ;
    rdfs:range rdfs:Literal ;
    rdfs:subPropertyOf dct:identifier .

lv:fulltextOnline
    a owl:ObjectProperty ;
    rdfs:comment "Relates a bibliographic resource to an online resource (full text in HTML, PDFs or landing pages in OA repositories, on publishers' websites etc.) that represents the full text of the bibliographic resource or contains a link to a full text of the resource. "@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Fulltext online"@en, "Online-Volltext"@de ;
    rdfs:range foaf:Document .

lv:fundertype
    a owl:ObjectProperty ;
    rdfs:comment "Indicates which type an institution's funder is of. It should be used with a controlled vocabulary like http://purl.org/lobid/fundertype."@en ;
    rdfs:domain foaf:Organization ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Art des Unterhaltträgers"@de, "Type of funding organization"@en ;
    rdfs:range skos:Concept .

lv:hasSuperordinate
    a owl:ObjectProperty ;
    rdfs:comment "Diese Property verlinkt eine Teil-von-Beziehung mit der übergeordneten Ressource."@de, "This property is used to link a is-part-of relation to a superordinate resource."@en ;
    rdfs:domain lv:IsPartRelation ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Superordinate resource"@de, "Übergeordnete Ressource"@en ;
    rdfs:range dct:BibliographicResource .

lv:hbzID
    a owl:DatatypeProperty ;
    rdfs:comment "HT-Nummer. Der Identifier, der einer bibliographischen Ressource im hbz-Verbundkatalog zugewiesen wurde."@de, "The identifier that is assigned to a bibliographic resource in the hbz union catalogue."@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "hbz ID"@en, "hbz-ID"@de ;
    rdfs:range rdfs:Literal ;
    rdfs:subPropertyOf dct:identifier .

lv:inCollection
    a owl:ObjectProperty ;
    rdfs:comment "Diese Property verlinkt eine Ressource mit einer Sammlung (Bibliographie, Dokumentenserver etc.), zu der sie gehört."@de, "This property is used to link a bibliographic resource to a collection (bibliography, repository etc.) it is part of."@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "In Sammlung"@de, "in collection"@en .

lv:inDataset
    a owl:ObjectProperty ;
    rdfs:comment "Diese Property verlinkt einen Datensatz mit einem Dataset, zu dem er gehört."@de, "This property is used to link a data record to a data set it is part of."@en ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "In Dataset"@de, "in data set"@en ;
    rdfs:range schema:Dataset .

lv:inSeries
    a owl:ObjectProperty ;
    rdfs:comment "Diese Property verlinkt eine Ressource mit einer Dokument-Serie-Beziehung."@de, "This property is used to link a document to a document-to-series relation."@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "In Reihe"@de, "in series"@en ;
    rdfs:range lv:SeriesRelation .

lv:isPartOf
    a owl:ObjectProperty ;
    rdfs:comment "Diese Property verlinkt eine Ressource mit einer Teil-von-Beziehung."@de, "This property is used to link a resource to a is-part-of relation."@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Bestandteil von"@de, "is part of"@en ;
    rdfs:range lv:IsPartOfRelation .

lv:isil
    a owl:DatatypeProperty ;
    rdfs:comment "International Standard Identifier for Libraries and Related Organizations (ISIL). 'An ISIL identifies an organization, i.e., a library or a related organization, or one of its subordinate units, which is responsible for an action or service in a bibliographic environment (e.g. creation of machine-readable information). It can be used to identify the originator or holder of a resource (e.g. library material).' The literal should conform to this regular expression: [A-Z]{1,4}-[0-9a-zA-Z:-/]{1,11} ."@en, "International Standard Identifier for Libraries and Related Organizations (ISIL). Ein eindeutiger Identifikator für Bibliotheken und verwandte Einrichtungen oder untergeordnete Organisationseinheiten, der durch ISIL-Agenturen vergeben wird. Das Literal sollte durch den folgenden regulären Ausdruck gematcht werden: [A-Z]{1,4}-[0-9a-zA-Z:-/]{1,11} ."@de ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "ISIL" ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:onDatatype xsd:string ;
        owl:withRestrictions ([
                xsd:pattern "[A-Z]{1,4}-[0-9a-zA-Z:-/]{1,11}"
            ]
        )
    ] ;
    rdfs:seeAlso <http://biblstandard.dk/isil/scope.htm> ;
    rdfs:subPropertyOf dct:identifier .

lv:multiVolumeWork
    a owl:ObjectProperty ;
    rdfs:comment "Diese Property verlinkt eine Band-Werk-Beziehung mit einem mehrbändigen Werk."@de, "This properties is used to link a volume-to-work relation to a volume."@en ;
    rdfs:domain lv:MultiVolumeWorkRelation ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Mehrbändiges Werk"@de, "Multi-volume work"@en ;
    rdfs:range dct:BibliographicResource .

lv:numbering
    a owl:ObjectProperty ;
    rdfs:comment "This property is used to indicate the numbering within a volume-to-work or a document-to-series relation."@en, "Zur Angabe der Nummerierung innerhalb einer Band-Werk-Beziehung oder Dokument-Reihe-Beziehung."@de ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (lv:MultiVolumeWorkRelation
            lv:SeriesRelation
        )
    ] ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Nummer"@de, "numbering"@en ;
    rdfs:range rdfs:Literal .

lv:nwbibspatial
    a owl:ObjectProperty ;
    rdfs:comment "Links a resource in the Northrhine-Westphalian Bibliography (NWBib) to a concept in NWBib's spatial classification (http://purl.org/lobid/nwbib-spatial)."@en, "Verlinkt eine Ressource aus der Nordrhein-Westfälischen Bibliographie mit einer Systemstelle aus der NWBib-Ortssystematik (http://purl.org/lobid/nwbib-spatial)."@de ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "NWBib spatial subject heading"@en, "NWBib-Ortsschlagwort"@de ;
    rdfs:range skos:Concept ;
    rdfs:subPropertyOf dct:subject ;
    vs:status "deprecated" .

lv:nwbibsubject
    a owl:ObjectProperty ;
    rdfs:comment "Links a resource in the Northrhine-Westphalian Bibliography (NWBib) to a concept in NWBib's subject classification (http://purl.org/lobid/nwbib)."@en, "Verlinkt eine Ressource aus der Nordrhein-Westfälischen Bibliographie (NWBib) mit einer Systemstelle aus der NWBib-Sachsystematik (http://purl.org/lobid/nwbib)."@de ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "NWBib subject heading"@en, "NWBib-Sachschlagwort"@de ;
    rdfs:range skos:Concept ;
    rdfs:subPropertyOf dct:subject ;
    vs:status "deprecated" .

lv:rpbSubject
    a owl:ObjectProperty ;
    rdfs:comment "Links a resource in the Bibliography of Rhineland-Palatinate (RPB) to a concept in one of RPB's subject classification: http://purl.org/lobid/rpb and https://w3id.org/lobid/rpb2."@en, "Verlinkt eine Ressource aus der Rheinland-Pfälzischen Bibliographie (RPB) mit einer Systemstelle aus einer RPB-Sachsystematik: http://purl.org/lobid/rpb und https://w3id.org/lobid/rpb2."@de ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "RPB subject heading"@en, "RPB-Sachschlagwort"@de ;
    rdfs:range skos:Concept ;
    rdfs:subPropertyOf dct:subject ;
    vs:status "deprecated" .

lv:rs
    a owl:DatatypeProperty ;
    rdfs:comment "Key of the region a spatial resource is located in."@en, "Regionalschlüssel der Region, in der sich die beschriebene raum-zeitliche Ressource befindet."@de ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Region key"@en, "Regionalschlüssel"@de ;
    rdfs:range xsd:positiveInteger ;
    rdfs:seeAlso <https://de.wikipedia.org/wiki/Amtlicher_Gemeindeschl%C3%BCssel#Regionalschl.C3.BCssel> .

lv:series
    a owl:ObjectProperty ;
    rdfs:comment "Diese Property verlinkt eine Dokument-Serie-Beziehung mit einer Serie."@de, "This property is used to link a document-to-series relation to a series."@en ;
    rdfs:domain lv:SeriesRelation ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Reihe"@de, "Series"@en ;
    rdfs:range dct:BibliographicResource .

lv:stocksize
    a rdf:Property ;
    rdfs:comment "Indicates an institution's stock size. This property is especially used to indicate the size of a library's collection. It is recommended to be used with the controlled vocabulary at http://purl.org/lobid/stocksize."@en ;
    rdfs:domain foaf:Organization ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Bestandsgröße"@de, "Stock Size"@en .

lv:subjectAltLabel
    a rdf:Property ;
    rdfs:comment "Contains labels which are used for search but are not shown in the frontend."@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Abweichende Benennung eines Schlagworts"@de, "Variant spelling of a subject heading"@en ;
    rdfs:range rdfs:Literal .

lv:subjectChain
    a owl:DatatypeProperty ;
    rdfs:comment "A pipe-separated list of subject terms, optionally followed by a comma-seperated list of permutations (in parentheses)."@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Chain of subject terms"@en, "Schlagwortfolge"@de ;
    rdfs:range rdfs:Literal ;
    vs:status "deprecated" .

lv:titleKeyword
    a owl:DatatypeProperty ;
    rdfs:comment "Indicates a title keyword, possibly in a different spelling than used in the original title."@en ;
    rdfs:domain schema:CreativeWork ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Titelstichwort"@de, "Title keyword"@en .

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 .

lv:volumeIn
    a owl:ObjectProperty ;
    rdfs:comment "Diese Property verlinkt ein Band mit einer Band-Werk-Beziehung."@de, "This property is used to link a volume to a volume-to-work relation."@en ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Bestandteil von"@de, "volume in"@en ;
    rdfs:range lv:MultiVolumeWorkRelation .

lv:webPageArchived
    a owl:ObjectProperty ;
    rdfs:comment "This property is used to link the product of archiving a web page to the web page being archived."@en ;
    rdfs:domain lv:ArchivedWebPage ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "Archivierte Webseite"@de, "Web page archived"@en ;
    rdfs:range schema:WebPage .

lv:zdbID
    a owl:DatatypeProperty ;
    rdfs:comment "The identifier that is assigned to a bibliographic resource in the German Journal Database (Zeitschriftendatenbank, ZDB)."@en, "ZDB-Nummer. Der Identifier, der einer bibliographischen Ressource in der Zeitschriftendatenbank (ZDB) zugewiesen wurde."@de ;
    rdfs:domain dct:BibliographicResource ;
    rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
    rdfs:label "ZDB ID"@en, "ZDB-ID"@de ;
    rdfs:range rdfs:Literal ;
    rdfs:subPropertyOf dct:identifier .

[]
    rdfs:subPropertyOf lv:containsExampleOfWork ;
    owl:propertyChainAxiom (bf:hasPart
        bf:instanceOf
    ) .

[]
    rdfs:subPropertyOf lv:containsExampleOfWork ;
    owl:propertyChainAxiom (schema:hasPart
        schema:exampleOfWork
    ) .

[]
    rdfs:subPropertyOf dct:isPartOf ;
    owl:propertyChainAxiom (lv:isPartOf
        lv:hasSuperordinate
    ) .

