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

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/categoria/obrasPublicas>
  a isothes:ConceptGroup, owl:NamedIndividual ;
  skos:prefLabel "Obras públicas"@pt-br ;
  skos:member <http://voccade/vce/sistemaCondominialDeEsgotamentoSanitario> .

<http://voccade/vce/saneamentoBasico>
  skos:prefLabel "Saneamento básico"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/sistemaCondominialDeEsgotamentoSanitario> .

<http://voccade/vce/condominio>
  skos:prefLabel "Condomínio"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/sistemaCondominialDeEsgotamentoSanitario> .

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

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

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/sistemaCondominialDeEsgotamentoSanitario>
  skos:related <http://voccade/vce/esgotamentoSanitario>, <http://voccade/vce/estacaoDeTratamentoDeEsgoto>, <http://voccade/vce/saneamentoBasico>, <http://voccade/vce/saneamentoUrbano>, <http://voccade/vce/condominio>, <http://voccade/vce/redeColetoraDeEsgoto> ;
  a skos:Concept, owl:NamedIndividual ;
  skos:prefLabel "Sistema condominial de esgotamento sanitário"@pt-br ;
  ns0:memberOf <http://voccade/vce/categoria/obrasPublicas>, <http://voccade/vce/categoria/habitacaoSaneamentoEUrbanismo> ;
  skos:definition "É um tipo de rede coletora de esgoto, assentada em posição viável no interior dos lotes ou conjunto de habitações, interligada à rede pública convencional em um único ponto ou à unidade de tratamento. Em geral é utilizada onde há dificuldades de execução de redes ou ligações prediais no sistema convencional de esgotamento. (Fonte: FUNDAÇÃO NACIONAL DE SAÚDE. Manual de orientações técnicas para elaboração e apresentação de propostas e projetos para sistemas de esgotamento sanitário. [Brasília]: FUNASA, [2017]. Disponível em: <http://www.funasa.gov.br/documents/20182/38564/MNL_PROPOSTAS_SES_10_03_2017.pdf/0f872826-26af-4a96-b448-72e71615f0c6>. Acesso em: 09 out. 2020)."@pt-br .

<http://voccade/vce/categoria/habitacaoSaneamentoEUrbanismo>
  skos:prefLabel "Habitação, Saneamento e Urbanismo"@pt-br ;
  a isothes:ConceptGroup, owl:NamedIndividual .

<http://voccade/vce/saneamentoUrbano>
  skos:prefLabel "Saneamento urbano"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/sistemaCondominialDeEsgotamentoSanitario> .

<http://voccade/vce/estacaoDeTratamentoDeEsgoto>
  skos:prefLabel "Estação de tratamento de esgoto"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/sistemaCondominialDeEsgotamentoSanitario> .

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/redeColetoraDeEsgoto>
  skos:prefLabel "Rede coletora de esgoto"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/sistemaCondominialDeEsgotamentoSanitario> .

