This commit is contained in:
treatmentbank 2024-09-27 21:56:48 +00:00
parent 091bca4f00
commit f528af645a
9 changed files with 322 additions and 64 deletions

View file

@ -0,0 +1,90 @@
@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/2B4F878B2567FF9DFBDCFDDAFC66F9AC>
cito:cites <http://dx.doi.org/10.5281/zenodo.10913428> ;
dc:creator "Stringer, Gary L.; Sloan, James Carson" ;
dc:title "Elops LINNAEUS 1766" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Elops_Linnaeus_1766> ;
trt:publishedIn <http://dx.doi.org/10.5070/P940361192.> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/P940361192.>
bibo:endPage "39" ;
bibo:issue "1994" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2023-12-31" ;
bibo:startPage "1" ;
bibo:volume "40" ;
dc:creator "Stringer, Gary L.; Sloan, James Carson" ;
dc:date "2023" ;
dc:title "First Cretaceous teleostean otolith assemblage (Arkadelphia Formation, upper Maastrichtian) from Arkansas, USA, early Gadiformes, and the Western Interior Seaway" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10913428> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Elops_Linnaeus_1766>
dwc:authority "LINNAEUS, 1766" ;
dwc:authorityName "LINNAEUS" ;
dwc:authorityYear "1766" ;
dwc:family "Elopidae" ;
dwc:genus "Elops" ;
dwc:kingdom "Animalia" ;
dwc:order "Elopiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Linnaeus, 1766" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6345T> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elops> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Elops>
dwc:family "Elopidae" ;
dwc:genus "Elops" ;
dwc:kingdom "Animalia" ;
dwc:order "Elopiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elopidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elopidae>
dwc:family "Elopidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Elopiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elopiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elopiformes>
dwc:kingdom "Animalia" ;
dwc:order "Elopiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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.10913428>
dc:description "Figure 5. Otoliths from the Cretaceous Arkadelphia Formation. All specimens unless otherwise noted are inner views of right sagittae. Length in mm. A. Elops sp., DMNH 2021-09-01, 1.89 mm. B. Albuliformes indeterminate, DMNH 2021-09-02, 1.42 mm. C. Elopothrissus sp. DMNH 2021-09-03, 1.83 mm. D. Genartina sp. DMNH 2021-09-04, 0.85 mm. E. Osmeroides sp. DMNH 2021-09-05, 3.85 mm. F. Anguilla? chickasawae Schwarzhans and Stringer (2020b), DMNH 2021-09-6, 1.90 mm. G. Echiophis aff. E. semisphaeroides Schwarzhans (2003), DMNH 2021-09-07, 3.25 mm. H. Muraenanguilla? sp. DMNH 2021-09-08, 2.18 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10913428/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,96 @@
@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/2B4F878B2569FF90FC0AF96AFEC9FC44>
cito:cites <http://dx.doi.org/10.5281/zenodo.10913428> ;
dc:creator "Stringer, Gary L.; Sloan, James Carson" ;
dc:title "Elopothrissus SCHWARZHANS 1981" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/2B4F878B2569FF90FC0AF96AFEC9FC44.mc.138E3CC02569FF93FC24F8E0FA6DF8F7> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Elopothrissus_Schwarzhans_1981> ;
trt:publishedIn <http://dx.doi.org/10.5070/P940361192.> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/P940361192.>
bibo:endPage "39" ;
bibo:issue "1994" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2023-12-31" ;
bibo:startPage "1" ;
bibo:volume "40" ;
dc:creator "Stringer, Gary L.; Sloan, James Carson" ;
dc:date "2023" ;
dc:title "First Cretaceous teleostean otolith assemblage (Arkadelphia Formation, upper Maastrichtian) from Arkansas, USA, early Gadiformes, and the Western Interior Seaway" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10913428> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Elopothrissus_Schwarzhans_1981>
dwc:authority "SCHWARZHANS, 1981" ;
dwc:authorityName "SCHWARZHANS" ;
dwc:authorityYear "1981" ;
dwc:family "Albulidae" ;
dwc:genus "Elopothrissus" ;
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Schwarzhans, 1981" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elopothrissus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Elopothrissus>
dwc:family "Albulidae" ;
dwc:genus "Elopothrissus" ;
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Albulidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Albulidae>
dwc:family "Albulidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Albuliformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Albuliformes>
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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.10913428>
dc:description "Figure 5. Otoliths from the Cretaceous Arkadelphia Formation. All specimens unless otherwise noted are inner views of right sagittae. Length in mm. A. Elops sp., DMNH 2021-09-01, 1.89 mm. B. Albuliformes indeterminate, DMNH 2021-09-02, 1.42 mm. C. Elopothrissus sp. DMNH 2021-09-03, 1.83 mm. D. Genartina sp. DMNH 2021-09-04, 0.85 mm. E. Osmeroides sp. DMNH 2021-09-05, 3.85 mm. F. Anguilla? chickasawae Schwarzhans and Stringer (2020b), DMNH 2021-09-6, 1.90 mm. G. Echiophis aff. E. semisphaeroides Schwarzhans (2003), DMNH 2021-09-07, 3.25 mm. H. Muraenanguilla? sp. DMNH 2021-09-08, 2.18 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10913428/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/2B4F878B2569FF90FC0AF96AFEC9FC44.mc.138E3CC02569FF93FC24F8E0FA6DF8F7>
dwc:catalogNumber "DMNH 2021-09, 03" ;
dwc:collectionCode "DMNH" ;
trt:httpUri <https://treatment.plazi.org/id/2B4F878B2569FF90FC0AF96AFEC9FC44#138E3CC02569FF93FC24F8E0FA6DF8F7> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,96 @@
@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/2B4F878B256AFF90FC32FDE6FB40FB6B>
cito:cites <http://dx.doi.org/10.5281/zenodo.10913428> ;
dc:creator "Stringer, Gary L.; Sloan, James Carson" ;
dc:title "Osmeroides AGASSIZ 1837" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/2B4F878B256AFF90FC32FDE6FB40FB6B.mc.138E3CC0256AFF90FC26FD7CFC2CFD1F> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Osmeroides_Agassiz_1837> ;
trt:publishedIn <http://dx.doi.org/10.5070/P940361192.> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/P940361192.>
bibo:endPage "39" ;
bibo:issue "1994" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2023-12-31" ;
bibo:startPage "1" ;
bibo:volume "40" ;
dc:creator "Stringer, Gary L.; Sloan, James Carson" ;
dc:date "2023" ;
dc:title "First Cretaceous teleostean otolith assemblage (Arkadelphia Formation, upper Maastrichtian) from Arkansas, USA, early Gadiformes, and the Western Interior Seaway" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10913428> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Osmeroides_Agassiz_1837>
dwc:authority "AGASSIZ, 1837" ;
dwc:authorityName "AGASSIZ" ;
dwc:authorityYear "1837" ;
dwc:family "Osmeroididae" ;
dwc:genus "Osmeroides" ;
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Agassiz, 1837" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Osmeroides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Osmeroides>
dwc:family "Osmeroididae" ;
dwc:genus "Osmeroides" ;
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Osmeroididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Osmeroididae>
dwc:family "Osmeroididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Albuliformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Albuliformes>
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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.10913428>
dc:description "Figure 5. Otoliths from the Cretaceous Arkadelphia Formation. All specimens unless otherwise noted are inner views of right sagittae. Length in mm. A. Elops sp., DMNH 2021-09-01, 1.89 mm. B. Albuliformes indeterminate, DMNH 2021-09-02, 1.42 mm. C. Elopothrissus sp. DMNH 2021-09-03, 1.83 mm. D. Genartina sp. DMNH 2021-09-04, 0.85 mm. E. Osmeroides sp. DMNH 2021-09-05, 3.85 mm. F. Anguilla? chickasawae Schwarzhans and Stringer (2020b), DMNH 2021-09-6, 1.90 mm. G. Echiophis aff. E. semisphaeroides Schwarzhans (2003), DMNH 2021-09-07, 3.25 mm. H. Muraenanguilla? sp. DMNH 2021-09-08, 2.18 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10913428/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/2B4F878B256AFF90FC32FDE6FB40FB6B.mc.138E3CC0256AFF90FC26FD7CFC2CFD1F>
dwc:catalogNumber "DMNH 2021-09, 05" ;
dwc:collectionCode "DMNH" ;
trt:httpUri <https://treatment.plazi.org/id/2B4F878B256AFF90FC32FDE6FB40FB6B#138E3CC0256AFF90FC26FD7CFC2CFD1F> ;
a dwc:MaterialCitation .

View file

@ -9,12 +9,12 @@
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/2B4F878B256AFF90FF5FFBEBFA60FE69>
<http://treatment.plazi.org/id/2B4F878B256AFF90FF22FC0BFA60FE69>
cito:cites <http://dx.doi.org/10.5281/zenodo.10913428> ;
dc:creator "Stringer, Gary L.; Sloan, James Carson" ;
dc:title "Genartina undefined-1" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/2B4F878B256AFF90FF5FFBEBFA60FE69.mc.138E3CC0256AFF90FED4FB62FD3DFB76> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Genartina_undefined-1_Stringer_2023> ;
dc:title "Genartina FRIZZELL AND DANTE 1965" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/2B4F878B256AFF90FF22FC0BFA60FE69.mc.138E3CC0256AFF90FED4FB62FD3DFB76> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Genartina_Frizzell_1965> ;
trt:publishedIn <http://dx.doi.org/10.5070/P940361192.> ;
a trt:Treatment .
@ -31,37 +31,21 @@
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10913428> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Genartina_undefined-1_Stringer_2023>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Stringer & Sloan, 2023" ;
dwc:authorityName "Stringer & Sloan" ;
dwc:authorityYear "2023" ;
dwc:class "Actinopterygii" ;
<http://taxon-concept.plazi.org/id/Animalia/Genartina_Frizzell_1965>
dwc:authority "FRIZZELL AND DANTE, 1965" ;
dwc:authorityName "FRIZZELL AND DANTE" ;
dwc:authorityYear "1965" ;
dwc:family "Albulidae" ;
dwc:genus "Genartina" ;
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Stringer & Sloan, 2023" ;
dwc:species "undefined-1" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Genartina_undefined-1> ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Frizzell & Dante, 1965" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Genartina> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Genartina_undefined-1>
dwc:class "Actinopterygii" ;
dwc:family "Albulidae" ;
dwc:genus "Genartina" ;
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "undefined-1" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Genartina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Genartina>
dwc:class "Actinopterygii" ;
dwc:family "Albulidae" ;
dwc:genus "Genartina" ;
dwc:kingdom "Animalia" ;
@ -72,7 +56,6 @@
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Albulidae>
dwc:class "Actinopterygii" ;
dwc:family "Albulidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
@ -82,19 +65,10 @@
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Albuliformes>
dwc:class "Actinopterygii" ;
dwc:kingdom "Animalia" ;
dwc:order "Albuliformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Actinopterygii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Actinopterygii>
dwc:class "Actinopterygii" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
@ -115,9 +89,9 @@
fabio:hasRepresentation <https://zenodo.org/record/10913428/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/2B4F878B256AFF90FF5FFBEBFA60FE69.mc.138E3CC0256AFF90FED4FB62FD3DFB76>
<http://tb.plazi.org/GgServer/dwcaRecords/2B4F878B256AFF90FF22FC0BFA60FE69.mc.138E3CC0256AFF90FED4FB62FD3DFB76>
dwc:catalogNumber "DMNH 2021-09, 04" ;
dwc:collectionCode "DMNH" ;
trt:gbifOccurrenceId "4872882310" ;
trt:httpUri <https://treatment.plazi.org/id/2B4F878B256AFF90FF5FFBEBFA60FE69#138E3CC0256AFF90FED4FB62FD3DFB76> ;
trt:httpUri <https://treatment.plazi.org/id/2B4F878B256AFF90FF22FC0BFA60FE69#138E3CC0256AFF90FED4FB62FD3DFB76> ;
a dwc:MaterialCitation .

View file

@ -9,10 +9,10 @@
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/2B4F878B256BFF97FC16F9DDFD8DFED9>
<http://treatment.plazi.org/id/2B4F878B256BFF97FC16FA1DFD8DFED9>
cito:cites <http://dx.doi.org/10.5281/zenodo.10913430> ;
dc:creator "Stringer, Gary L.; Sloan, James Carson" ;
dc:title "Clupeiformes Goodrich 1909" ;
dc:title "Clupeiformes GOODRICH 1909" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Clupeiformes_Goodrich_1909> ;
trt:publishedIn <http://dx.doi.org/10.5070/P940361192.> ;
a trt:Treatment .
@ -32,10 +32,10 @@
<http://taxon-concept.plazi.org/id/Animalia/Clupeiformes_Goodrich_1909>
dwc:ID-ENA "32446" ;
dwc:authorityName "Goodrich" ;
dwc:authorityYear "1909" ;
dwc:authority "Goodrich, 1909" ;
dwc:kingdom "Animalia" ;
dwc:order "Clupeiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
dwc:scientificNameAuthorship "Goodrich, 1909" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/YR> ;
@ -45,7 +45,15 @@
<http://taxon-name.plazi.org/id/Animalia/Clupeiformes>
dwc:kingdom "Animalia" ;
dwc:order "Clupeiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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 .

View file

@ -9,11 +9,11 @@
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/2B4F878B256DFF97FF53FE76FF05FA5C>
<http://treatment.plazi.org/id/2B4F878B256DFF97FEE5FE96FF05FA5C>
cito:cites <http://dx.doi.org/10.5281/zenodo.10913430> ;
dc:creator "Stringer, Gary L.; Sloan, James Carson" ;
dc:title "Arius subtilis Schwarzhans and Bratishko 2011" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Arius_subtilis_Schwarzhans_2011> ;
dc:title "Arius VALENCIENNES 1840" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Arius_Valenciennes_1840> ;
trt:publishedIn <http://dx.doi.org/10.5070/P940361192.> ;
a trt:Treatment .
@ -21,6 +21,7 @@
bibo:endPage "39" ;
bibo:issue "1994" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2023-12-31" ;
bibo:startPage "1" ;
bibo:volume "40" ;
dc:creator "Stringer, Gary L.; Sloan, James Carson" ;
@ -29,31 +30,21 @@
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10913430> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Arius_subtilis_Schwarzhans_2011>
dwc:authorityName "Schwarzhans and Bratishko" ;
dwc:authorityYear "2011" ;
<http://taxon-concept.plazi.org/id/Animalia/Arius_Valenciennes_1840>
dwc:authority "VALENCIENNES, 1840" ;
dwc:authorityName "VALENCIENNES" ;
dwc:authorityYear "1840" ;
dwc:family "Ariidae" ;
dwc:genus "Arius" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schwarzhans & Bratishko, 2011" ;
dwc:species "subtilis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arius_subtilis> ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Valenciennes, 1840" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/32Y8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arius> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Arius_subtilis>
dwc:family "Ariidae" ;
dwc:genus "Arius" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "subtilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arius>
dwc:family "Ariidae" ;
dwc:genus "Arius" ;

View file

@ -32,6 +32,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tippaha_mythica_Schwarzhans_2020>
dwc:authority "Schwarzhans and Stringer, 2020" ;
dwc:authorityName "Schwarzhans and Stringer" ;
dwc:authorityYear "2020" ;
dwc:genus "Tippaha" ;

View file

@ -32,6 +32,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Eutawichthys_zideki_Nolf_1996>
dwc:authority "(Nolf and Stringer, 1996)" ;
dwc:baseAuthorityName "Nolf and Stringer" ;
dwc:baseAuthorityYear "1996" ;
dwc:genus "Eutawichthys" ;

View file

@ -32,6 +32,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Eutawichthys_maastrichtiensis_Nolf_1996>
dwc:authority "(Nolf and Stringer, 1996)" ;
dwc:baseAuthorityName "Nolf and Stringer" ;
dwc:baseAuthorityYear "1996" ;
dwc:genus "Eutawichthys" ;