@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:160200
  a skos:Concept, eu:MicroThesaurus ;
  skos:narrower thesaurus:1000592 ;
  skos:prefLabel "INFORMATICA"@es, "INFORMATIQUE"@fr, "علم الحاسوب والتكنولوجيا"@ar, "COMPUTER SCIENCE AND TECHNOLOGY"@en, "КОМПЬЮТЕРНАЯ НАУКА И ТЕХНОЛОГИЯ"@ru, "计算机科学和技术"@zh .

thesaurus:1001501
  a skos:Concept ;
  skos:related thesaurus:1000592 ;
  skos:prefLabel "معالجة البيانات"@ar, "DATA PROCESSING"@en, "PROCESAMIENTO DE DATOS"@es, "TRAITEMENT DES DONNEES"@fr, "Обработка данных"@ru, "数据处理"@zh .

thesaurus:1006517
  a skos:Concept ;
  skos:related thesaurus:1000592 ;
  skos:prefLabel "CLOUD COMPUTING"@en, "INFORMATIQUE EN NUAGE"@fr, "الحوسبة السحابية"@ar, "云计算"@zh, "облачные вычисления"@ru, "COMPUTACIÓN EN NUBE"@es .

thesaurus:1001506
  a skos:Concept ;
  skos:related thesaurus:1000592 ;
  skos:prefLabel "تخزين البيانات"@ar, "DATA STORAGE"@en, "ALMACENAMIENTO DE DATOS"@es, "STOCKAGE DES DONNEES"@fr, "Хранение данных"@ru, "数据存储"@zh .

thesaurus:1001509
  a skos:Concept ;
  skos:related thesaurus:1000592 ;
  skos:prefLabel "DATA MANAGEMENT"@en, "GESTION DES DONNÉES"@fr, "إدارة البيانات"@ar, "数据管理"@zh, "управление данными"@ru, "GESTIÓN DE DATOS"@es .

thesaurus:1000401
  a skos:Concept ;
  skos:related thesaurus:1000592 ;
  skos:prefLabel "الذكاء الإصطناعي"@ar, "ARTIFICIAL INTELLIGENCE"@en, "INTELIGENCIA ARTIFICIAL"@es, "INTELLIGENCE ARTIFICIELLE"@fr, "Искусственный интеллект"@ru, "人工智能"@zh .

thesaurus:1000592
  a skos:Concept ;
  skos:scopeNote "Data sources with a high volume, velocity and variety of data, which require new tools and methods to capture, curate, manage, and process them in an efficient way."@en, "Sources produisant à un rythme soutenu de grands volume de données très variées dont la capture, la conservation, la gestion et le traitement nécessitent de nouveaux outils et procédés."@fr, "مصادر البيانات ذات الحجم الكبير والسرعة والتنوع، والتي تتطلب أدوات وأساليب جديدة لالتقاطها وتنظيمها وإدارتها ومعالجتها بطريقة فعالة"@ar, "Conjunto de datos que, por su gran volumen, velocidad y variedad, requieren nuevas herramientas y métodos para ser almacenados, conservardos, administrados y procesados adecuadamente."@es ;
  skos:inScheme thesaurus:16 ;
  skos:prefLabel "البيانات الضخمة"@ar, "BIG DATA"@en, "MACRODATOS"@es, "DONNEES MASSIVES"@fr, "Большие объемы данных"@ru, "大数据"@zh ;
  skos:altLabel "مجموعات البيانات الضخمة"@ar, "LARGE DATA SETS"@en, "GRANDES DATOS"@es, "DONNEES VOLUMINEUSES"@fr, "MEGADONNEES"@fr, "Большие данные"@ru, "巨量数据；海量数据"@zh, "DONNÉES VOLUMINEUSES"@fr ;
  skos:note "UNTERM"@zh, "https://unstats.un.org/unsd/statcom/doc15/BG-BigData.pdf"@en ;
  skos:historyNote "Update of alt label in French, update of scope note in English, French and Arabic, adopted by TC 19 Nov 2024"@en ;
  skos:broader thesaurus:160200 ;
  skos:related thesaurus:1001501, thesaurus:1006517, thesaurus:1001506, thesaurus:1001509, thesaurus:1000401 ;
  skos:exactMatch <http://eurovoc.europa.eu/c_bf1e2c81> ;
  dc:identifier "T0013978" .

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:scopeNote
  rdfs:label "scope note"@en ;
  skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en ;
  rdfs:subPropertyOf skos:note .

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:historyNote
  rdfs:label "history note"@en ;
  skos:definition "A note about the past state/use/meaning of a concept."@en ;
  rdfs:subPropertyOf skos:note .

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 .

