@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://purl.org/umu/uneskos#> .
@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#> .

<http://voccade/vce/infraestruturaDeTurismo>
  skos:related <http://voccade/vce/pousada>, <http://voccade/vce/lanchonete>, <http://voccade/vce/bar>, <http://voccade/vce/patrimonioTuristico>, <http://voccade/vce/guiaDeTurismo>, <http://voccade/vce/restaurante>, <http://voccade/vce/hotel>, <http://voccade/vce/infraestruturaUrbana>, <http://voccade/vce/estabelecimentoComercial>, <http://voccade/vce/atividadeTuristica>, <http://voccade/vce/turismoSustentavel>, <http://voccade/vce/turismo> ;
  ns0:memberOf <http://voccade/vce/categoria/industriaComercioTurismoEServicos> ;
  skos:prefLabel "Infraestrutura de turismo"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:definition "É o conjunto de obras e de instalações de estrutura física e de serviços urbanos básicos que dão suporte ao desenvolvimento da atividade turística em determinada área. São exemplos de Infra-estrutura Turística: sistema de transportes e de comunicações, hotéis, locadoras, posto de informações, bares e restaurantes, entretenimento, etc. (Fonte: BRASIL. Ministério do Turismo. Dados e fatos. Disponível em: <http://www.dadosefatos.turismo.gov.br/dadosefatos/espaco_academico/glossario/> Acesso em: 05 set 2014)."@pt-br .

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

<http://voccade/vce/patrimonioTuristico>
  skos:prefLabel "Patrimônio turístico"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/infraestruturaDeTurismo> .

ns0:memberOf
  skos:definition "Identifies a concept collection."@en ;
  rdfs:label "memberOf"@en, "Membro de"@pt-br .

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

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

<http://voccade/vce/estabelecimentoComercial>
  skos:prefLabel "Estabelecimento comercial"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/infraestruturaDeTurismo> .

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

<http://voccade/vce/bar>
  skos:prefLabel "Bar"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/infraestruturaDeTurismo> .

<http://voccade/vce/atividadeTuristica>
  skos:prefLabel "Atividade turística"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/infraestruturaDeTurismo> .

<http://voccade/vce/infraestruturaUrbana>
  skos:prefLabel "Infraestrutura urbana"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/infraestruturaDeTurismo> .

<http://voccade/vce/pousada>
  skos:prefLabel "Pousada"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/infraestruturaDeTurismo> .

<http://voccade/vce/hotel>
  skos:prefLabel "Hotel"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/infraestruturaDeTurismo> .

<http://voccade/vce/categoria/industriaComercioTurismoEServicos>
  skos:prefLabel "Indústria, Comércio, Turismo e Serviços"@pt-br ;
  a isothes:ConceptGroup, owl:NamedIndividual .

<http://voccade/vce/turismoSustentavel>
  skos:prefLabel "Turismo sustentável"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/infraestruturaDeTurismo> .

<http://voccade/vce/guiaDeTurismo>
  skos:prefLabel "Guia de turismo"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/infraestruturaDeTurismo> .

