GG2RDF 2024-07-13T10:53:03.065Z (plazi/treatments-xml)
This commit is contained in:
parent
a38f528ceb
commit
0bd22d2d03
|
@ -30,6 +30,7 @@
|
|||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Zammarini_Distant_1905>
|
||||
dwc:ID-ENA "2218939" ;
|
||||
dwc:authority "Distant, 1905" ;
|
||||
dwc:authorityName "Distant" ;
|
||||
dwc:authorityYear "1905" ;
|
||||
dwc:class "Insecta" ;
|
||||
|
|
84
data/03/E2/87/03E2878BFFE5593DFF5FFD6EFEA8FE17.ttl
Normal file
84
data/03/E2/87/03E2878BFFE5593DFF5FFD6EFEA8FE17.ttl
Normal file
|
@ -0,0 +1,84 @@
|
|||
@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/03E2878BFFE5593DFF5FFD6EFEA8FE17>
|
||||
dc:creator "Sanborn, Allen F." ;
|
||||
dc:title "Cicadidae Batsch 1789" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cicadidae_Batsch_1789> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5318.3.2> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.11646/zootaxa.5318.3.2>
|
||||
bibo:endPage "362" ;
|
||||
bibo:issue "3" ;
|
||||
bibo:journal "Zootaxa" ;
|
||||
bibo:pubDate "2023-07-20" ;
|
||||
bibo:startPage "339" ;
|
||||
bibo:volume "5318" ;
|
||||
dc:creator "Sanborn, Allen F." ;
|
||||
dc:date "2023" ;
|
||||
dc:title "Resolving taxonomic issues of cicadas (Hemiptera: Cicadidae) including new combinations, new synonymies, and revised status, with updates on the diversity of the Brazilian cicada fauna and new records for four South American countries" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Cicadidae_Batsch_1789>
|
||||
dwc:ID-ENA "134415" ;
|
||||
dwc:authority "Batsch, 1789" ;
|
||||
dwc:authorityName "Batsch" ;
|
||||
dwc:authorityYear "1789" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cicadidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hemiptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
dwc:scientificNameAuthorship "Batsch, 1789" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8HDSJ> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cicadidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cicadidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hemiptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hemiptera" ;
|
||||
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 .
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
<http://treatment.plazi.org/id/03E2878BFFE65920FF5FF861FC12FD67>
|
||||
dc:creator "Sanborn, Allen F." ;
|
||||
dc:title "Cicada Linnaeus 1758" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cicada_Linnaeus_1758> ;
|
||||
dc:title "Cicadidae Batsch 1789" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cicadidae_Batsch_1789> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5318.3.2> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -28,33 +28,22 @@
|
|||
dc:title "Resolving taxonomic issues of cicadas (Hemiptera: Cicadidae) including new combinations, new synonymies, and revised status, with updates on the diversity of the Brazilian cicada fauna and new records for four South American countries" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Cicada_Linnaeus_1758>
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Cicadidae_Batsch_1789>
|
||||
dwc:ID-ENA "134415" ;
|
||||
dwc:authorityName "Linnaeus" ;
|
||||
dwc:authorityYear "1758" ;
|
||||
dwc:authority "Batsch, 1789" ;
|
||||
dwc:authorityName "Batsch" ;
|
||||
dwc:authorityYear "1789" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cicadidae" ;
|
||||
dwc:genus "Cicada" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hemiptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "Linnaeus, 1758" ;
|
||||
dwc:rank "family" ;
|
||||
dwc:scientificNameAuthorship "Batsch, 1789" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8HDSJ> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cicada> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cicada>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cicadidae" ;
|
||||
dwc:genus "Cicada" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hemiptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cicadidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Cicadidae" ;
|
||||
|
|
Loading…
Reference in a new issue