This commit is contained in:
treatmentbank 2024-09-11 02:17:15 +00:00
parent efa530be92
commit 21edb1e359
8 changed files with 846 additions and 0 deletions

View file

@ -0,0 +1,102 @@
@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/03DF08494129FFC43C88FE8BFBC9FAB0>
cito:cites <http://dx.doi.org/10.5281/zenodo.13743792> ;
dc:creator "Cicimurri, David J.; Knight, James L.; Ebersole, Jun A." ;
dc:title "Mobula RAFINESQUE 1810" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mobula_Rafinesque_1810> ;
trt:publishedIn <http://dx.doi.org/10.5070/p939056976> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/p939056976>
bibo:endPage "38" ;
bibo:issue "1" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2022-03-31" ;
bibo:startPage "1" ;
bibo:volume "39" ;
dc:creator "Cicimurri, David J.; Knight, James L.; Ebersole, Jun A." ;
dc:date "2022" ;
dc:title "Early Oligocene (Rupelian) fishes (Chondrichthyes, Osteichthyes) from the Ashley Formation (Cooper Group) of South Carolina, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13743792> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mobula_Rafinesque_1810>
dwc:authority "SP." ;
dwc:authorityName "RAFINESQUE" ;
dwc:authorityYear "1810" ;
dwc:class "Elasmobranchii" ;
dwc:family "Myliobatidae" ;
dwc:genus "Mobula" ;
dwc:kingdom "Animalia" ;
dwc:order "Myliobatiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Rafinesque, 1810" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/63BV4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mobula> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mobula>
dwc:class "Elasmobranchii" ;
dwc:family "Myliobatidae" ;
dwc:genus "Mobula" ;
dwc:kingdom "Animalia" ;
dwc:order "Myliobatiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Myliobatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Myliobatidae>
dwc:class "Elasmobranchii" ;
dwc:family "Myliobatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Myliobatiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Myliobatiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Myliobatiformes>
dwc:class "Elasmobranchii" ;
dwc:kingdom "Animalia" ;
dwc:order "Myliobatiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elasmobranchii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elasmobranchii>
dwc:class "Elasmobranchii" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
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.13743792>
dc:description "Figure 8. Batoid teeth from the Givhans Ferry Member, Ashley Formation (Rupelian), Dorchester County, South Carolina. A, B. “Rhinoptera” sp. tooth, SC2015.29.30 in occlusal (A) and lingual (B) views. C, D. “Mobula” sp. male tooth, SC2007.36.40 in apical (C) and occlusal (D) views. E, F. “Mobula” sp. male tooth, SC2007.36.42 in apical (E) and occlusal (F) views. G, H. “Mobu- la” sp. female tooth, SC2007.36.43 in occlusal (G) and labial (H) views. IK. Plinthicus sp. tooth, SC2007.36.48 in occlusal (I), lingual (J), and profile (K) views. Scale bar=1 mm in CH; 5 mm in A, B, IK." ;
fabio:hasRepresentation <https://zenodo.org/record/13743792/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,80 @@
@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/03DF0849412AFFC83ED4FE2EFD1BF931>
cito:cites <http://dx.doi.org/10.5281/zenodo.13743794> ;
dc:creator "Cicimurri, David J.; Knight, James L.; Ebersole, Jun A." ;
dc:title "Paralichthyidae REGAN 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paralichthyidae_Regan_1910> ;
trt:publishedIn <http://dx.doi.org/10.5070/p939056976> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/p939056976>
bibo:endPage "38" ;
bibo:issue "1" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2022-03-31" ;
bibo:startPage "1" ;
bibo:volume "39" ;
dc:creator "Cicimurri, David J.; Knight, James L.; Ebersole, Jun A." ;
dc:date "2022" ;
dc:title "Early Oligocene (Rupelian) fishes (Chondrichthyes, Osteichthyes) from the Ashley Formation (Cooper Group) of South Carolina, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13743794> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paralichthyidae_Regan_1910>
dwc:ID-ENA "171414" ;
dwc:authority "REGAN, 1910" ;
dwc:authorityName "REGAN" ;
dwc:authorityYear "1910" ;
dwc:family "Paralichthyidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Pleuronectiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Regan, 1910" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/626JX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paralichthyidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paralichthyidae>
dwc:family "Paralichthyidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Pleuronectiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pleuronectiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pleuronectiformes>
dwc:kingdom "Animalia" ;
dwc:order "Pleuronectiformes" ;
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.13743794>
dc:description "Figure 9. Teleost teeth from the Givhans Ferry Member, Ashley Formation (Rupelian), Dorchester County, South Carolina. A, B. Albula sp. tooth, SC2015.29.204 in profile (A) and basal (B) views. C, D. Osteoglossidae indet. tooth, SC2015.29.218 in profile (C) and basal (D) views. EH. Sphyraena sp. cheek tooth, SC2007.36.120 in close-up showing serrations (E), labial (F), carinal (G), and basal (H) views. IK. Sphyraena sp. laniary tooth, SC2007.36.190 in labial (I), basal (J), and anterior (K) views. L, M. Paralichthyidae indet. tooth, SC2007.36.259 in labial (L) and distal (M) views. N. Trichiurides cf. T. sagittidens laniary tooth, SC2015.29.185 in profile view. O. Trichiurides cf. T. sagittidens laniary tooth, SC2007.36.210 in profile view. PR. Palaeocybium sp. tooth, SC2007.36.122 in labial (P), carinal (Q), and basal (R) views. SU. Scomberomorus sp. tooth, SC2015.29.221 in lingual (S), carinal (T), and basal (U) views. Scale bar=0.4 mm in O; 0.5 mm in C, D, LN, SU; 1 mm in A, B, IK; 3 mm in EH, PR." ;
fabio:hasRepresentation <https://zenodo.org/record/13743794/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,102 @@
@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/03DF0849412FFFC33944FE35FDB7FE21>
cito:cites <http://dx.doi.org/10.5281/zenodo.13743790> ;
dc:creator "Cicimurri, David J.; Knight, James L.; Ebersole, Jun A." ;
dc:title "Dasyatis Rafinesque 1810" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dasyatis_Rafinesque_1810> ;
trt:publishedIn <http://dx.doi.org/10.5070/p939056976> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/p939056976>
bibo:endPage "38" ;
bibo:issue "1" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2022-03-31" ;
bibo:startPage "1" ;
bibo:volume "39" ;
dc:creator "Cicimurri, David J.; Knight, James L.; Ebersole, Jun A." ;
dc:date "2022" ;
dc:title "Early Oligocene (Rupelian) fishes (Chondrichthyes, Osteichthyes) from the Ashley Formation (Cooper Group) of South Carolina, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13743790> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dasyatis_Rafinesque_1810>
dwc:authority "SP." ;
dwc:authorityName "Rafinesque" ;
dwc:authorityYear "1810" ;
dwc:class "Elasmobranchii" ;
dwc:family "Dasyatidae" ;
dwc:genus "Dasyatis" ;
dwc:kingdom "Animalia" ;
dwc:order "Myliobatiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Rafinesque, 1810" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3ZY5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dasyatis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dasyatis>
dwc:class "Elasmobranchii" ;
dwc:family "Dasyatidae" ;
dwc:genus "Dasyatis" ;
dwc:kingdom "Animalia" ;
dwc:order "Myliobatiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dasyatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dasyatidae>
dwc:class "Elasmobranchii" ;
dwc:family "Dasyatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Myliobatiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Myliobatiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Myliobatiformes>
dwc:class "Elasmobranchii" ;
dwc:kingdom "Animalia" ;
dwc:order "Myliobatiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elasmobranchii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elasmobranchii>
dwc:class "Elasmobranchii" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
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.13743790>
dc:description "Figure 7. Batoid teeth from the Givhans Ferry Member, Ashley Formation (Rupelian), Dorchester County, South Carolina. A, B. Raja mccollumi male tooth, SC2007.36.132 in distal (A) and labial (B) views. C, D. Raja mccollumi female tooth, SC2007.36.31 in mesial (C) and labial (D) views. E, F. Raja sp. male tooth, SC2007.36.33 in mesial (E) and labial (F) views. G, H. Raja mccollumi female tooth, SC2007.36.124 in mesial (G) and labial (H) views. I. Rhynchobatus sp. tooth, SC2007.36.39 in occlusal view. JM. “Taeniurops” cavernosus low-crowned tooth, SC2015.29.42 in occlusal (J), profile (K), labial (L), and basal (M) views. NQ. “Taeniurops” cavernosus male tooth, SC2015.29.2 in occlusal (N), profile (O), labial (P), and basal (Q) views. R, S. “Taeniurops” cavernosus low-crowned tooth, SC2007.36.53 in occlusal (R) and profile (S) views. T, U. “Taeniurops” cavernosus male tooth, SC207.36.51 in occlusal (T) and profile (U) views. VY. “Dasyatis” sp. low-crowned tooth, SC2015.29.45 in occlusal (V), profile(W), labial (X), and labio-oblique (Y) views. ZCC. “Dasyatis” sp. low-crowned tooth, SC2007.36.49 in occlusal (Z), profile (AA), lingual (BB), and labial (CC) views. Scale bar=0.5 mm in C, D, G, H; 1 mm in E, F, I, T, U; 2 mm in A, B; 5 mm in JS, VCC." ;
fabio:hasRepresentation <https://zenodo.org/record/13743790/files/figure.png> ;
a fabio:Figure .

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/03DF08494131FFDD3EECFC9BFD19FD5A>
cito:cites <http://dx.doi.org/10.5281/zenodo.13743786> ;
dc:creator "Cicimurri, David J.; Knight, James L.; Ebersole, Jun A." ;
dc:title "Sphyrnidae BONAPARTE 1840" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sphyrnidae_Bonaparte_1840> ;
trt:publishedIn <http://dx.doi.org/10.5070/p939056976> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/p939056976>
bibo:endPage "38" ;
bibo:issue "1" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2022-03-31" ;
bibo:startPage "1" ;
bibo:volume "39" ;
dc:creator "Cicimurri, David J.; Knight, James L.; Ebersole, Jun A." ;
dc:date "2022" ;
dc:title "Early Oligocene (Rupelian) fishes (Chondrichthyes, Osteichthyes) from the Ashley Formation (Cooper Group) of South Carolina, USA" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13743786> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Sphyrnidae_Bonaparte_1840>
dwc:authority "BONAPARTE, 1840" ;
dwc:authorityName "BONAPARTE" ;
dwc:authorityYear "1840" ;
dwc:class "Elasmobranchii" ;
dwc:family "Sphyrnidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Carcharhiniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Bonaparte, 1840" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GJ2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sphyrnidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sphyrnidae>
dwc:class "Elasmobranchii" ;
dwc:family "Sphyrnidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Carcharhiniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carcharhiniformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Carcharhiniformes>
dwc:class "Elasmobranchii" ;
dwc:kingdom "Animalia" ;
dwc:order "Carcharhiniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elasmobranchii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elasmobranchii>
dwc:class "Elasmobranchii" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
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.13743786>
dc:description "Figure 5. Selachian teeth from the Givhans Ferry Member, Ashley Formation (Rupelian), Dorchester County, South Carolina. A. Hemipristis cf. H. serra tooth, SC2007.36.7 in labial view. B. Carcharhinus gibbesi upper tooth, SC2007.36.14 in labial view. C. Carcharhinus gibbesi lower tooth, SC2007.36.15 in labial view. D. Physogaleus cf. P. contortus tooth, SC2007.36.19 in labial view. E. Physogaleus sp. tooth, SC2007.36.21 in labial view. F. Galeocerdo aduncus tooth, SC2007.36.17 in labial view. G. Sphyrnidae Morphotype 1 tooth, SC2007.36.26 in labial view. H. Sphyrnidae Morphotype 2 tooth, SC2007.36.24 in labial view. Scale bar=3 mm in E; 5 mm in A, C, D, F, G; 10 mm in B." ;
fabio:hasRepresentation <https://zenodo.org/record/13743786/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,198 @@
@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/C96187CFFFBAEB45FC42FC44FBF4FC74>
cito:cites <http://dx.doi.org/10.5281/zenodo.13743804> ;
dc:creator "Squires, Richard L." ;
dc:title "Ancistrolepis carolineae Squires 1984" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFB6CFBF3FA1DFB46>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFA70FB17FB8DFB3B>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFB9FFB3AFA4AFB3B>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFC9EFB59FC46FB1C>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFBD8FB59FA4AFB1C>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFC9EFB7CFC47FAF0>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFBD7FB7CFAF0FAD2>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFA90FAA3FA51FAD5>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFBD3FAEAFA4AFA6B>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFC55FA09FA4AFA21>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFA6BF926FA9CF90B>, <http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFAFCF969FA4AF87B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ancistrolepis_carolineae_Squires_1984> ;
trt:publishedIn <http://dx.doi.org/10.5070/p939257077> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/p939257077>
bibo:endPage "11" ;
bibo:issue "2" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2022-04-11" ;
bibo:startPage "1" ;
bibo:volume "39" ;
dc:creator "Squires, Richard L." ;
dc:date "2022" ;
dc:title "The earliest Ancistrolepis (Gastropoda: Buccinidae) and its geologic implications" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13743804> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ancistrolepis_carolineae_Squires_1984>
dwc:authority "SQUIRES, 1984" ;
dwc:authorityName "Squires" ;
dwc:authorityYear "1984" ;
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:genus "Ancistrolepis" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Squires, 1984" ;
dwc:species "carolineae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ancistrolepis_carolineae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ancistrolepis_carolineae>
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:genus "Ancistrolepis" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "carolineae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ancistrolepis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ancistrolepis>
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:genus "Ancistrolepis" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Buccinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Buccinidae>
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neogastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neogastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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.13743804>
dc:description "Figure 4AI. Ancistrolepis carolineae Squires, 1984. “Stewart bed,” Llajas Formation, north side of Simi Valley, Ventura County, southern California. Apertural (A) and abapertural (B) views, 1.7x, length 32 mm, width 20 mm, plasto-holotype, LACMIP 10554 [=UCLA 59401], Locality LACMIP 7242.35. Apertural (C) and abapertural (D) views, x1.8x, length 28.8 mm, width 18.4 mm, hypotype, LACMIP 14904, LACMIP Locality 40444.2. Apertural (E) view, 1.8x, length 26.3, width 14.9, hypotype, LACMIP 14905, LACMIP 40374.75. Apertural (F) and abapertural (G) views, x2.3, length 22 mm, width 15.8 mm, hypotype, LACMIP 14906, LACMIP Locality 40374.76. Right-lateral apertural, with aperture end tilted up slightly (H) and oblique lower columellar (I) views, x2.5, length 28.5 mm, width 29.8 mm, hypotype, LACMIP 14907, LACMIP Locality 40374.77." ;
fabio:hasRepresentation <https://zenodo.org/record/13743804/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFB6CFBF3FA1DFB46>
dwc:catalogNumber "LACMIP 10554, UCLA 59401" ;
dwc:collectionCode "LACMIP" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFB6CFBF3FA1DFB46> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFA70FB17FB8DFB3B>
dwc:catalogNumber "LACMIP 10555" ;
dwc:collectionCode "LACMIP" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFA70FB17FB8DFB3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFB9FFB3AFA4AFB3B>
dwc:collectionCode "LACMIP" ;
dwc:recordedBy "Locality" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFB9FFB3AFA4AFB3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFC9EFB59FC46FB1C>
dwc:catalogNumber "LACMIP 10556" ;
dwc:collectionCode "LACMIP" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFC9EFB59FC46FB1C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFBD8FB59FA4AFB1C>
dwc:collectionCode "LACMIP" ;
dwc:recordedBy "Locality" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFBD8FB59FA4AFB1C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFC9EFB7CFC47FAF0>
dwc:catalogNumber "LACMIP 10557" ;
dwc:collectionCode "LACMIP" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFC9EFB7CFC47FAF0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFBD7FB7CFAF0FAD2>
dwc:collectionCode "LACMIP" ;
dwc:recordedBy "Locality & These" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFBD7FB7CFAF0FAD2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFA90FAA3FA51FAD5>
dwc:catalogNumber "UCLA 59402" ;
dwc:collectionCode "UCLA" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFA90FAA3FA51FAD5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFBD3FAEAFA4AFA6B>
dwc:collectionCode "LACMIP" ;
dwc:recordedBy "Locality" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFBD3FAEAFA4AFA6B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFC55FA09FA4AFA21>
dwc:collectionCode "UCLA" ;
dwc:eventDate "1946-04-19" ;
dwc:recordedBy "Locality & W. P. Popenoe" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFC55FA09FA4AFA21> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFA6BF926FA9CF90B>
dwc:catalogNumber "LACMIP 14907" ;
dwc:collectionCode "LACMIP" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFA6BF926FA9CF90B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C96187CFFFBAEB45FC42FC44FBF4FC74.mc.F1A03C84FFBAEB4BFAFCF969FA4AF87B>
dwc:locality "Llajas Formation" ;
trt:httpUri <https://treatment.plazi.org/id/C96187CFFFBAEB45FC42FC44FBF4FC74#F1A03C84FFBAEB4BFAFCF969FA4AF87B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,83 @@
@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/C96187CFFFBAEB4BFEDEFEFEFCBCFCC4>
dc:creator "Squires, Richard L." ;
dc:title "Buccinidae RAFINESQUE 1815" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Buccinidae_Rafinesque_1815> ;
trt:publishedIn <http://dx.doi.org/10.5070/p939257077> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/p939257077>
bibo:endPage "11" ;
bibo:issue "2" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2022-04-11" ;
bibo:startPage "1" ;
bibo:volume "39" ;
dc:creator "Squires, Richard L." ;
dc:date "2022" ;
dc:title "The earliest Ancistrolepis (Gastropoda: Buccinidae) and its geologic implications" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Buccinidae_Rafinesque_1815>
dwc:authority "RAFINESQUE, 1815" ;
dwc:authorityName "RAFINESQUE" ;
dwc:authorityYear "1815" ;
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Rafinesque, 1815" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NG6S> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Buccinidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Buccinidae>
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neogastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neogastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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,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/C96187CFFFBAEB4BFF07FBE7FC24FC77>
dc:creator "Squires, Richard L." ;
dc:title "Ancistrolepis Dall 1895, SENSU STRICTO" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ancistrolepis_Dall_1895> ;
trt:publishedIn <http://dx.doi.org/10.5070/p939257077> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/p939257077>
bibo:endPage "11" ;
bibo:issue "2" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2022-04-11" ;
bibo:startPage "1" ;
bibo:volume "39" ;
dc:creator "Squires, Richard L." ;
dc:date "2022" ;
dc:title "The earliest Ancistrolepis (Gastropoda: Buccinidae) and its geologic implications" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ancistrolepis_Dall_1895>
dwc:authority "DALL, 1895" ;
dwc:authorityName "Dall" ;
dwc:authorityYear "1895" ;
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:genus "Ancistrolepis" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Dall, 1895" ;
dwc:sensu "stricto" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NP2V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ancistrolepis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ancistrolepis>
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:genus "Ancistrolepis" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Buccinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Buccinidae>
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neogastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neogastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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,95 @@
@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/C96187CFFFBAEB4BFF31FCCCFE86FBDF>
dc:creator "Squires, Richard L." ;
dc:title "Parancistrolepidinae HABE 1972" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Parancistrolepidinae_Habe_1972> ;
trt:publishedIn <http://dx.doi.org/10.5070/p939257077> ;
a trt:Treatment .
<http://dx.doi.org/10.5070/p939257077>
bibo:endPage "11" ;
bibo:issue "2" ;
bibo:journal "PaleoBios" ;
bibo:pubDate "2022-04-11" ;
bibo:startPage "1" ;
bibo:volume "39" ;
dc:creator "Squires, Richard L." ;
dc:date "2022" ;
dc:title "The earliest Ancistrolepis (Gastropoda: Buccinidae) and its geologic implications" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Parancistrolepidinae_Habe_1972>
dwc:authority "HABE, 1972" ;
dwc:authorityName "HABE" ;
dwc:authorityYear "1972" ;
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "subFamily" ;
dwc:scientificNameAuthorship "Habe, 1972" ;
dwc:subFamily "Parancistrolepidinae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8M3GD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Parancistrolepidinae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Parancistrolepidinae>
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "subFamily" ;
dwc:subFamily "Parancistrolepidinae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Buccinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Buccinidae>
dwc:class "Gastropoda" ;
dwc:family "Buccinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neogastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neogastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Neogastropoda" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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 .