@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: Failed to output a material citation, could not create identifier

<http://treatment.plazi.org/id/03F42219FE02ED60FF77F65AFC94F55E>
    dc:creator "James H. Honacki; Kenneth E. Kinman; James W. Koeppl" ;
    dc:title "Cephalophus maxwelli" ;
    trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cephalophus_maxwelli_Smith_1827> ;
    trt:publishedIn <http://doi.org/10.5281/zenodo.7352976> ;
    a trt:Treatment .

<http://doi.org/10.5281/zenodo.7352976>
    bibo:endPage "343" ;
    bibo:startPage "315" ;
    dc:creator "James H. Honacki; Kenneth E. Kinman; James W. Koeppl" ;
    dc:date "1982" ;
    dc:title "Order Artiodactyla" ;
    a fabio:BookSection .

<http://taxon-concept.plazi.org/id/Animalia/Cephalophus_maxwelli_Smith_1827>
    dwc:authority "(H. Smith, 1827)" ;
    dwc:baseAuthorityName "H. Smith" ;
    dwc:baseAuthorityYear "1827" ;
    dwc:class "Mammalia" ;
    dwc:family "Bovidae" ;
    dwc:genus "Cephalophus" ;
    dwc:kingdom "Animalia" ;
    dwc:order "Artiodactyla" ;
    dwc:phylum "Chordata" ;
    dwc:rank "species" ;
    dwc:scientificNameAuthorship "(Smith, 1827)" ;
    dwc:species "maxwelli" ;
    trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cephalophus_maxwelli> ;
    a dwcFP:TaxonConcept .

<http://taxon-name.plazi.org/id/Animalia/Cephalophus_maxwelli>
    dwc:class "Mammalia" ;
    dwc:family "Bovidae" ;
    dwc:genus "Cephalophus" ;
    dwc:kingdom "Animalia" ;
    dwc:order "Artiodactyla" ;
    dwc:phylum "Chordata" ;
    dwc:rank "species" ;
    dwc:species "maxwelli" ;
    trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cephalophus> ;
    a dwcFP:TaxonName .

<http://taxon-name.plazi.org/id/Animalia/Cephalophus>
    dwc:genus "Cephalophus" ;
    dwc:rank "genus" ;
    trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bovidae> ;
    a dwcFP:TaxonName .

<http://taxon-name.plazi.org/id/Animalia/Bovidae>
    dwc:family "Bovidae" ;
    dwc:rank "family" ;
    trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Artiodactyla> ;
    a dwcFP:TaxonName .

<http://taxon-name.plazi.org/id/Animalia/Artiodactyla>
    dwc:order "Artiodactyla" ;
    dwc:rank "order" ;
    trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mammalia> ;
    a dwcFP:TaxonName .

<http://taxon-name.plazi.org/id/Animalia/Mammalia>
    dwc:class "Mammalia" ;
    dwc:rank "class" ;
    trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
    a dwcFP:TaxonName .

<http://taxon-name.plazi.org/id/Animalia/Chordata>
    dwc:phylum "Chordata" ;
    dwc:rank "phylum" ;
    trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
    a dwcFP:TaxonName .

<http://taxon-name.plazi.org/id/Animalia>
    dwc:kingdom "Animalia" ;
    dwc:rank "kingdom" ;
    a dwcFP:TaxonName .