@prefix tero: <http://www.yso.fi/onto/tero/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

tero:conceptscheme a skos:ConceptScheme .
tero:p1401
  skos:prefLabel "luokitukset"@fi, "klassificeringar"@sv, "classification"@en ;
  a skos:Concept ;
  skos:narrower tero:TTL2689 .

<http://www.yso.fi/onto/ttl/TTL2689> skos:exactMatch tero:TTL2689 .
tero:TTL2689
  skosext:broaderGeneric tero:p1401 ;
  skos:broader tero:p1401 ;
  skos:related tero:p2594 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2689> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "accident classification"@en, "olycksfallsklassificering"@sv, "tapaturmaluokitus"@fi ;
  a skos:Concept .

tero:p2594
  skos:prefLabel "traffic accidents"@en, "trafikolyckor"@sv, "liikennetapaturmat"@fi ;
  a skos:Concept ;
  skos:related tero:TTL2689 .

