55 lines
2.2 KiB
Turtle
55 lines
2.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#> .
|
|
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
|
|
|
<http://treatment.plazi.org/id/9C40063CD2997600074CA275A1DB1850>
|
|
dc:creator "Forel, A." ;
|
|
dc:title "Sima sahlbergii Forel, 1887, n. sp." ;
|
|
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sima_sahlbergii_Forel_1887> ;
|
|
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.11543> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.5281/zenodo.11543>
|
|
bibo:endPage "389" ;
|
|
bibo:journal "Mitteilungen der Schweizerischen Entomologischen Gesellschaft" ;
|
|
bibo:startPage "381" ;
|
|
bibo:volume "7" ;
|
|
dc:creator "Forel, A." ;
|
|
dc:date "1887" ;
|
|
dc:title "Fourmis récoltées à Madagascar, par le Dr. Conrad Keller." ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Sima_sahlbergii_Forel_1887>
|
|
# Info: authority attributes generated from docAuthor ;
|
|
dwc:LSID-HNS "urn:lsid:biosci.ohio-state.edu:osuc_concepts:145405" ;
|
|
dwc:authority "Forel, 1887" ;
|
|
dwc:authorityName "Forel" ;
|
|
dwc:authorityYear "1887" ;
|
|
dwc:genus "Sima" ;
|
|
dwc:rank "species" ;
|
|
dwc:scientificNameAuthorship "Forel, 1887" ;
|
|
dwc:species "sahlbergii" ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sima_sahlbergii> ;
|
|
a dwcFP:TaxonConcept .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Sima_sahlbergii>
|
|
# Warning: Could not determine parent name ;
|
|
dwc:genus "Sima" ;
|
|
dwc:rank "species" ;
|
|
dwc:species "sahlbergii" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sima> ;
|
|
a dwcFP:TaxonName .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Sima>
|
|
dwc:genus "Sima" ;
|
|
dwc:rank "genus" ;
|
|
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sima_sahlbergii> ;
|
|
a dwcFP:TaxonName .
|