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

tero:conceptscheme a skos:ConceptScheme .
tero:p2051
  skos:prefLabel "temperature"@en, "temperatur"@sv, "lämpötila"@fi ;
  a skos:Concept ;
  skos:narrower tero:p11985 .

tero:p11985
  skos:prefLabel "ignition point"@en, "syttymispiste"@fi, "antändningspunkt"@sv ;
  a skos:Concept ;
  skos:exactMatch yso:p11985, allars:Y15235, ysa:Y103081 ;
  dc11:source "Palo- ja pelastussanasto TSK 33" ;
  skos:inScheme tero:conceptscheme ;
  rdfs:comment "syttymislämpötila; ei: syttymispiste: alin lämpötila, jossa syttyminen tapahtuu" ;
  skos:broader tero:p2051 ;
  skos:related tero:p11984 ;
  skosext:broaderGeneric tero:p2051 .

allars:Y15235 skos:exactMatch tero:p11985 .
tero:p11984
  skos:prefLabel "flashpoint"@en, "leimahduspiste"@fi, "flampunkt"@sv ;
  a skos:Concept ;
  skos:related tero:p11985 .

yso:p11985 skos:exactMatch tero:p11985 .
ysa:Y103081 skos:exactMatch tero:p11985 .
