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

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

tero:p11985
  skos:prefLabel "ignition point"@en, "syttymispiste"@fi, "antändningspunkt"@sv ;
  a skos:Concept ;
  skos:related tero:p11984 .

ysa:Y103080 skos:exactMatch tero:p11984 .
yso:p11984 skos:exactMatch tero:p11984 .
allars:Y17999 skos:exactMatch tero:p11984 .
tero:p11984
  skos:prefLabel "flashpoint"@en, "flampunkt"@sv, "leimahduspiste"@fi ;
  skos:inScheme tero:conceptscheme ;
  rdfs:comment "leimahduslämpötila; ei: leimahduspiste: alin lämpötila, jossa nesteestä erottuu niin paljon kaasua, että se muodostaa pinnan lähellä ilman kanssa seoksen, joka leimahtaa sytyttimen vaikutuksesta mutta joka ei jatka palamista sytyttimen poistuttua" ;
  skosext:broaderGeneric tero:p2051 ;
  a skos:Concept ;
  skos:altLabel "flash point"@en ;
  skos:exactMatch yso:p11984, ysa:Y103080, allars:Y17999 ;
  skos:related tero:p11985 ;
  skos:broader tero:p2051 ;
  dc11:source "Palo- ja pelastussanasto TSK 33" .

