@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix afo: <http://www.yso.fi/onto/afo/> .
@prefix ns0: <http://www.yso.fi/onto/afo-meta/> .

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

afo:p1234
  a skos:Concept ;
  skos:broader afo:p291 ;
  skos:exactMatch yso:p14358 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "ekologinen rakentaminen"@fi ;
  ns0:ed "1995-09-07" ;
  ns0:id "5801" ;
  ns0:md "1995-09-19" ;
  ns0:siirtopv "2006-03-03" ;
  ns0:sta "hyväksytty" ;
  ns0:stalista "tarkista" ;
  ns0:tietue "md=1995-09-19", "ed=1995-09-07", "n", "80", "sta=hyväksytty", "stalista=tarkista", "cc=40", "btx=rakentaminen", "70", "ctx=ekologinen rakentaminen" .

yso:p14358
  a skos:Concept ;
  skos:prefLabel "ecological construction"@en, "ekologiskt byggande"@sv, "ekologinen rakentaminen"@fi .

afo:p291
  a skos:Concept ;
  skos:narrower afo:p1234 ;
  skos:prefLabel "rakentaminen"@fi .

