@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/mesh/D010316> skos:exactMatch tero:D010316 .
tero:D010316
  skos:altLabel "hiukkasten koko"@fi, "hiukkasen koko"@fi ;
  skos:hiddenLabel "particle sizes"@en, "size, particle"@en, "sizes, particle"@en ;
  skosext:broaderGeneric tero:p4902 ;
  skos:prefLabel "particle size"@en, "partikelstorlek"@sv, "hiukkaskoko"@fi ;
  a skos:Concept ;
  skos:exactMatch <http://www.yso.fi/onto/mesh/D010316> ;
  skos:inScheme tero:conceptscheme ;
  skos:broader tero:p4902 .

tero:conceptscheme a skos:ConceptScheme .
tero:p4902
  skos:prefLabel "size"@en, "storlek"@sv, "koko"@fi ;
  a skos:Concept ;
  skos:narrower tero:D010316 .

