@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:010700
  a skos:Concept, eu:MicroThesaurus ;
  skos:narrower thesaurus:1004545 ;
  skos:prefLabel "DERECHO"@es, "DROIT"@fr, "قانون عام ووطني"@ar, "GENERAL AND NATIONAL LAW"@en, "ОБЩЕЕ И НАЦИОНАЛЬНОЕ ПРАВО"@ru, "普通法和国内法"@zh .

thesaurus:1001004
  a skos:Concept ;
  skos:related thesaurus:1004545 ;
  skos:prefLabel "القانون المدني"@ar, "CIVIL LAW"@en, "DERECHO CIVIL"@es, "DROIT PRIVE"@fr, "Гражданское право"@ru, "民法"@zh .

thesaurus:1001284
  a skos:Concept ;
  skos:related thesaurus:1004545 ;
  skos:prefLabel "العقود"@ar, "CONTRACTS"@en, "CONTRATOS"@es, "CONTRATS"@fr, "Договоры (контракты)"@ru, "合同"@zh .

thesaurus:1003325
  a skos:Concept ;
  skos:related thesaurus:1004545 ;
  skos:prefLabel "الالتزامات الدولية"@ar, "INTERNATIONAL OBLIGATIONS"@en, "OBLIGACIONES INTERNACIONALES"@es, "OBLIGATIONS INTERNATIONALES"@fr, "Международные обязательства"@ru, "国际义务"@zh .

thesaurus:1003700
  a skos:Concept ;
  skos:related thesaurus:1004545 ;
  skos:prefLabel "المسؤولية"@ar, "LIABILITY"@en, "RESPONSABILIDAD LEGAL"@es, "RESPONSABILITE LEGALE"@fr, "Ответственность"@ru, "赔偿责任"@zh .

thesaurus:1001487
  a skos:Concept ;
  skos:related thesaurus:1004545 ;
  skos:prefLabel "الأضرار"@ar, "DAMAGES"@en, "DAÑOS Y PERJUICIOS"@es, "DOMMAGES-INTERETS"@fr, "Убытки"@ru, "损害赔偿（额）"@zh .

thesaurus:1006558
  a skos:Concept ;
  skos:related thesaurus:1004545 ;
  skos:prefLabel "العطل والضرر"@ar, "TORTS"@en, "DELITOS CIVILES"@es, "DELITS CIVILS"@fr, "Гражданские правонарушения"@ru, "侵权行为"@zh .

thesaurus:1004545
  a skos:Concept ;
  skos:scopeNote "Legal or moral duty to do or not do something"@en, "Devoir légal ou moral de faire ou de ne pas faire quelque chose"@fr, "Юридическая или моральная обязанность делать или не делать что-либо."@ru, "الواجب القانوني والأخلاقي للقيام بفعل شيء أو الامتناع عن القيام به"@ar, "在法律或道德上有义务去做或不去做某事。"@zh ;
  skos:inScheme thesaurus:01 ;
  skos:prefLabel "债务"@zh, "الالتزامات"@ar, "OBLIGATIONS"@en, "OBLIGACIONES"@es, "OBLIGATIONS"@fr, "Обязательства"@ru ;
  skos:altLabel "إلتزامات"@ar, "الإلتزامات"@ar, "承付款项"@zh ;
  skos:note "Black's Law Dictionary 12th ed."@en, "Chinese Terminology Database"@zh, "Англо-русский юридический словарь (М: Русский язык, 1993)"@ru, "Term. DB"@ar, "Cornu, Gérard (ed.) : Vocabulaire juridique. Paris : PUF, 2024. 15e éd. (Quadrige.)  "@fr ;
  skos:historyNote "Update of scope note in English, French, Arabic, Chinese and Russian as per TC decision 10 June 2025"@en ;
  skos:broader thesaurus:010700 ;
  skos:related thesaurus:1001004, thesaurus:1001284, thesaurus:1003325, thesaurus:1003700, thesaurus:1001487, thesaurus:1006558 ;
  skos:exactMatch <http://eurovoc.europa.eu/5598> ;
  dc:identifier "T0000498" .

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:01
  a skos:ConceptScheme, eu:Domain ;
  skos:prefLabel "مسائل قانونية وسياسية"@ar, "POLITICAL AND LEGAL QUESTIONS"@en, "CUESTIONES POLITICAS Y JURIDICAS"@es, "QUESTIONS POLITIQUES ET JURIDIQUES"@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: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 .

