@prefix fragrantspaces: <http://data.odeuropa.eu/vocabulary/fragrant-spaces/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

fragrantspaces:132
  skos:related fragrantspaces:133 ;
  a skos:Concept ;
  skos:prefLabel "Lake"@en, "Lac"@fr, "Lago"@it .

<http://data.odeuropa.eu/vocabulary/fragrant-spaces>
  skos:hasTopConcept fragrantspaces:133 ;
  a skos:ConceptScheme ;
  rdfs:label "Fragrant spaces" .

fragrantspaces:133
  a skos:Concept ;
  skos:related fragrantspaces:132 ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Pond"@en, "Étangs"@fr, "Stagno"@it ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/fragrant-spaces> .

