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

<https://data.centropescabrando.it/id/keyword-type/accessorio> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "accessorio" ;
    skos:prefLabel "accessorio"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/brand> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "brand" ;
    skos:prefLabel "brand"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/commercial> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "commercial" ;
    skos:prefLabel "commercial"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/generic> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "generic" ;
    skos:prefLabel "generic"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/generico> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "generico" ;
    skos:prefLabel "generico"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/informational> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "informational" ;
    skos:prefLabel "informational"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/informativo> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "informativo" ;
    skos:prefLabel "informativo"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/informazionale> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "informazionale" ;
    skos:prefLabel "informazionale"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/localita> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "localita" ;
    skos:prefLabel "localita"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/navigational> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "navigational" ;
    skos:prefLabel "navigational"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/prodotto> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "prodotto" ;
    skos:prefLabel "prodotto"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/specie> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "specie" ;
    skos:prefLabel "specie"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/specifico> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "specifico" ;
    skos:prefLabel "specifico"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/tecnica> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "tecnica" ;
    skos:prefLabel "tecnica"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/transactional> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "transactional" ;
    skos:prefLabel "transactional"@it ;
    skos:topConceptOf scheme:keyword-type .

<https://data.centropescabrando.it/id/keyword-type/transazionale> a skos:Concept ;
    skos:inScheme scheme:keyword-type ;
    skos:notation "transazionale" ;
    skos:prefLabel "transazionale"@it ;
    skos:topConceptOf scheme:keyword-type .

scheme:keyword-type a skos:ConceptScheme ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:title "Keyword types"@en,
        "Tipi di keyword"@it ;
    skos:hasTopConcept <https://data.centropescabrando.it/id/keyword-type/accessorio>,
        <https://data.centropescabrando.it/id/keyword-type/brand>,
        <https://data.centropescabrando.it/id/keyword-type/commercial>,
        <https://data.centropescabrando.it/id/keyword-type/generic>,
        <https://data.centropescabrando.it/id/keyword-type/generico>,
        <https://data.centropescabrando.it/id/keyword-type/informational>,
        <https://data.centropescabrando.it/id/keyword-type/informativo>,
        <https://data.centropescabrando.it/id/keyword-type/informazionale>,
        <https://data.centropescabrando.it/id/keyword-type/localita>,
        <https://data.centropescabrando.it/id/keyword-type/navigational>,
        <https://data.centropescabrando.it/id/keyword-type/prodotto>,
        <https://data.centropescabrando.it/id/keyword-type/specie>,
        <https://data.centropescabrando.it/id/keyword-type/specifico>,
        <https://data.centropescabrando.it/id/keyword-type/tecnica>,
        <https://data.centropescabrando.it/id/keyword-type/transactional>,
        <https://data.centropescabrando.it/id/keyword-type/transazionale> ;
    skos:prefLabel "Keyword types"@en,
        "Tipi di keyword"@it .

