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

yso:p3072
  a skos:Concept ;
  skos:closeMatch ysa:Y100180, allars:Y28706 ;
  skos:prefLabel "vesijohdot"@fi, "vattenledningar"@sv, "water pipes"@en ;
  skos:related yso:p3073, yso:p3074 ;
  skos:broader yso:p1340 ;
  skos:inScheme kulo:conceptscheme .

yso:p1340
  skos:prefLabel "tekniskt objekt"@sv, "technical object"@en, "tekninen objekti"@fi ;
  a skos:Concept ;
  skos:narrower yso:p3072 .

yso:p3073
  skos:prefLabel "rör"@sv, "plumbing"@en, "putket"@fi ;
  a skos:Concept ;
  skos:related yso:p3072 .

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

yso:p3074
  skos:prefLabel "avloppsledningar"@sv, "sewers"@en, "viemärit"@fi ;
  a skos:Concept ;
  skos:related yso:p3072 .

