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

<http://www.yso.fi/onto/ttl/TTL2856> skos:exactMatch tero:TTL2856 .
tero:conceptscheme a skos:ConceptScheme .
tero:p1632
  skos:prefLabel "psykologi"@sv, "psychology"@en, "psykologia"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2856 .

tero:TTL2856
  skosext:broaderGeneric tero:p1632 ;
  skos:broader tero:p1632 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2856> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "beteendetoxikologi"@sv, "toksikopsykologia"@fi, "behavioral toxicology"@en ;
  a skos:Concept .

