@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/TTL1066> skos:exactMatch tero:TTL1066 .
tero:TTL1066
  skos:inScheme tero:conceptscheme ;
  skos:related tero:p6787 ;
  skos:prefLabel "mouses"@en, "möss"@sv, "hiiret"@fi ;
  skos:altLabel "tietokonehiiri"@fi ;
  skosext:broaderGeneric tero:p1340 ;
  a skos:Concept ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1066> ;
  skos:broader tero:p1340 .

tero:p6787
  skos:prefLabel "computers"@en, "tietokoneet"@fi, "datorer"@sv ;
  a skos:Concept ;
  skos:related tero:TTL1066 .

tero:conceptscheme a skos:ConceptScheme .
tero:p1340
  skos:prefLabel "tekniskt objekt"@sv, "technical object"@en, "tekninen objekti"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL1066 .

