@prefix relations: <https://w3id.org/zpid/vocabs/relations/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

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

relations:isReanalyisOf
  rdfs:domain <http://id.loc.gov/ontologies/bibframe/Work> ;
  rdfs:range <http://id.loc.gov/ontologies/bibframe/Work> ;
  rdfs:subPropertyOf <http://id.loc.gov/ontologies/bibframe/dataSource> ;
  skos:broadMatch <http://data.loterre.fr/ark:/67375/TSO-XK0JJTS6-2>, <http://id.loc.gov/ontologies/bibframe/dataSource> ;
  skos:relatedMatch <http://data.loterre.fr/ark:/67375/TSO-DXZHDP22-C> ;
  skos:editorialNote "Bibframe has the relationship property 'data source', which seems to replicate MARC21 field 786 'Data Source Entry': https://www.loc.gov/marc/bibliographic/bd786.html. According to 'Mapping MARC 21 Linking Entry Fields to FRBR and Tillett’s Taxonomy of Bibliographic Relationships' (Pat Riva) it means: 'the content of the two works is related by the first being based on data from the second.'"@en ;
  skos:broader relations:hasDataSource ;
  skos:notation "Data Source 002" ;
  skos:inScheme relations: ;
  skos:prefLabel "is reanalyis of"@en, "ist Reanalyse von"@de ;
  a rdf:Property, skos:Concept .

relations:hasDataSource
  skos:prefLabel "has data source"@en, "hat Datenquelle"@de ;
  a rdf:Property, skos:Concept ;
  skos:narrower relations:isReanalyisOf .

relations:PSYNDEXoriginalDataRelations
  skos:prefLabel "Originaldaten-Ressourcen"@de, "Original Data Resources"@en ;
  a skos:Collection ;
  skos:member relations:isReanalyisOf .

