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

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

<http://voccade/vce/poderRegulamentar>
  skos:prefLabel "Poder regulamentar"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/atoNormativo> .

<http://voccade/vce/regulamento>
  skos:prefLabel "Regulamento"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/atoNormativo> .

<http://voccade/vce/emendaSupressiva>
  skos:prefLabel "Emenda supressiva"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/atoNormativo> .

<http://voccade/vce/emendaAditiva>
  skos:prefLabel "Emenda aditiva"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/atoNormativo> .

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

<http://voccade/vce/resolucao>
  skos:prefLabel "Resolução"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/atoNormativo> .

<http://voccade/vce/regimentoInterno>
  skos:prefLabel "Regimento Interno"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/atoNormativo> .

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

<http://voccade/vce/emendaModificativa>
  skos:prefLabel "Emenda modificativa"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/atoNormativo> .

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/emendaSubstitutiva>
  skos:prefLabel "Emenda substitutiva"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/atoNormativo> .

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/marcoLegal>
  skos:prefLabel "Marco legal"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/atoNormativo> .

<http://voccade/vce/atoAdministrativo>
  skos:prefLabel "Ato administrativo"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:narrower <http://voccade/vce/atoNormativo> .

<http://voccade/vce/decreto>
  skos:prefLabel "Decreto"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/atoNormativo> .

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

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/principioDaLegalidade>
  skos:prefLabel "Princípio da legalidade"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/atoNormativo> .

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/categoria/administracaoPublica>
  skos:prefLabel "Administração Pública"@pt-br ;
  a isothes:ConceptGroup, owl:NamedIndividual .

<http://voccade/vce/atoNormativo>
  skos:related <http://voccade/vce/eficacia>, <http://voccade/vce/ementa>, <http://voccade/vce/emendaAditiva>, <http://voccade/vce/emendaModificativa>, <http://voccade/vce/marcoLegal>, <http://voccade/vce/emendaSubstitutiva>, <http://voccade/vce/emendaSupressiva>, <http://voccade/vce/principioDaLegalidade>, <http://voccade/vce/poderRegulamentar> ;
  skos:narrower <http://voccade/vce/portaria>, <http://voccade/vce/regimentoInterno>, <http://voccade/vce/instrucaoNormativa>, <http://voccade/vce/regulamento>, <http://voccade/vce/resolucao>, <http://voccade/vce/decreto> ;
  ns0:memberOf <http://voccade/vce/categoria/direito>, <http://voccade/vce/categoria/controleExterno>, <http://voccade/vce/categoria/administracaoPublica> ;
  a owl:NamedIndividual, skos:Concept ;
  skos:definition "Atos Normativos contêm comando geral do Executivo, visando à correta aplicação da lei. A essa categoria pertencem os Decretos regulamentares e os regimentos, bem como as resoluções, deliberações e portarias. (Fonte: ATOS Normativos no Direito Administrativo. Disponível em: <https://www.portaleducacao.com.br/direito/artigos/27639/atos-normativos-no-direito-administrativo> Acesso em: 22 jun 2015)."@pt-br ;
  skos:broader <http://voccade/vce/atoAdministrativo> ;
  skos:prefLabel "Ato normativo"@pt-br .

<http://voccade/vce/eficacia>
  skos:prefLabel "Eficácia"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/atoNormativo> .

<http://voccade/vce/ementa>
  skos:prefLabel "Ementa"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/atoNormativo> .

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 .

<http://voccade/vce/instrucaoNormativa>
  skos:prefLabel "Instrução normativa"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/atoNormativo> .

<http://voccade/vce/portaria>
  skos:prefLabel "Portaria"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/atoNormativo> .

