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

<http://data.odeuropa.eu/olfactory_objects/165> skos:related fragrantspaces:90 .
fragrantspaces:23
  skos:narrower fragrantspaces:90 ;
  a skos:Concept ;
  skos:prefLabel "Fabrik"@de, "Factory"@en, "Usine"@fr, "Fabbrica"@it, "Fabriek"@nl, "Tovarna"@sl .

fragrantspaces:90
  a skos:Concept ;
  skos:related <http://data.odeuropa.eu/olfactory_objects/165> ;
  skos:inScheme <http://data.odeuropa.eu/vocabulary/fragrant-spaces> ;
  skos:prefLabel "Vinegar factory"@en, "Usine de vinaigre"@fr, "Acetificio"@it, "Azijnmakerij"@nl, "Kisarna"@sl ;
  skos:altLabel "Fabbrica di aceto"@it ;
  skos:broader fragrantspaces:23 ;
  dc:bibliographicCitation "WNT: Sien, die in de plooien van 'r kleeren altijd de scherp goor-zure lucht meebracht van 'r azijn-makerij,  schart.-ant., Sprotje 1, 29 [1905]."@nl .

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

