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

<http://voccade/vce/turista>
  skos:related <http://voccade/vce/poloTuristico>, <http://voccade/vce/agenciaDeViagem>, <http://voccade/vce/produtoTuristico>, <http://voccade/vce/turismo>, <http://voccade/vce/hospedagem>, <http://voccade/vce/guiaDeTurismo>, <http://voccade/vce/atividadeTuristica>, <http://voccade/vce/turismoSustentavel>, <http://voccade/vce/hotel>, <http://voccade/vce/pousada>, <http://voccade/vce/atrativoTuristico> ;
  a owl:NamedIndividual, skos:Concept ;
  skos:narrower <http://voccade/vce/turistaInternacional>, <http://voccade/vce/turistaNacional> ;
  skos:prefLabel "Turista"@pt-br ;
  ns0:memberOf <http://voccade/vce/categoria/industriaComercioTurismoEServicos> ;
  skos:definition "Segundo Inskeep (1988), visitante temporário que fica pelo menos 24 horas no local visitado e o propósito da sua visita pode ser classificado em: a) Lazer (ex.: recreação, feriado, saúde, religião ou esporte); b) Negócios; c) Família; d) Missão; e) Encontros. (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).|É aquele que se desloca para fora de seu local de residência permanente, por mais de 24 horas, realizando pernoite, por motivo outro que não o de fixar residência ou exercer atividade remunerada, realizando gastos de qualquer espécie com renda auferida fora do local visitado (EMBRATUR, 1992). (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 .

<http://voccade/vce/turistaNacional>
  skos:prefLabel "Turista nacional"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/turista> .

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

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

<http://voccade/vce/produtoTuristico>
  skos:prefLabel "Produto turístico"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/turista> .

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 .

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/poloTuristico>
  skos:prefLabel "Polo turístico"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/turista> .

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/turista> .

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

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

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

<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/atrativoTuristico>
  skos:prefLabel "Atrativo turístico"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/turista> .

<http://voccade/vce/turistaInternacional>
  skos:prefLabel "Turista internacional"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:broader <http://voccade/vce/turista> .

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

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/agenciaDeViagem>
  skos:prefLabel "Agência de viagem"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/turista> .

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

<http://voccade/vce/hospedagem>
  skos:prefLabel "Hospedagem"@pt-br ;
  a skos:Concept, owl:NamedIndividual ;
  skos:related <http://voccade/vce/turista> .

