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

This commit is contained in:
GG2RDF 2024-07-04 12:32:49 +00:00
parent 6f8f387b6d
commit fc46382322
3000 changed files with 417683 additions and 0 deletions

View file

@ -0,0 +1,107 @@
@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/CFDF0D9F7B89E3C141F36BE94C08EB59>
dc:creator "Forel, A." ;
dc:title "Camponotus sharpi Forel, 1893, n. sp." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Camponotus_sharpi_Forel_1893> ;
trt:publishedIn <http://publication.plazi.org/id/3C86B8CE88F3E20382761CE3CF3BA529> ;
a trt:Treatment .
<http://publication.plazi.org/id/3C86B8CE88F3E20382761CE3CF3BA529>
bibo:endPage "418" ;
bibo:journal "Transactions of the Entomological Society of London" ;
bibo:startPage "333" ;
bibo:volume "1893" ;
dc:creator "Forel, A." ;
dc:date "1893" ;
dc:title "Formicides de l'Antille St. Vincent. Récoltées par Mons. H. H. Smith." ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Camponotus_sharpi_Forel_1893>
# Info: authority attributes generated from docAuthor ;
dwc:LSID-HNS "urn:lsid:biosci.ohio-state.edu:osuc_concepts:134826" ;
dwc:authority "Forel, 1893" ;
dwc:authorityName "Forel" ;
dwc:authorityYear "1893" ;
dwc:class "Collembola" ;
dwc:family "Paronellidae" ;
dwc:genus "Camponotus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forel, 1893" ;
dwc:species "sharpi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Camponotus_sharpi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Camponotus_sharpi>
dwc:class "Collembola" ;
dwc:family "Paronellidae" ;
dwc:genus "Camponotus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sharpi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Camponotus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Camponotus>
dwc:class "Collembola" ;
dwc:family "Paronellidae" ;
dwc:genus "Camponotus" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paronellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paronellidae>
dwc:class "Collembola" ;
dwc:family "Paronellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
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:class "Collembola" ;
dwc:kingdom "Animalia" ;
dwc:order "Entomobryomorpha" ;
dwc:phylum "Arthropoda" ;
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:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,39 @@
@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/CFDF4A42BA093E76BA133844B59705B5>
# Warning: Could not add treatment taxon because sigEpithet "sp. \"INPA 43863\"" contains invalid characters ;
dc:creator "Collins, Rupert A.; Duarte Ribeiro, Emanuell; Nogueira Machado, Valeria; Hrbek, Tomas; Farias, Izeni Pires" ;
dc:title "Hypancistrus sp. \"INPA 43863\"" ;
dwc:basisOfRecord <http://treatment.plazi.org/id/CFDF4A42BA093E76BA133844B59705B5/43863> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.3.e4162> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.3.e4162>
bibo:endPage "4162" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "4162" ;
bibo:volume "3" ;
dc:creator "Collins, Rupert A.; Duarte Ribeiro, Emanuell; Nogueira Machado, Valeria; Hrbek, Tomas; Farias, Izeni Pires" ;
dc:date "2015" ;
dc:title "A preliminary inventory of the catfishes of the lower Rio Nhamunda, Brazil (Ostariophysi, Siluriformes)" ;
a fabio:JournalArticle .
<http://treatment.plazi.org/id/CFDF4A42BA093E76BA133844B59705B5/43863>
dwc:catalogNumber "43863" ;
dwc:collectionCode "INPA" ;
dwc:eventDate "2013-11" ;
dwc:locality "Lower Nhamunda River" ;
dwc:recordedBy "Valeria Nogueira Machado; Emanuell Duarte Ribeiro; Rupert A. Collins" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "-2.19081" ;
dwc:verbatimLongitude "-56.7084" ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,88 @@
@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/CFDF9E4274230C02DA194EBADD46307C>
dc:creator "Konrad Lauber; Gerhart Wagner; Andreas Gygax" ;
dc:title "Ajuga chamaepitys Schreb." ;
trt:publishedIn <http://publication.plazi.org/id/3DD339DDD9CC8C7489449EAD6D2ADFC8> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Ajuga_chamaepitys> ;
a trt:Treatment .
<http://publication.plazi.org/id/3DD339DDD9CC8C7489449EAD6D2ADFC8>
bibo:endPage "882" ;
bibo:startPage "836" ;
dc:creator "Konrad Lauber; Gerhart Wagner; Andreas Gygax" ;
dc:date "2018" ;
dc:title "Flora Helvetica - Lamiaceae" ;
a fabio:BookSection .
<http://taxon-name.plazi.org/id/Plantae/Ajuga_chamaepitys>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Ajuga" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "chamaepitys" ;
dwc:vernacularName "Gelber Guensel"@de, "Bugle jaune"@fr, "Bugle petit pin"@fr, "Iva artritica"@it ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ajuga> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ajuga>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Ajuga" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,100 @@
@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/CFDFA429537849D3E2CCA9E516A37970>
dc:creator "Linnaeus, Carolus" ;
dc:title "Schinus myricoides Linnaeus, 1753, spec. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Schinus_myricoides_Linnaeus_1753> ;
trt:publishedIn <https://doi.org/10.5962/bhl.title.669> ;
a trt:Treatment .
<https://doi.org/10.5962/bhl.title.669>
dc:creator "Linnaeus, Carolus" ;
dc:date "1753" ;
dc:title "Species plantarum: exhibentes plantas rite cognitas, ad genera relatas, cum differentiis specificis, nominibus trivialibus, synonymis selectis, locis natalibus, secundum systema sexuale digestas" ;
a fabio:Book .
<http://taxon-concept.plazi.org/id/Plantae/Schinus_myricoides_Linnaeus_1753>
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Anacardiaceae" ;
dwc:genus "Schinus" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "myricoides" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Schinus_myricoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Schinus_myricoides>
dwc:class "Magnoliopsida" ;
dwc:family "Anacardiaceae" ;
dwc:genus "Schinus" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "myricoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Schinus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Schinus>
dwc:class "Magnoliopsida" ;
dwc:family "Anacardiaceae" ;
dwc:genus "Schinus" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anacardiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anacardiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Anacardiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sapindales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sapindales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Sapindales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,113 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/CFDFB057CF0F514E00225CCC68EC7BDC>
# Error: Could not add TaxonConceptCitation
# Error: Could not produce taxonNameURI
# Error: Could not produce taxonNameURI
# at taxonNameForURI (file:///app/src/gg2rdf.ts:1201:15)
# at taxonNameURI (file:///app/src/gg2rdf.ts:1213:9)
# at addTaxonConceptCitation (file:///app/src/gg2rdf.ts:901:13)
# at file:///app/src/gg2rdf.ts:306:11
# at y.forEach (<anonymous>)
# at makeTreatment (file:///app/src/gg2rdf.ts:291:7)
# at gg2rdf (file:///app/src/gg2rdf.ts:85:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7) ;
dc:creator "Info Flora" ;
dc:title "Cerastium brachypetalum subsp. brachypetalum" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Cerastium_brachypetalum_brachypetalum> ;
trt:publishedIn <http://publication.plazi.org/id/969EA0751CADE3EA09ABCF0DB5658CF7> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Cerastium_brachypetalum_brachypetalum> ;
a trt:Treatment .
<http://publication.plazi.org/id/969EA0751CADE3EA09ABCF0DB5658CF7>
dc:creator "Info Flora" ;
dc:date "2021" ;
dc:title "Info Flora Schweiz - Caryophyllaceae" .
<http://taxon-name.plazi.org/id/Plantae/Cerastium_brachypetalum_brachypetalum>
# Info: Couldn't generate language tag for "Gewoehnliches Kleinbluetiges Hornkraut"@undefined ;
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:genus "Cerastium" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "subSpecies" ;
dwc:species "brachypetalum" ;
dwc:subSpecies "brachypetalum" ;
dwc:vernacularName "Gewoehnliches Kleinbluetiges Hornkraut", "Gewoehnliches Kleinbluetiges Hornkraut"@de, "Ceraiste a petales courts"@fr ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cerastium_brachypetalum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cerastium_brachypetalum>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:genus "Cerastium" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "brachypetalum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cerastium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cerastium>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:genus "Cerastium" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caryophyllaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caryophyllales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,146 @@
@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/CFDFDB2F508D5D3DB5480E1EFFC0706F>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Protuliocnemis_falcipennis_Yazaki_1991> ;
dc:creator "Plotkin, David; Kawahara, Akito Y." ;
dc:title "Protuliocnemis Holloway 1996" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Protuliocnemis_Holloway_1996> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Protuliocnemis_candida>, <http://taxon-name.plazi.org/id/Animalia/Protuliocnemis_dissimilis> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.8.e52190> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.8.e52190>
bibo:endPage "52190" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "52190" ;
bibo:volume "8" ;
dc:creator "Plotkin, David; Kawahara, Akito Y." ;
dc:date "2020" ;
dc:title "Review of recent taxonomic changes to the emerald moths (Lepidoptera: Geometridae: Geometrinae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Protuliocnemis_Holloway_1996>
dwc:LSID "CFDFDB2F-508D-5D3D-B548-0E1EFFC0706F" ;
dwc:authority "Holloway, 1996" ;
dwc:authorityName "Holloway" ;
dwc:authorityYear "1996" ;
dwc:class "Insecta" ;
dwc:family "Geometridae" ;
dwc:genus "Protuliocnemis" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Holloway, 1996" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Protuliocnemis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Protuliocnemis_falcipennis_Yazaki_1991>
dwc:baseAuthorityName "Yazaki" ;
dwc:baseAuthorityYear "1991" ;
dwc:class "Insecta" ;
dwc:family "Geometridae" ;
dwc:genus "Protuliocnemis" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Yazaki, 1991)" ;
dwc:species "falcipennis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Protuliocnemis_falcipennis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Protuliocnemis>
dwc:class "Insecta" ;
dwc:family "Geometridae" ;
dwc:genus "Protuliocnemis" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Geometridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Geometridae>
dwc:class "Insecta" ;
dwc:family "Geometridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
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/Protuliocnemis_candida>
dwc:class "Insecta" ;
dwc:family "Geometridae" ;
dwc:genus "Protuliocnemis" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "candida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Protuliocnemis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Protuliocnemis_dissimilis>
dwc:class "Insecta" ;
dwc:family "Geometridae" ;
dwc:genus "Protuliocnemis" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "dissimilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Protuliocnemis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Protuliocnemis_falcipennis>
dwc:class "Insecta" ;
dwc:family "Geometridae" ;
dwc:genus "Protuliocnemis" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "falcipennis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Protuliocnemis> ;
a dwcFP:TaxonName .