@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:s10009720 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Carleton_Roy_Ball> .
kassu:s9983305 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Carleton_Roy_Ball> .
kassu:s16942433 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Carleton_Roy_Ball> .
ns0:birthYear rdfs:label "Syntymävuosi"@fi, "Birth year"@en .
kassu:s16757066 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Carleton_Roy_Ball> .
ns0:lastName rdfs:label "Last name"@en, "Sukunimi"@fi .
kassu:s16942440 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Carleton_Roy_Ball> .
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:s16756504 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Carleton_Roy_Ball> .
<http://www.yso.fi/onto/author/Carleton_Roy_Ball>
  ns0:deathYear 1958 ;
  ns0:birthYear 1873 ;
  ns0:firstName "Carleton Roy" ;
  ns0:abbreviation "C.R.Ball" ;
  ns0:lastName "Ball" ;
  owl:sameAs <http://dbpedia.org/resource/Carleton_Roy_Ball> ;
  rdfs:label "Carleton Roy Ball"@fi ;
  a ns0:Author .

