@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 ns0: <http://purl.org/umu/uneskos#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

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

<http://voccade/rodriguesAlves>
  skos:prefLabel "Rodrigues Alves"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

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

<http://voccade/santaRosaDoPurus>
  skos:prefLabel "Santa Rosa do Purus"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/mancioLima>
  skos:prefLabel "Mâncio Lima"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/rioBranco(AC)>
  skos:prefLabel "Rio Branco (AC)"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/brasileia>
  skos:prefLabel "Brasiléia"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/jordao>
  skos:prefLabel "Jordão"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/bujari>
  skos:prefLabel "Bujari"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/portoAcre>
  skos:prefLabel "Porto Acre"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/acrelandia>
  skos:prefLabel "Acrelândia"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

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/senaMadureira>
  skos:prefLabel "Sena Madureira"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

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/acre>
  skos:narrower <http://voccade/jordao>, <http://voccade/rodriguesAlves>, <http://voccade/assisBrasil>, <http://voccade/bujari>, <http://voccade/xapuri>, <http://voccade/tarauaca>, <http://voccade/marechalThaumaturgo>, <http://voccade/senaMadureira>, <http://voccade/feijo>, <http://voccade/senadorGuiomard>, <http://voccade/placidoDeCastro>, <http://voccade/rioBranco(AC)>, <http://voccade/santaRosaDoPurus>, <http://voccade/portoWalter>, <http://voccade/brasileia>, <http://voccade/capixaba>, <http://voccade/acrelandia>, <http://voccade/portoAcre>, <http://voccade/manoelUrbano>, <http://voccade/epitaciolandia>, <http://voccade/cruzeiroDoSul(AC)>, <http://voccade/mancioLima> ;
  ns0:memberOf <http://voccade/unidadesDaFederacao> ;
  a owl:NamedIndividual, skos:Concept, <http://voccade/unidadeDaFederacao> ;
  rdfs:comment "12"@pt-br ;
  skos:altLabel "AC"@pt-br ;
  skos:broader <http://voccade/norte> ;
  skos:prefLabel "ACRE"@pt-br .

<http://voccade/placidoDeCastro>
  skos:prefLabel "Plácido de Castro"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/xapuri>
  skos:prefLabel "Xapuri"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/capixaba>
  skos:prefLabel "Capixaba"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/manoelUrbano>
  skos:prefLabel "Manoel Urbano"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/unidadesDaFederacao>
  a isothes:ConceptGroup, owl:NamedIndividual ;
  skos:prefLabel "Unidades da Federação"@pt-br ;
  skos:member <http://voccade/acre> .

<http://voccade/feijo>
  skos:prefLabel "Feijó"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

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/portoWalter>
  skos:prefLabel "Porto Walter"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/tarauaca>
  skos:prefLabel "Tarauacá"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/assisBrasil>
  skos:prefLabel "Assis Brasil"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/unidadeDaFederacao>
  skos:prefLabel "Unidade da Federação"@pt-br ;
  a owl:Class .

<http://voccade/cruzeiroDoSul(AC)>
  skos:prefLabel "Cruzeiro do Sul (AC)"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/marechalThaumaturgo>
  skos:prefLabel "Marechal Thaumaturgo"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/epitaciolandia>
  skos:prefLabel "Epitaciolândia"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

<http://voccade/norte>
  skos:prefLabel "NORTE"@pt-br ;
  a <http://voccade/regiao>, skos:Concept, owl:NamedIndividual ;
  skos:narrower <http://voccade/acre> .

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/senadorGuiomard>
  skos:prefLabel "Senador Guiomard"@pt-br ;
  a <http://voccade/municipio>, skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/acre> .

