This commit is contained in:
treatmentbank 2024-09-13 13:57:55 +00:00
parent f80cdd305c
commit 554985c240
5 changed files with 354 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/EE3587F5CB40FFCCFC54F9DF6C10F54E>
dc:creator "Čerňanský, Andrej; Smith, Richard; Smith, Thierry; Folie, Annelise" ;
dc:title "Saniwa orsmaelensis Dollo 1923" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Saniwa_orsmaelensis_Dollo_1923> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae082> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae082>
bibo:endPage "25" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-09" ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Čerňanský, Andrej; Smith, Richard; Smith, Thierry; Folie, Annelise" ;
dc:date "2024" ;
dc:title "Timing of intercontinental faunal migrations: Anguimorph lizards from the earliest Eocene (MP 7) of Dormaal, Belgium" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Saniwa_orsmaelensis_Dollo_1923>
dwc:authority "Dollo, 1923" ;
dwc:authorityName "Dollo" ;
dwc:authorityYear "1923" ;
dwc:class "Reptilia" ;
dwc:family "Varanidae" ;
dwc:genus "Saniwa" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dollo, 1923" ;
dwc:species "orsmaelensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Saniwa_orsmaelensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Saniwa_orsmaelensis>
dwc:class "Reptilia" ;
dwc:family "Varanidae" ;
dwc:genus "Saniwa" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "orsmaelensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Saniwa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Saniwa>
dwc:class "Reptilia" ;
dwc:family "Varanidae" ;
dwc:genus "Saniwa" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Varanidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Varanidae>
dwc:class "Reptilia" ;
dwc:family "Varanidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Squamata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Squamata>
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Reptilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Reptilia>
dwc:class "Reptilia" ;
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 .

View file

@ -0,0 +1,61 @@
@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/EE3587F5CB42FFD2FC51FA2D6AEAF738>
dc:creator "Čerňanský, Andrej; Smith, Richard; Smith, Thierry; Folie, Annelise" ;
dc:title "Palaeovaranidae Georgalis 2017" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Palaeovaranidae_Georgalis_2017> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae082> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae082>
bibo:endPage "25" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-09" ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Čerňanský, Andrej; Smith, Richard; Smith, Thierry; Folie, Annelise" ;
dc:date "2024" ;
dc:title "Timing of intercontinental faunal migrations: Anguimorph lizards from the earliest Eocene (MP 7) of Dormaal, Belgium" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Palaeovaranidae_Georgalis_2017>
dwc:authority "Georgalis, 2017" ;
dwc:authorityName "Georgalis" ;
dwc:authorityYear "2017" ;
dwc:family "Palaeovaranidae" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Georgalis, 2017" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Palaeovaranidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Palaeovaranidae>
dwc:family "Palaeovaranidae" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
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 .

View file

@ -0,0 +1,43 @@
@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/> .
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
<http://treatment.plazi.org/id/EE3587F5CB47FFCEFB98FE2C6CF8F622>
dc:creator "Čerňanský, Andrej; Smith, Richard; Smith, Thierry; Folie, Annelise" ;
dc:title "Glyptosauridae" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/EE3587F5CB47FFCEFB98FE2C6CF8F622.mc.D6F43CBECB40FFCEFE91FCD06A64F627> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae082> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Glyptosauridae> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae082>
bibo:endPage "25" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-09" ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Čerňanský, Andrej; Smith, Richard; Smith, Thierry; Folie, Annelise" ;
dc:date "2024" ;
dc:title "Timing of intercontinental faunal migrations: Anguimorph lizards from the earliest Eocene (MP 7) of Dormaal, Belgium" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Glyptosauridae>
# Warning: Could not determine parent name ;
dwc:family "Glyptosauridae" ;
dwc:rank "family" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/EE3587F5CB47FFCEFB98FE2C6CF8F622.mc.D6F43CBECB40FFCEFE91FCD06A64F627>
dwc:catalogNumber "R 490, R 491, R 492, R 493" ;
dwc:collectionCode "IRSNB" ;
trt:httpUri <https://treatment.plazi.org/id/EE3587F5CB47FFCEFB98FE2C6CF8F622#D6F43CBECB40FFCEFE91FCD06A64F627> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,104 @@
@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/EE3587F5CB4FFFC9FF5BFCC96D24F143>
dc:creator "Čerňanský, Andrej; Smith, Richard; Smith, Thierry; Folie, Annelise" ;
dc:title "Gaultia ragei Sullivan et al. 2012, comb. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/EE3587F5CB4FFFC9FF5BFCC96D24F143.mc.D6F43CBECB47FFC9FF0FFB99691CF4B4> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gaultia_ragei_Sullivan_2012> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae082> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae082>
bibo:endPage "25" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-09" ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Čerňanský, Andrej; Smith, Richard; Smith, Thierry; Folie, Annelise" ;
dc:date "2024" ;
dc:title "Timing of intercontinental faunal migrations: Anguimorph lizards from the earliest Eocene (MP 7) of Dormaal, Belgium" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gaultia_ragei_Sullivan_2012>
dwc:authority "(Sullivan et al., 2012)" ;
dwc:authorityName "Sullivan et al." ;
dwc:authorityYear "2012" ;
dwc:baseAuthorityName "Sullivan" ;
dwc:baseAuthorityYear "2012" ;
dwc:class "Squamata" ;
dwc:family "Anguidae" ;
dwc:genus "Gaultia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Sullivan, 2012)" ;
dwc:species "ragei" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gaultia_ragei> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gaultia_ragei>
dwc:class "Squamata" ;
dwc:family "Anguidae" ;
dwc:genus "Gaultia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "ragei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gaultia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gaultia>
dwc:class "Squamata" ;
dwc:family "Anguidae" ;
dwc:genus "Gaultia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anguidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anguidae>
dwc:class "Squamata" ;
dwc:family "Anguidae" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Squamata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Squamata>
dwc:class "Squamata" ;
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://tb.plazi.org/GgServer/dwcaRecords/EE3587F5CB4FFFC9FF5BFCC96D24F143.mc.D6F43CBECB47FFC9FF0FFB99691CF4B4>
dwc:catalogNumber "R 263" ;
dwc:collectionCode "IRSNB" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/EE3587F5CB4FFFC9FF5BFCC96D24F143#D6F43CBECB47FFC9FF0FFB99691CF4B4> ;
a dwc:MaterialCitation .

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/> .
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
<http://treatment.plazi.org/id/EE3587F5CB5CFFD0FED9F8E069A4F144>
# Warning: Could not add treatment taxon because the rank attribute is missing ;
dc:creator "Čerňanský, Andrej; Smith, Richard; Smith, Thierry; Folie, Annelise" ;
dc:title "Anguimorpha" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/EE3587F5CB5CFFD0FED9F8E069A4F144.mc.D6F43CBECB5CFFD2FCB9FF346C3DF0C0> ;
trt:publishedIn <http://dx.doi.org/10.1093/zoolinnean/zlae082> ;
a trt:Treatment .
<http://dx.doi.org/10.1093/zoolinnean/zlae082>
bibo:endPage "25" ;
bibo:issue "4" ;
bibo:journal "Zoological Journal of the Linnean Society" ;
bibo:pubDate "2024-08-09" ;
bibo:startPage "1" ;
bibo:volume "201" ;
dc:creator "Čerňanský, Andrej; Smith, Richard; Smith, Thierry; Folie, Annelise" ;
dc:date "2024" ;
dc:title "Timing of intercontinental faunal migrations: Anguimorph lizards from the earliest Eocene (MP 7) of Dormaal, Belgium" ;
a fabio:JournalArticle .
<http://tb.plazi.org/GgServer/dwcaRecords/EE3587F5CB5CFFD0FED9F8E069A4F144.mc.D6F43CBECB5CFFD2FCB9FF346C3DF0C0>
dwc:catalogNumber "MP 7" ;
dwc:collectionCode "MP" ;
dwc:locality "Dormaal" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/EE3587F5CB5CFFD0FED9F8E069A4F144#D6F43CBECB5CFFD2FCB9FF346C3DF0C0> ;
a dwc:MaterialCitation .