47 lines
2 KiB
Turtle
47 lines
2 KiB
Turtle
@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#> .
|
|
# Error: the treatment is lacking the taxon
|
|
|
|
<http://treatment.plazi.org/id/957C87E5FFDCFFF8F571FA8747D8BEEF>
|
|
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Fannia_scalaris_Fabricius_1794> ;
|
|
dc:creator "De Carvalho, C. J. B.; Pont, A. C.; Couri, M. S.; Pamplona, D." ;
|
|
dc:title "Fannia scalaris Fabricius 1794" ;
|
|
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Dermatobia> ;
|
|
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.156183> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.5281/zenodo.156183>
|
|
bibo:endPage "32" ;
|
|
bibo:journal "Zootaxa" ;
|
|
bibo:startPage "1" ;
|
|
bibo:volume "219" ;
|
|
dc:creator "De Carvalho, C. J. B.; Pont, A. C.; Couri, M. S.; Pamplona, D." ;
|
|
dc:date "2003" ;
|
|
dc:title "A catalogue of the Fanniidae (Diptera) of the Neotropical Region" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Fannia_scalaris_Fabricius_1794>
|
|
dwc:authority "Fabricius, 1794:332" ;
|
|
dwc:authorityName "Fabricius" ;
|
|
dwc:authorityPageNumber "332" ;
|
|
dwc:authorityYear "1794" ;
|
|
dwc:class "Insecta" ;
|
|
dwc:family "Fanniidae" ;
|
|
dwc:genus "Fannia" ;
|
|
dwc:kingdom "Animalia" ;
|
|
dwc:order "Diptera" ;
|
|
dwc:phylum "Arthropoda" ;
|
|
dwc:rank "species" ;
|
|
dwc:scientificNameAuthorship "Fabricius, 1794" ;
|
|
dwc:species "scalaris" ;
|
|
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6HPY4> ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Fannia_scalaris> ;
|
|
a dwcFP:TaxonConcept .
|