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

<http://voccade/vce/banco>
  skos:prefLabel "Banco"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/fundoDeInvestimento> .

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/vce/investimentoFinanceiro>
  skos:prefLabel "Investimento financeiro"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/fundoDeInvestimento> .

skos:Concept
  rdfs:label "Concept"@en ;
  a owl:Class .

<http://voccade/vce/categoria/economiaFinancasEOrcamentoPublicos>
  skos:prefLabel "Economia, Finanças e Orçamento públicos"@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 .

<http://voccade/vce/riscoFinanceiro>
  skos:prefLabel "Risco financeiro"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/fundoDeInvestimento> .

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 .

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/vce/fundos>
  skos:prefLabel "Fundos"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:narrower <http://voccade/vce/fundoDeInvestimento> .

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/vce/fundoDeInvestimento>
  skos:related <http://voccade/vce/aplicacaoFinanceira>, <http://voccade/vce/investidor>, <http://voccade/vce/ativoFinanceiro>, <http://voccade/vce/desinvestimento>, <http://voccade/vce/taxaDeAdministracao>, <http://voccade/vce/banco>, <http://voccade/vce/financiamentoPrivado>, <http://voccade/vce/riscoFinanceiro>, <http://voccade/vce/investimentoFinanceiro>, <http://voccade/vce/rendimentoFinanceiro> ;
  skos:scopeNote "Concentração de recursos de várias procedências para aplicação em carteira diversificada de títulos ou valores mobiliários. (SIDOU O J M, Dicionário Jurídico, São Paulo: Forense, 2016)."@pt-br ;
  a owl:NamedIndividual, skos:Concept ;
  skos:prefLabel "Fundo de investimento"@pt-br ;
  skos:definition "Fundo de Investimento é uma modalidade de investimento coletivo. Existem diversos tipos de fundos e, muitos deles, são registrados na CVM [Comissão de Valores Mobiliários] e regidos pelas regras da Instrução CVM 555 (norma substituidora da Instrução CVM 409), como, por exemplo, os fundos de renda fixa, de ações e multimercado. Outros fundos possuem regras específicas. São os chamados fundos de investimento estruturados, que devem cumprir as Instruções CVM 356, 398, 444, 472, 578, 579 entre outras, de acordo com o tipo de fundo. Os principais fundos estruturados são: - Fundos de Invstimento Imobiliário - FII[;] - Fundos de Investimento em Direitos Creditórios - FIDC e FIDC-NP[;] - Fundos de Investimento em Participações - FIP[;] - Fundos de Financiamento da Indústria Cinematográfica Nacional - FUNCINE. (COMISSÃO DE VALORES MOBILIÁRIOS. Fundos de Investimento. [Brasília: s.n.], [201-?]. Disponível em: <http://www.cvm.gov.br/menu/regulados/fundos/sobre.html>. Acesso em: 19 dez. 2019.)."@pt-br ;
  ns0:memberOf <http://voccade/vce/categoria/economiaFinancasEOrcamentoPublicos> ;
  skos:broader <http://voccade/vce/fundos> .

<http://voccade/vce/desinvestimento>
  skos:prefLabel "Desinvestimento"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/fundoDeInvestimento> .

<http://voccade/vce/aplicacaoFinanceira>
  skos:prefLabel "Aplicação financeira"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/fundoDeInvestimento> .

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 .

<http://voccade/vce/taxaDeAdministracao>
  skos:prefLabel "Taxa de administração"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/fundoDeInvestimento> .

<http://voccade/vce/investidor>
  skos:prefLabel "Investidor"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/fundoDeInvestimento> .

<http://voccade/vce/ativoFinanceiro>
  skos:prefLabel "Ativo financeiro"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/fundoDeInvestimento> .

<http://voccade/vce/rendimentoFinanceiro>
  skos:prefLabel "Rendimento financeiro"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/fundoDeInvestimento> .

<http://voccade/vce/financiamentoPrivado>
  skos:prefLabel "Financiamento privado"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/fundoDeInvestimento> .

