@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix coarresourcetypes: <http://purl.org/coar/resource_type/> .

bibo:Document
  skos:narrowMatch coarresourcetypes:c_71bd ;
  skos:narrower coarresourcetypes:c_71bd .

coarresourcetypes:c_71bd
  skos:prefLabel "tehnična dokumentacija"@sl, "tekninen dokumentaatio"@fi, "технічна документація"@uk, "техничка документација"@sr-cyrl, "texniki sənədləşmə"@az, "技術文書"@ja, "technische documentatie"@nl, "technická dokumentace"@cs, "manuel technique"@fr, "teknik dokümantasyon"@tr, "技术资料"@zh, "teknisk dokumentation"@da, "documentació tècnica"@ca, "teknisk dokumentation"@sv, "وثائق فنية"@ar, "documentação técnica"@pt, "documentazione tecnica"@it, "техническая документация"@ru, "tehnička dokumentacija"@sr, "documentație tehnică"@ro, "Technische Dokumentation"@de, "technical documentation"@en, "기술문서"@ko, "documentación técnica"@es, "τεχνική τεκμηρίωση"@el, "documentación técnica"@gl, "műszaki dokumentáció"@hu ;
  skos:broadMatch bibo:Document ;
  a skos:Concept ;
  skos:broader bibo:Document .

