@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix jupo: <http://www.yso.fi/onto/jupo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

yso:p1440
  skos:prefLabel "organic production"@en, "naturenlig produktion"@sv, "luonnonmukainen tuotanto"@fi ;
  a skos:Concept ;
  skos:exactMatch jupo:p450 .

jupo:p2071
  a skos:Collection ;
  skos:prefLabel "aiheryhmä ympäristöön ja luontoon liittyvät palvelut"@fi ;
  skos:member jupo:p450 .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

jupo:p450
  skos:broader jupo:p304 ;
  dc11:source "TEM" ;
  skos:altLabel "luomutuotanto"@fi ;
  skos:exactMatch yso:p1440 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "luonnonmukainen tuotanto"@fi ;
  a skos:Concept .

jupo:p304
  skos:prefLabel "palvelut"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p450 .

