This commit is contained in:
parent
559fa37f75
commit
9b333c969e
|
@ -7,12 +7,11 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Error: the treatment is lacking the taxon
|
||||
|
||||
<http://treatment.plazi.org/id/614487E34C58F84DFC91FAFC9216FA18>
|
||||
cito:cites <http://taxon-concept.plazi.org/id/Plantae/Abutilon_theophrasti_Medik_> ;
|
||||
dc:creator "Buldrini, Fabrizio; Gentilini, Matteo; Bruni, Cinzia; Santini, Claudio; Alessandrini, Alessandro; Bosi, Giovanna" ;
|
||||
dc:title "Flora vascolare spontanea della città di Modena: analisi del centro storico" ;
|
||||
dc:title "Abutilon theophrasti Medik." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Abutilon_theophrasti_Medik_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.4081/nhs.2020.443> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -43,3 +42,50 @@
|
|||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8NCQ> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Abutilon_theophrasti> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Abutilon_theophrasti>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Malvaceae" ;
|
||||
dwc:genus "Abutilon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malvales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "theophrasti" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Abutilon> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Abutilon>
|
||||
dwc:genus "Abutilon" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malvaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Malvaceae>
|
||||
dwc:family "Malvaceae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malvales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Malvales>
|
||||
dwc:order "Malvales" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
Loading…
Reference in a new issue