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

eks:elaeimet
  skos:prefLabel "djur"@sv, "animals"@en, "tiere"@de, "eläimet"@fi ;
  a skos:Concept .

eks:tuotantoelaeimet
  ns0:isMemberOf eks:16_04, eks:36_01 ;
  dc11:type "eksuu17" ;
  skos:related eks:elaeimet ;
  dc:date "2017-03-30"^^xsd:date ;
  skos:prefLabel "produktionsdjur"@sv, "production animals"@en, "tuotantoeläimet"@fi ;
  a skos:Concept .

eks:16
  skos:prefLabel "Jord-, vatten- och miljörätt"@sv, "Maa-, vesi- ja ympäristöoikeus"@fi, "Land-, water- and environmental law"@en ;
  a skos:Collection ;
  skos:member eks:16_04 .

eks:36
  skos:prefLabel "Lantbruk, skogsbruk"@sv, "Maatalous, metsätalous"@fi, "Agriculture, forestry"@en ;
  a skos:Collection ;
  skos:member eks:36_01 .

eks:16_04
  skos:notation "16.04" ;
  skos:prefLabel "Skogs- och lantbrukslagstiftning"@sv, "Metsä- ja maatalouslainsäädäntö"@fi, "Agricultural and forestry legislation"@en ;
  a skos:Collection ;
  skos:member eks:tuotantoelaeimet .

eks:36_01
  skos:notation "36.01" ;
  skos:prefLabel "Lantbruk, fiske"@sv, "Maatalous, kalastus"@fi, "Agriculture, fishing"@en ;
  a skos:Collection ;
  skos:member eks:tuotantoelaeimet .

