GG2RDF 2024-07-22T14:56:57.744Z (plazi/treatments-xml)
This commit is contained in:
parent
3c2b0bb4a8
commit
c9afebdbe7
4 changed files with 482 additions and 0 deletions
83
data/03/BA/B2/03BAB207EC34EC3EFCC767257ECC85C4.ttl
Normal file
83
data/03/BA/B2/03BAB207EC34EC3EFCC767257ECC85C4.ttl
Normal 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/03BAB207EC34EC3EFCC767257ECC85C4>
|
||||
dc:creator "Fuchs, Dirk; Weis, Robert; Thuy, Ben" ;
|
||||
dc:title "Loligosepiina Jeletzky 1965" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Loligosepiina_Jeletzky_1965> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.1186/s13358-024-00303-y> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.1186/s13358-024-00303-y>
|
||||
bibo:endPage "10" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Swiss Journal of Palaeontology" ;
|
||||
bibo:pubDate "2024-02-14" ;
|
||||
bibo:series "6" ;
|
||||
bibo:startPage "1" ;
|
||||
bibo:volume "143" ;
|
||||
dc:creator "Fuchs, Dirk; Weis, Robert; Thuy, Ben" ;
|
||||
dc:date "2024" ;
|
||||
dc:title "SimoniteUthiS, a new vampyromorph coleoid with prey in its arms from the Early Jurassic of Luxembourg" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Loligosepiina_Jeletzky_1965>
|
||||
dwc:authority "Jeletzky, 1965" ;
|
||||
dwc:authorityName "Jeletzky" ;
|
||||
dwc:authorityYear "1965" ;
|
||||
dwc:class "Cephalopoda" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Vampyromorpha" ;
|
||||
dwc:phylum "Mollusca" ;
|
||||
dwc:rank "subOrder" ;
|
||||
dwc:scientificNameAuthorship "Jeletzky, 1965" ;
|
||||
dwc:subOrder "Loligosepiina" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Loligosepiina> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Loligosepiina>
|
||||
dwc:class "Cephalopoda" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Vampyromorpha" ;
|
||||
dwc:phylum "Mollusca" ;
|
||||
dwc:rank "subOrder" ;
|
||||
dwc:subOrder "Loligosepiina" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vampyromorpha> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Vampyromorpha>
|
||||
dwc:class "Cephalopoda" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Vampyromorpha" ;
|
||||
dwc:phylum "Mollusca" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cephalopoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cephalopoda>
|
||||
dwc:class "Cephalopoda" ;
|
||||
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 .
|
||||
125
data/03/BA/B2/03BAB207EC37EC3AFCC766757990816E.ttl
Normal file
125
data/03/BA/B2/03BAB207EC37EC3AFCC766757990816E.ttl
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
@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/03BAB207EC37EC3AFCC766757990816E>
|
||||
cito:cites <http://dx.doi.org/10.5281/zenodo.12006463>, <http://dx.doi.org/10.5281/zenodo.12006472>, <http://dx.doi.org/10.5281/zenodo.12006484>, <http://dx.doi.org/10.5281/zenodo.12006496> ;
|
||||
dc:creator "Fuchs, Dirk; Weis, Robert; Thuy, Ben" ;
|
||||
dc:title "Simoniteuthis michaelyi Fuchs & Weis & Thuy 2024, n. sp." ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BAB207EC37EC3AFCC766757990816E.mc.3B7B094CEC37EC3DFCA8663479818535> ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Simoniteuthis_michaelyi_Fuchs_2024> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.1186/s13358-024-00303-y> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.1186/s13358-024-00303-y>
|
||||
bibo:endPage "10" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Swiss Journal of Palaeontology" ;
|
||||
bibo:pubDate "2024-02-14" ;
|
||||
bibo:series "6" ;
|
||||
bibo:startPage "1" ;
|
||||
bibo:volume "143" ;
|
||||
dc:creator "Fuchs, Dirk; Weis, Robert; Thuy, Ben" ;
|
||||
dc:date "2024" ;
|
||||
dc:title "SimoniteUthiS, a new vampyromorph coleoid with prey in its arms from the Early Jurassic of Luxembourg" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12006463>, <http://dx.doi.org/10.5281/zenodo.12006472>, <http://dx.doi.org/10.5281/zenodo.12006484>, <http://dx.doi.org/10.5281/zenodo.12006496> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Simoniteuthis_michaelyi_Fuchs_2024>
|
||||
dwc:authority "Fuchs & Weis & Thuy, 2024" ;
|
||||
dwc:authorityName "Fuchs & Weis & Thuy" ;
|
||||
dwc:authorityYear "2024" ;
|
||||
dwc:class "Cephalopoda" ;
|
||||
dwc:genus "Simoniteuthis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Vampyromorpha" ;
|
||||
dwc:phylum "Mollusca" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Fuchs & Weis & Thuy, 2024" ;
|
||||
dwc:species "michaelyi" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Simoniteuthis_michaelyi> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Simoniteuthis_michaelyi>
|
||||
dwc:class "Cephalopoda" ;
|
||||
dwc:genus "Simoniteuthis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Vampyromorpha" ;
|
||||
dwc:phylum "Mollusca" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "michaelyi" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Simoniteuthis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Simoniteuthis>
|
||||
dwc:class "Cephalopoda" ;
|
||||
dwc:genus "Simoniteuthis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Vampyromorpha" ;
|
||||
dwc:phylum "Mollusca" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vampyromorpha> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Vampyromorpha>
|
||||
dwc:class "Cephalopoda" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Vampyromorpha" ;
|
||||
dwc:phylum "Mollusca" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cephalopoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cephalopoda>
|
||||
dwc:class "Cephalopoda" ;
|
||||
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.12006463>
|
||||
dc:description "Fig. 1 Detailed map of the Edward Steichen Industrial Zone, northeast of the town of Bascharage in southwest Luxembourg.The area marked by a black asterisk corresponds to the place of finding (© Carte topographique: Adm. Du Cadastre et de la Topographie,Luxembourg)" ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/12006463/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.12006472>
|
||||
dc:description "Fig. 2 Simoniteuthis michaelyi n. gen. n. sp., holotype (MNHNL TI024), Lower Toarcian, Serpentinum Chronozone, Exaratum Subchronozone, Bascharage.A–D slab; E–G counter-slab. A overview; B camera lucida drawing of A; C close-up of the head–arm complex; D same under UV-light showing the weakly illuminating arm musculature; E overview; F close-up of the preyed fishes, red colour Specimen 1 (op=opercle; sop =subopercle),blue colour Specimen 2 (caud= caudal fin; sop =subopercle; centra =central vertebra); G same under UV-light. Scale bars =10 mm" ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/12006472/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.12006484>
|
||||
dc:description "Fig. 3 Gladius morphology of Simoniteuthis michaelyi n. gen. n. sp., holotype (MNHNL TI024), Lower Toarcian,Serpentinum Chronozone, Exaratum Subchronozone, Bascharage. A overview of the slab; B close-up of the anterior hyperbolar zone showing the course of growth increments; C schematic morphology and measurements; D overview of the counter-slab;E close-up of the posterior gladius showing the course of growth increments. Scale bars=10 mm" ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/12006484/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.12006496>
|
||||
dc:description "Fig. 4 Comparative gladius morphology of selected octobrachiate coleoids.A Topology of the cluster analysis based on gladius outlines; B 3-reconstructions of the same gladiuses systematically sorted (after Fuchs, 2020). Where known arm configurations are indicated. Note the gladius outline of Vampyrofugies (based on Rowe et al., 2023) is approximated" ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/12006496/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/03BAB207EC37EC3AFCC766757990816E.mc.3B7B094CEC37EC3DFCA8663479818535>
|
||||
dwc:catalogNumber "TI024" ;
|
||||
dwc:collectionCode "MNHNL" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/03BAB207EC37EC3AFCC766757990816E#3B7B094CEC37EC3DFCA8663479818535> ;
|
||||
a dwc:MaterialCitation .
|
||||
84
data/03/BA/B2/03BAB207EC37EC3DFF7D6495799C84F5.ttl
Normal file
84
data/03/BA/B2/03BAB207EC37EC3DFF7D6495799C84F5.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/03BAB207EC37EC3DFF7D6495799C84F5>
|
||||
dc:creator "Fuchs, Dirk; Weis, Robert; Thuy, Ben" ;
|
||||
dc:title "Simoniteuthis Fuchs & Weis & Thuy 2024, n. gen." ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Simoniteuthis_Fuchs_2024> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.1186/s13358-024-00303-y> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.1186/s13358-024-00303-y>
|
||||
bibo:endPage "10" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Swiss Journal of Palaeontology" ;
|
||||
bibo:pubDate "2024-02-14" ;
|
||||
bibo:series "6" ;
|
||||
bibo:startPage "1" ;
|
||||
bibo:volume "143" ;
|
||||
dc:creator "Fuchs, Dirk; Weis, Robert; Thuy, Ben" ;
|
||||
dc:date "2024" ;
|
||||
dc:title "SimoniteUthiS, a new vampyromorph coleoid with prey in its arms from the Early Jurassic of Luxembourg" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Simoniteuthis_Fuchs_2024>
|
||||
dwc:authority "Fuchs & Weis & Thuy, 2024" ;
|
||||
dwc:authorityName "Fuchs & Weis & Thuy" ;
|
||||
dwc:authorityYear "2024" ;
|
||||
dwc:class "Cephalopoda" ;
|
||||
dwc:genus "Simoniteuthis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Vampyromorpha" ;
|
||||
dwc:phylum "Mollusca" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "Fuchs & Weis & Thuy, 2024" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/C62RW> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Simoniteuthis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Simoniteuthis>
|
||||
dwc:class "Cephalopoda" ;
|
||||
dwc:genus "Simoniteuthis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Vampyromorpha" ;
|
||||
dwc:phylum "Mollusca" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vampyromorpha> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Vampyromorpha>
|
||||
dwc:class "Cephalopoda" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Vampyromorpha" ;
|
||||
dwc:phylum "Mollusca" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cephalopoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Cephalopoda>
|
||||
dwc:class "Cephalopoda" ;
|
||||
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 .
|
||||
Loading…
Add table
Add a link
Reference in a new issue