From 43241a1734ed81e353c21be313629f853a708943 Mon Sep 17 00:00:00 2001 From: treatmentbank Date: Mon, 9 Sep 2024 15:16:04 +0000 Subject: [PATCH] GG2RDF plazi/treatments-xml@6b75cc233b6dfc6c8f786874ad5a4cbd4fc247b2 --- .../0F/2B610F52F515FFC8FF5F4AECF7FAFCF9.ttl | 100 ++++++++++++++ .../8A/2D7C8A1DFE44731FFE7DFA417CF6FDED.ttl | 7 + .../8A/2D7C8A1DFE467318FE94F9EA793BFA2D.ttl | 12 ++ .../87/697F87FDFF8FFFFEFE75FAEB56C97EDF.ttl | 7 + .../87/697F87FDFF93FFE3FE0CFE3550B379D9.ttl | 106 +++++++++++++++ .../87/697F87FDFF96FFE4FE1CFAF655C37D78.ttl | 7 + .../87/697F87FDFF97FFE6FE0AFA9450157C81.ttl | 7 + .../87/697F87FDFF9AFFE5FEFCFB1654F07ADA.ttl | 22 ++++ .../87/697F87FDFF9AFFE9FE9BFEB657E97CFA.ttl | 12 ++ .../87/697F87FDFF9CFFE9FE83F98956FF795A.ttl | 7 + .../87/697F87FDFF9CFFEFFE61FDD655037E55.ttl | 17 +++ .../87/BC4687FAFFB4DE7BFF75FF17CD3C2340.ttl | 123 ++++++++++++++++++ .../87/BC4687FAFFB6DE79FF75FD8ECB3B23F9.ttl | 95 ++++++++++++++ .../E3/F51CE3441F48FFCCFEBC99D544E2D87C.ttl | 7 + .../E3/F51CE3441F4DFFCEFEC69B7642DFD8FC.ttl | 17 +++ 15 files changed, 546 insertions(+) create mode 100644 data/2B/61/0F/2B610F52F515FFC8FF5F4AECF7FAFCF9.ttl create mode 100644 data/69/7F/87/697F87FDFF93FFE3FE0CFE3550B379D9.ttl create mode 100644 data/BC/46/87/BC4687FAFFB4DE7BFF75FF17CD3C2340.ttl create mode 100644 data/BC/46/87/BC4687FAFFB6DE79FF75FD8ECB3B23F9.ttl diff --git a/data/2B/61/0F/2B610F52F515FFC8FF5F4AECF7FAFCF9.ttl b/data/2B/61/0F/2B610F52F515FFC8FF5F4AECF7FAFCF9.ttl new file mode 100644 index 00000000000..2561a657f6e --- /dev/null +++ b/data/2B/61/0F/2B610F52F515FFC8FF5F4AECF7FAFCF9.ttl @@ -0,0 +1,100 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix bibo: . +@prefix cito: . +@prefix dc: . +@prefix dwc: . +@prefix dwcFP: . +@prefix fabio: . +@prefix trt: . +@prefix xlink: . + + + cito:cites ; + dc:creator "Engel, Michael S.; Bradler, Sven" ; + dc:title "Agathemeridae Engel & Bradler 2024, new family" ; + trt:definesTaxonConcept ; + trt:publishedIn ; + a trt:Treatment . + + + bibo:endPage "598" ; + bibo:issue "4" ; + bibo:journal "Zootaxa" ; + bibo:pubDate "2024-08-21" ; + bibo:startPage "595" ; + bibo:volume "5496" ; + dc:creator "Engel, Michael S.; Bradler, Sven" ; + dc:date "2024" ; + dc:title "On the availability of the family-group name Agathemeridae (Phasmatodea)" ; + a fabio:JournalArticle . + + + dwc:authority "Engel & Bradler" ; + dwc:authorityName "Engel & Bradler" ; + dwc:authorityYear "2024" ; + dwc:class "Insecta" ; + dwc:family "Agathemeridae" ; + dwc:kingdom "Animalia" ; + dwc:order "Phasmida" ; + dwc:phylum "Arthropoda" ; + dwc:rank "family" ; + dwc:scientificNameAuthorship "Engel & Bradler, 2024" ; + rdfs:seeAlso ; + trt:hasTaxonName ; + a dwcFP:TaxonConcept . + + + dwc:authority "Bradler, 2003: 261" ; + dwc:authorityName "Bradler" ; + dwc:authorityPageNumber "261" ; + dwc:authorityYear "2003" ; + dwc:class "Insecta" ; + dwc:family "Agathemeridae" ; + dwc:kingdom "Animalia" ; + dwc:order "Phasmida" ; + dwc:phylum "Arthropoda" ; + dwc:rank "family" ; + dwc:scientificNameAuthorship "Bradler, 2003" ; + rdfs:seeAlso ; + trt:hasTaxonName ; + a dwcFP:TaxonConcept . + + + dwc:class "Insecta" ; + dwc:family "Agathemeridae" ; + dwc:kingdom "Animalia" ; + dwc:order "Phasmida" ; + dwc:phylum "Arthropoda" ; + dwc:rank "family" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:kingdom "Animalia" ; + dwc:order "Phasmida" ; + dwc:phylum "Arthropoda" ; + dwc:rank "order" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:kingdom "Animalia" ; + dwc:phylum "Arthropoda" ; + dwc:rank "class" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:kingdom "Animalia" ; + dwc:phylum "Arthropoda" ; + dwc:rank "phylum" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:kingdom "Animalia" ; + dwc:rank "kingdom" ; + a dwcFP:TaxonName . diff --git a/data/2D/7C/8A/2D7C8A1DFE44731FFE7DFA417CF6FDED.ttl b/data/2D/7C/8A/2D7C8A1DFE44731FFE7DFA417CF6FDED.ttl index ae532d04737..4a07ec5a54e 100644 --- a/data/2D/7C/8A/2D7C8A1DFE44731FFE7DFA417CF6FDED.ttl +++ b/data/2D/7C/8A/2D7C8A1DFE44731FFE7DFA417CF6FDED.ttl @@ -10,6 +10,7 @@ @prefix xlink: . + cito:cites ; dc:creator "Montalva, José; Allendes, Juan L.; Lucia, Mariano" ; dc:title "Xylocopa Latreille 1802" ; trt:augmentsTaxonConcept ; @@ -26,6 +27,7 @@ dc:creator "Montalva, José; Allendes, Juan L.; Lucia, Mariano" ; dc:date "2013" ; dc:title "The large carpenter bee Xylocopa augusti (Hymenoptera: Apidae): New record for Chile" ; + fabio:hasPart ; a fabio:JournalArticle . @@ -93,3 +95,8 @@ dwc:kingdom "Animalia" ; dwc:rank "kingdom" ; a dwcFP:TaxonName . + + + dc:description "Figures 1–2. Xylocopa (Neoxylocopa) augusti Lepeletier de Saint Fargeau. 1. Female. 2. Male on Passiflora sp. (Passifloraceae)." ; + fabio:hasRepresentation ; + a fabio:Figure . diff --git a/data/2D/7C/8A/2D7C8A1DFE467318FE94F9EA793BFA2D.ttl b/data/2D/7C/8A/2D7C8A1DFE467318FE94F9EA793BFA2D.ttl index 38cd532c210..6be42ebbec7 100644 --- a/data/2D/7C/8A/2D7C8A1DFE467318FE94F9EA793BFA2D.ttl +++ b/data/2D/7C/8A/2D7C8A1DFE467318FE94F9EA793BFA2D.ttl @@ -10,6 +10,7 @@ @prefix xlink: . + cito:cites , ; dc:creator "Montalva, José; Allendes, Juan L.; Lucia, Mariano" ; dc:title "Xylocopa (Neoxylocopa) augusti Lepeletier de Saint Fargeau 1841" ; dwc:basisOfRecord , ; @@ -27,6 +28,7 @@ dc:creator "Montalva, José; Allendes, Juan L.; Lucia, Mariano" ; dc:date "2013" ; dc:title "The large carpenter bee Xylocopa augusti (Hymenoptera: Apidae): New record for Chile" ; + fabio:hasPart , ; a fabio:JournalArticle . @@ -122,6 +124,16 @@ dwc:rank "kingdom" ; a dwcFP:TaxonName . + + dc:description "Figures 1–2. Xylocopa (Neoxylocopa) augusti Lepeletier de Saint Fargeau. 1. Female. 2. Male on Passiflora sp. (Passifloraceae)." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 3–4. Distribution of Xylocopa (Neoxylocopa) augusti Lepeletier de Saint Fargeau. 3. New record in central Chile (Santiago, Metropolitan area). 4. South American countries (in gray) from which this species is currently known (Moure, 2007)." ; + fabio:hasRepresentation ; + a fabio:Figure . + dwc:collectionCode "NEW, RECORDS" ; dwc:eventDate "2013-01-24" ; diff --git a/data/69/7F/87/697F87FDFF8FFFFEFE75FAEB56C97EDF.ttl b/data/69/7F/87/697F87FDFF8FFFFEFE75FAEB56C97EDF.ttl index 53982e7cdf3..61e22bd4eff 100644 --- a/data/69/7F/87/697F87FDFF8FFFFEFE75FAEB56C97EDF.ttl +++ b/data/69/7F/87/697F87FDFF8FFFFEFE75FAEB56C97EDF.ttl @@ -10,6 +10,7 @@ @prefix xlink: . + cito:cites ; dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:title "Megachile (Eutricharaea) rotundipennis Kirby" ; dwc:basisOfRecord , , , , , ; @@ -27,6 +28,7 @@ dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:date "2013" ; dc:title "The lithurgine bees of Australia (Hymenoptera: Megachilidae), with a note on Megachile rotundipennis" ; + fabio:hasPart ; a fabio:JournalArticle . @@ -104,6 +106,11 @@ dwc:rank "kingdom" ; a dwcFP:TaxonName . + + dc:description "Figures 26–28. Photomicrographs of lectotype male of Megachile (Eutricharaea) rotundipennis Kirby. 26. Lateral habitus. 27. Dorsal habitus. 28. Facial view." ; + fabio:hasRepresentation ; + a fabio:Figure . + dwc:collectionCode "NHML" ; dwc:locality "Flying-Fish Cove" ; diff --git a/data/69/7F/87/697F87FDFF93FFE3FE0CFE3550B379D9.ttl b/data/69/7F/87/697F87FDFF93FFE3FE0CFE3550B379D9.ttl new file mode 100644 index 00000000000..53c706b6eec --- /dev/null +++ b/data/69/7F/87/697F87FDFF93FFE3FE0CFE3550B379D9.ttl @@ -0,0 +1,106 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix bibo: . +@prefix cito: . +@prefix dc: . +@prefix dwc: . +@prefix dwcFP: . +@prefix fabio: . +@prefix trt: . +@prefix xlink: . + + + cito:cites , , , , ; + dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; + dc:title "Lithurgini Newman" ; + trt:publishedIn ; + trt:treatsTaxonName ; + a trt:Treatment . + + + bibo:endPage "19" ; + bibo:issue "11" ; + bibo:journal "Journal of Melittology" ; + bibo:pubDate "2013-05-18" ; + bibo:startPage "1" ; + bibo:volume "2013" ; + dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; + dc:date "2013" ; + dc:title "The lithurgine bees of Australia (Hymenoptera: Megachilidae), with a note on Megachile rotundipennis" ; + fabio:hasPart , , , , ; + a fabio:JournalArticle . + + + dwc:class "Insecta" ; + dwc:family "Megachilidae" ; + dwc:kingdom "Animalia" ; + dwc:order "Hymenoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "tribe" ; + dwc:tribe "Lithurgini" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:family "Megachilidae" ; + dwc:kingdom "Animalia" ; + dwc:order "Hymenoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "family" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:kingdom "Animalia" ; + dwc:order "Hymenoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "order" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:kingdom "Animalia" ; + dwc:phylum "Arthropoda" ; + dwc:rank "class" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:kingdom "Animalia" ; + dwc:phylum "Arthropoda" ; + dwc:rank "phylum" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:kingdom "Animalia" ; + dwc:rank "kingdom" ; + a dwcFP:TaxonName . + + + dc:description "Figures 1–5. Photomicrographs of lectotype female (1–4) and male (5) of Austrothurgus rubricatus (Smith). 1. Lateral habitus. 2. Dorsal habitus. 3. Lateral view of head. 4. Facial view. 5. Male metatarsus, depicting modification of metabasitarsus." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 6–10. Photomicrographs of lectotype female (6–9) and male (10) of Austrothurgus cognatus (Smith). 6. Lateral habitus. 7. Facial view. 8. Lateral view of head. 7. Detail of vertex. 10. Male metatarsus (apex missing), depicting modification of metabasitarsus." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 13–16. Photomicrographs of holotype male of Austrothurgus malgaru, new species. 13. Facial view. 14. Detail of sculpturing on mesoscutum and mesoscutellum. 15. Metatarsus, depicting modification of metabasitarsus. 16. Apex of metasoma." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 17–19. Photomicrographs of holotype female of Lithurgus andrewsi Cockerell. 17. Lateral habitus. 18. Facial view. 19. Detail of vertex." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 23–24. Photomicrographs of lectotype female of Lithurgus atratus Smith. 23. Lateral habitus. 24. Facial view." ; + fabio:hasRepresentation ; + a fabio:Figure . diff --git a/data/69/7F/87/697F87FDFF96FFE4FE1CFAF655C37D78.ttl b/data/69/7F/87/697F87FDFF96FFE4FE1CFAF655C37D78.ttl index 0f950a4d353..a8775d23f2c 100644 --- a/data/69/7F/87/697F87FDFF96FFE4FE1CFAF655C37D78.ttl +++ b/data/69/7F/87/697F87FDFF96FFE4FE1CFAF655C37D78.ttl @@ -10,6 +10,7 @@ @prefix xlink: . + cito:cites ; dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:title "Lithurgus andrewsi Cockerell" ; dwc:basisOfRecord ; @@ -28,6 +29,7 @@ dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:date "2013" ; dc:title "The lithurgine bees of Australia (Hymenoptera: Megachilidae), with a note on Megachile rotundipennis" ; + fabio:hasPart ; a fabio:JournalArticle . @@ -110,6 +112,11 @@ dwc:rank "kingdom" ; a dwcFP:TaxonName . + + dc:description "Figures 17–19. Photomicrographs of holotype female of Lithurgus andrewsi Cockerell. 17. Lateral habitus. 18. Facial view. 19. Detail of vertex." ; + fabio:hasRepresentation ; + a fabio:Figure . + dwc:collectionCode "NHML" ; dwc:locality "Flying-Fish Cove" ; diff --git a/data/69/7F/87/697F87FDFF97FFE6FE0AFA9450157C81.ttl b/data/69/7F/87/697F87FDFF97FFE6FE0AFA9450157C81.ttl index 0f33d7c5d13..5cc7770f55e 100644 --- a/data/69/7F/87/697F87FDFF97FFE6FE0AFA9450157C81.ttl +++ b/data/69/7F/87/697F87FDFF97FFE6FE0AFA9450157C81.ttl @@ -10,6 +10,7 @@ @prefix xlink: . + cito:cites ; dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:title "Lithurgus atratiformis Cockerell" ; dwc:basisOfRecord , , ; @@ -28,6 +29,7 @@ dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:date "2013" ; dc:title "The lithurgine bees of Australia (Hymenoptera: Megachilidae), with a note on Megachile rotundipennis" ; + fabio:hasPart ; a fabio:JournalArticle . @@ -110,6 +112,11 @@ dwc:rank "kingdom" ; a dwcFP:TaxonName . + + dc:description "Figures 20–22. Photomicrographs of holotype female of Lithurgus atratiformis Cockerell. 20. Lateral habitus. 21. Detail of sculpturing on mesoscutum and mesoscutellum. 22. Facial view." ; + fabio:hasRepresentation ; + a fabio:Figure . + dwc:collectionCode "NHML" ; dwc:locality "Australia" ; diff --git a/data/69/7F/87/697F87FDFF9AFFE5FEFCFB1654F07ADA.ttl b/data/69/7F/87/697F87FDFF9AFFE5FEFCFB1654F07ADA.ttl index d5cc46f6b3f..ec9517dbe73 100644 --- a/data/69/7F/87/697F87FDFF9AFFE5FEFCFB1654F07ADA.ttl +++ b/data/69/7F/87/697F87FDFF9AFFE5FEFCFB1654F07ADA.ttl @@ -10,6 +10,7 @@ @prefix xlink: . + cito:cites , , , ; dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:title "Austrothurgus malgaru Gonzalez, Engel, & Griswold 2013, new species" ; dwc:basisOfRecord ; @@ -27,6 +28,7 @@ dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:date "2013" ; dc:title "The lithurgine bees of Australia (Hymenoptera: Megachilidae), with a note on Megachile rotundipennis" ; + fabio:hasPart , , , ; a fabio:JournalArticle . @@ -108,6 +110,26 @@ dwc:rank "kingdom" ; a dwcFP:TaxonName . + + dc:description "Figures 11–12. Photomicrographs of holotype male of Austrothurgus malgaru, new species. 11. Lateral habitus. 12. Dorsal habitus." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 13–16. Photomicrographs of holotype male of Austrothurgus malgaru, new species. 13. Facial view. 14. Detail of sculpturing on mesoscutum and mesoscutellum. 15. Metatarsus, depicting modification of metabasitarsus. 16. Apex of metasoma." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 1–5. Photomicrographs of lectotype female (1–4) and male (5) of Austrothurgus rubricatus (Smith). 1. Lateral habitus. 2. Dorsal habitus. 3. Lateral view of head. 4. Facial view. 5. Male metatarsus, depicting modification of metabasitarsus." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 6–10. Photomicrographs of lectotype female (6–9) and male (10) of Austrothurgus cognatus (Smith). 6. Lateral habitus. 7. Facial view. 8. Lateral view of head. 7. Detail of vertex. 10. Male metatarsus (apex missing), depicting modification of metabasitarsus." ; + fabio:hasRepresentation ; + a fabio:Figure . + dwc:collectionCode "WAM" ; dwc:locality "Temple Gorge" ; diff --git a/data/69/7F/87/697F87FDFF9AFFE9FE9BFEB657E97CFA.ttl b/data/69/7F/87/697F87FDFF9AFFE9FE9BFEB657E97CFA.ttl index 365821f84ab..8a36816ef25 100644 --- a/data/69/7F/87/697F87FDFF9AFFE9FE9BFEB657E97CFA.ttl +++ b/data/69/7F/87/697F87FDFF9AFFE9FE9BFEB657E97CFA.ttl @@ -10,6 +10,7 @@ @prefix xlink: . + cito:cites , ; dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:title "Austrothurgus cognatus Gonzalez & Engel & Griswold 2013, new combination" ; dwc:basisOfRecord ; @@ -28,6 +29,7 @@ dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:date "2013" ; dc:title "The lithurgine bees of Australia (Hymenoptera: Megachilidae), with a note on Megachile rotundipennis" ; + fabio:hasPart , ; a fabio:JournalArticle . @@ -152,6 +154,16 @@ trt:hasParentName ; a dwcFP:TaxonName . + + dc:description "Figures 6–10. Photomicrographs of lectotype female (6–9) and male (10) of Austrothurgus cognatus (Smith). 6. Lateral habitus. 7. Facial view. 8. Lateral view of head. 7. Detail of vertex. 10. Male metatarsus (apex missing), depicting modification of metabasitarsus." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 1–5. Photomicrographs of lectotype female (1–4) and male (5) of Austrothurgus rubricatus (Smith). 1. Lateral habitus. 2. Dorsal habitus. 3. Lateral view of head. 4. Facial view. 5. Male metatarsus, depicting modification of metabasitarsus." ; + fabio:hasRepresentation ; + a fabio:Figure . + dwc:collectionCode "NHML" ; dwc:locality "Champion Bay" ; diff --git a/data/69/7F/87/697F87FDFF9CFFE9FE83F98956FF795A.ttl b/data/69/7F/87/697F87FDFF9CFFE9FE83F98956FF795A.ttl index fa2a06207fb..a7365dfa8cf 100644 --- a/data/69/7F/87/697F87FDFF9CFFE9FE83F98956FF795A.ttl +++ b/data/69/7F/87/697F87FDFF9CFFE9FE83F98956FF795A.ttl @@ -10,6 +10,7 @@ @prefix xlink: . + cito:cites ; dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:title "Austrothurgus rubricatus Gonzalez & Engel & Griswold 2013, new combination" ; dwc:basisOfRecord ; @@ -28,6 +29,7 @@ dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:date "2013" ; dc:title "The lithurgine bees of Australia (Hymenoptera: Megachilidae), with a note on Megachile rotundipennis" ; + fabio:hasPart ; a fabio:JournalArticle . @@ -152,6 +154,11 @@ trt:hasParentName ; a dwcFP:TaxonName . + + dc:description "Figures 1–5. Photomicrographs of lectotype female (1–4) and male (5) of Austrothurgus rubricatus (Smith). 1. Lateral habitus. 2. Dorsal habitus. 3. Lateral view of head. 4. Facial view. 5. Male metatarsus, depicting modification of metabasitarsus." ; + fabio:hasRepresentation ; + a fabio:Figure . + dwc:collectionCode "NHML" ; dwc:locality "Cape Upstart" ; diff --git a/data/69/7F/87/697F87FDFF9CFFEFFE61FDD655037E55.ttl b/data/69/7F/87/697F87FDFF9CFFEFFE61FDD655037E55.ttl index 898d36951d3..35af31d412d 100644 --- a/data/69/7F/87/697F87FDFF9CFFEFFE61FDD655037E55.ttl +++ b/data/69/7F/87/697F87FDFF9CFFEFFE61FDD655037E55.ttl @@ -10,6 +10,7 @@ @prefix xlink: . + cito:cites , , ; dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:title "Austrothurgus Gonzalez & Engel. We 2013, new genus" ; dwc:basisOfRecord ; @@ -27,6 +28,7 @@ dc:creator "Gonzalez, Victor H.; Engel, Michael S.; Griswold, Terry L." ; dc:date "2013" ; dc:title "The lithurgine bees of Australia (Hymenoptera: Megachilidae), with a note on Megachile rotundipennis" ; + fabio:hasPart , , ; a fabio:JournalArticle . @@ -95,6 +97,21 @@ dwc:rank "kingdom" ; a dwcFP:TaxonName . + + dc:description "Figures 1–5. Photomicrographs of lectotype female (1–4) and male (5) of Austrothurgus rubricatus (Smith). 1. Lateral habitus. 2. Dorsal habitus. 3. Lateral view of head. 4. Facial view. 5. Male metatarsus, depicting modification of metabasitarsus." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 6–10. Photomicrographs of lectotype female (6–9) and male (10) of Austrothurgus cognatus (Smith). 6. Lateral habitus. 7. Facial view. 8. Lateral view of head. 7. Detail of vertex. 10. Male metatarsus (apex missing), depicting modification of metabasitarsus." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 13–16. Photomicrographs of holotype male of Austrothurgus malgaru, new species. 13. Facial view. 14. Detail of sculpturing on mesoscutum and mesoscutellum. 15. Metatarsus, depicting modification of metabasitarsus. 16. Apex of metasoma." ; + fabio:hasRepresentation ; + a fabio:Figure . + dwc:collectionCode "SPECIES" ; dwc:typeStatus "holotype" ; diff --git a/data/BC/46/87/BC4687FAFFB4DE7BFF75FF17CD3C2340.ttl b/data/BC/46/87/BC4687FAFFB4DE7BFF75FF17CD3C2340.ttl new file mode 100644 index 00000000000..a47def4aed6 --- /dev/null +++ b/data/BC/46/87/BC4687FAFFB4DE7BFF75FF17CD3C2340.ttl @@ -0,0 +1,123 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix bibo: . +@prefix cito: . +@prefix dc: . +@prefix dwc: . +@prefix dwcFP: . +@prefix fabio: . +@prefix trt: . +@prefix xlink: . + + + dc:creator "Kim, So-Yeon; Sinev, Sergey Yu.; Byun, Bong-Kyu" ; + dc:title "Macrobathra Meyrick 1883" ; + trt:augmentsTaxonConcept ; + trt:deprecates ; + trt:publishedIn ; + a trt:Treatment . + + + bibo:endPage "594" ; + bibo:issue "4" ; + bibo:journal "Zootaxa" ; + bibo:pubDate "2024-08-21" ; + bibo:startPage "588" ; + bibo:volume "5496" ; + dc:creator "Kim, So-Yeon; Sinev, Sergey Yu.; Byun, Bong-Kyu" ; + dc:date "2024" ; + dc:title "Description of a new species and two new records of the family Cosmopterigidae (Lepidoptera) from Korea" ; + a fabio:JournalArticle . + + + dwc:authority "Meyrick, 1883" ; + dwc:authorityName "Meyrick" ; + dwc:authorityYear "1883" ; + dwc:class "Insecta" ; + dwc:family "Cosmopterigidae" ; + dwc:genus "Macrobathra" ; + dwc:kingdom "Animalia" ; + dwc:order "Lepidoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "genus" ; + dwc:scientificNameAuthorship "Meyrick, 1883" ; + rdfs:seeAlso ; + trt:hasTaxonName ; + a dwcFP:TaxonConcept . + + + dwc:authority "Turner, 1933" ; + dwc:authorityName "Turner" ; + dwc:authorityYear "1933" ; + dwc:class "Insecta" ; + dwc:family "Cosmopterigidae" ; + dwc:genus "Leurozancla" ; + dwc:kingdom "Animalia" ; + dwc:order "Lepidoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "genus" ; + dwc:scientificNameAuthorship "Turner, 1933" ; + rdfs:seeAlso ; + trt:hasTaxonName ; + a dwcFP:TaxonConcept . + + + dwc:class "Insecta" ; + dwc:family "Cosmopterigidae" ; + dwc:genus "Macrobathra" ; + dwc:kingdom "Animalia" ; + dwc:order "Lepidoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "genus" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:family "Cosmopterigidae" ; + dwc:kingdom "Animalia" ; + dwc:order "Lepidoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "family" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:kingdom "Animalia" ; + dwc:order "Lepidoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "order" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:kingdom "Animalia" ; + dwc:phylum "Arthropoda" ; + dwc:rank "class" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:kingdom "Animalia" ; + dwc:phylum "Arthropoda" ; + dwc:rank "phylum" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:kingdom "Animalia" ; + dwc:rank "kingdom" ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:family "Cosmopterigidae" ; + dwc:genus "Leurozancla" ; + dwc:kingdom "Animalia" ; + dwc:order "Lepidoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "genus" ; + trt:hasParentName ; + a dwcFP:TaxonName . diff --git a/data/BC/46/87/BC4687FAFFB6DE79FF75FD8ECB3B23F9.ttl b/data/BC/46/87/BC4687FAFFB6DE79FF75FD8ECB3B23F9.ttl new file mode 100644 index 00000000000..129941971c3 --- /dev/null +++ b/data/BC/46/87/BC4687FAFFB6DE79FF75FD8ECB3B23F9.ttl @@ -0,0 +1,95 @@ +@prefix rdf: . +@prefix rdfs: . +@prefix bibo: . +@prefix cito: . +@prefix dc: . +@prefix dwc: . +@prefix dwcFP: . +@prefix fabio: . +@prefix trt: . +@prefix xlink: . + + + dc:creator "Kim, So-Yeon; Sinev, Sergey Yu.; Byun, Bong-Kyu" ; + dc:title "Anatrachyntis Meyrick 1915" ; + trt:augmentsTaxonConcept ; + trt:publishedIn ; + a trt:Treatment . + + + bibo:endPage "594" ; + bibo:issue "4" ; + bibo:journal "Zootaxa" ; + bibo:pubDate "2024-08-21" ; + bibo:startPage "588" ; + bibo:volume "5496" ; + dc:creator "Kim, So-Yeon; Sinev, Sergey Yu.; Byun, Bong-Kyu" ; + dc:date "2024" ; + dc:title "Description of a new species and two new records of the family Cosmopterigidae (Lepidoptera) from Korea" ; + a fabio:JournalArticle . + + + dwc:authority "Meyrick, 1915" ; + dwc:authorityName "Meyrick" ; + dwc:authorityYear "1915" ; + dwc:class "Insecta" ; + dwc:family "Cosmopterigidae" ; + dwc:genus "Anatrachyntis" ; + dwc:kingdom "Animalia" ; + dwc:order "Lepidoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "genus" ; + dwc:scientificNameAuthorship "Meyrick, 1915" ; + rdfs:seeAlso ; + trt:hasTaxonName ; + a dwcFP:TaxonConcept . + + + dwc:class "Insecta" ; + dwc:family "Cosmopterigidae" ; + dwc:genus "Anatrachyntis" ; + dwc:kingdom "Animalia" ; + dwc:order "Lepidoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "genus" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:family "Cosmopterigidae" ; + dwc:kingdom "Animalia" ; + dwc:order "Lepidoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "family" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:kingdom "Animalia" ; + dwc:order "Lepidoptera" ; + dwc:phylum "Arthropoda" ; + dwc:rank "order" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:class "Insecta" ; + dwc:kingdom "Animalia" ; + dwc:phylum "Arthropoda" ; + dwc:rank "class" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:kingdom "Animalia" ; + dwc:phylum "Arthropoda" ; + dwc:rank "phylum" ; + trt:hasParentName ; + a dwcFP:TaxonName . + + + dwc:kingdom "Animalia" ; + dwc:rank "kingdom" ; + a dwcFP:TaxonName . diff --git a/data/F5/1C/E3/F51CE3441F48FFCCFEBC99D544E2D87C.ttl b/data/F5/1C/E3/F51CE3441F48FFCCFEBC99D544E2D87C.ttl index b9b5db85353..f713cdd5f6f 100644 --- a/data/F5/1C/E3/F51CE3441F48FFCCFEBC99D544E2D87C.ttl +++ b/data/F5/1C/E3/F51CE3441F48FFCCFEBC99D544E2D87C.ttl @@ -11,6 +11,7 @@ # Warning: Could not add treatment taxon because genus "" contains invalid characters ; + cito:cites ; dc:creator "Gibbs, Jason; Dumesh, Sheila" ; dc:title "(Eickwortia) McGinley 1999" ; trt:publishedIn ; @@ -26,4 +27,10 @@ dc:creator "Gibbs, Jason; Dumesh, Sheila" ; dc:date "2013" ; dc:title "A new species, Lasioglossum (Eickwortia) hienae, from Mexico (Apoidea: Halictidae)" ; + fabio:hasPart ; a fabio:JournalArticle . + + + dc:description "Figures 3–7. Females of Lasioglossum (Eickwortia) hienae, new species (3, 4, 6, 7) and L. (E.) nyctere (Vachal) from Veracruz Prov., Mexico (5). 3. Mandibles. 4, 5. Dorsolateral views of mesosoma. 6. Dorsal habitus. 7. Dorsal view of metasoma and posterior view of propodeum. Scale bars = 1 mm." ; + fabio:hasRepresentation ; + a fabio:Figure . diff --git a/data/F5/1C/E3/F51CE3441F4DFFCEFEC69B7642DFD8FC.ttl b/data/F5/1C/E3/F51CE3441F4DFFCEFEC69B7642DFD8FC.ttl index 12c4320c8c6..f90bdc0088d 100644 --- a/data/F5/1C/E3/F51CE3441F4DFFCEFEC69B7642DFD8FC.ttl +++ b/data/F5/1C/E3/F51CE3441F4DFFCEFEC69B7642DFD8FC.ttl @@ -10,6 +10,7 @@ @prefix xlink: . + cito:cites , , ; dc:creator "Gibbs, Jason; Dumesh, Sheila" ; dc:title "Lasioglossum (Eickwortia) hienae Gibbs & Dumesh 2013, new species" ; dwc:basisOfRecord , ; @@ -27,6 +28,7 @@ dc:creator "Gibbs, Jason; Dumesh, Sheila" ; dc:date "2013" ; dc:title "A new species, Lasioglossum (Eickwortia) hienae, from Mexico (Apoidea: Halictidae)" ; + fabio:hasPart , , ; a fabio:JournalArticle . @@ -121,6 +123,21 @@ dwc:rank "kingdom" ; a dwcFP:TaxonName . + + dc:description "Figures 1–2. Holotype female of Lasioglossum (Eickwortia) hienae, new species. 1. Lateral habitus. 2. Face. Scale bars = 1 mm." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 3–7. Females of Lasioglossum (Eickwortia) hienae, new species (3, 4, 6, 7) and L. (E.) nyctere (Vachal) from Veracruz Prov., Mexico (5). 3. Mandibles. 4, 5. Dorsolateral views of mesosoma. 6. Dorsal habitus. 7. Dorsal view of metasoma and posterior view of propodeum. Scale bars = 1 mm." ; + fabio:hasRepresentation ; + a fabio:Figure . + + + dc:description "Figures 8–9. Distribution of species of Lasioglossum (Eickwortia). 8. Heat map showing predicted suitable range for L. nyctere based on maximum entropy analysis. 9. Heat map indicating elevation gradients." ; + fabio:hasRepresentation ; + a fabio:Figure . + dwc:locality "South Road" ; dwc:recordedBy "South Road, W & S. Dumesh" ;