@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 Tech Software
# Gerado para: marisqueiraosfialhos.eatbu.com
# Data: 2026-06-23T20:05:03-07:00

:Industry a rdfs:Class ;
  rdfs:label "Tech Software" ;
  rdfs:comment "Setor de atuação da empresa marisqueiraosfialhos.eatbu.com" .

: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
:marisqueiraosfialhos.eatbu.com a :Company ;
  rdfs:label "Os Fialhos - Restaurant Luz de Tavira | Mediterranean & Portuguese cuisine near me | Book now" ;
  :website "https://marisqueiraosfialhos.eatbu.com"^^xsd:anyURI .
