@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 .
rdf:type rdfs:label "type"@fi .
kassu:k75075 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Anton_de_Bary> .
kassu:k31076 ns0:hasScientificNameAuthorship <http://www.yso.fi/onto/author/Anton_de_Bary> .
<http://www.yso.fi/onto/author/Anton_de_Bary>
  ns0:abbreviation "de Bary" ;
  owl:sameAs <http://dbpedia.org/resource/Anton_de_Bary> ;
  rdfs:label "Anton de Bary"@fi ;
  a ns0:Author .

ns0:Author
  rdfs:label "Author"@en, "Auktori"@fi, "An author name of a taxon"@en ;
  a owl:Class, rdfs:Class .

