This commit is contained in:
parent
6f87e8aeba
commit
9d94b35e46
|
@ -7,15 +7,14 @@
|
|||
@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/03D3878CFF96FFB2CF4BFAEA3CB057AE>
|
||||
cito:cites <http://dx.doi.org/10.5281/zenodo.3726774>, <http://dx.doi.org/10.5281/zenodo.3726776> ;
|
||||
cito:cites <http://dx.doi.org/10.5281/zenodo.3726774>, <http://dx.doi.org/10.5281/zenodo.3726776>, <http://taxon-concept.plazi.org/id/Animalia/Dinornis_Owen_1843>, <http://taxon-concept.plazi.org/id/Animalia/Loxodonta_africana_Blumenbach_1797>, <http://taxon-concept.plazi.org/id/Animalia/Maiasaura_Horner_2000>, <http://taxon-concept.plazi.org/id/Animalia/Odocoileus_Rafinesque_1832>, <http://taxon-concept.plazi.org/id/Animalia/Troodon_Leidy_1856>, <http://taxon-concept.plazi.org/id/Animalia/Tyrannosaurus_Osborn_1905> ;
|
||||
dc:creator "Horner, John R.; Padian, Kevin" ;
|
||||
dc:title "Tyrannosaurus rex" ;
|
||||
dwc:basisOfRecord <https://www.gbif.org/occurrence/3352123303>, <https://www.gbif.org/occurrence/3352123320>, <https://www.gbif.org/occurrence/3352123304>, <https://www.gbif.org/occurrence/3352123310>, <https://www.gbif.org/occurrence/3352123309>, <https://www.gbif.org/occurrence/3352123321>, <https://www.gbif.org/occurrence/3352123311>, <https://www.gbif.org/occurrence/3352123301>, <https://www.gbif.org/occurrence/3352123305>, <https://www.gbif.org/occurrence/3352123315>, <https://www.gbif.org/occurrence/3352123322>, <https://www.gbif.org/occurrence/3352123313>, <https://www.gbif.org/occurrence/3352123318>, <https://www.gbif.org/occurrence/3352123317>, <https://www.gbif.org/occurrence/3352123316>, <https://www.gbif.org/occurrence/3352123302>, <https://www.gbif.org/occurrence/3352123312>, <https://www.gbif.org/occurrence/3352123314>, <https://www.gbif.org/occurrence/3352123307>, <https://www.gbif.org/occurrence/3352123308>, <https://www.gbif.org/occurrence/3352123306>, <https://www.gbif.org/occurrence/3352123319> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tyrannosaurus_rex_Horner_2004> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.1098/rspb.2004.2829> ;
|
||||
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Tyrannosaurus_rex> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.1098/rspb.2004.2829>
|
||||
|
@ -29,21 +28,90 @@
|
|||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3726774>, <http://dx.doi.org/10.5281/zenodo.3726776> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Tyrannosaurus_rex_Horner_2004>
|
||||
# Info: authority attributes generated from docAuthor ;
|
||||
dwc:authority "Horner & Padian, 2004" ;
|
||||
dwc:authorityName "Horner & Padian" ;
|
||||
dwc:authorityYear "2004" ;
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Troodon_Leidy_1856>
|
||||
dwc:authorityName "Leidy" ;
|
||||
dwc:authorityYear "1856" ;
|
||||
dwc:class "Reptilia" ;
|
||||
dwc:family "Troodontidae" ;
|
||||
dwc:genus "Troodon" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Dinosauria" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "Leidy, 1856" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Troodon> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Odocoileus_Rafinesque_1832>
|
||||
dwc:authorityName "Rafinesque" ;
|
||||
dwc:authorityYear "1832" ;
|
||||
dwc:class "Mammalia" ;
|
||||
dwc:family "Cervidae" ;
|
||||
dwc:genus "Odocoileus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Artiodactyla" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "Rafinesque, 1832" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odocoileus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Dinornis_Owen_1843>
|
||||
dwc:authorityName "Owen" ;
|
||||
dwc:authorityYear "1843" ;
|
||||
dwc:class "Reptilia" ;
|
||||
dwc:family "Dinornithidae" ;
|
||||
dwc:genus "Dinornis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Dinosauria" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "Owen, 1843" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dinornis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Maiasaura_Horner_2000>
|
||||
dwc:authority "(Horner et al. 2000)" ;
|
||||
dwc:baseAuthorityName "Horner" ;
|
||||
dwc:baseAuthorityYear "2000" ;
|
||||
dwc:class "Reptilia" ;
|
||||
dwc:family "Hadrosauridae" ;
|
||||
dwc:genus "Maiasaura" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Dinosauria" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "(Horner, 2000)" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Maiasaura> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Tyrannosaurus_Osborn_1905>
|
||||
dwc:authorityName "Osborn" ;
|
||||
dwc:authorityYear "1905" ;
|
||||
dwc:class "Reptilia" ;
|
||||
dwc:family "Tyrannosauridae" ;
|
||||
dwc:genus "Tyrannosaurus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Dinosauria" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "Osborn, 1905" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tyrannosaurus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Loxodonta_africana_Blumenbach_1797>
|
||||
dwc:baseAuthorityName "Blumenbach" ;
|
||||
dwc:baseAuthorityYear "1797" ;
|
||||
dwc:class "Mammalia" ;
|
||||
dwc:family "Elephantidae" ;
|
||||
dwc:genus "Loxodonta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Proboscidea" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Horner & Padian, 2004" ;
|
||||
dwc:species "rex" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tyrannosaurus_rex> ;
|
||||
dwc:scientificNameAuthorship "(Blumenbach, 1797)" ;
|
||||
dwc:species "africana" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Loxodonta_africana> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Tyrannosaurus_rex>
|
||||
|
@ -70,34 +138,24 @@
|
|||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Tyrannosauridae>
|
||||
dwc:class "Reptilia" ;
|
||||
dwc:family "Tyrannosauridae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Dinosauria" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dinosauria> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Dinosauria>
|
||||
dwc:class "Reptilia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Dinosauria" ;
|
||||
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> ;
|
||||
|
|
Loading…
Reference in a new issue