@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://purl.obolibrary.org/obo/> .
@prefix ns1: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix ns2: <http://purl.org/umu/uneskos#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://voccade/oligopsonio>
  skos:prefLabel "Oligopsônio"@pt-br ;
  a <http://voccade/termohomologado>, owl:NamedIndividual ;
  skos:broader <http://voccade/estruturademercado> .

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

<http://voccade/estruturademercado>
  skos:narrower <http://voccade/oligopsonio>, <http://voccade/oligopolio>, <http://voccade/monopsonio>, <http://voccade/monopolio> ;
  skos:scopeNote "--"@pt-br ;
  ns0:IAO_0000119 "--"@pt-br ;
  a owl:NamedIndividual, <http://voccade/termoCandidato> ;
  ns1:creation_date "2024-01-26T10:22:00"@pt-br ;
  skos:definition "--"@pt-br ;
  skos:prefLabel "Estrutura de mercado"@pt-br ;
  skos:editorialNote "--"@pt-br ;
  ns2:memberOf <http://voccade/termosCandidatos> .

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

ns0:IAO_0000119 rdfs:label "Fonte da definição"@pt-br, "definition source"@en .
<http://voccade/monopsonio>
  skos:prefLabel "Monopsônio"@pt-br ;
  a <http://voccade/termohomologado>, owl:NamedIndividual ;
  skos:broader <http://voccade/estruturademercado> .

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 .

<http://voccade/oligopolio>
  skos:prefLabel "Oligopólio"@pt-br ;
  a <http://voccade/termohomologado>, owl:NamedIndividual ;
  skos:broader <http://voccade/estruturademercado> .

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/monopolio>
  skos:prefLabel "Monopólio"@pt-br ;
  a <http://voccade/termohomologado>, owl:NamedIndividual ;
  skos:broader <http://voccade/estruturademercado> .

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 .

