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

skos:broader
  rdfs:subPropertyOf skos:broaderTransitive ;
  skos:definition "Relates a concept to a concept that is more general in meaning."@en ;
  rdfs:comment "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en ;
  rdfs:label "has broader"@en .

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 .

cadethes:termoEmAnalise
  rdfs:label "Termo em análise"@pt-br ;
  a owl:Class .

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 .

cadethes:termosEmAnalise
  skos:prefLabel "Termos em análise"@pt-br ;
  a isothes:ConceptGroup, owl:NamedIndividual .

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

<http://purl.obolibrary.org/obo/IAO_0000119> rdfs:label "Fonte da definição"@pt-br, "definition source"@en .
dc:modified rdfs:label "modified"@en, "Data da última modificação"@pt-br .
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 .

cadethes:poderDeMercado
  skos:prefLabel "Poder de mercado"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:narrower cadethes:poderdemercadobilateral .

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 .

cadethes:poderdemercadobilateral
  ns0:IAO_0000119 "--"@pt-br ;
  ns1:creation_date "2024-04-16T11:11:00"@pt-br ;
  a owl:NamedIndividual, cadethes:termoEmAnalise ;
  skos:editorialNote "--"@pt-br ;
  skos:scopeNote "--"@pt-br ;
  dc:modified "11/04/2026 00:45:14"@pt-br ;
  ns2:memberOf cadethes:termosEmAnalise ;
  skos:broader cadethes:poderDeMercado ;
  skos:definition "--"@pt-br ;
  skos:prefLabel "Poder de mercado bilateral"@pt-br ;
  skos:altLabel "Bilateral market power"@en .

