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

addterms:Documentation
  skos:scopeNote "Used when documentation in such areas as research, medicine and epidemiology, databases and information services is a central topic."@en, "Wird indexiert, wenn Dokumentation in verschiedenen Bereichen, etwa Forschung, Medizin und Epidemiologie, Datenbanken und Informationsdienste, im Mittelpunkt steht."@de ;
  skos:topConceptOf addterms: ;
  skos:inScheme addterms: ;
  skos:prefLabel "Documentation"@en, "Dokumentation"@de ;
  a skos:Concept .

addterms:Misc
  skos:prefLabel "Miscellaneous"@en, "Verschiedenes"@de ;
  a skos:Collection ;
  skos:member addterms:Documentation .

addterms:
  skos:prefLabel "Additional Terms (IT)"@en, "Zusatzdeskriptoren (IT)"@de ;
  a skos:ConceptScheme ;
  skos:hasTopConcept addterms:Documentation .

