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

<http://voccade/acordoDePreservacaoDeReversibilidadeDaOperacao>
  skos:prefLabel "Acordo de Preservação de Reversibilidade da Operação"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/controleDeEstruturas> .

<http://voccade/termosCandidatos>
  skos:prefLabel "Termos candidatos"@pt-br ;
  a isothes:ConceptGroup, owl:NamedIndividual .

<http://voccade/controleDeEstruturas>
  skos:editorialNote "[Izadora] Incluir nota de sugestão" ;
  ns0:creation_date "2022-09-21T16:46:41.931073Z"@pt-br ;
  skos:prefLabel "Controle de estruturas"@pt-br ;
  a <http://voccade/termoCandidato>, owl:NamedIndividual ;
  ns1:memberOf <http://voccade/termosCandidatos> ;
  ns2:IAO_0000119 "[DEF1] DRAGO, Bruno De Luca; MORSELLI, Fabianna Vieira Barbosa. Clarifying gun jumping through guidelines: the Brazilian experience. Journal of European Competition Law & Practice, v. 7, n. 2, p. 130–134, 1 fev. 2016. {p. 9}"@en, "[DEF2] DRAGO, Bruno De Luca; MORSELLI, Fabianna Vieira Barbosa. Clarifying gun jumping through guidelines: the Brazilian experience. Journal of European Competition Law & Practice, v. 7, n. 2, p. 130–134, 1 fev. 2016. {p. 9}"@en ;
  skos:definition """[DEF1] “O controle de estruturas visa a preservar as condições estruturais de concorrência no mercado. Trata-se de uma forma preventiva de ação das autoridades antitruste. Ao realizar esse controle, examina-se se o crescimento de uma empresa por meio de fusões e aquisições pode ou não aumentar a sua capacidade de impor unilateralmente preços mais elevados nos mercados afetados.” Fonte: PAN6, p. 9

[DEF2] “o controle de estruturas previne os efeitos anticompetitivos pelo exame preventivo de atos que gerem uma concentração excessiva.” Fonte: PAN6, p. 9"""@pt-br ;
  skos:related <http://voccade/acordoDePreservacaoDeReversibilidadeDaOperacao> ;
  ns0:created_by "Izadora Linhares"@pt-br .

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 .

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

ns2:IAO_0000119 rdfs:label "Fonte da definição"@pt-br, "definition source"@en .
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 .

<http://voccade/termoCandidato>
  rdfs:label "Termo candidato"@pt-br ;
  a owl:Class .

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 .

