@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.yso.fi/onto/taxmeon/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 .
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/lastName> rdfs:label "Last name"@en, "Sukunimi"@fi .
<http://www.yso.fi/onto/author/Joseph_Liboschitz>
  ns0:deathYear 1824 ;
  ns0:birthYear 1783 ;
  ns0:firstName "Joseph" ;
  ns0:abbreviation "Libosch." ;
  ns0:lastName "Liboschitz" ;
  owl:sameAs <http://dbpedia.org/resource/Joseph_Liboschitz> ;
  rdfs:label "Joseph Liboschitz"@fi ;
  a ns0:Author .

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 .

kassu:k73986 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Joseph_Liboschitz> .
