@prefix : <http://www.vocabs.org/term/Bestandsverlauf#> .


  :Bestandsverlauf rdfs:subClassOf rdfs:Class .
  :Bestandsverlauf rdfs:label "Bestandsverlauf"@de .

  :Bestandsverlauf rdfs:subClassOf :Bestandsverlauf .

  :Bestandsverlauf rdfs:subClassOf :Bestandsverlauf .

  :Bestandsverlauf rdfs:comment "Beschreibung der Bestände einer Bibliothek an einem Periodikum."@de . 

  :Bestandsverlauf rdfs:comment "The description of holdings of a Periodical by a Library."@en .

  :hasBeginVolumeNumbering a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The numbering of the beginning volume"@en .
			
  
  :hasBeginIssueNumbering a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The numbering of the beginning issue"@en .
			
  
  :hasBeginTemporal a rdfs:Property;
            rdfs:domain :Bestandsverlauf;
			rdfs:range rdfs:Literal;
			rdfs:comment "A temporal information, like a year"@en .
			
  :hasBeginComment a rdfs:Property;
            rdfs:domain :Bestandsverlauf;
			rdfs:range rdfs:Literal;
			rdfs:comment "A comment to the beginning group"@en .

  :hasEndVolumeNumbering a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The numbering of the ending volume"@en .
			
  :hasEndIssueNumbering a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The numbering of the ending issue"@en .
			
  :hasEndTemporal a rdfs:Property;
            rdfs:domain :Bestandsverlauf;
			rdfs:range rdfs:Literal;
			rdfs:comment "A temporal information, like a year."@en .
			
  :hasEndComment a rdfs:Property;
            rdfs:domain :Bestandsverlauf;
			rdfs:range rdfs:Literal;
			rdfs:comment "A comment to the ending group."@en .

    :hasBeginDayCount a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The day count of the beginning group"@en .
			
	:hasBeginMonthCount a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The month count of the beginning group"@en .

	:hasEndDayCount a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The day count of the ending group"@en .
			
	:hasEndMonthCount a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The month count of the ending group"@en .

    :hasBeginDayCount a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The day count of the beginning group"@en .
			
	:hasBeginMonthCount a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The month count of the beginning group"@en .

	:hasEndDayCount a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The day count of the ending group"@en .
			
	:hasEndMonthCount a rdfs:Property;
            rdfs:range rdfs:Literal;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "The month count of the ending group"@en .

	:hasSubBestandsverlauf a rdfs:Property;
            rdfs:range :Bestandsverlauf;
            rdfs:domain :Bestandsverlauf;
			rdfs:comment "A Bestandsverlauf resource, which is a subpart to the resource in question"@en . 

  :Bestandsverlauf rdfs:subClassOf :Bestandsverlauf .

  :Bestandsverlauf rdfs:comment "Beschreibung der Bestände einer Einrichtung an einem Periodikum."@de . 

  :Bestandsverlauf rdfs:comment "The description of holdings of a Periodical by an institution."@en .