@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 ns0: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix ns1: <http://purl.org/umu/uneskos#> .

cadethes:termoCandidato
  rdfs:label "Termo candidato"@pt-br ;
  a owl:Class .

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 .

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

cadethes:termosCandidatos
  skos:prefLabel "Termos candidatos"@pt-br ;
  a isothes:ConceptGroup, owl:NamedIndividual .

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 .

cadethes:medidaCautelar
  ns0:created_by "Izadora Linhares"@pt-br ;
  skos:editorialNote "[TR] Acordo de Preservação de Reversibilidade da Operação. Fonte: Villares, Andréa Lúcia Nazário. Instrumentos jurídicos consensuais para proteção à concorrência. 2009. {p. 104}"@pt-br ;
  skos:prefLabel "Medida cautelar"@pt-br ;
  ns0:creation_date "2023-04-06T03:11:04.074365Z"@pt-br ;
  skos:related cadethes:acordoDePreservacaoDeReversibilidadeDaOperacao ;
  ns1:memberOf cadethes:termosCandidatos ;
  a cadethes:termoCandidato, owl:NamedIndividual .

cadethes:acordoDePreservacaoDeReversibilidadeDaOperacao
  skos:prefLabel "Acordo de Preservação de Reversibilidade da Operação"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related cadethes:medidaCautelar .

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 .

