@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix puho: <http://www.yso.fi/onto/puho/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

yso:p1433
  skos:prefLabel "matter"@en, "aine"@fi, "materia"@sv ;
  a skos:Concept ;
  skos:narrower yso:p2937 .

yso:p2936
  skos:prefLabel "antiparticles"@en, "antipartiklar"@sv, "antihiukkaset"@fi ;
  a skos:Concept ;
  skos:related yso:p2937 .

puho:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

yso:p2937
  skos:broader yso:p1433 ;
  dc11:source "Kielitoimiston sanakirja" ;
  rdfs:comment "antihiukkasista koostuva aine" ;
  skos:related yso:p2936 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "antimatter"@en, "antimateria"@fi, "antimaterie"@sv ;
  a skos:Concept .

