@prefix : <https://netmeios.com/ontology/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# Ontologia do Setor de Hospitality Tourism
# Gerado para: edreams.pt
# Data: 2026-06-07T12:05:04-07:00

:Industry a rdfs:Class ;
  rdfs:label "Hospitality Tourism" ;
  rdfs:comment "Setor de atuação da empresa edreams.pt" .

:Company a rdfs:Class ;
  rdfs:label "Empresa" ;
  rdfs:subClassOf :Industry .

:hasService a rdf:Property ;
  rdfs:domain :Company ;
  rdfs:range :Service ;
  rdfs:label "oferece serviço" .

:hasProduct a rdf:Property ;
  rdfs:domain :Company ;
  rdfs:range :Product ;
  rdfs:label "oferece produto" .

# Instâncias
:edreams.pt a :Company ;
  rdfs:label "Voos baratos, bilhetes de avião, passagens baratas - eDreams.pt" ;
  :website "https://edreams.pt"^^xsd:anyURI .
