@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/descarteDeDocumentos>
  skos:prefLabel "Descarte de documentos"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/copiaDeDocumento>
  skos:prefLabel "Cópia de documento"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/arquivoPublico>
  skos:prefLabel "Arquivo público"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

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/arquivoPermanente>
  skos:prefLabel "Arquivo permanente"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/documentoOficial>
  skos:prefLabel "Documento oficial"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/microfilmagem>
  skos:prefLabel "Microfilmagem"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

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/documentoNovo>
  skos:prefLabel "Documento novo"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/biblioteca>
  skos:prefLabel "Biblioteca"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/documentoPublico>
  skos:prefLabel "Documento público"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/documentoParticular>
  skos:prefLabel "Documento particular"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/processo>
  skos:prefLabel "Processo"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

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 .

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:Concept
  rdfs:label "Concept"@en ;
  a owl:Class .

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

<http://voccade/vce/documentoFiscal>
  skos:prefLabel "Documento fiscal"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/documentoOriginal>
  skos:prefLabel "Documento original"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/documentoTecnico>
  skos:prefLabel "Documento técnico"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/fePublica>
  skos:prefLabel "Fé pública"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/transferenciaDocumental>
  skos:prefLabel "Transferência documental"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

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/arquivoCorrente>
  skos:prefLabel "Arquivo corrente"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/tramitacao>
  skos:prefLabel "Tramitação"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/arquivamento>
  skos:prefLabel "Arquivamento"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/desarquivamento>
  skos:prefLabel "Desarquivamento"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/provaDocumental>
  skos:prefLabel "Prova documental"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:narrower <http://voccade/vce/documento> .

<http://voccade/vce/juntada>
  skos:prefLabel "Juntada"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/documentoEletronico>
  skos:prefLabel "Documento eletrônico"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/encaminhamento>
  skos:prefLabel "Encaminhamento"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/documentoDeIdentificacao>
  skos:prefLabel "Documento de identificação"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/arquivoIntermediario>
  skos:prefLabel "Arquivo intermediário"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

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

<http://voccade/vce/gestaoDocumental>
  skos:prefLabel "Gestão documental"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

<http://voccade/vce/referenciaBibliografica>
  skos:prefLabel "Referência bibliográfica"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/documento> .

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

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

<http://voccade/vce/documentoSigiloso>
  skos:prefLabel "Documento sigiloso"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/documentoFalso>
  skos:prefLabel "Documento falso"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/documento> .

<http://voccade/vce/documento>
  skos:related <http://voccade/vce/copiaDeDocumento>, <http://voccade/vce/microfilmagem>, <http://voccade/vce/biblioteca>, <http://voccade/vce/arquivoCorrente>, <http://voccade/vce/arquivamento>, <http://voccade/vce/transferenciaDocumental>, <http://voccade/vce/juntada>, <http://voccade/vce/encaminhamento>, <http://voccade/vce/descarteDeDocumentos>, <http://voccade/vce/desarquivamento>, <http://voccade/vce/arquivoPublico>, <http://voccade/vce/arquivoPermanente>, <http://voccade/vce/fePublica>, <http://voccade/vce/tramitacao>, <http://voccade/vce/referenciaBibliografica>, <http://voccade/vce/processo>, <http://voccade/vce/gestaoDocumental>, <http://voccade/vce/arquivoIntermediario> ;
  skos:definition "Meio (ou mídia) no qual uma informação é registrada com o objetivo de ser comunicada. (Fonte: GLOSSÁRIO da área de organização e tratamento da informação. Disponível em:<http://www.ufrgs.br/fabico/documentos-comgrads/glossario-de-ciencia-da-informacao> Acesso em: 28 ago 2014)."@pt-br ;
  skos:narrower <http://voccade/vce/documentoOriginal>, <http://voccade/vce/documentoFiscal>, <http://voccade/vce/documentoFalso>, <http://voccade/vce/documentoTecnico>, <http://voccade/vce/documentoParticular>, <http://voccade/vce/documentoSigiloso>, <http://voccade/vce/documentoPublico>, <http://voccade/vce/documentoNovo>, <http://voccade/vce/documentoDeIdentificacao>, <http://voccade/vce/documentoOficial>, <http://voccade/vce/documentoEletronico> ;
  a owl:NamedIndividual, skos:Concept ;
  skos:broader <http://voccade/vce/provaDocumental> ;
  ns0:memberOf <http://voccade/vce/categoria/cienciaETecnologia>, <http://voccade/vce/categoria/direito>, <http://voccade/vce/categoria/controleExterno> ;
  skos:prefLabel "Documento"@pt-br .

