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

<http://www.yso.fi/onto/taxmeon/abbreviation> rdfs:label "Auktorin nimen lyhenne"@fi, "Author abbreviation"@en .
kassu:s16611495 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Benjamin_Smith_Barton> .
ns0:firstName rdfs:label "Etunimi"@fi, "Firs name"@en .
<http://www.yso.fi/onto/author/Benjamin_Smith_Barton>
  ns0:deathYear 1815 ;
  ns0:birthYear 1766 ;
  ns0:firstName "Benjamin Smith" ;
  ns0:abbreviation "Barton" ;
  ns0:lastName "Barton" ;
  owl:sameAs <http://dbpedia.org/resource/Benjamin_Smith_Barton> ;
  rdfs:label "Benjamin Smith Barton"@fi ;
  a ns0:Author .

rdf:type rdfs:label "type"@fi .
ns0:birthYear rdfs:label "Syntymävuosi"@fi, "Birth year"@en .
kassu:s16726515 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Benjamin_Smith_Barton> .
ns0:lastName rdfs:label "Last name"@en, "Sukunimi"@fi .
ns0:deathYear rdfs:label "Kuolinvuosi"@fi, "Death year"@en .
kassu:s14614832 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Benjamin_Smith_Barton> .
ns0:Author
  rdfs:label "Author"@en, "Auktori"@fi, "An author name of a taxon"@en ;
  a owl:Class, rdfs:Class .

kassu:s9868932 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Benjamin_Smith_Barton> .
