This commit is contained in:
treatmentbank 2024-12-04 15:32:21 +00:00
parent b753ee0c5d
commit 8676e06c2f
11 changed files with 513 additions and 13 deletions

View file

@ -30,6 +30,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Derelomini_Latreille_1865>
dwc:authority "Latreille, 1865" ;
dwc:authorityName "Latreille" ;
dwc:authorityYear "1865" ;
dwc:class "Insecta" ;

View file

@ -32,10 +32,9 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cheilosia_erratica_Barkalov_1997>
dwc:authority "Barkalov & Peck", "Barkalov & Peck, 1997" ;
dwc:authorityName "Barkalov & Peck", "Barkalov & Peck, 1997 a:" ;
dwc:authorityPageNumber "1173" ;
dwc:authorityYear "1173", "1997" ;
dwc:authority "Barkalov & Peck, 1997" ;
dwc:authorityName "Barkalov & Peck" ;
dwc:authorityYear "1997" ;
dwc:class "Insecta" ;
dwc:family "Syrphidae" ;
dwc:genus "Cheilosia" ;

View file

@ -30,6 +30,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cheilosia_Meigen_1822>
dwc:authority "Meigen, 1822" ;
dwc:authorityName "Meigen" ;
dwc:authorityYear "1822" ;
dwc:class "Insecta" ;

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#> .
<http://treatment.plazi.org/id/03C4C50EFFE0B12DFEDC1F63CBDBBD54>
cito:cites <http://dx.doi.org/10.5281/zenodo.14276798>, <http://dx.doi.org/10.5281/zenodo.14276808>, <http://dx.doi.org/10.5281/zenodo.14276806>, <http://dx.doi.org/10.5281/zenodo.14276810> ;
dc:creator "Yu, Daoyuan; Zhang, Yating; Wang, Ziqiang; Hu, Feng; Liu, Manqiang" ;
dc:title "Tomocerus nan Yu, Yang and Liu 2018" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tomocerus_nan_Yu_2018> ;
trt:publishedIn <https://doi.org/10.1093/zoolinnean/zlae020> ;
a trt:Treatment .
<https://doi.org/10.1093/zoolinnean/zlae020>
bibo:endPage "20" ;
bibo:issue "3" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-02-19" ;
bibo:startPage "1" ;
bibo:volume "202" ;
dc:creator "Yu, Daoyuan; Zhang, Yating; Wang, Ziqiang; Hu, Feng; Liu, Manqiang" ;
dc:date "2024" ;
dc:title "Unravelling the obscure homology: postembryonic development of chaetotaxic traits in a basal hexapod taxon (Collembola: Tomoceridae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14276798>, <http://dx.doi.org/10.5281/zenodo.14276808>, <http://dx.doi.org/10.5281/zenodo.14276806>, <http://dx.doi.org/10.5281/zenodo.14276810> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tomocerus_nan_Yu_2018>
dwc:authority "Yu, Yang and Liu" ;
dwc:authorityName "Yu, Yang and Liu" ;
dwc:authorityYear "2018" ;
dwc:class "Collembola" ;
dwc:family "Tomoceridae" ;
dwc:genus "Tomocerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yu, Yang & Liu, 2018" ;
dwc:species "nan" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tomocerus_nan> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tomocerus_nan>
dwc:class "Collembola" ;
dwc:family "Tomoceridae" ;
dwc:genus "Tomocerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nan" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tomocerus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tomocerus>
dwc:genus "Tomocerus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tomoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tomoceridae>
dwc:family "Tomoceridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha>
dwc:order "Entomobryomorpha" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Collembola> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Collembola>
dwc:class "Collembola" ;
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: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://dx.doi.org/10.5281/zenodo.14276798>
dc:description "Figure 8. Cephalic chaetotaxy of Tomocerus nan. A, First instar; (B) third instar." ;
fabio:hasRepresentation <https://zenodo.org/record/14276798/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276808>
dc:description "Figure 10. Cephalic chaetotaxy of the adults. A, Tomocerus tropicus; (B) Tomocerus nabanensis; (C) Tomocerus nan." ;
fabio:hasRepresentation <https://zenodo.org/record/14276808/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276806>
dc:description "Figure 9. ºergal chaetotaxy of Tomocerus nan. A, First instar; (B) third instar." ;
fabio:hasRepresentation <https://zenodo.org/record/14276806/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276810>
dc:description "Figure 11. ºergal macrochaetotaxy of the adults. A, Tomocerus tropicus; (B) Tomocerus nabanensis; (C) Tomocerus nan. Only Ŋ. II is shown for T.nabanensis and T.nan since other segments are identical to those of T. tropicus." ;
fabio:hasRepresentation <https://zenodo.org/record/14276810/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,119 @@
@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#> .
<http://treatment.plazi.org/id/03C4C50EFFE3B12DFEEE1B31CEA4BD6B>
cito:cites <http://dx.doi.org/10.5281/zenodo.14276790>, <http://dx.doi.org/10.5281/zenodo.14276808>, <http://dx.doi.org/10.5281/zenodo.14276794>, <http://dx.doi.org/10.5281/zenodo.14276796>, <http://dx.doi.org/10.5281/zenodo.14276810> ;
dc:creator "Yu, Daoyuan; Zhang, Yating; Wang, Ziqiang; Hu, Feng; Liu, Manqiang" ;
dc:title "Tomocerus nabanensis Yu, Yang and Liu 2018" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tomocerus_nabanensis_Yu_2018> ;
trt:publishedIn <https://doi.org/10.1093/zoolinnean/zlae020> ;
a trt:Treatment .
<https://doi.org/10.1093/zoolinnean/zlae020>
bibo:endPage "20" ;
bibo:issue "3" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-02-19" ;
bibo:startPage "1" ;
bibo:volume "202" ;
dc:creator "Yu, Daoyuan; Zhang, Yating; Wang, Ziqiang; Hu, Feng; Liu, Manqiang" ;
dc:date "2024" ;
dc:title "Unravelling the obscure homology: postembryonic development of chaetotaxic traits in a basal hexapod taxon (Collembola: Tomoceridae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14276790>, <http://dx.doi.org/10.5281/zenodo.14276808>, <http://dx.doi.org/10.5281/zenodo.14276794>, <http://dx.doi.org/10.5281/zenodo.14276796>, <http://dx.doi.org/10.5281/zenodo.14276810> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tomocerus_nabanensis_Yu_2018>
dwc:authority "Yu, Yang and Liu" ;
dwc:authorityName "Yu, Yang and Liu" ;
dwc:authorityYear "2018" ;
dwc:class "Collembola" ;
dwc:family "Tomoceridae" ;
dwc:genus "Tomocerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yu, Yang & Liu, 2018" ;
dwc:species "nabanensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Z57B> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tomocerus_nabanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tomocerus_nabanensis>
dwc:class "Collembola" ;
dwc:family "Tomoceridae" ;
dwc:genus "Tomocerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nabanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tomocerus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tomocerus>
dwc:genus "Tomocerus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tomoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tomoceridae>
dwc:family "Tomoceridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha>
dwc:order "Entomobryomorpha" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Collembola> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Collembola>
dwc:class "Collembola" ;
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: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://dx.doi.org/10.5281/zenodo.14276790>
dc:description "Figure 5. Cephalic chaetotaxy of Tomocerus nabanensis. A, First instar; (B) second instar; (C) third instar; (D) fourth instar." ;
fabio:hasRepresentation <https://zenodo.org/record/14276790/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276808>
dc:description "Figure 10. Cephalic chaetotaxy of the adults. A, Tomocerus tropicus; (B) Tomocerus nabanensis; (C) Tomocerus nan." ;
fabio:hasRepresentation <https://zenodo.org/record/14276808/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276794>
dc:description "Figure 6. ºergal chaetotaxy of Tomocerus nabanensis. A, First instar; (B) second instar." ;
fabio:hasRepresentation <https://zenodo.org/record/14276794/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276796>
dc:description "Figure 7. ºergal chaetotaxy of Tomocerus nabanensis. A, Ŋird instar; (B) fourth instar." ;
fabio:hasRepresentation <https://zenodo.org/record/14276796/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276810>
dc:description "Figure 11. ºergal macrochaetotaxy of the adults. A, Tomocerus tropicus; (B) Tomocerus nabanensis; (C) Tomocerus nan. Only Ŋ. II is shown for T.nabanensis and T.nan since other segments are identical to those of T. tropicus." ;
fabio:hasRepresentation <https://zenodo.org/record/14276810/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,119 @@
@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#> .
<http://treatment.plazi.org/id/03C4C50EFFE9B12EFB911A55CEB5B89F>
cito:cites <http://dx.doi.org/10.5281/zenodo.14276784>, <http://dx.doi.org/10.5281/zenodo.14276808>, <http://dx.doi.org/10.5281/zenodo.14276786>, <http://dx.doi.org/10.5281/zenodo.14276788>, <http://dx.doi.org/10.5281/zenodo.14276810> ;
dc:creator "Yu, Daoyuan; Zhang, Yating; Wang, Ziqiang; Hu, Feng; Liu, Manqiang" ;
dc:title "Tomocerus tropicus Yu, Yang and Liu 2018" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tomocerus_tropicus_Yu_2018> ;
trt:publishedIn <https://doi.org/10.1093/zoolinnean/zlae020> ;
a trt:Treatment .
<https://doi.org/10.1093/zoolinnean/zlae020>
bibo:endPage "20" ;
bibo:issue "3" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-02-19" ;
bibo:startPage "1" ;
bibo:volume "202" ;
dc:creator "Yu, Daoyuan; Zhang, Yating; Wang, Ziqiang; Hu, Feng; Liu, Manqiang" ;
dc:date "2024" ;
dc:title "Unravelling the obscure homology: postembryonic development of chaetotaxic traits in a basal hexapod taxon (Collembola: Tomoceridae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14276784>, <http://dx.doi.org/10.5281/zenodo.14276808>, <http://dx.doi.org/10.5281/zenodo.14276786>, <http://dx.doi.org/10.5281/zenodo.14276788>, <http://dx.doi.org/10.5281/zenodo.14276810> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tomocerus_tropicus_Yu_2018>
dwc:authority "Yu, Yang and Liu" ;
dwc:authorityName "Yu, Yang and Liu" ;
dwc:authorityYear "2018" ;
dwc:class "Collembola" ;
dwc:family "Tomoceridae" ;
dwc:genus "Tomocerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yu, Yang & Liu, 2018" ;
dwc:species "tropicus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Z584> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tomocerus_tropicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tomocerus_tropicus>
dwc:class "Collembola" ;
dwc:family "Tomoceridae" ;
dwc:genus "Tomocerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tropicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tomocerus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tomocerus>
dwc:genus "Tomocerus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tomoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tomoceridae>
dwc:family "Tomoceridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Entomobryomorpha>
dwc:order "Entomobryomorpha" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Collembola> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Collembola>
dwc:class "Collembola" ;
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: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://dx.doi.org/10.5281/zenodo.14276784>
dc:description "Figure 2. Cephalic chaetotaxy of Tomocerus tropicus. A, First instar; (B) second instar; (C) third instar; (D) fourth instar." ;
fabio:hasRepresentation <https://zenodo.org/record/14276784/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276808>
dc:description "Figure 10. Cephalic chaetotaxy of the adults. A, Tomocerus tropicus; (B) Tomocerus nabanensis; (C) Tomocerus nan." ;
fabio:hasRepresentation <https://zenodo.org/record/14276808/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276786>
dc:description "Figure 3. ºergal chaetotaxy of Tomocerus tropicus. A, First instar; (B) second instar.Open circle with a slash: pseudopore, the same in following figures." ;
fabio:hasRepresentation <https://zenodo.org/record/14276786/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276788>
dc:description "Figure 4. ºergal chaetotaxy of Tomocerus tropicus. A, Ŋird instar; (B) fourth instar.Half black half white circle (e.g., m4 on Ŋ. II in Fig.4A): chaetae that are either macro- or mesochaetae." ;
fabio:hasRepresentation <https://zenodo.org/record/14276788/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14276810>
dc:description "Figure 11. ºergal macrochaetotaxy of the adults. A, Tomocerus tropicus; (B) Tomocerus nabanensis; (C) Tomocerus nan. Only Ŋ. II is shown for T.nabanensis and T.nan since other segments are identical to those of T. tropicus." ;
fabio:hasRepresentation <https://zenodo.org/record/14276810/files/figure.png> ;
a fabio:Figure .

View file

@ -10,8 +10,8 @@
<http://treatment.plazi.org/id/05062C5440229E7C05F54C02FACDFAA5>
dc:creator "Hendrycks, Ed A.; Broyer, Claude De" ;
dc:title "Abyssorchomene abyssorum Schellenberg 1926" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Abyssorchomene_abyssorum_Schellenberg_1926> ;
dc:title "Abyssorchomene abyssorum" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Abyssorchomene_abyssorum_Stebbing_1888> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2022.825.1829> ;
a trt:Treatment .
@ -26,10 +26,11 @@
dc:title "New deep-sea Atlantic and Antarctic species of Abyssorchomene De Broyer, 1984 (Amphipoda, Lysianassoidea, Uristidae) with a redescription of A. abyssorum (Stebbing, 1888)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Abyssorchomene_abyssorum_Schellenberg_1926>
<http://taxon-concept.plazi.org/id/Animalia/Abyssorchomene_abyssorum_Stebbing_1888>
dwc:ID-ENA "1417799" ;
dwc:authorityName "Schellenberg" ;
dwc:authorityYear "1926" ;
dwc:authority "(Stebbing, 1888)" ;
dwc:baseAuthorityName "Stebbing" ;
dwc:baseAuthorityYear "1888" ;
dwc:class "Malacostraca" ;
dwc:family "Uristidae" ;
dwc:genus "Abyssorchomene" ;
@ -37,7 +38,7 @@
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schellenberg, 1926" ;
dwc:scientificNameAuthorship "(Stebbing, 1888)" ;
dwc:species "abyssorum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NKR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Abyssorchomene_abyssorum> ;

View file

@ -0,0 +1,145 @@
@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#> .
<http://treatment.plazi.org/id/405BB887E4495F4BBDD520C29102F044>
cito:cites <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure1>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure2>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure3>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure4>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure5>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure6>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure7>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure8> ;
dc:creator "Pérez-González, Abel; Mamani, Vanesa" ;
dc:title "Metalacurbs foordi Pérez-González & Mamani, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/405BB887E4495F4BBDD520C29102F044.mc.60751DF4647286730EE2C033EF8DEEB3> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Metalacurbs_foordi_P%C3%A9rez_2024> ;
trt:publishedIn <http://dx.doi.org/10.3897/afrinvertebr.65.138398> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/afrinvertebr.65.138398>
bibo:endPage "211" ;
bibo:issue "2" ;
bibo:journal "African Invertebrates" ;
bibo:pubDate "2024-12-04" ;
bibo:startPage "199" ;
bibo:volume "65" ;
dc:creator "Pérez-González, Abel; Mamani, Vanesa" ;
dc:date "2024" ;
dc:title "Metalacurbs foordi sp. nov., a new Lacurbsinae (Opiliones, Laniatores, Biantidae) from Ankasa National Park, Ghana" ;
fabio:hasPart <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure1>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure2>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure3>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure4>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure5>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure6>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure7>, <http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure8> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Metalacurbs_foordi_P%C3%A9rez_2024>
dwc:authorityName "Pérez-González & Mamani" ;
dwc:authorityYear "2024" ;
dwc:class "Arachnida" ;
dwc:family "Biantidae" ;
dwc:genus "Metalacurbs" ;
dwc:kingdom "Animalia" ;
dwc:order "Opiliones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Pérez-González & Mamani, 2024" ;
dwc:species "foordi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Metalacurbs_foordi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Metalacurbs_foordi>
dwc:class "Arachnida" ;
dwc:family "Biantidae" ;
dwc:genus "Metalacurbs" ;
dwc:kingdom "Animalia" ;
dwc:order "Opiliones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "foordi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Metalacurbs> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Metalacurbs>
dwc:genus "Metalacurbs" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Biantidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Biantidae>
dwc:family "Biantidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Opiliones> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Opiliones>
dwc:order "Opiliones" ;
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:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
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://dx.doi.org/10.3897/afrinvertebr.65.138398.figure1>
dc:description "Figure 1. Metalacurbs foordi sp. nov., holotype male (ZFMK Op 835), habitus photos A dorsal view B ventral view C ventral view with detail of coxae I III D ventral view with detail of coxa IV and free sternites E lateral view F posterior view G detail of free tergites I III and anal operculum. Black arrows indicate spiniform apophyses. Scale bars: 1 mm (A, B, E); 500 µm (C, D, F, G)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1190279> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure2>
dc:description "Figure 2. Metalacurbs foordi sp. nov., holotype male (ZFMK Op 835), drawings of habitus, chelicera and pedipalp A habitus, dorsal view B, C left chelicera B ectal view C frontal view D F left pedipalp D mesal view E ectal view F femur, ventral view. Spiniform apophyses in green. Scale bars: 500 μm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1190280> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure3>
dc:description "Figure 3. Metalacurbs foordi sp. nov., holotype male (ZFMK Op 835), right leg I, photos A retrolateral view B detail of trochanter, femur and patella C detail of tibia D detail of metatarsus E detail of tarsus. Scale bars: 1 mm (A); 500 µm (B, D); 200 µm (C, E)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1190281> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure4>
dc:description "Figure 4. Metalacurbs foordi sp. nov., holotype male (ZFMK Op 835), right leg II, photos A retrolateral view B detail of trochanter, femur and patella C detail of tibia D detail of metatarsus E detail of tarsus. Arrow indicates the proximally swollen metatarsus II. Scale bars: 1 mm (A, D); 500 µm (B, C, E)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1190282> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure5>
dc:description "Figure 5. Metalacurbs foordi sp. nov., holotype male (ZFMK Op 835), right leg III, photos A retrolateral view B detail of trochanter, femur and patella C detail of tibia D detail of metatarsus E detail of tarsus. Scale bars: 1 mm (A); 500 µm (B D); 200 µm (E)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1190283> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure6>
dc:description "Figure 6. Metalacurbs foordi sp. nov., holotype male (ZFMK Op 835), drawings and photos of left leg IV A prolateral view B retrolateral view C prolateral view D detail of trochanter, femur and patella E detail of tibia F detail of metatarsus G detail of tarsus. Spiniform apophysis in green. Arrow indicates a pseudoarticular ring. Scale bars: 1 mm (A C); 500 µm (D F); 200 µm (G)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1190284> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure7>
dc:description "Figure 7. Metalacurbs foordi sp. nov., holotype male (ZFMK Op 835), penis drawings A, B dorsal view C, D lateral view E, F ventral view. Lamina apicalis in orange; Capsula externa in magenta; conductors in red (dashed line); stylus in green (solid and dashed line). Abbreviation: PB (pars basalis), PD (pars distalis), ms (macroseta). Arrow indicates the semicircular edge formed by the junction between lamina apicalis and the narrow-rounded portion of pars distalis. Asterisk indicates the narrow-rounded portion of pars distalis. Scale bars: 500 μm (A, C, E); 100 μm (B, D, F)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1190285> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/afrinvertebr.65.138398.figure8>
dc:description "Figure 8. Geographical distribution of Lacurbsinae. Eulacurbs paradoxa (orange square). Lacurbs (triangles): Lacurbs nigrimana (yellow), L. spinosa (red), L. fernandopoensis nomen nudum (magenta), Lacurbs sp. (bright-cyan). Metalacurbs (circles): Metalacurbs cornipes (black), M. foordi sp. nov. (magenta), M. oedipus (red), M. simoni (white), M. villiersi (blue). Prolacurbs singularis (green inverted triangle). Asterisks indicate the type localities." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1190286> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/405BB887E4495F4BBDD520C29102F044.mc.60751DF4647286730EE2C033EF8DEEB3>
dwc:collectionCode "ZFMK" ;
dwc:eventDate "2013-02-22" ;
dwc:locality "Ankasa National Park" ;
dwc:recordedBy "B. A. Huber" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "180" ;
dwc:verbatimLatitude "5.2172" ;
dwc:verbatimLongitude "-2.6514" ;
trt:httpUri <https://treatment.plazi.org/id/405BB887E4495F4BBDD520C29102F044#60751DF4647286730EE2C033EF8DEEB3> ;
a dwc:MaterialCitation .

View file

@ -29,6 +29,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Austrosphecodes_Michener_1978>
dwc:authority "Michener, 1978" ;
dwc:authorityName "Michener" ;
dwc:authorityYear "1978" ;
dwc:class "Insecta" ;

View file

@ -106,7 +106,7 @@
dwc:catalogNumber "VKBS-2007-27" ;
dwc:collectionCode "NHRS" ;
dwc:eventDate "2007-12-09" ;
dwc:locality "Nepenthes Camp" ;
dwc:locality "Maliau Basin" ;
dwc:recordedBy "B. Viklund & N. Jonsson" ;
dwc:samplingProtocol "6 m Malaise trap" ;
dwc:typeStatus "holotype" ;

View file

@ -152,10 +152,11 @@
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A96887DAAC6BFFB65771FA8EFF6DFEFE.mc.91A93C91AC6BFFB555E0F90BFCC3F95D>
dwc:catalogNumber "MSM20/4-GeoB16337-2" ;
dwc:collectionCode "SaM" ;
dwc:eventDate "2012-03-27" ;
dwc:locality "WESTERN SLOPE" ;
dwc:verbatimElevation "-507" ;
dwc:verbatimElevation "507" ;
dwc:verbatimLatitude "26.337" ;
dwc:verbatimLongitude "-84.7598" ;
trt:gbifOccurrenceId "3776287304" ;
@ -167,7 +168,7 @@
dwc:collectionCode "SaM" ;
dwc:eventDate "2012-03-27" ;
dwc:samplingProtocol "gravity core in sand" ;
dwc:verbatimElevation "-500" ;
dwc:verbatimElevation "500" ;
dwc:verbatimLatitude "26.4204" ;
dwc:verbatimLongitude "-84.7704" ;
trt:gbifOccurrenceId "3776287303" ;