@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:TTL1020
  skosext:broaderGeneric tero:p183 ;
  skos:broader tero:p183 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1020> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "observationstudie"@sv, "observational study"@en, "havaintotutkimus"@fi ;
  a skos:Concept .

tero:conceptscheme a skos:ConceptScheme .
tero:p183
  skos:prefLabel "research"@en, "forskning"@sv, "tutkimus"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL1020 .

<http://www.yso.fi/onto/ttl/TTL1020> skos:exactMatch tero:TTL1020 .
