@prefix ns0: <http://www.yso.fi/onto/taxmeon/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix kassu: <http://www.yso.fi/onto/kassu/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://www.yso.fi/onto/author/Freda_Detmers>
  ns0:deathYear 1934 ;
  ns0:birthYear 1867 ;
  ns0:abbreviation "Detmers" ;
  owl:sameAs <http://dbpedia.org/resource/Freda_Detmers> ;
  rdfs:label "Freda Detmers"@fi ;
  a ns0:Author .

ns0:abbreviation rdfs:label "Auktorin nimen lyhenne"@fi, "Author abbreviation"@en .
kassu:s16824905 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Freda_Detmers> .
rdf:type rdfs:label "type"@fi .
kassu:s16824903 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Freda_Detmers> .
ns0:birthYear rdfs:label "Syntymävuosi"@fi, "Birth year"@en .
ns0:deathYear rdfs:label "Kuolinvuosi"@fi, "Death year"@en .
ns0:Author
  rdfs:label "Author"@en, "Auktori"@fi, "An author name of a taxon"@en ;
  a owl:Class, rdfs:Class .

