GG2RDF 2024-08-06T13:21:20.998Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-06 13:21:33 +00:00
parent 3b3c28d30a
commit 7293cddfd6
5 changed files with 538 additions and 0 deletions

View file

@ -0,0 +1,108 @@
@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/03CFF948FF882B548B8373E0FC9D3B4E>
dc:creator "Tovar-Hernandez, Maria Ana; Jirkov, Igor A." ;
dc:title "Potamethus filatovae Tovar-Hernandez & Jirkov 2024" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Potamethus_filatovae_Levenstein_1961> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5486.1.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5486.1.2>
bibo:endPage "70" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-07-24" ;
bibo:startPage "48" ;
bibo:volume "5486" ;
dc:creator "Tovar-Hernandez, Maria Ana; Jirkov, Igor A." ;
dc:date "2024" ;
dc:title "Jasmineira filatovae Levenstein, 1961, the deepest known sabellid is a Potamethus Chamberlin, 1919: redescription, new combination and generic emendation" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Potamethus_filatovae_Levenstein_1961>
dwc:authorityName "Tovar-Hernandez & Jirkov" ;
dwc:authorityYear "2024" ;
dwc:baseAuthorityName "Levenstein" ;
dwc:baseAuthorityYear "1961" ;
dwc:class "Polychaeta" ;
dwc:family "Sabellidae" ;
dwc:genus "Potamethus" ;
dwc:kingdom "Animalia" ;
dwc:order "Sabellida" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Levenstein, 1961) Tovar-Hernandez & Jirkov, 2024" ;
dwc:species "filatovae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Potamethus_filatovae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Potamethus_filatovae>
dwc:class "Polychaeta" ;
dwc:family "Sabellidae" ;
dwc:genus "Potamethus" ;
dwc:kingdom "Animalia" ;
dwc:order "Sabellida" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:species "filatovae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Potamethus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Potamethus>
dwc:class "Polychaeta" ;
dwc:family "Sabellidae" ;
dwc:genus "Potamethus" ;
dwc:kingdom "Animalia" ;
dwc:order "Sabellida" ;
dwc:phylum "Annelida" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sabellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sabellidae>
dwc:class "Polychaeta" ;
dwc:family "Sabellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sabellida" ;
dwc:phylum "Annelida" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sabellida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sabellida>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:order "Sabellida" ;
dwc:phylum "Annelida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polychaeta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polychaeta>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Annelida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Annelida>
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
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,98 @@
@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/03CFF948FF882B548B8376BCFD403946>
cito:cites <http://dx.doi.org/10.5281/zenodo.13209703> ;
dc:creator "Tovar-Hernandez, Maria Ana; Jirkov, Igor A." ;
dc:title "Jasmineira filatovae" ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5486.1.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Jasmineira_filatovae> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5486.1.2>
bibo:endPage "70" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-07-24" ;
bibo:startPage "48" ;
bibo:volume "5486" ;
dc:creator "Tovar-Hernandez, Maria Ana; Jirkov, Igor A." ;
dc:date "2024" ;
dc:title "Jasmineira filatovae Levenstein, 1961, the deepest known sabellid is a Potamethus Chamberlin, 1919: redescription, new combination and generic emendation" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13209703> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Jasmineira_filatovae>
dwc:class "Polychaeta" ;
dwc:family "Sabellidae" ;
dwc:genus "Jasmineira" ;
dwc:kingdom "Animalia" ;
dwc:order "Sabellida" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:species "filatovae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Jasmineira> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Jasmineira>
dwc:class "Polychaeta" ;
dwc:family "Sabellidae" ;
dwc:genus "Jasmineira" ;
dwc:kingdom "Animalia" ;
dwc:order "Sabellida" ;
dwc:phylum "Annelida" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sabellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sabellidae>
dwc:class "Polychaeta" ;
dwc:family "Sabellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sabellida" ;
dwc:phylum "Annelida" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sabellida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sabellida>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:order "Sabellida" ;
dwc:phylum "Annelida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polychaeta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polychaeta>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Annelida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Annelida>
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
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.13209703>
dc:description "FIGURE 6. Potamethus malmgreni (Hansen, 1878) from the Norwegian Sea stained with methylene blue, light microscopy images. A) Collar and base of radiolar crown, ventral view, B) same, dorsal view, C) same, ventral view, D) ventral shields and transition of thorax and abdomen, E) ventral shields from posterior abdomen, F) thoracic uncini, arrow points to uncinal hump. Abbreviations: 1, 2) number of chaetigers, apr) anterior peristomial ring, pl) parallel lamella, vsa) ventral shields of abdominal segments, vsc) ventral shield of collar, vst) ventral shield of thoracic segments. Scale bars: AC, E) 500 µm, D) 1 mm, F) not scaled." ;
fabio:hasRepresentation <https://zenodo.org/record/13209703/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03D5878DFFC4FFA5FF1EFA3AFCC97A3C>
cito:cites <http://dx.doi.org/10.5281/zenodo.13236526>, <http://dx.doi.org/10.5281/zenodo.13236528>, <http://dx.doi.org/10.5281/zenodo.13236530>, <http://dx.doi.org/10.5281/zenodo.13236532> ;
dc:creator "Tuzovskij, Petr V." ;
dc:title "Hygrobates (Rivobates) primoryensis Tuzovskij, 2017, sp.n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D5878DFFC4FFA5FF1EFA3AFCC97A3C.mc.3B143CC6FFC4FFA6FED1F996FA7179FA>, <http://tb.plazi.org/GgServer/dwcaRecords/03D5878DFFC4FFA5FF1EFA3AFCC97A3C.mc.3B143CC6FFC4FFA6FF1EF951FCDD79B5> ;
@ -26,6 +27,7 @@
dc:creator "Tuzovskij, Petr V." ;
dc:date "2017" ;
dc:title "A new water mite species of the genus Hygrobates Koch, 1837 (Acari, Hydrachnidia, Hygrobatidae) from Far East of Russia" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13236526>, <http://dx.doi.org/10.5281/zenodo.13236528>, <http://dx.doi.org/10.5281/zenodo.13236530>, <http://dx.doi.org/10.5281/zenodo.13236532> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hygrobates_primoryensis_._2017>
@ -119,6 +121,26 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13236526>
dc:description "Figures 1-6. Hygrobates (Rivobates) primoryensis sp.n.: 1 seta Fch, 2 ventral view, 3-4, 6 genital field, 5 pedipalp; 1-5 male, 6 female. Scale bars: 1, 5 = 50 μm, 2-4, 6 = 100 μm" ;
fabio:hasRepresentation <https://zenodo.org/record/13236526/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13236528>
dc:description "Figures 7-10. Hygrobates (Rivobates) primoryensis sp. n.: 7 I-Leg-4-6, 8 IV-Leg-4-6, 9 leg claw; 10 genital field; 7-9 male, 10 female. Scale bars: 7, 8, 10 = 100 μm, 9 = 50 μm." ;
fabio:hasRepresentation <https://zenodo.org/record/13236528/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13236530>
dc:description "Figures 11-12. Hygrobates (Rivobates) ezoensis: 11-12 genital field, 11 female, 12 male (after Matsumoto et al. 2005)." ;
fabio:hasRepresentation <https://zenodo.org/record/13236530/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13236532>
dc:description "Figure 13. Hygrobates (Rivobates) ezoensis: 13 pedipalp (after Matsumoto et al. 2005)." ;
fabio:hasRepresentation <https://zenodo.org/record/13236532/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03D5878DFFC4FFA5FF1EFA3AFCC97A3C.mc.3B143CC6FFC4FFA6FED1F996FA7179FA>
dwc:collectionCode "T" ;
dwc:eventDate "1983-07-17" ;

View file

@ -0,0 +1,162 @@
@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/867887EBFFB2FFB4FF13FF4FF0C4FEBC>
cito:cites <http://dx.doi.org/10.5281/zenodo.13209727>, <http://dx.doi.org/10.5281/zenodo.13209711>, <http://dx.doi.org/10.5281/zenodo.13209729>, <http://dx.doi.org/10.5281/zenodo.13209713> ;
dc:creator "Luu, Vinh Quang; Hoang, Tuoi Thi; Ha, Hong Bich; Grismer, Jesse L.; Murdoch, Matthew; Sitthivong, Saly; Phimpasone, Vilay; Grismer, L. Lee" ;
dc:title "Hemiphyllodactylus vanhoensis Luu, Hoang, Ha, Grismer, Murdoch, Sitthivong, Phimpasone & Grismer, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/867887EBFFB2FFB4FF13FF4FF0C4FEBC.mc.BEB93CA0FFB2FF89FF13FEC3F7DDFEA4>, <http://tb.plazi.org/GgServer/dwcaRecords/867887EBFFB2FFB4FF13FF4FF0C4FEBC.mc.BEB93CA0FFB2FF89FF43FE5FF6CFFE78>, <http://tb.plazi.org/GgServer/dwcaRecords/867887EBFFB2FFB4FF13FF4FF0C4FEBC.mc.BEB93CA0FFB2FF89FF13FE73F176FE30> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hemiphyllodactylus_vanhoensis_Luu_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5486.1.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5486.1.3>
bibo:endPage "108" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-07-24" ;
bibo:startPage "71" ;
bibo:volume "5486" ;
dc:creator "Luu, Vinh Quang; Hoang, Tuoi Thi; Ha, Hong Bich; Grismer, Jesse L.; Murdoch, Matthew; Sitthivong, Saly; Phimpasone, Vilay; Grismer, L. Lee" ;
dc:date "2024" ;
dc:title "Integrative taxonomy reveals two new species of karst-dwelling Hemiphyllodactylus Bleeker, 1860 (Squamata: Gekkonidae) from the border region of Laos and Vietnam" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13209727>, <http://dx.doi.org/10.5281/zenodo.13209711>, <http://dx.doi.org/10.5281/zenodo.13209729>, <http://dx.doi.org/10.5281/zenodo.13209713> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hemiphyllodactylus_vanhoensis_Luu_2024>
dwc:authorityName "Luu & Hoang & Ha & Grismer & Murdoch & Sitthivong & Phimpasone & Grismer" ;
dwc:authorityYear "2024" ;
dwc:class "Repitilia" ;
dwc:family "Gekkonidae" ;
dwc:genus "Hemiphyllodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Luu & Hoang & Ha & Grismer & Murdoch & Sitthivong & Phimpasone & Grismer, 2024" ;
dwc:species "vanhoensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hemiphyllodactylus_vanhoensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hemiphyllodactylus_vanhoensis>
dwc:class "Repitilia" ;
dwc:family "Gekkonidae" ;
dwc:genus "Hemiphyllodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "vanhoensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiphyllodactylus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiphyllodactylus>
dwc:class "Repitilia" ;
dwc:family "Gekkonidae" ;
dwc:genus "Hemiphyllodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gekkonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gekkonidae>
dwc:class "Repitilia" ;
dwc:family "Gekkonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Squamata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Squamata>
dwc:class "Repitilia" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Repitilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Repitilia>
dwc:class "Repitilia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
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.13209727>
dc:description "FIGURE 9. Dorsal views of Hemiphyllodactylus vanhoensis sp. nov. from Bun Village, Tan Xuan Commune, Van Ho District, Son La Province, Vietnam. A: adult female holotype (VNUF R.2022.07), B: adult female paratype (VNUF R. 2022.09), and C: juvenile male paratype (VNUF R. 2023.22). Photos: Vinh Quang Luu." ;
fabio:hasRepresentation <https://zenodo.org/record/13209727/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13209711>
dc:description "FIGURE 1. Type localities of the species of Hemiphyllodactylus of clade 6 (Agung et al., 2022)." ;
fabio:hasRepresentation <https://zenodo.org/record/13209711/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13209729>
dc:description "FIGURE 10. Habitat of Hemiphyllodactylus vanhonensis sp. nov. is known from at the Bun Village, Tan Xuan Commune, Van Ho District, Son La Province, Vietnam. Photo: Vinh Quang Luu." ;
fabio:hasRepresentation <https://zenodo.org/record/13209729/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13209713>
dc:description "FIGURE 2. Maximum likelihood consensus tree of clade 6 of Hemiphyllodactylus (not including H. harterti) with Bayesian posterior probabilities (BPP) and Ultrafast Bootstrap support (UFB) values at the nodes, respectively." ;
fabio:hasRepresentation <https://zenodo.org/record/13209713/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/867887EBFFB2FFB4FF13FF4FF0C4FEBC.mc.BEB93CA0FFB2FF89FF13FEC3F7DDFEA4>
dwc:collectionCode "VNUF, R, V" ;
dwc:eventDate "2022-06-11" ;
dwc:locality "Nguyen" ;
dwc:recordedBy "Adult & Vinh Q. Luu" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1065" ;
dwc:verbatimLongitude "104.71333" ;
trt:httpUri <https://treatment.plazi.org/id/867887EBFFB2FFB4FF13FF4FF0C4FEBC#BEB93CA0FFB2FF89FF13FEC3F7DDFEA4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/867887EBFFB2FFB4FF13FF4FF0C4FEBC.mc.BEB93CA0FFB2FF89FF43FE5FF6CFFE78>
dwc:collectionCode "VNUF, R" ;
dwc:eventDate "2022-06-11" ;
dwc:locality "Nguyen" ;
dwc:recordedBy "Adult & Vinh Q. Luu" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1065" ;
dwc:verbatimLongitude "104.71333" ;
trt:httpUri <https://treatment.plazi.org/id/867887EBFFB2FFB4FF13FF4FF0C4FEBC#BEB93CA0FFB2FF89FF43FE5FF6CFFE78> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/867887EBFFB2FFB4FF13FF4FF0C4FEBC.mc.BEB93CA0FFB2FF89FF13FE73F176FE30>
dwc:collectionCode "VNUF, R" ;
dwc:eventDate "2023-08-29" ;
dwc:locality "Nguyen" ;
dwc:recordedBy "Vinh Q. Luu & Le D. Phan" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1065" ;
dwc:verbatimLongitude "104.71333" ;
trt:httpUri <https://treatment.plazi.org/id/867887EBFFB2FFB4FF13FF4FF0C4FEBC#BEB93CA0FFB2FF89FF13FE73F176FE30> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,148 @@
@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/867887EBFFB7FF88FF13F903F67EF800>
cito:cites <http://dx.doi.org/10.5281/zenodo.13209723>, <http://dx.doi.org/10.5281/zenodo.13209711>, <http://dx.doi.org/10.5281/zenodo.13209725> ;
dc:creator "Luu, Vinh Quang; Hoang, Tuoi Thi; Ha, Hong Bich; Grismer, Jesse L.; Murdoch, Matthew; Sitthivong, Saly; Phimpasone, Vilay; Grismer, L. Lee" ;
dc:title "Hemiphyllodactylus houaphanensis Luu, Hoang, Ha, Grismer, Murdoch, Sitthivong, Phimpasone & Grismer, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/867887EBFFB7FF88FF13F903F67EF800.mc.BEB93CA0FFB7FF8CFF13F8BFF186F810>, <http://tb.plazi.org/GgServer/dwcaRecords/867887EBFFB7FF88FF13F903F67EF800.mc.BEB93CA0FFB1FF8AFF43FF4FF1B4FF0C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hemiphyllodactylus_houaphanensis_Luu_2024> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5486.1.3> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5486.1.3>
bibo:endPage "108" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-07-24" ;
bibo:startPage "71" ;
bibo:volume "5486" ;
dc:creator "Luu, Vinh Quang; Hoang, Tuoi Thi; Ha, Hong Bich; Grismer, Jesse L.; Murdoch, Matthew; Sitthivong, Saly; Phimpasone, Vilay; Grismer, L. Lee" ;
dc:date "2024" ;
dc:title "Integrative taxonomy reveals two new species of karst-dwelling Hemiphyllodactylus Bleeker, 1860 (Squamata: Gekkonidae) from the border region of Laos and Vietnam" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13209723>, <http://dx.doi.org/10.5281/zenodo.13209711>, <http://dx.doi.org/10.5281/zenodo.13209725> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hemiphyllodactylus_houaphanensis_Luu_2024>
dwc:authorityName "Luu & Hoang & Ha & Grismer & Murdoch & Sitthivong & Phimpasone & Grismer" ;
dwc:authorityYear "2024" ;
dwc:class "Repitilia" ;
dwc:family "Gekkonidae" ;
dwc:genus "Hemiphyllodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Luu & Hoang & Ha & Grismer & Murdoch & Sitthivong & Phimpasone & Grismer, 2024" ;
dwc:species "houaphanensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hemiphyllodactylus_houaphanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hemiphyllodactylus_houaphanensis>
dwc:class "Repitilia" ;
dwc:family "Gekkonidae" ;
dwc:genus "Hemiphyllodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "houaphanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiphyllodactylus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiphyllodactylus>
dwc:class "Repitilia" ;
dwc:family "Gekkonidae" ;
dwc:genus "Hemiphyllodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gekkonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gekkonidae>
dwc:class "Repitilia" ;
dwc:family "Gekkonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Squamata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Squamata>
dwc:class "Repitilia" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Repitilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Repitilia>
dwc:class "Repitilia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
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.13209723>
dc:description "FIGURE 7. Dorsal views of Hemiphyllodactylus houaphanensis sp. nov. from Sa Kok Village, Hiem District, Houaphan Province, Laos. A: adult male holotype (VNUF R.2020.16) and B: adult female paratype (VNUF R.2020.17). Photos: Vilay Phimpasone." ;
fabio:hasRepresentation <https://zenodo.org/record/13209723/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13209711>
dc:description "FIGURE 1. Type localities of the species of Hemiphyllodactylus of clade 6 (Agung et al., 2022)." ;
fabio:hasRepresentation <https://zenodo.org/record/13209711/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13209725>
dc:description "FIGURE 8. Habitat of Hemiphyllodactylus houaphanensis sp. nov. at the Sa Kok Village, Hiem District, Houaphan Province, Laos. Photo: Vilay Phimpasone." ;
fabio:hasRepresentation <https://zenodo.org/record/13209725/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/867887EBFFB7FF88FF13F903F67EF800.mc.BEB93CA0FFB7FF8CFF13F8BFF186F810>
dwc:collectionCode "VNUF, R" ;
dwc:eventDate "2020-03-27" ;
dwc:locality "Sa Kok Village" ;
dwc:recordedBy "Lo Van Oanh" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "644" ;
dwc:verbatimLatitude "20.167027" ;
dwc:verbatimLongitude "103.17686" ;
trt:httpUri <https://treatment.plazi.org/id/867887EBFFB7FF88FF13F903F67EF800#BEB93CA0FFB7FF8CFF13F8BFF186F810> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/867887EBFFB7FF88FF13F903F67EF800.mc.BEB93CA0FFB1FF8AFF43FF4FF1B4FF0C>
dwc:collectionCode "VNUF, R, NUOL" ;
dwc:eventDate "2020-03-27" ;
dwc:locality "Sa Kok Village" ;
dwc:recordedBy "Lo Van Oanh" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "644" ;
dwc:verbatimLatitude "20.167027" ;
dwc:verbatimLongitude "103.17686" ;
trt:httpUri <https://treatment.plazi.org/id/867887EBFFB7FF88FF13F903F67EF800#BEB93CA0FFB1FF8AFF43FF4FF1B4FF0C> ;
a dwc:MaterialCitation .