@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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#> .
@prefix kassu: <http://www.yso.fi/onto/kassu/> .

<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 .
<http://www.yso.fi/onto/author/John_Stackhouse>
  ns0:deathYear 1819 ;
  ns0:birthYear 1742 ;
  ns0:firstName "John" ;
  ns0:abbreviation "Stackh." ;
  ns0:lastName "Stackhouse" ;
  owl:sameAs <http://dbpedia.org/resource/John_Stackhouse_(botanist)> ;
  rdfs:label "John Stackhouse"@fi ;
  a ns0:Author .

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

kassu:s16824514 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/John_Stackhouse> .
