@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'

<http://treatment.plazi.org/id/03AC87E2FFAFFFD9FF94FE3A38D3FB05>
    # Error: Could not add TaxonConceptCitation
# Error: Could not produce taxonNameURI ;
    # Warning: Could not add treatment taxon because the rank attribute is missing ;
    dc:creator "Mary" ;
    dc:title "Zosterops novaeguineae shaw-mayeri Mayr" ;
    trt:publishedIn <http://publication.plazi.org/id/FF95FF9AFFBBFFCDFFFFFF873967FFA4> ;
    a trt:Treatment .

<http://publication.plazi.org/id/FF95FF9AFFBBFFCDFFFFFF873967FFA4>
    bibo:endPage "193" ;
    bibo:issue "348" ;
    bibo:journal "Bulletin of the American Museum of Natural History" ;
    bibo:pubDate "2011-04-29" ;
    bibo:startPage "1" ;
    bibo:volume "2011" ;
    dc:creator "Mary" ;
    dc:date "2011" ;
    dc:title "Type Specimens Of Birds In The American Museum Of Natural History Part 9. Passeriformes: Zosteropidae And Meliphagidae" ;
    a fabio:JournalArticle .