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

tero:TTL1998
  skosext:broaderGeneric tero:p19746 ;
  skos:broader tero:p19746 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1998> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "vätskeströmning"@sv, "nestevirtaus"@fi, "streamflow"@en ;
  a skos:Concept .

tero:conceptscheme a skos:ConceptScheme .
<http://www.yso.fi/onto/ttl/TTL1998> skos:exactMatch tero:TTL1998 .
tero:p19746
  skos:prefLabel "currents"@en, "virtaus"@fi, "strömmande"@sv ;
  a skos:Concept ;
  skos:narrower tero:TTL1998 .

