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

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

<http://voccade/condutaColetiva>
  ns0:created_by "jeanne.emygdio"@pt-br ;
  skos:editorialNote "Termo relacionado ao Acordo de leniência antitruste."@pt-br ;
  skos:prefLabel "Conduta coletiva"@pt-br ;
  ns0:creation_date "2022-11-17T20:36:17.540004Z"@pt-br ;
  ns1:memberOf <http://voccade/termosCandidatos> ;
  a <http://voccade/termoCandidato>, owl:NamedIndividual .

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 .

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

<http://voccade/acordoDeLenienciaAntitruste> skos:related <http://voccade/condutaColetiva> .
