@prefix eks: <http://ldf.fi/eks/> .
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

eks:tieteenhistoria
  ns0:isMemberOf eks:38_03 ;
  dc11:type "t", "ps3" ;
  dc:date "1993-05-13"^^xsd:date ;
  skos:prefLabel "vetenskapshistoria"@sv, "tieteenhistoria"@fi, "history of science"@en ;
  a skos:Concept .

eks:38
  skos:prefLabel "Utbildning, vetenskap och kultur"@sv, "Koulutus, tiede ja kulttuuri"@fi, "Education, science and culture"@en ;
  a skos:Collection ;
  skos:member eks:38_03 .

eks:historia skos:related eks:tieteenhistoria .
eks:38_03
  skos:notation "38.03" ;
  skos:prefLabel "Vetenskaps- och forskningsområden, vetenskapsforskning"@sv, "Tieteen- ja tutkimusalat, tieteentutkimus"@fi, "Fields of science and research, science studies"@en ;
  a skos:Collection ;
  skos:member eks:tieteenhistoria .

