@prefix eks: <http://ldf.fi/eks/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://ldf.fi/schema/eks/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

eks:autoteollisuus
  skos:prefLabel "bilindustri"@sv, "autoteollisuus"@fi, "automobile industry"@en ;
  a skos:Concept .

eks:autot
  dc11:source "kir" ;
  ns0:isMemberOf eks:35 ;
  skos:related eks:autoteollisuus, eks:taksit, eks:moottoriajoneuvot ;
  dc:date "1990-01-02"^^xsd:date ;
  skos:altLabel "motor cars"@en, "automobiles"@en ;
  skos:prefLabel "bilar"@sv, "autot"@fi ;
  a skos:Concept .

eks:taksit
  skos:prefLabel "taxibilar"@sv, "taxis"@en, "taksit"@fi ;
  a skos:Concept ;
  skos:related eks:autot .

eks:moottoriajoneuvot
  skos:prefLabel "motorfordon"@sv, "motor vehicles"@en, "moottoriajoneuvot"@fi ;
  a skos:Concept ;
  skos:related eks:autot .

eks:35
  skos:notation "35" ;
  skos:prefLabel "Trafik,telekommunikation"@sv, "Liikenne, tietoliikenne"@fi, "Traffic, transport, telecommunications"@en ;
  a skos:Collection ;
  skos:member eks:autot .

