@prefix thesaurus: <http://metadata.un.org/thesaurus/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix eu: <http://eurovoc.europa.eu/schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

thesaurus:160900
  a skos:Concept, eu:MicroThesaurus ;
  skos:narrower thesaurus:1003980 ;
  skos:prefLabel "علم الفلك والكيمياء والفيزياء"@ar, "ASTRONOMY, CHEMISTRY AND PHYSICS"@en, "ASTRONOMIA, QUIMICA, FISICA"@es, "ASTRONOMIE, CHIMIE, PHYSIQUE"@fr, "АСТРОНОМИЯ, ХИМИЯ И ФИЗИКА"@ru, "天文学, 化学和物理学"@zh .

thesaurus:1006480
  a skos:Concept ;
  skos:narrower thesaurus:1003980 ;
  skos:prefLabel "الاختبار"@ar, "TESTING"@en, "ENSAYO"@es, "MISE A L'EPREUVE"@fr, "Испытания"@ru, "测试"@zh .

thesaurus:1000912
  a skos:Concept ;
  skos:related thesaurus:1003980 ;
  skos:prefLabel "التحليل الكيميائي"@ar, "CHEMICAL ANALYSIS"@en, "ANALISIS QUIMICO"@es, "ANALYSE CHIMIQUE"@fr, "Химический анализ"@ru, "化学分析"@zh .

thesaurus:1003975
  a skos:Concept ;
  skos:related thesaurus:1003980 ;
  skos:prefLabel "المواد"@ar, "MATERIALS"@en, "MATERIALES"@es, "MATERIAUX"@fr, "Материалы"@ru, "材料"@zh .

thesaurus:1003979
  a skos:Concept ;
  skos:related thesaurus:1003980 ;
  skos:prefLabel "علوم المواد"@ar, "MATERIALS SCIENCE"@en, "CIENCIA DE LOS MATERIALES"@es, "SCIENCE DES MATERIAUX"@fr, "Материаловедение"@ru, "材料科学"@zh .

thesaurus:1003980
  a skos:Concept ;
  skos:inScheme thesaurus:16 ;
  skos:prefLabel "اختبار المواد"@ar, "MATERIALS TESTING"@en, "ENSAYO DE MATERIALES"@es, "MISE A L'EPREUVE DES MATERIAUX"@fr, "Испытание материалов"@ru, "材料试验"@zh ;
  skos:altLabel "إختبار المواد"@ar, "إختبار مواد"@ar ;
  skos:note "DP/1993/39"@ar, "Unesco ST/SG/AC.10/11 (INIS),U"@en ;
  skos:broader thesaurus:160900, thesaurus:1006480 ;
  skos:related thesaurus:1000912, thesaurus:1003975, thesaurus:1003979 ;
  dc:identifier "T0009539" .

rdf:type
  rdfs:label "type" ;
  rdfs:comment "The subject is an instance of a class." .

skos:Concept
  a owl:Class ;
  rdfs:label "Concept"@en .

skos:inScheme
  rdfs:label "is in scheme"@en ;
  skos:definition "Relates a resource (for example a concept) to a concept scheme in which it is included."@en .

thesaurus:16
  a skos:ConceptScheme, eu:Domain ;
  skos:prefLabel "العلم والتكنولوجيا"@ar, "SCIENCE AND TECHNOLOGY"@en, "CIENCIA Y TECNOLOGIA"@es, "科学和技术"@zh, "SCIENCES ET TECHNIQUES"@fr, "НАУКА И ТЕХНОЛОГИЯ"@ru .

skos:prefLabel
  rdfs:label "preferred label"@en ;
  rdfs:comment "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en, "The range of skos:prefLabel is the class of RDF plain literals."@en, """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en ;
  rdfs:subPropertyOf rdfs:label .

skos:altLabel
  rdfs:label "alternative label"@en ;
  rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en, "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ;
  skos:definition "An alternative lexical label for a resource."@en ;
  rdfs:subPropertyOf rdfs:label .

skos:note
  rdfs:label "note"@en ;
  skos:definition "A general note, for any purpose."@en .

skos:broader
  rdfs:label "has broader"@en ;
  rdfs:comment "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en ;
  skos:definition "Relates a concept to a concept that is more general in meaning."@en ;
  rdfs:subPropertyOf skos:broaderTransitive .

skos:related
  rdfs:label "has related"@en ;
  rdfs:comment "skos:related is disjoint with skos:broaderTransitive"@en ;
  skos:definition "Relates a concept to a concept with which there is an associative semantic relationship."@en ;
  rdfs:subPropertyOf skos:semanticRelation .

dc:identifier
  rdfs:label "Identifier"@en ;
  rdfs:comment "An unambiguous reference to the resource within a given context."@en ;
  rdfs:subPropertyOf dc11:identifier .

