@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/pm-timing/breve-periodo> a skos:Concept ;
    skos:inScheme scheme:pm-timing ;
    skos:notation "breve_periodo" ;
    skos:prefLabel "breve_periodo"@it ;
    skos:topConceptOf scheme:pm-timing .

<https://data.centropescabrando.it/id/pm-timing/da-valutare> a skos:Concept ;
    skos:inScheme scheme:pm-timing ;
    skos:notation "da_valutare" ;
    skos:prefLabel "da_valutare"@it ;
    skos:topConceptOf scheme:pm-timing .

<https://data.centropescabrando.it/id/pm-timing/ignorare> a skos:Concept ;
    skos:inScheme scheme:pm-timing ;
    skos:notation "ignorare" ;
    skos:prefLabel "ignorare"@it ;
    skos:topConceptOf scheme:pm-timing .

<https://data.centropescabrando.it/id/pm-timing/immediato> a skos:Concept ;
    skos:inScheme scheme:pm-timing ;
    skos:notation "immediato" ;
    skos:prefLabel "immediato"@it ;
    skos:topConceptOf scheme:pm-timing .

<https://data.centropescabrando.it/id/pm-timing/medio-periodo> a skos:Concept ;
    skos:inScheme scheme:pm-timing ;
    skos:notation "medio_periodo" ;
    skos:prefLabel "medio_periodo"@it ;
    skos:topConceptOf scheme:pm-timing .

scheme:pm-timing a skos:ConceptScheme ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:title "Priority Matrix timing"@en,
        "Priority Matrix timing"@it ;
    skos:hasTopConcept <https://data.centropescabrando.it/id/pm-timing/breve-periodo>,
        <https://data.centropescabrando.it/id/pm-timing/da-valutare>,
        <https://data.centropescabrando.it/id/pm-timing/ignorare>,
        <https://data.centropescabrando.it/id/pm-timing/immediato>,
        <https://data.centropescabrando.it/id/pm-timing/medio-periodo> ;
    skos:prefLabel "Priority Matrix timing"@en,
        "Priority Matrix timing"@it .

