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

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

yso:p4762
  a skos:Concept ;
  skos:narrower yso:p1435 ;
  skos:prefLabel "endurant"@en, "bestående"@sv, "pysyvä"@fi .

yso:p1435
  a skos:Concept ;
  rdfs:comment "eloton tai elollinen aineellinen objekti, jolla on massa" ;
  skos:broader yso:p4762 ;
  skos:inScheme yso:conceptscheme ;
  skos:narrower yso:p1433, yso:p174, yso:p207 ;
  skos:prefLabel "fyysinen objekti"@fi, "physical object"@en, "fysiskt objekt"@sv .

yso:p207
  a skos:Concept ;
  skos:broader yso:p1435 ;
  skos:prefLabel "concrete inanimate object"@en, "konkret icke-levande objekt"@sv, "konkreettinen eloton objekti"@fi .

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

yso:p174
  a skos:Concept ;
  skos:broader yso:p1435 ;
  skos:prefLabel "organic structure"@en, "organisk struktur"@sv, "orgaaninen rakenne"@fi .

