@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/Mark_Wayne_Chase>
  ns0:birthYear 1951 ;
  ns0:firstName "Mark" ;
  ns0:abbreviation "M.W.Chase" ;
  ns0:lastName "Chase" ;
  owl:sameAs <http://dbpedia.org/resource/Mark_Wayne_Chase> ;
  rdfs:label "Mark Wayne Chase"@fi ;
  a ns0:Author .

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

