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

skos:scopeNote
  rdfs:subPropertyOf skos:note ;
  skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en ;
  rdfs:label "scope note"@en .

skos:example
  rdfs:subPropertyOf skos:note ;
  skos:definition "An example of the use of a concept."@en ;
  rdfs:label "example"@en .

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

skos:altLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "An alternative lexical label for a resource."@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 ;
  rdfs:label "alternative label"@en, "Termo alternativo"@pt-br .

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

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

dc:dateAccepted
  rdfs:comment "Propriedade de anotação a ser utilizada para registro da data de validação de um termo por especialistas de domínio."@pt-br ;
  rdfs:label "dateAccepted"@en, "Data de validação"@pt-br .

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:filtroEconomico
  skos:prefLabel "Filtro econômico"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related cadethes:cerebro .

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 .

dc:dateSubmitted
  rdfs:comment "Propriedade de anotação para registro da data de homologação de um termo."@pt-br ;
  rdfs:label "dateSubmitted"@en, "Data de homologação"@pt-br .

cadethes:cerebro
  ns0:memberOf cadethes:defesaDaConcorrencia ;
  ns1:IAO_0000119 "[REF] https://www.gov.br/mj/pt-br/acesso-a-informacao/acoes-e-programas/espelhos-de-emendas-orcamentarias-2020/conselho-administrativo-de-defesa-economica-cade/projeto-cerebro-sistema-de-combate-a-formacao-de-carteis.pdf/view"@pt-br ;
  ns2:creation_date "2023-07-18T19:51:51.082679Z"@pt-br ;
  skos:altLabel "Base de dados Cérebro"@pt-br, "Software Cérebro"@pt-br, "Sistema Cérebro"@pt-br ;
  skos:prefLabel "Cérebro (Plataforma)"@pt-br ;
  skos:related cadethes:projetoCerebro, cadethes:filtroEconomico ;
  skos:scopeNote """[NE01] Por meio da transposição de diversos bancos de dados o software consegue reconhecer a probabilidade de formação de cartel entre as empresas participantes de processos licitatórios.
[REF] https://www.gov.br/mj/pt-br/acesso-a-informacao/acoes-e-programas/espelhos-de-emendas-orcamentarias-2020/conselho-administrativo-de-defesa-economica-cade/projeto-cerebro-sistema-de-combate-a-formacao-de-carteis.pdf/view"""@pt-br ;
  skos:definition "O Cérebro é uma plataforma criada no âmbito do Projeto Cérebro, na qual são empregados filtros econômicos e técnicas de mineração de dados para identificação de comportamentos suspeitos em processos de licitação."@pt-br ;
  dc:dateSubmitted "18/07/2023"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:example "Acrescentar exemplo de caso analisado pelo Cade."@pt-br ;
  dc11:creator "Projeto Cade: Frente de ontologia"@pt-br ;
  dc:dateAccepted "19/07/2023"@pt-br .

cadethes:projetoCerebro
  skos:prefLabel "Projeto Cérebro"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related cadethes:cerebro .

cadethes:defesaDaConcorrencia
  skos:prefLabel "Microtesauro de Defesa Econômica"@pt-br ;
  a isothes:ConceptGroup, owl:NamedIndividual .

