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

puho:ph187 skos:exactMatch yso:p3770 .
yso:p3437
  skos:prefLabel "foreign service"@en, "utlandsrepresentation"@sv, "ulkomaanedustus"@fi ;
  a skos:Concept .

yso:p3770
  skosext:partOf yso:p3437 ;
  skos:broader yso:p3771 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "militärattacheer"@sv, "military attachã©s"@en, "sotilasasiamiehet"@fi ;
  a skos:Concept .

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

yso:p3771
  skos:prefLabel "representatives"@en, "ombud"@sv, "asiamiehet"@fi ;
  a skos:Concept ;
  skos:narrower yso:p3770 .

