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

afo:p4834 skos:exactMatch yso:p1871 .
yso:p7349
  skos:prefLabel "security"@en, "turvallisuus"@fi, "trygghet"@sv ;
  a skos:Concept ;
  skos:narrower yso:p1871 .

yso:p1870
  skos:prefLabel "fire prevention"@en, "förebyggande brandskydd"@sv, "palonehkäisy"@fi ;
  a skos:Concept ;
  skos:related yso:p1871 .

yso:p8582
  skos:prefLabel "fire inspection"@en, "brandsyn"@sv, "palotarkastus"@fi ;
  a skos:Concept ;
  skos:related yso:p1871 .

yso:p1869
  skos:prefLabel "brandförsvar"@sv, "fire protection"@en, "palontorjunta"@fi ;
  a skos:Concept ;
  skos:related yso:p1871 .

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

yso:p1871
  skos:broader yso:p7349 ;
  skos:related yso:p8582, yso:p1870, yso:p1869 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "brandsäkerhet"@sv, "fire safety"@en, "paloturvallisuus"@fi ;
  a skos:Concept .

