@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://purl.org/umu/uneskos#> .

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/categoria/educacao>
  a isothes:ConceptGroup, owl:NamedIndividual ;
  skos:prefLabel "Educação"@pt-br ;
  skos:member <http://voccade/vce/pesquisa> .

<http://voccade/vce/pesquisaNaoExperimental>
  skos:prefLabel "Pesquisa não experimental"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/pesquisa> .

<http://voccade/vce/categoria/cienciaETecnologia>
  skos:prefLabel "Ciência e Tecnologia"@pt-br ;
  a isothes:ConceptGroup, owl:NamedIndividual .

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

<http://voccade/vce/metodologia>
  skos:prefLabel "Metodologia"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/pesquisa> .

<http://purl.org/umu/uneskos#memberOf>
  skos:definition "Identifies a concept collection."@en ;
  rdfs:label "memberOf"@en, "Membro de"@pt-br .

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 .

<http://voccade/vce/pesquisaExperimental>
  skos:prefLabel "Pesquisa experimental"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/pesquisa> .

<http://voccade/vce/pesquisaTecnologica>
  skos:prefLabel "Pesquisa tecnológica"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/pesquisa> .

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/questionario>
  skos:prefLabel "Questionário"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/pesquisa> .

<http://voccade/vce/pesquisa>
  skos:narrower <http://voccade/vce/pesquisaTecnologica>, <http://voccade/vce/pesquisaDeSatisfacao>, <http://voccade/vce/pesquisaExperimental>, <http://voccade/vce/pesquisaDaEducacao>, <http://voccade/vce/pesquisaNaoExperimental>, <http://voccade/vce/pesquisaCientifica>, <http://voccade/vce/pesquisaQuaseExperimental> ;
  ns0:memberOf <http://voccade/vce/categoria/industriaComercioTurismoEServicos>, <http://voccade/vce/categoria/controleExterno>, <http://voccade/vce/categoria/cienciaETecnologia>, <http://voccade/vce/categoria/educacao>, <http://voccade/vce/categoria/modificadores> ;
  skos:altLabel "Research"@en, "Ivestigación"@es ;
  a skos:Concept, owl:NamedIndividual ;
  skos:scopeNote "Usar também como termo modificador subordinado a determinados assuntos."@pt-br ;
  skos:definition "Estratégia metodológica que permite obter informações de caráter quantitativo e qualitativo sobre um objeto de auditoria, relacionadas, entre outros, a aspectos operacionais e gerenciais. Com frequência, é utilizada em conjunto com estudos de caso como suporte a análises qualitativas, típicas dessa última estratégia. Como método estruturado de coleta de dados, quando realizada na forma de pesquisa amostral, visa generalizar para toda a população informações obtidas a partir de uma amostra, se realizada de forma não amostral, não é possível generalizar, mas a evidência obtida de grande número de pesquisados é importante e pode ser fortalecida por meio de informações de outra natureza e de dedução lógica. (Fonte: BRASIL. Tribunal de Contas da União. Glossário de Controle Externo. Revisão set.2017)."@pt-br ;
  skos:related <http://voccade/vce/metodologia>, <http://voccade/vce/questionario>, <http://voccade/vce/projetoDePesquisa> ;
  skos:prefLabel "Pesquisa"@pt-br .

<http://voccade/vce/categoria/controleExterno>
  a isothes:ConceptGroup, owl:NamedIndividual ;
  skos:prefLabel "Controle Externo"@pt-br ;
  skos:member <http://voccade/vce/pesquisa> .

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

<http://voccade/vce/pesquisaDeSatisfacao>
  skos:prefLabel "Pesquisa de satisfação"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/pesquisa> .

<http://voccade/vce/categoria/modificadores>
  a isothes:ConceptGroup, owl:NamedIndividual ;
  skos:prefLabel "Modificadores"@pt-br ;
  skos:member <http://voccade/vce/pesquisa> .

<http://voccade/vce/categoria/industriaComercioTurismoEServicos>
  a isothes:ConceptGroup, owl:NamedIndividual ;
  skos:prefLabel "Indústria, Comércio, Turismo e Serviços"@pt-br ;
  skos:member <http://voccade/vce/pesquisa> .

<http://voccade/vce/projetoDePesquisa>
  skos:prefLabel "Projeto de pesquisa"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/pesquisa> .

<http://voccade/vce/pesquisaCientifica>
  skos:prefLabel "Pesquisa científica"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/pesquisa> .

<http://voccade/vce/pesquisaQuaseExperimental>
  skos:prefLabel "Pesquisa quase experimental"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/pesquisa> .

<http://voccade/vce/pesquisaDaEducacao>
  skos:prefLabel "Pesquisa da educação"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/pesquisa> .

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 .

