46 lines
2 KiB
Turtle
46 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/1898E0DE22F014DC8B738DF7C13AB781>
|
|
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Cataglyphis_altisquamis_Andre_1881> ;
|
|
dc:creator "Paknia, O.; Radchenko, A.; Alipanah, H." ;
|
|
dc:title "Cataglyphis altisquamis" ;
|
|
trt:publishedIn <http://publication.plazi.org/id/6416B1C31B25473FCC13D2D97100C790> ;
|
|
a trt:Treatment .
|
|
|
|
<http://publication.plazi.org/id/6416B1C31B25473FCC13D2D97100C790>
|
|
bibo:endPage "159" ;
|
|
bibo:journal "Myrmecologische Nachrichten" ;
|
|
bibo:startPage "151" ;
|
|
bibo:volume "11" ;
|
|
dc:creator "Paknia, O.; Radchenko, A.; Alipanah, H." ;
|
|
dc:date "2008" ;
|
|
dc:title "A preliminary checklist of the ants (Hymenoptera: Formicidae) of Iran." ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Cataglyphis_altisquamis_Andre_1881>
|
|
dwc:LSID-HNS "urn:lsid:biosci.ohio-state.edu:osuc_concepts:27396" ;
|
|
dwc:authority "(Andre, 1881)" ;
|
|
dwc:baseAuthorityName "Andre" ;
|
|
dwc:baseAuthorityYear "1881" ;
|
|
dwc:class "Insecta" ;
|
|
dwc:family "Formicidae" ;
|
|
dwc:genus "Cataglyphis" ;
|
|
dwc:kingdom "Animalia" ;
|
|
dwc:order "Hymenoptera" ;
|
|
dwc:phylum "Arthropoda" ;
|
|
dwc:rank "species" ;
|
|
dwc:scientificNameAuthorship "(Andre, 1881)" ;
|
|
dwc:species "altisquamis" ;
|
|
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/RRNH> ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cataglyphis_altisquamis> ;
|
|
a dwcFP:TaxonConcept .
|