GG2RDF 2024-07-04T10:51:45.858Z full update: 235 of 241 (plazi/treatments-xml)

This commit is contained in:
GG2RDF 2024-07-04 12:45:47 +00:00
parent 7645fafd68
commit d3535421c1
3000 changed files with 411854 additions and 0 deletions

View file

@ -0,0 +1,106 @@
@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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/A29A39147A5A5466A28C7D555BAC1190>
dc:creator "Broad, Gavin R." ;
dc:title "Diadegma kyffhusanae Horstmann 1973" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Diadegma_kyffhusanae_Horstmann_1973> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e9042> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e9042>
bibo:endPage "9042" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "9042" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Ichneumonidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Diadegma_kyffhusanae_Horstmann_1973>
dwc:authority "Horstmann, 1973" ;
dwc:authorityName "Horstmann" ;
dwc:authorityYear "1973" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Diadegma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Horstmann, 1973" ;
dwc:species "kyffhusanae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/357RR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Diadegma_kyffhusanae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Diadegma_kyffhusanae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Diadegma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kyffhusanae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diadegma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diadegma>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Diadegma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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 .

View file

@ -0,0 +1,337 @@
@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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/longiceps>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/rufosignata>' due to issues with rank ;
cito:cites <http://dx.doi.org/10.3897/zookeys.1183.110952.figure2>, <http://dx.doi.org/10.3897/zookeys.1183.110952.figure3>, <http://dx.doi.org/10.3897/zookeys.1183.110952.figure1> ;
dc:creator "Huebner, Jeremy; Chemyreva, Vasilisa G.; Notton, David G." ;
dc:title "Basalys rufocinctus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.47A5A039B169BE11D8B7818AE1C076CA>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.3CB40C3F622D0A785FB61540F29EE56D>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.337C907397B576A0999AC3C01BF1B041>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.52D5DBFE16BE17200709A1CE82A72C5E>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.A5005068B3E845763F10CC78ACE2C3C0>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.42A8C7540B43526205C2394C5907A86B>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.68EA2F318411D10CEDF1310BC8573D75>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.8E35B57AEFBEB737AE77B39281B28789>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.5D4CA7743847EB641AD95A09CA5FD6B1>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.78BAAC741F8A7DA91E5F2A9033F1837A>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.0C6F7F320634B4972FD136ECA7A409C5>, <http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.7E6CD5A90E514B817377CDF948C703DF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Basalys_rufocinctus_Kieffer_1911> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Loxotropa_longiceps>, <http://taxon-name.plazi.org/id/Animalia/Loxotropa_rufocin%D1%81ta> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Geodiapria_longiceps_Kieffer_1911>, <http://taxon-concept.plazi.org/id/Animalia/Loxotropa_rufosignata_Kieffer_1911> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1183.110952> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1183.110952>
bibo:endPage "11" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2023-10-23" ;
bibo:startPage "1" ;
bibo:volume "1183" ;
dc:creator "Huebner, Jeremy; Chemyreva, Vasilisa G.; Notton, David G." ;
dc:date "2023" ;
dc:title "Taxonomic and nomenclatural notes on Geodiapria longiceps Kieffer, 1911 (Hymenoptera, Diapriidae) and synonymy of the genus Geodiapria Kieffer, 1910" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1183.110952.figure2>, <http://dx.doi.org/10.3897/zookeys.1183.110952.figure3>, <http://dx.doi.org/10.3897/zookeys.1183.110952.figure1> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Basalys_rufocinctus_Kieffer_1911>
dwc:LSID "A29A6007-9589-533D-B6DB-94A521E99F45" ;
dwc:authority "(Kieffer, 1911)" ;
dwc:baseAuthorityName "Kieffer" ;
dwc:baseAuthorityYear "1911" ;
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Basalys" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kieffer, 1911)" ;
dwc:species "rufocinctus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Basalys_rufocinctus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Geodiapria_longiceps_Kieffer_1911>
dwc:authorityName "Kieffer" ;
dwc:authorityYear "1911" ;
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Geodiapria" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kieffer, 1911" ;
dwc:species "longiceps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Geodiapria_longiceps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Loxotropa_rufosignata_Kieffer_1911>
dwc:authorityName "Kieffer" ;
dwc:authorityYear "1911" ;
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Loxotropa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kieffer, 1911" ;
dwc:species "rufosignata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Loxotropa_rufosignata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Basalys_rufocinctus>
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Basalys" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rufocinctus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Basalys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Basalys>
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Basalys" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diapriidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diapriidae>
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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 .
<http://taxon-name.plazi.org/id/Animalia/Loxotropa_longiceps>
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Loxotropa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longiceps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Loxotropa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Loxotropa>
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Loxotropa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diapriidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Geodiapria_longiceps>
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Geodiapria" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longiceps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Geodiapria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Geodiapria>
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Geodiapria" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diapriidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Loxotropa_rufocin%D1%81ta>
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Loxotropa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rufocinсta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Loxotropa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Loxotropa_rufosignata>
dwc:class "Insecta" ;
dwc:family "Diapriidae" ;
dwc:genus "Loxotropa" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rufosignata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Loxotropa> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/zookeys.1183.110952.figure2>
dc:description "Figure 2. Holotype ♀ of Loxotropa longiceps (Wasmann, 1909), the same specimen is also the holotype ♀ of Geodiapria longiceps Kieffer, 1911: A habitus, lateral view B labels." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/925546> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1183.110952.figure3>
dc:description "Figure 3. Holotype ♀ of Loxotropa rufosignata Kieffer, 1911: A habitus, dorsal view B labels." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/925547> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1183.110952.figure1>
dc:description "Figure 1. Basalys rufocinctus (Kieffer, 1911) ♀: A habitus, dorsal view B habitus, lateral view C wing with reduced venation (arrow) D close-up of petiole." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/925545> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.47A5A039B169BE11D8B7818AE1C076CA>
dwc:eventDate "1994-05-04" ;
dwc:locality "Tisvilde Hegn" ;
dwc:recordedBy "P. N. Buhl" ;
dwc:verbatimLatitude "56.033333" ;
dwc:verbatimLongitude "12.066667" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#47A5A039B169BE11D8B7818AE1C076CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.3CB40C3F622D0A785FB61540F29EE56D>
dwc:eventDate "1996-06-14" ;
dwc:locality "Ajaccio" ;
dwc:recordedBy "du Sud, Bastelicaccia, C. Villemant" ;
dwc:samplingProtocol "Malaise trap" ;
dwc:verbatimLatitude "41.916668" ;
dwc:verbatimLongitude "8.5" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#3CB40C3F622D0A785FB61540F29EE56D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.337C907397B576A0999AC3C01BF1B041>
dwc:eventDate "1997-07-01" ;
dwc:locality "Malaucene" ;
dwc:recordedBy "C. Villemant" ;
dwc:verbatimLatitude "44.216667" ;
dwc:verbatimLongitude "5.133333" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#337C907397B576A0999AC3C01BF1B041> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.52D5DBFE16BE17200709A1CE82A72C5E>
dwc:eventDate "1997-08-05" ;
dwc:locality "Malaucene" ;
dwc:recordedBy "C. Villemant" ;
dwc:verbatimLatitude "44.216667" ;
dwc:verbatimLongitude "5.133333" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#52D5DBFE16BE17200709A1CE82A72C5E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.A5005068B3E845763F10CC78ACE2C3C0>
dwc:eventDate "2021-07-16" ;
dwc:locality "Dammbachtal" ;
dwc:recordedBy "J. Huebner, Process, GenBank" ;
dwc:verbatimElevation "338" ;
dwc:verbatimLatitude "49.866108" ;
dwc:verbatimLongitude "9.325" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#A5005068B3E845763F10CC78ACE2C3C0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.42A8C7540B43526205C2394C5907A86B>
dwc:eventDate "2021-07-16" ;
dwc:locality "Dammbachtal" ;
dwc:recordedBy "J. Huebner, Process, GenBank" ;
dwc:verbatimElevation "338" ;
dwc:verbatimLatitude "49.866108" ;
dwc:verbatimLongitude "9.325" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#42A8C7540B43526205C2394C5907A86B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.68EA2F318411D10CEDF1310BC8573D75>
dwc:eventDate "1995-06-03" ;
dwc:locality "Hanko Bloksberg" ;
dwc:recordedBy "O. Hanssen, J. I. I. Batvik" ;
dwc:samplingProtocol "pitfall trap" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#68EA2F318411D10CEDF1310BC8573D75> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.8E35B57AEFBEB737AE77B39281B28789>
dwc:eventDate "1987-07" ;
dwc:locality "Calahonda" ;
dwc:recordedBy "L. Lockey" ;
dwc:samplingProtocol "Malaise trap" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#8E35B57AEFBEB737AE77B39281B28789> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.5D4CA7743847EB641AD95A09CA5FD6B1>
dwc:eventDate "1959-04-10" ;
dwc:locality "Sierra Nevada" ;
dwc:recordedBy "C. Besuchet" ;
dwc:verbatimElevation "1600" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#5D4CA7743847EB641AD95A09CA5FD6B1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.78BAAC741F8A7DA91E5F2A9033F1837A>
dwc:eventDate "1990-10-12" ;
dwc:locality "Abbotts Moss" ;
dwc:recordedBy "D. G. Notton" ;
dwc:verbatimLatitude "53.2075" ;
dwc:verbatimLongitude "-2.6063888" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#78BAAC741F8A7DA91E5F2A9033F1837A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.0C6F7F320634B4972FD136ECA7A409C5>
dwc:eventDate "1984-08-15" ;
dwc:locality "Santon Downham" ;
dwc:recordedBy "J. Field" ;
dwc:samplingProtocol "Malaise trap" ;
dwc:verbatimLatitude "52.4625" ;
dwc:verbatimLongitude "0.67472225" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#0C6F7F320634B4972FD136ECA7A409C5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A29A60079589533DB6DB94A521E99F45.mc.7E6CD5A90E514B817377CDF948C703DF>
dwc:eventDate "1983-08-18" ;
dwc:locality "Santon Downham" ;
dwc:recordedBy "J. Field" ;
dwc:verbatimLatitude "52.4625" ;
dwc:verbatimLongitude "0.67472225" ;
trt:httpUri <https://treatment.plazi.org/id/A29A60079589533DB6DB94A521E99F45#7E6CD5A90E514B817377CDF948C703DF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,90 @@
@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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/A29A8B1CF2E3996EAADBD58F25EE18FD>
dc:creator "Candek, Klemen; Gregoric, Matjaz; Kostanjsek, Rok; Frick, Holger; Kropf, Christian; Kuntner, Matjaz; Miller, Jeremy A.; Hoeksema, Bert W." ;
dc:title "Nomisia extornata" ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.1.e980> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Nomisia_extornata> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.1.e980>
bibo:endPage "980" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "980" ;
bibo:volume "1" ;
dc:creator "Candek, Klemen; Gregoric, Matjaz; Kostanjsek, Rok; Frick, Holger; Kropf, Christian; Kuntner, Matjaz; Miller, Jeremy A.; Hoeksema, Bert W." ;
dc:date "2013" ;
dc:title "Targeting a portion of central European spider diversity for permanent preservation" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Nomisia_extornata>
dwc:class "Arachnida" ;
dwc:family "Gnaphosidae" ;
dwc:genus "Nomisia" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "extornata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nomisia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nomisia>
dwc:class "Arachnida" ;
dwc:family "Gnaphosidae" ;
dwc:genus "Nomisia" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gnaphosidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gnaphosidae>
dwc:class "Arachnida" ;
dwc:family "Gnaphosidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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 .

View file

@ -0,0 +1,113 @@
@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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/A29A9385C32B5FDFEEAEFF538078C384>
cito:cites <http://dx.doi.org/10.3897/phytokeys.121.29924.figures2-10> ;
dc:creator "Kuetegue, Felix; Sonke, Bonaventure; Ameka, Gabriel K." ;
dc:title "Cyperus rheophyticus Lye, Nordic J. Bot. 24 (3): 273 2006" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Cyperus_rheophyticus_Lye_2006> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.121.29924> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.121.29924>
bibo:endPage "131" ;
bibo:journal "PhytoKeys" ;
bibo:startPage "81" ;
bibo:volume "121" ;
dc:creator "Kuetegue, Felix; Sonke, Bonaventure; Ameka, Gabriel K." ;
dc:date "2019" ;
dc:title "A checklist of rheophytes of Cameroon" ;
fabio:hasPart <http://dx.doi.org/10.3897/phytokeys.121.29924.figures2-10> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Cyperus_rheophyticus_Lye_2006>
dwc:LSID "46D68545-6EBD-5FD9-8EB5-BC7B2C650548" ;
dwc:authority "Lye, Nordic J. Bot. 24 (3): 273 (2006)" ;
dwc:authorityName "Lye, Nordic J. Bot. 24 (3): 273" ;
dwc:authorityYear "2006" ;
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Cyperus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lye, Nordic J. Bot. 24 (3): 273, 2006" ;
dwc:species "rheophyticus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cyperus_rheophyticus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Cyperus_rheophyticus>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Cyperus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rheophyticus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperus>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Cyperus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/phytokeys.121.29924.figures2-10>
dc:description "Figures 2 - 10. 2 Bolbitis fluviatilis (Hook.) Ching 3 Bolbitis heudelotii (Bory ex Fee) Alston 4 Lepidagathis alopecuroides R. Br. ex Griseb. 5 Achyranthes talbotii Hutch & Daziel 6 Crinum natans Baker 7 Kanahia laniflora (Forssk.) R. Br. 8 Anubias barteri Schott 9 Cyperus rheophyticus Lye 10 Cyperus tonkinensis C. B. Clarke var. baikiei (C. B. Clarke ex Kuk) S. S. Hooper." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/300480> ;
a fabio:Figure .

View file

@ -0,0 +1,89 @@
@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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/A29AACFB70C3A973C9EBA440A93D96F2>
dc:creator "Bond, Jason E." ;
dc:title "Aptostichus cabrillo Bond, 2012, sp. n." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.252.3588> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Aptostichus_cabrillo> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.252.3588>
bibo:endPage "209" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "252" ;
dc:creator "Bond, Jason E." ;
dc:date "2012" ;
dc:title "Phylogenetic treatment and taxonomic revision of the trapdoor spider genus Aptostichus Simon (Araneae, Mygalomorphae, Euctenizidae)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Aptostichus_cabrillo>
dwc:class "Arachnida" ;
dwc:family "Euctenizidae" ;
dwc:genus "Aptostichus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cabrillo" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aptostichus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aptostichus>
dwc:class "Arachnida" ;
dwc:family "Euctenizidae" ;
dwc:genus "Aptostichus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Euctenizidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Euctenizidae>
dwc:class "Arachnida" ;
dwc:family "Euctenizidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
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 .