@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 ns2: <http://purl.obolibrary.org/obo/> .

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 .

<http://voccade/termosCandidatos>
  skos:prefLabel "Termos candidatos"@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 .
<http://voccade/produtorelacionado>
  skos:prefLabel "Produto relacionado"@pt-br ;
  skos:editorialNote "1. Analisar se \"Produto relacionado\" é equivalente a \"Produto secundário\"."@pt-br ;
  a owl:NamedIndividual, <http://voccade/termoCandidato> ;
  skos:broader <http://voccade/produto> ;
  ns0:creation_date "2024-01-12T09:49:00"@pt-br ;
  ns1:memberOf <http://voccade/termosCandidatos> ;
  ns2:IAO_0000119 "--"@pt-br ;
  skos:definition """[DEF1] Um produto relacionado é um produto ou serviço que é fornecido ou controlado pela empresa resultante da fusão e está posicionado verticalmente ou é complementar aos produtos e serviços no mercado relevante.
Fonte: PI3, p. 3.


[DEF2] A related product is a product or service that is supplied or controlled by the merged firm and is positioned vertically or is complementary to the products and services in the relevant market. For example, a related product could be an input, a means of distribution, access to a set of customers, or a complement. The same transaction can give rise to more than one vertical concern, and different concerns may affect different relevant markets.
Fonte: https://www.kluwercompetitionlaw.com/document/kli-kcl-compl-223-807?q=%22related+product%22 —
'USA: Vertical Merger Guidelines', in Ymke Hofhuis (ed), Competition Law in Western Europe and the USA, (© Kluwer Law International; Kluwer Law International 1976, Supplement No. 442, June 2021), pp. USA.L.II - 50cc - USA.L.II - 50nn"""@pt-br ;
  skos:scopeNote "--"@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 .

<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/produto>
  skos:prefLabel "Produto"@pt-br ;
  a <http://voccade/termohomologado>, owl:NamedIndividual ;
  skos:narrower <http://voccade/produtorelacionado> .

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 .

