@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .

<http://www.yso.fi/onto/taxmeon/abbreviation> rdfs:label "Auktorin nimen lyhenne"@fi, "Author abbreviation"@en .
<http://www.yso.fi/onto/taxmeon/firstName> rdfs:label "Etunimi"@fi, "Firs name"@en .
rdf:type rdfs:label "type"@fi .
kassu:s14608913 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/David_Nelson> .
kassu:k74170 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/David_Nelson> .
ns0:lastName rdfs:label "Last name"@en, "Sukunimi"@fi .
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 .

<http://www.yso.fi/onto/author/David_Nelson>
  ns0:deathYear 1789 ;
  ns0:firstName "David" ;
  ns0:abbreviation "Nelson" ;
  ns0:lastName "Nelson" ;
  owl:sameAs <http://dbpedia.org/resource/David_Nelson_(botanical_collector)> ;
  rdfs:label "David Nelson"@fi ;
  a ns0:Author .

