@prefix patypes: <https://w3id.org/zpid/vocabs/psycharchives-types/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

patypes:other
  skos:exactMatch <http://purl.org/coar/resource_type/c_1843> ;
  skos:scopeNote "any material not fitting into another category "@en ;
  skos:notation "720" ;
  skos:topConceptOf patypes: ;
  skos:inScheme patypes: ;
  skos:prefLabel "Anderes"@de, "Other"@en ;
  a skos:Concept .

patypes:
  skos:prefLabel "PsychArchives: Ressourcen-Typen (DROs)"@en, "PsychArchives: DataTypes"@de ;
  a skos:ConceptScheme ;
  skos:hasTopConcept patypes:other .

