@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/custas>
  skos:prefLabel "Custas"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/julgamento>
  skos:prefLabel "Julgamento"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/correicaoParcial>
  skos:prefLabel "Correição parcial"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/pecaProcessual>
  skos:prefLabel "Peça processual"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

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

<http://voccade/vce/principioDaIndependenciaDasInstancias>
  skos:prefLabel "Princípio da independência das instâncias"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<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/direito>
  skos:prefLabel "Direito"@pt-br ;
  a isothes:ConceptGroup, owl:NamedIndividual .

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

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/principioDoContraditorio>
  skos:prefLabel "Princípio do contraditório"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/atoProcessual>
  skos:prefLabel "Ato processual"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

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/demandaJudicial>
  skos:prefLabel "Demanda judicial"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/precatorio>
  skos:prefLabel "Precatório"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

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

<http://voccade/vce/decisaoJudicial>
  skos:prefLabel "Decisão judicial"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/fraudeProcessual>
  skos:prefLabel "Fraude processual"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

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/denunciacaoCaluniosa>
  skos:prefLabel "Denunciação caluniosa"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/processoJudicial>
  skos:related <http://voccade/vce/principioDoContraditorio>, <http://voccade/vce/correicaoParcial>, <http://voccade/vce/fraudeProcessual>, <http://voccade/vce/denunciacaoCaluniosa>, <http://voccade/vce/demandaJudicial>, <http://voccade/vce/principioDaIndependenciaDasInstancias>, <http://voccade/vce/julgamento>, <http://voccade/vce/procedimentoJudicial>, <http://voccade/vce/custas>, <http://voccade/vce/juiz(Direito)>, <http://voccade/vce/principioDaAmplaDefesa>, <http://voccade/vce/precatorio>, <http://voccade/vce/autos>, <http://voccade/vce/atoProcessual>, <http://voccade/vce/atoJudicial>, <http://voccade/vce/principioDoImpulsoOficial>, <http://voccade/vce/instrucaoDeProcesso>, <http://voccade/vce/desarquivamento>, <http://voccade/vce/decisaoJudicial>, <http://voccade/vce/pecaProcessual>, <http://voccade/vce/vicioProcessual>, <http://voccade/vce/arquivamento>, <http://voccade/vce/acaoJudicial>, <http://voccade/vce/juntada> ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/processo> ;
  ns0:memberOf <http://voccade/vce/categoria/direito> ;
  skos:prefLabel "Processo judicial"@pt-br .

<http://voccade/vce/acaoJudicial>
  skos:prefLabel "Ação judicial"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/principioDoImpulsoOficial>
  skos:prefLabel "Princípio do impulso oficial"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/instrucaoDeProcesso>
  skos:prefLabel "Instrução de processo"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/autos>
  skos:prefLabel "Autos"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/vicioProcessual>
  skos:prefLabel "Vício processual"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/principioDaAmplaDefesa>
  skos:prefLabel "Princípio da ampla defesa"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/procedimentoJudicial>
  skos:prefLabel "Procedimento judicial"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

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

<http://voccade/vce/atoJudicial>
  skos:prefLabel "Ato judicial"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

<http://voccade/vce/juiz(Direito)>
  skos:prefLabel "Juiz (Direito)"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/processoJudicial> .

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

