@prefix tao: <http://www.yso.fi/onto/tao/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix maotao: <http://www.yso.fi/onto/mao/> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .
@prefix allars: <http://www.yso.fi/onto/allars/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

tao: a skos:ConceptScheme .
maotao:p2662 skos:exactMatch yso:p9783 .
yso:p1780
  skos:prefLabel "history"@en, "historia"@sv, "historia"@fi ;
  a <http://www.yso.fi/onto/yso-meta/Concept>, skos:Concept ;
  skos:narrower yso:p9783 .

yso:p9783
  skos:inScheme tao: ;
  skos:note "Tarkoittaa historiantutkimuksen osa-aluetta. Käytä alueellisista historiikeista termiä paikallishistoriat"@fi, "Betecknar ett delområde inom historieforskningen."@sv, "Refers to a particular field of study in the research of history."@en ;
  skos:broader yso:p1780 ;
  a <http://www.yso.fi/onto/yso-meta/Concept>, skos:Concept ;
  skos:prefLabel "lokalhistoria"@sv, "paikallishistoria (erikoisalat)"@fi, "local history (fields of study)"@en ;
  skos:closeMatch ysa:Y106152, allars:Y22080 ;
  skos:related yso:p1779 .

yso:p1779
  skos:prefLabel "lokalhistoriker"@sv, "local histories (literary works)"@en, "paikallishistoriat (historiikit)"@fi ;
  a <http://www.yso.fi/onto/yso-meta/Concept>, skos:Concept ;
  skos:related yso:p9783 .

yso:p26540
  skos:prefLabel "52 History"@en, "52 Historia"@sv, "52 Historia"@fi ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member yso:p9783 .

<http://www.yso.fi/onto/yso-meta/Concept>
  rdfs:label "YSO-käsite"@fi, "YSO Concept"@en, "ALLFO-begrepp"@sv ;
  a owl:Class .

