@prefix cadethes: <http://cadethes/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://purl.org/umu/uneskos#> .
@prefix ns1: <http://purl.obolibrary.org/obo/> .

cadethes:termoEmAnalise
  rdfs:label "Termo em análise"@pt-br ;
  a owl:Class .

cadethes:termosEmAnalise
  skos:prefLabel "Termos em análise"@pt-br ;
  a isothes:ConceptGroup, owl:NamedIndividual .

<http://purl.org/umu/uneskos#memberOf>
  skos:definition "Identifies a concept collection."@en ;
  rdfs:label "memberOf"@en, "Membro de"@pt-br .

skos:prefLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en ;
  rdfs:comment """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en, "The range of skos:prefLabel is the class of RDF plain literals."@en, "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 ;
  rdfs:label "preferred label"@en .

skos:narrower
  rdfs:subPropertyOf skos:narrowerTransitive ;
  skos:definition "Relates a concept to a concept that is more specific in meaning."@en ;
  rdfs:comment "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."@en ;
  rdfs:label "has narrower"@en .

dc11:creator rdfs:label "creator"@en, "Criador"@pt-br .
<http://purl.obolibrary.org/obo/IAO_0000119> rdfs:label "Fonte da definição"@pt-br, "definition source"@en .
cadethes:acordoAnticompetitivo
  skos:prefLabel "Acordo anticompetitivo"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader cadethes:acordo .

skos:definition
  rdfs:subPropertyOf skos:note ;
  skos:definition "Definição"@pt-br, "A statement or formal explanation of the meaning of a concept."@en ;
  rdfs:label "definition"@en .

skos:editorialNote
  rdfs:subPropertyOf skos:note ;
  skos:definition "A note for an editor, translator or maintainer of the vocabulary."@en ;
  rdfs:label "editorial note"@en .

cadethes:acordoAntitruste
  skos:prefLabel "Acordo antitruste"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader cadethes:acordo .

cadethes:acordo
  ns0:memberOf cadethes:termosEmAnalise ;
  skos:editorialNote "O termo \"acordo antitruste\" conforme sugerido em discussões para ser o termo preferido não será suficiente para cobrir os demais tipos de acordo que deverão compor o vocabulário. Assim, optamos por manter o termo acordo acompanhado do especificador (DEFESA DA CONCORRÊNCIA)."@pt-br ;
  skos:narrower cadethes:acordoAnticompetitivo, cadethes:acordoAntitruste ;
  a owl:NamedIndividual, cadethes:termoEmAnalise ;
  skos:prefLabel "Acordo (DEFESA DA CONCORRÊNCIA)"@pt-br ;
  ns1:IAO_0000119 "Fonte: Paula A. Forgioni, 2011. p. 335."@pt-br ;
  dc11:creator "Projeto Cade: Frente de ontologia"@pt-br ;
  skos:definition "Acordo no âmbito da defesa da concorrência remete a dois conceitos distintos: i) acordos entre agente público e empresa e ii) acordo entre empresas."@pt-br .

