43 lines
2.1 KiB
Turtle
43 lines
2.1 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/1AA59CC4A19DFB52B6FE1124E9226107>
|
|
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Orthonotomyrmex_Ashmead_> ;
|
|
dc:creator "Santschi, F." ;
|
|
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Camponotus_bituberculatus>, <http://taxon-name.plazi.org/id/Animalia/Camponotus_braunsi>, <http://taxon-name.plazi.org/id/Animalia/Camponotus_carbo>, <http://taxon-name.plazi.org/id/Animalia/Camponotus_erinaceus>, <http://taxon-name.plazi.org/id/Animalia/Camponotus_foraminosus>, <http://taxon-name.plazi.org/id/Animalia/Camponotus_perrisii> ;
|
|
trt:publishedIn <http://publication.plazi.org/id/FE06B16C2BBDFCD084D4F6343B802CB0> ;
|
|
a trt:Treatment .
|
|
|
|
<http://publication.plazi.org/id/FE06B16C2BBDFCD084D4F6343B802CB0>
|
|
bibo:endPage "148" ;
|
|
bibo:journal "Voyage de Ch. Alluaud et R. Jeannel en Afrique Orientale (1911 - 1912). Résultats scientifiques. Hyménoptères" ;
|
|
bibo:startPage "41" ;
|
|
bibo:volume "2" ;
|
|
dc:creator "Santschi, F." ;
|
|
dc:date "1914" ;
|
|
dc:title "Formicidae." ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Orthonotomyrmex_Ashmead_>
|
|
dwc:LSID-HNS "urn:lsid:biosci.ohio-state.edu:osuc_concepts:147158" ;
|
|
dwc:authority "Ashmead" ;
|
|
dwc:authorityName "Ashmead" ;
|
|
dwc:class "Insecta" ;
|
|
dwc:family "Formicidae" ;
|
|
dwc:genus "Orthonotomyrmex" ;
|
|
dwc:kingdom "Animalia" ;
|
|
dwc:order "Hymenoptera" ;
|
|
dwc:phylum "Arthropoda" ;
|
|
dwc:rank "genus" ;
|
|
dwc:scientificNameAuthorship "Ashmead" ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Orthonotomyrmex> ;
|
|
a dwcFP:TaxonConcept .
|