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

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

kassu:k101155 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Stanley_Thatcher_Blake> .
<http://www.yso.fi/onto/author/Stanley_Thatcher_Blake>
  ns0:deathYear 1973 ;
  ns0:birthYear 1910 ;
  ns0:abbreviation "S.T.Blake" ;
  owl:sameAs <http://dbpedia.org/resource/Stanley_Thatcher_Blake> ;
  rdfs:label "Stanley Thatcher Blake"@fi ;
  a ns0:Author .

