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

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

fragrantspaces:87
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Medical garden"@en, "Jardin médicinal"@fr, "Giardino medicinale"@it, "Medische tuin"@nl, "Lekarniški vrt"@sl ;
  skos:topConceptOf <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:altLabel "Jardin d'herbes médicinales"@fr, "Orto medicinale"@it, "Artsenijtuin"@nl, "plantaadje"@nl, "plantage"@nl ;
  skos:definition "Garden for medical plants"@en .

