GG2RDF 2024-08-07T03:23:16.168Z (plazi/treatments-xml)
This commit is contained in:
parent
d237100166
commit
202b2f183c
15 changed files with 2162 additions and 0 deletions
68
data/03/E6/AF/03E6AF419F427A3CFD69F9D0FDE2FE08.ttl
Normal file
68
data/03/E6/AF/03E6AF419F427A3CFD69F9D0FDE2FE08.ttl
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
@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/03E6AF419F427A3CFD69F9D0FDE2FE08>
|
||||
dc:creator "Hernández-May, Manuel Alberto; La Cruz, Manuel Pérez-De; Toledo-Hernández, Víctor Hugo; Rifkind, Jacques; Leavengood, John M.; Guzmán-Vega, Guillermo Arturo; Niño-Maldonado, Santiago" ;
|
||||
dc:title "Cleridae FROM" ;
|
||||
trt:publishedIn <http://dx.doi.org/10.1649/0010-065x-75.3.661> ;
|
||||
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Cleridae> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.1649/0010-065x-75.3.661>
|
||||
bibo:endPage "669" ;
|
||||
bibo:issue "3" ;
|
||||
bibo:journal "The Coleopterists Bulletin" ;
|
||||
bibo:pubDate "2021-12-07" ;
|
||||
bibo:startPage "661" ;
|
||||
bibo:volume "75" ;
|
||||
dc:creator "Hernández-May, Manuel Alberto; La Cruz, Manuel Pérez-De; Toledo-Hernández, Víctor Hugo; Rifkind, Jacques; Leavengood, John M.; Guzmán-Vega, Guillermo Arturo; Niño-Maldonado, Santiago" ;
|
||||
dc:date "2021" ;
|
||||
dc:title "Preliminary Survey of the Checkered Beetles (Coleoptera: Cleridae) of Tamaulipas, Mexico" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cleridae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
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 .
|
||||
139
data/03/E6/AF/03E6AF419F457A3CFD3CFE44FBAAFAB6.ttl
Normal file
139
data/03/E6/AF/03E6AF419F457A3CFD3CFE44FBAAFAB6.ttl
Normal file
|
|
@ -0,0 +1,139 @@
|
|||
@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/03E6AF419F457A3CFD3CFE44FBAAFAB6>
|
||||
dc:creator "Hernández-May, Manuel Alberto; La Cruz, Manuel Pérez-De; Toledo-Hernández, Víctor Hugo; Rifkind, Jacques; Leavengood, John M.; Guzmán-Vega, Guillermo Arturo; Niño-Maldonado, Santiago" ;
|
||||
dc:title "Enoclerus vetus Wolcott 1927" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F457A3CFD3CFE44FBAAFAB6.mc.3B27140A9F457A3CFC02FDDAFC52FD7B>, <http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F457A3CFD3CFE44FBAAFAB6.mc.3B27140A9F457A3CFC2BFC4FFBA9FBBB>, <http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F457A3CFD3CFE44FBAAFAB6.mc.3B27140A9F457A3CFC06FB51FBAEFAB6> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Enoclerus_vetus_Wolcott_1927> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.1649/0010-065x-75.3.661> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.1649/0010-065x-75.3.661>
|
||||
bibo:endPage "669" ;
|
||||
bibo:issue "3" ;
|
||||
bibo:journal "The Coleopterists Bulletin" ;
|
||||
bibo:pubDate "2021-12-07" ;
|
||||
bibo:startPage "661" ;
|
||||
bibo:volume "75" ;
|
||||
dc:creator "Hernández-May, Manuel Alberto; La Cruz, Manuel Pérez-De; Toledo-Hernández, Víctor Hugo; Rifkind, Jacques; Leavengood, John M.; Guzmán-Vega, Guillermo Arturo; Niño-Maldonado, Santiago" ;
|
||||
dc:date "2021" ;
|
||||
dc:title "Preliminary Survey of the Checkered Beetles (Coleoptera: Cleridae) of Tamaulipas, Mexico" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Enoclerus_vetus_Wolcott_1927>
|
||||
dwc:authority "Wolcott, 1927" ;
|
||||
dwc:authorityName "Wolcott" ;
|
||||
dwc:authorityYear "1927" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Enoclerus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Wolcott, 1927" ;
|
||||
dwc:species "vetus" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Enoclerus_vetus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Enoclerus_vetus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Enoclerus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "vetus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Enoclerus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Enoclerus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Enoclerus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cleridae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cleridae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
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://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F457A3CFD3CFE44FBAAFAB6.mc.3B27140A9F457A3CFC02FDDAFC52FD7B>
|
||||
dwc:collectionCode "CIUT" ;
|
||||
dwc:eventDate "2020-05-27" ;
|
||||
dwc:locality "Bosque" ;
|
||||
dwc:recordedBy "Trampa & S. NiNo & Col." ;
|
||||
dwc:verbatimLatitude "23.62265" ;
|
||||
dwc:verbatimLongitude "-99.24378" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03E6AF419F457A3CFD3CFE44FBAAFAB6#3B27140A9F457A3CFC02FDDAFC52FD7B> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F457A3CFD3CFE44FBAAFAB6.mc.3B27140A9F457A3CFC2BFC4FFBA9FBBB>
|
||||
dwc:collectionCode "FIC-UAT, CIUT" ;
|
||||
dwc:eventDate "2012-03-24" ;
|
||||
dwc:locality "Boca de Juan CapitAn" ;
|
||||
dwc:verbatimElevation "360" ;
|
||||
dwc:verbatimLatitude "23.64346" ;
|
||||
dwc:verbatimLongitude "-99.11028" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03E6AF419F457A3CFD3CFE44FBAAFAB6#3B27140A9F457A3CFC2BFC4FFBA9FBBB> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F457A3CFD3CFE44FBAAFAB6.mc.3B27140A9F457A3CFC06FB51FBAEFAB6>
|
||||
dwc:collectionCode "FIC-UAT, CIUT" ;
|
||||
dwc:eventDate "2012-04-07" ;
|
||||
dwc:locality "Uriel" ;
|
||||
dwc:recordedBy "S. NiNo-Maldonado & Alt. & Uriel & Vania Gomez & Cols." ;
|
||||
dwc:verbatimElevation "1228" ;
|
||||
dwc:verbatimLatitude "23.11361" ;
|
||||
dwc:verbatimLongitude "-99.7637" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03E6AF419F457A3CFD3CFE44FBAAFAB6#3B27140A9F457A3CFC06FB51FBAEFAB6> ;
|
||||
a dwc:MaterialCitation .
|
||||
269
data/03/E6/AF/03E6AF419F477A3FFD3CFEB4FDE2FDF5.ttl
Normal file
269
data/03/E6/AF/03E6AF419F477A3FFD3CFEB4FDE2FDF5.ttl
Normal file
|
|
@ -0,0 +1,269 @@
|
|||
@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/03E6AF419F477A3FFD3CFEB4FDE2FDF5>
|
||||
dc:creator "Hernández-May, Manuel Alberto; La Cruz, Manuel Pérez-De; Toledo-Hernández, Víctor Hugo; Rifkind, Jacques; Leavengood, John M.; Guzmán-Vega, Guillermo Arturo; Niño-Maldonado, Santiago" ;
|
||||
dc:title "Cymatodera chisosensis Barr 1972" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F477A3FFD3CFEB4FDE2FDF5.mc.3B27140A9F477A3EFC02FC87FC8DFC08>, <http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F477A3FFD3CFEB4FDE2FDF5.mc.3B27140A9F477A3EFC02FBDFFC52FB60>, <http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F477A3FFD3CFEB4FDE2FDF5.mc.3B27140A9F477A3EFC33FA8FFBAFFA56>, <http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F477A3FFD3CFEB4FDE2FDF5.mc.3B27140A9F467A3FFF3CFF57FD95FEE7>, <http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F477A3FFD3CFEB4FDE2FDF5.mc.3B27140A9F467A3FFD89FE87FE88FE93> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cymatodera_chisosensis_Barr_1972> ;
|
||||
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Cymatodera_depressa_Burke_2017>, <http://taxon-concept.plazi.org/id/Animalia/Cymatodera_obliquefasciata_Schaeffer_1904>, <http://taxon-concept.plazi.org/id/Animalia/Cymatodera_tortuosa_Burke_2015>, <http://taxon-concept.plazi.org/id/Animalia/Cymatodera_tutoides_Barr_1972> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.1649/0010-065x-75.3.661> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.1649/0010-065x-75.3.661>
|
||||
bibo:endPage "669" ;
|
||||
bibo:issue "3" ;
|
||||
bibo:journal "The Coleopterists Bulletin" ;
|
||||
bibo:pubDate "2021-12-07" ;
|
||||
bibo:startPage "661" ;
|
||||
bibo:volume "75" ;
|
||||
dc:creator "Hernández-May, Manuel Alberto; La Cruz, Manuel Pérez-De; Toledo-Hernández, Víctor Hugo; Rifkind, Jacques; Leavengood, John M.; Guzmán-Vega, Guillermo Arturo; Niño-Maldonado, Santiago" ;
|
||||
dc:date "2021" ;
|
||||
dc:title "Preliminary Survey of the Checkered Beetles (Coleoptera: Cleridae) of Tamaulipas, Mexico" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Cymatodera_chisosensis_Barr_1972>
|
||||
dwc:authority "Barr, 1972" ;
|
||||
dwc:authorityName "Barr" ;
|
||||
dwc:authorityYear "1972" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Barr, 1972" ;
|
||||
dwc:species "chisosensis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cymatodera_chisosensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Cymatodera_depressa_Burke_2017>
|
||||
dwc:authority "Burke and Sole, 2017" ;
|
||||
dwc:authorityName "Burke and Sole" ;
|
||||
dwc:authorityYear "2017" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Burke & Sole, 2017" ;
|
||||
dwc:species "depressa" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cymatodera_depressa> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Cymatodera_obliquefasciata_Schaeffer_1904>
|
||||
dwc:authority "Schaeffer, 1904" ;
|
||||
dwc:authorityName "Schaeffer" ;
|
||||
dwc:authorityYear "1904" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Schaeffer, 1904" ;
|
||||
dwc:species "obliquefasciata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cymatodera_obliquefasciata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Cymatodera_tortuosa_Burke_2015>
|
||||
dwc:authority "Burke and Rifkind, 2015" ;
|
||||
dwc:authorityName "Burke and Rifkind" ;
|
||||
dwc:authorityYear "2015" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Burke & Rifkind, 2015" ;
|
||||
dwc:species "tortuosa" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cymatodera_tortuosa> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Cymatodera_tutoides_Barr_1972>
|
||||
dwc:authority "Barr, 1972" ;
|
||||
dwc:authorityName "Barr" ;
|
||||
dwc:authorityYear "1972" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Barr, 1972" ;
|
||||
dwc:species "tutoides" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cymatodera_tutoides> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cymatodera_chisosensis>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "chisosensis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cymatodera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cymatodera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cleridae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cleridae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
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/Cymatodera_depressa>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "depressa" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cymatodera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cymatodera_obliquefasciata>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "obliquefasciata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cymatodera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cymatodera_tortuosa>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "tortuosa" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cymatodera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cymatodera_tutoides>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cleridae" ;
|
||||
dwc:genus "Cymatodera" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "tutoides" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cymatodera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F477A3FFD3CFEB4FDE2FDF5.mc.3B27140A9F477A3EFC02FC87FC8DFC08>
|
||||
dwc:collectionCode "CIUT" ;
|
||||
dwc:eventDate "2020-04-26" ;
|
||||
dwc:locality "Trampa" ;
|
||||
dwc:recordedBy "S. NiNo & Trampa & Col." ;
|
||||
dwc:verbatimLatitude "23.62265" ;
|
||||
dwc:verbatimLongitude "-99.24378" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03E6AF419F477A3FFD3CFEB4FDE2FDF5#3B27140A9F477A3EFC02FC87FC8DFC08> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F477A3FFD3CFEB4FDE2FDF5.mc.3B27140A9F477A3EFC02FBDFFC52FB60>
|
||||
dwc:collectionCode "CIUT" ;
|
||||
dwc:eventDate "2020-05-27" ;
|
||||
dwc:locality "Bosque" ;
|
||||
dwc:recordedBy "Trampa & S. NiNo & Col." ;
|
||||
dwc:verbatimLatitude "23.62265" ;
|
||||
dwc:verbatimLongitude "-99.24378" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03E6AF419F477A3FFD3CFEB4FDE2FDF5#3B27140A9F477A3EFC02FBDFFC52FB60> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F477A3FFD3CFEB4FDE2FDF5.mc.3B27140A9F477A3EFC33FA8FFBAFFA56>
|
||||
dwc:collectionCode "CIUT" ;
|
||||
dwc:eventDate "2020-04-17" ;
|
||||
dwc:locality "Mezquital-Matorral" ;
|
||||
dwc:recordedBy "Trampa & S. NiNo & Col." ;
|
||||
dwc:verbatimLatitude "23.39078" ;
|
||||
dwc:verbatimLongitude "-98.70353" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03E6AF419F477A3FFD3CFEB4FDE2FDF5#3B27140A9F477A3EFC33FA8FFBAFFA56> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F477A3FFD3CFEB4FDE2FDF5.mc.3B27140A9F467A3FFF3CFF57FD95FEE7>
|
||||
dwc:collectionCode "CIUT" ;
|
||||
dwc:eventDate "2019-09-21" ;
|
||||
dwc:recordedBy "Trampa & S. NiNo & Col. & Ex Hacienda San Francisco Casas & Mezquital-Matorral" ;
|
||||
dwc:verbatimLatitude "23.39078" ;
|
||||
dwc:verbatimLongitude "-98.70353" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03E6AF419F477A3FFD3CFEB4FDE2FDF5#3B27140A9F467A3FFF3CFF57FD95FEE7> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03E6AF419F477A3FFD3CFEB4FDE2FDF5.mc.3B27140A9F467A3FFD89FE87FE88FE93>
|
||||
dwc:collectionCode "FIC-UAT" ;
|
||||
dwc:eventDate "2020-02-18" ;
|
||||
dwc:recordedBy "S. NiNo & Col." ;
|
||||
dwc:verbatimLatitude "23.39078" ;
|
||||
dwc:verbatimLongitude "-98.70353" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03E6AF419F477A3FFD3CFEB4FDE2FDF5#3B27140A9F467A3FFD89FE87FE88FE93> ;
|
||||
a dwc:MaterialCitation .
|
||||
Loading…
Add table
Add a link
Reference in a new issue