@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:040300
  a skos:Concept, eu:MicroThesaurus ;
  skos:narrower thesaurus:1001929 ;
  skos:prefLabel "LIVESTOCK"@en, "GANADO"@es, "CHEPTEL"@fr, "牲畜"@zh, "СКОТ"@ru, "الماشية"@ar .

thesaurus:1002413
  a skos:Concept ;
  skos:narrower thesaurus:1001929 ;
  skos:prefLabel "الأغذية"@ar, "FOOD"@en, "ALIMENTOS"@es, "ALIMENTS"@fr, "Пища"@ru, "粮食"@zh .

thesaurus:1000300
  a skos:Concept ;
  skos:narrower thesaurus:1001929 ;
  skos:prefLabel "المنتجات الحيوانية"@ar, "ANIMAL PRODUCTS"@en, "PRODUCTOS ANIMALES"@es, "PRODUITS D'ORIGINE ANIMALE"@fr, "Животноводческая продукция"@ru, "动物产品"@zh .

thesaurus:1005216
  a skos:Concept ;
  skos:related thesaurus:1001929 ;
  skos:prefLabel "الأغذية الغنية بالبروتين"@ar, "PROTEIN RICH FOOD"@en, "ALIMENTOS RICOS EN PROTEINAS"@es, "ALIMENTS RICHES EN PROTEINES"@fr, "Высокобелковые пищевые продукты"@ru, "富蛋白质食品"@zh .

thesaurus:1005063
  a skos:Concept ;
  skos:related thesaurus:1001929 ;
  skos:prefLabel "الدواجن"@ar, "POULTRY"@en, "AVES DE CORRAL"@es, "VOLAILLES"@fr, "Сельскохозяйственная птица"@ru, "家禽"@zh .

thesaurus:1001929
  a skos:Concept ;
  skos:inScheme thesaurus:04 ;
  skos:prefLabel "البيض"@ar, "EGGS"@en, "HUEVOS"@es, "OEUFS"@fr, "Яйца"@ru, "蛋"@zh ;
  skos:note "ALDOC"@ar, "THE ENGLISH-CHINESE WORD-OCEAN"@zh, "Англо-русский сельскохозяйственный словарь (М: РУССО, 1983)"@ru, "FILMT"@en ;
  skos:broader thesaurus:040300, thesaurus:1002413, thesaurus:1000300 ;
  skos:related thesaurus:1005216, thesaurus:1005063 ;
  skos:exactMatch <http://eurovoc.europa.eu/2121> ;
  dc:identifier "T0001774" .

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:04
  a skos:ConceptScheme, eu:Domain ;
  skos:prefLabel "زراعة وعلم غابات وصيد أسماك"@ar, "AGRICULTURE, FORESTRY AND FISHING"@en, "AGRICULTURA, CIENCIAS FORESTALES Y PESCA"@es, "AGRICULTURE, FORESTERIE ET PECHE"@fr, "СЕЛЬСКОЕ ХОЗЯЙСТВО, ЛЕСНОЕ ХОЗЯЙСТВО И РЫБОЛОВСТВО"@ru, "农业，林业和渔业"@zh .

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: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 .

skos:exactMatch
  rdfs:label "has exact match"@en ;
  rdfs:comment "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."@en ;
  skos:definition "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch."@en ;
  rdfs:subPropertyOf skos:closeMatch .

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

