@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/olfactory_objects/13> skos:related fragrantspaces:2 .
fragrantspaces:45
  skos:narrower fragrantspaces:2 ;
  a skos:Concept ;
  skos:prefLabel "Markt"@de, "Market"@en, "Marché"@fr, "Mercato"@it, "Markt"@nl, "Trg"@sl .

fragrantspaces:2
  a skos:Concept ;
  skos:related <http://data.odeuropa.eu/olfactory_objects/13> ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Animal market"@en, "Marché aux bestiaux"@fr, "Mercato degli animali"@it, "Dierenmarkt"@nl, "Živinski sejem"@sl ;
  skos:altLabel "Marché des animaux"@fr, "Fiera"@it, "Mercato del bestiame"@it, "Veemarkt"@nl ;
  skos:broader fragrantspaces:45 .

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

