@prefix cat: <https://data.centropescabrando.it/def/catalog#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix seo: <https://data.centropescabrando.it/def/seo#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.centropescabrando.it/def/alignments-schema-org> a owl:Ontology ;
    dcterms:created "2026-04-08"^^xsd:date ;
    dcterms:creator "Centro Pesca Brando" ;
    dcterms:description "Allineamento OWL tra le classi/proprieta locali cat:/seo: dell'ontologia Centro Pesca Brando e il vocabolario schema.org. Critico per SEO/AI crawler discovery dei dati pubblicati."@it ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:title "CPB ontology ↔ schema.org alignment"@en,
        "Allineamento CPB ontology ↔ schema.org"@it ;
    owl:imports <https://data.centropescabrando.it/def/catalog>,
        <https://data.centropescabrando.it/def/seo>,
        schema: .

cat:Brand rdfs:comment "Una marca prodotto in CPB e in schema.org coincidono (sono la stessa cosa)."@it ;
    owl:equivalentClass schema:Brand .

cat:Family rdfs:comment "Una Family di keyword e' un cluster semantico di termini correlati."@it ;
    rdfs:subClassOf schema:DefinedTermSet .

cat:Keyword rdfs:comment "Una SEO keyword e' un termine definito in un vocabolario controllato."@it ;
    rdfs:subClassOf schema:DefinedTerm .

cat:hasBrand rdfs:comment "cat:hasBrand e schema:brand sono semanticamente identiche."@it ;
    owl:equivalentProperty schema:brand .

cat:hasCategory rdfs:comment "cat:hasCategory e' sottoproprieta di schema:category (per keyword → SKOS Concept)."@it ;
    rdfs:subPropertyOf schema:category .

cat:hasLandingPage rdfs:comment "cat:hasLandingPage e' sottoproprieta di schema:url (landing page Ads per la keyword)."@it ;
    rdfs:subPropertyOf schema:url .

cat:hasPsCategory rdfs:comment "cat:hasPsCategory e' sottoproprieta di schema:category (per keyword → SKOS Concept PrestaShop)."@it ;
    rdfs:subPropertyOf schema:category .

cat:hasPsManufacturer rdfs:comment "cat:hasPsManufacturer e' sottoproprieta di schema:manufacturer."@it ;
    rdfs:subPropertyOf schema:manufacturer .

seo:adsLandingPage rdfs:comment "seo:adsLandingPage e' sottoproprieta di schema:url."@it ;
    rdfs:subPropertyOf schema:url .

seo:gscPage rdfs:comment "seo:gscPage e' sottoproprieta di schema:url."@it ;
    rdfs:subPropertyOf schema:url .

