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

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

afo:p986
  ns0:tietue "agcx=aerosols", "cc=80", "sta=hyväksytty", "md=1995-09-05", "n", "ctx=aerosolit", "ed=1987-01-19", "sta2=vapaa", "fte=aerosols", "stalista=tarkista" ;
  skos:exactMatch yso:p9802 ;
  a skos:Concept ;
  skos:topConceptOf yso:conceptscheme ;
  skos:prefLabel "aerosolit"@fi ;
  ns0:stalista "tarkista" ;
  ns0:ed "1987-01-19" ;
  skos:altLabel "aerosols"@en ;
  ns0:id "17" ;
  ns0:sta2 "vapaa" ;
  ns0:md "1995-09-05" ;
  ns0:sta "hyväksytty" ;
  skos:inScheme yso:conceptscheme ;
  ns0:agcx "aerosols"@en ;
  ns0:siirtopv "2006-03-03" .

yso:p9802
  skos:prefLabel "aerosoler"@sv, "aerosols"@en, "aerosolit"@fi ;
  a skos:Concept .

