@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:136
  skos:narrower fragrantspaces:1 ;
  a skos:Concept ;
  skos:prefLabel "Laboratory"@en, "Laboratoire"@fr, "Laboratorio"@it .

fragrantspaces:1
  a skos:Concept ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Alchemist's workshop"@en, "Atelier d'alchimie"@fr, "Laboratorio dell'alchimista"@it, "Alchemistenlab"@nl, "Alkimistična delavnica"@sl ;
  skos:altLabel "Laboratorio alchemico"@it, "Werkplaats van de alchemist"@nl ;
  skos:broader fragrantspaces:136 .

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

