@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:30
  skos:broader fragrantspaces:128 ;
  a skos:Concept ;
  skos:prefLabel "Hayfield"@en, "Champ de foin"@fr, "Campo di fieno"@it, "Hooiveld"@nl, "Travnik"@sl .

fragrantspaces:122
  skos:narrower fragrantspaces:128 ;
  a skos:Concept ;
  skos:prefLabel "Countryside"@en, "Campagne"@fr, "Campagna"@it .

fragrantspaces:128
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Field"@en, "Champ"@fr, "Campo"@it ;
  skos:broader fragrantspaces:122 ;
  skos:narrower fragrantspaces:30 .

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

