@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix scheme: <https://data.centropescabrando.it/scheme/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://data.centropescabrando.it/id/category/abbigliamento> a skos:Concept ;
    rdfs:seeAlso <https://centropescabrando.it/abbigliamento/> ;
    skos:inScheme scheme:category ;
    skos:notation "167" ;
    skos:prefLabel "Abbigliamento"@it ;
    skos:topConceptOf scheme:category .

<https://data.centropescabrando.it/id/category/accessori> a skos:Concept ;
    rdfs:seeAlso <https://centropescabrando.it/accessori-/> ;
    skos:inScheme scheme:category ;
    skos:notation "120" ;
    skos:prefLabel "Accessori"@it ;
    skos:topConceptOf scheme:category .

<https://data.centropescabrando.it/id/category/ami-ancorette> a skos:Concept ;
    rdfs:seeAlso <https://centropescabrando.it/ami-ancorette/> ;
    skos:inScheme scheme:category ;
    skos:notation "41" ;
    skos:prefLabel "Ami - Ancorette"@it ;
    skos:topConceptOf scheme:category .

<https://data.centropescabrando.it/id/category/canne-da-pesca> a skos:Concept ;
    rdfs:seeAlso <https://centropescabrando.it/canne-da-pesca/> ;
    skos:inScheme scheme:category ;
    skos:notation "10" ;
    skos:prefLabel "Canne da Pesca"@it ;
    skos:topConceptOf scheme:category .

<https://data.centropescabrando.it/id/category/esche-artificiali> a skos:Concept ;
    rdfs:seeAlso <https://centropescabrando.it/esche-artificiali/> ;
    skos:inScheme scheme:category ;
    skos:notation "173" ;
    skos:prefLabel "Esche Artificiali"@it ;
    skos:topConceptOf scheme:category .

<https://data.centropescabrando.it/id/category/esche-e-pasture> a skos:Concept ;
    rdfs:seeAlso <https://centropescabrando.it/esche-e-pasture/> ;
    skos:inScheme scheme:category ;
    skos:notation "106" ;
    skos:prefLabel "Esche e Pasture"@it ;
    skos:topConceptOf scheme:category .

<https://data.centropescabrando.it/id/category/fili-e-trecciati> a skos:Concept ;
    rdfs:seeAlso <https://centropescabrando.it/fili-e-trecciati/nylon/> ;
    skos:inScheme scheme:category ;
    skos:notation "34" ;
    skos:prefLabel "Fili e Trecciati"@it ;
    skos:topConceptOf scheme:category .

<https://data.centropescabrando.it/id/category/mulinelli> a skos:Concept ;
    rdfs:seeAlso <https://centropescabrando.it/mulinelli/> ;
    skos:inScheme scheme:category ;
    skos:notation "11" ;
    skos:prefLabel "Mulinelli"@it ;
    skos:topConceptOf scheme:category .

<https://data.centropescabrando.it/id/category/nautica> a skos:Concept ;
    rdfs:seeAlso <https://centropescabrando.it/nautica/> ;
    skos:inScheme scheme:category ;
    skos:notation "142" ;
    skos:prefLabel "Nautica"@it ;
    skos:topConceptOf scheme:category .

<https://data.centropescabrando.it/id/category/subacquea> a skos:Concept ;
    rdfs:seeAlso <https://centropescabrando.it/subacquea/> ;
    skos:inScheme scheme:category ;
    skos:notation "141" ;
    skos:prefLabel "Subacquea"@it ;
    skos:topConceptOf scheme:category .

scheme:category a skos:ConceptScheme ;
    dcterms:description "Taxonomy of CPB PrestaShop catalog product categories."@en,
        "Tassonomia delle categorie merceologiche del catalogo PrestaShop di CPB."@it ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:title "CPB PrestaShop Product Categories"@en,
        "Categorie prodotti PrestaShop CPB"@it ;
    skos:hasTopConcept <https://data.centropescabrando.it/id/category/abbigliamento>,
        <https://data.centropescabrando.it/id/category/accessori>,
        <https://data.centropescabrando.it/id/category/ami-ancorette>,
        <https://data.centropescabrando.it/id/category/canne-da-pesca>,
        <https://data.centropescabrando.it/id/category/esche-artificiali>,
        <https://data.centropescabrando.it/id/category/esche-e-pasture>,
        <https://data.centropescabrando.it/id/category/fili-e-trecciati>,
        <https://data.centropescabrando.it/id/category/mulinelli>,
        <https://data.centropescabrando.it/id/category/nautica>,
        <https://data.centropescabrando.it/id/category/subacquea> ;
    skos:prefLabel "CPB PrestaShop Product Categories"@en,
        "Categorie prodotti PrestaShop CPB"@it .

