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

amb:acque-interne a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "ACQUE INTERNE",
        "acque interne" ;
    skos:prefLabel "Inland waters"@en,
        "ACQUE INTERNE"@it,
        "Acque interne"@it ;
    skos:topConceptOf scheme:ambiente .

amb:acque-internemare a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "acque interne|mare" ;
    skos:prefLabel "acque interne|mare"@it ;
    skos:topConceptOf scheme:ambiente .

amb:costa a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "costa" ;
    skos:prefLabel "costa"@it ;
    skos:topConceptOf scheme:ambiente .

amb:fiume a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "fiume" ;
    skos:prefLabel "fiume"@it ;
    skos:topConceptOf scheme:ambiente .

amb:generico a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "generico" ;
    skos:prefLabel "Generic"@en,
        "Generico"@it ;
    skos:topConceptOf scheme:ambiente .

amb:laghetto-sportivo a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "laghetto sportivo" ;
    skos:prefLabel "laghetto sportivo"@it ;
    skos:topConceptOf scheme:ambiente .

amb:lago a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "lago" ;
    skos:prefLabel "lago"@it ;
    skos:topConceptOf scheme:ambiente .

amb:mare a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "MARE",
        "mare" ;
    skos:prefLabel "Sea"@en,
        "MARE"@it,
        "Mare"@it ;
    skos:topConceptOf scheme:ambiente .

amb:mare-offshore a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "mare offshore" ;
    skos:prefLabel "mare offshore"@it ;
    skos:topConceptOf scheme:ambiente .

amb:mareacque-interne a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "mare|acque interne" ;
    skos:prefLabel "mare|acque interne"@it ;
    skos:topConceptOf scheme:ambiente .

amb:offshore a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "offshore" ;
    skos:prefLabel "offshore"@it ;
    skos:topConceptOf scheme:ambiente .

amb:porto a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "porto" ;
    skos:prefLabel "porto"@it ;
    skos:topConceptOf scheme:ambiente .

amb:scogliera a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "scogliera" ;
    skos:prefLabel "scogliera"@it ;
    skos:topConceptOf scheme:ambiente .

amb:spiaggia a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "spiaggia" ;
    skos:prefLabel "spiaggia"@it ;
    skos:topConceptOf scheme:ambiente .

amb:torrente a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "torrente" ;
    skos:prefLabel "torrente"@it ;
    skos:topConceptOf scheme:ambiente .

amb:tutti a skos:Concept ;
    skos:inScheme scheme:ambiente ;
    skos:notation "tutti" ;
    skos:prefLabel "tutti"@it ;
    skos:topConceptOf scheme:ambiente .

scheme:ambiente a skos:ConceptScheme ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    dcterms:title "Environments"@en,
        "Ambienti"@it ;
    skos:hasTopConcept amb:acque-interne,
        amb:acque-internemare,
        amb:costa,
        amb:fiume,
        amb:generico,
        amb:laghetto-sportivo,
        amb:lago,
        amb:mare,
        amb:mare-offshore,
        amb:mareacque-interne,
        amb:offshore,
        amb:porto,
        amb:scogliera,
        amb:spiaggia,
        amb:torrente,
        amb:tutti ;
    skos:prefLabel "Environments"@en,
        "Ambienti"@it .

