@prefix relations: <https://w3id.org/zpid/vocabs/relations/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

relations:
  skos:prefLabel "Resource Relations"@en, "Ressourcenbeziehungen"@de ;
  a skos:ConceptScheme .

relations:hasOtherSerialFormat
  skos:broader relations:hasOtherPhysicalFormat ;
  skos:scopeNote "Relates a print journal and its online version or vice versa."@en ;
  skos:inScheme relations: ;
  skos:prefLabel "has other serial format"@en, "hat andere serielle Form"@de ;
  a owl:SymmetricProperty, rdf:Property, skos:Concept .

relations:hasOtherPhysicalFormat
  skos:prefLabel "has other physical format"@en, "hat andere physische Form"@de ;
  a owl:SymmetricProperty, rdf:Property, skos:Concept ;
  skos:narrower relations:hasOtherSerialFormat .

