@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#> .

yso:p13163
  skos:prefLabel "Australians"@en, "australialaiset"@fi, "australier"@sv ;
  a skos:Concept ;
  skos:related yso:p15629 .

yso:p15629
  skos:broader yso:p3351 ;
  skos:related yso:p13163, yso:p1818 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "Australian identity"@en, "australienskhet"@sv, "australialaisuus"@fi ;
  a skos:Concept .

yso:p1818
  skos:prefLabel "nationality"@en, "nationalitet"@sv, "kansallisuus"@fi ;
  a skos:Concept ;
  skos:related yso:p15629 .

yso:p3351
  skos:prefLabel "nationell identitet"@sv, "national identity"@en, "kansallinen identiteetti"@fi ;
  a skos:Concept ;
  skos:narrower yso:p15629 .

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

