This commit is contained in:
parent
32ba05b552
commit
29b78381f9
91 changed files with 4168 additions and 3271 deletions
|
|
@ -7,13 +7,12 @@
|
|||
@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/7EB9F07687D5D105AF7FED1877AF9EC4>
|
||||
dc:creator "Forel, A." ;
|
||||
dc:title "Tetramonium caespitum var. forte" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tetramonium_caespitum_forte_Forel_1904> ;
|
||||
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Myrmica> ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tetramonium_caespitum_forte_Forel_1904> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.25586> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
|
@ -32,7 +31,12 @@
|
|||
dwc:authority "Forel, 1904" ;
|
||||
dwc:authorityName "Forel" ;
|
||||
dwc:authorityYear "1904" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Formicidae" ;
|
||||
dwc:genus "Tetramonium" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "Forel, 1904" ;
|
||||
dwc:species "caespitum" ;
|
||||
|
|
@ -41,8 +45,12 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Tetramonium_caespitum_forte>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Formicidae" ;
|
||||
dwc:genus "Tetramonium" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "caespitum" ;
|
||||
dwc:variety "forte" ;
|
||||
|
|
@ -50,7 +58,6 @@
|
|||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Tetramonium_caespitum>
|
||||
dwc:genus "Tetramonium" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "caespitum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramonium> ;
|
||||
|
|
@ -59,5 +66,34 @@
|
|||
<http://taxon-name.plazi.org/id/Animalia/Tetramonium>
|
||||
dwc:genus "Tetramonium" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramonium_caespitum_forte> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
|
||||
dwc:family "Formicidae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:phylum "Arthropoda" ;
|
||||
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