This commit is contained in:
treatmentbank 2024-10-22 16:11:44 +00:00
parent acd0beecfc
commit df9fd2cb97
4 changed files with 604 additions and 0 deletions

View file

@ -0,0 +1,103 @@
@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#> .
<http://treatment.plazi.org/id/6E908D2F9C4E5170855CDB823C6F8239>
cito:cites <http://dx.doi.org/10.3897/phytokeys.248.120387.figure14>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure15> ;
dc:creator "Gentallan Jr., Renerio P.; Sengun, Seda; Bartolome, Michael Cedric B.; Quiñones, Kristine Joyce O.; Coronado, Nadine B.; Borromeo, Teresita H.; Timog, Emmanuel Bonifacio S." ;
dc:title "Vitex elmeri Moldenke" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Vitex_elmeri_Moldenke_> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_negundo> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.248.120387> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.248.120387>
bibo:endPage "40" ;
bibo:journal "PhytoKeys" ;
bibo:pubDate "2024-10-22" ;
bibo:startPage "1" ;
bibo:volume "248" ;
dc:creator "Gentallan Jr., Renerio P.; Sengun, Seda; Bartolome, Michael Cedric B.; Quiñones, Kristine Joyce O.; Coronado, Nadine B.; Borromeo, Teresita H.; Timog, Emmanuel Bonifacio S." ;
dc:date "2024" ;
dc:title "The Vitex trifolia complex (Lamiaceae) in the Philippines" ;
fabio:hasPart <http://dx.doi.org/10.3897/phytokeys.248.120387.figure14>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure15> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Vitex_elmeri_Moldenke_>
dwc:authority "Moldenke" ;
dwc:authorityName "Moldenke" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moldenke" ;
dwc:species "elmeri" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5BL42> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_elmeri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Vitex_elmeri>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "elmeri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vitex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vitex>
dwc:genus "Vitex" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:family "Lamiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:order "Lamiales" ;
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 .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure14>
dc:description "Figure 14. Morphological characteristics of V. elmeri A branch with inflorescence B sixth fully unfolded leaf C abaxial leaf lamina surface D F flower G inflorescence unit H I mature fruit with and without calyx." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158192> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure15>
dc:description "Figure 15. Natural distribution of Vitex elmeri in the Philippines." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158193> ;
a fabio:Figure .

View file

@ -0,0 +1,102 @@
@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#> .
<http://treatment.plazi.org/id/B70079356676588E9D8D8AB201B6C490>
cito:cites <http://dx.doi.org/10.3897/phytokeys.248.120387.figure18>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure19> ;
dc:creator "Gentallan Jr., Renerio P.; Sengun, Seda; Bartolome, Michael Cedric B.; Quiñones, Kristine Joyce O.; Coronado, Nadine B.; Borromeo, Teresita H.; Timog, Emmanuel Bonifacio S." ;
dc:title "Vitex trifolia L." ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Vitex_trifolia_Linnaeus_> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.248.120387> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.248.120387>
bibo:endPage "40" ;
bibo:journal "PhytoKeys" ;
bibo:pubDate "2024-10-22" ;
bibo:startPage "1" ;
bibo:volume "248" ;
dc:creator "Gentallan Jr., Renerio P.; Sengun, Seda; Bartolome, Michael Cedric B.; Quiñones, Kristine Joyce O.; Coronado, Nadine B.; Borromeo, Teresita H.; Timog, Emmanuel Bonifacio S." ;
dc:date "2024" ;
dc:title "The Vitex trifolia complex (Lamiaceae) in the Philippines" ;
fabio:hasPart <http://dx.doi.org/10.3897/phytokeys.248.120387.figure18>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure19> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Vitex_trifolia_Linnaeus_>
dwc:authority "L." ;
dwc:authorityName "L." ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus" ;
dwc:species "trifolia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5BLDY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_trifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Vitex_trifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "trifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vitex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vitex>
dwc:genus "Vitex" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:family "Lamiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:order "Lamiales" ;
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 .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure18>
dc:description "Figure 18. Morphological characteristics of V. trifolia A branch with inflorescence B sixth fully unfolded leaf C abaxial leaf lamina surface D F flower G inflorescence unit H I mature fruit with and without calyx." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158196> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure19>
dc:description "Figure 19. Natural distribution of Vitex trifolia in the Philippines." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158197> ;
a fabio:Figure .

View file

@ -0,0 +1,225 @@
@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#> .
<http://treatment.plazi.org/id/C2018846DDF358CAAC4D14B657D4A714>
cito:cites <http://dx.doi.org/10.3897/phytokeys.248.120387.figure7>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure8>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure9>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure10>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure11>, <http://taxon-concept.plazi.org/id/Plantae/Vitex_bicolor_Willd_>, <http://taxon-concept.plazi.org/id/Plantae/Vitex_elmeri_Moldenke_> ;
dc:creator "Gentallan Jr., Renerio P.; Sengun, Seda; Bartolome, Michael Cedric B.; Quiñones, Kristine Joyce O.; Coronado, Nadine B.; Borromeo, Teresita H.; Timog, Emmanuel Bonifacio S." ;
dc:title "Vitex arvensis Gentallan, Sengun & M. B. Bartolome 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C2018846DDF358CAAC4D14B657D4A714.mc.9E0EA41F4E6E790B2D8026DEB6942510> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_bicolor> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Vitex_arvensis_Gentallan_2024> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Vitex_leucoxylon_Blanco_>, <http://taxon-concept.plazi.org/id/Plantae/Vitex_negundo_philippinensis_Moldenke_> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.248.120387> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.248.120387>
bibo:endPage "40" ;
bibo:journal "PhytoKeys" ;
bibo:pubDate "2024-10-22" ;
bibo:startPage "1" ;
bibo:volume "248" ;
dc:creator "Gentallan Jr., Renerio P.; Sengun, Seda; Bartolome, Michael Cedric B.; Quiñones, Kristine Joyce O.; Coronado, Nadine B.; Borromeo, Teresita H.; Timog, Emmanuel Bonifacio S." ;
dc:date "2024" ;
dc:title "The Vitex trifolia complex (Lamiaceae) in the Philippines" ;
fabio:hasPart <http://dx.doi.org/10.3897/phytokeys.248.120387.figure7>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure8>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure9>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure10>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure11> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Vitex_arvensis_Gentallan_2024>
dwc:authority "Gentallan, Sengun & M. B. Bartolome" ;
dwc:authorityName "Gentallan, Sengun & M. B. Bartolome" ;
dwc:authorityYear "2024" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gentallan, Sengun & Bartolome, 2024" ;
dwc:species "arvensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_arvensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Vitex_leucoxylon_Blanco_>
dwc:authority "Blanco" ;
dwc:authorityName "Blanco" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Blanco" ;
dwc:species "leucoxylon" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5BL7L> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_leucoxylon> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Vitex_negundo_philippinensis_Moldenke_>
dwc:authority "Moldenke" ;
dwc:authorityName "Moldenke" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Moldenke" ;
dwc:species "negundo" ;
dwc:variety "philippinensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7FTD7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_negundo_philippinensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Vitex_elmeri_Moldenke_>
dwc:authority "Moldenke" ;
dwc:authorityName "Moldenke" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moldenke" ;
dwc:species "elmeri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_elmeri> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Vitex_bicolor_Willd_>
dwc:authority "Willd." ;
dwc:authorityName "Willd." ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Willd." ;
dwc:species "bicolor" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_bicolor> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Vitex_arvensis>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "arvensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vitex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vitex>
dwc:genus "Vitex" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:family "Lamiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:order "Lamiales" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Vitex_leucoxylon>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "leucoxylon" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vitex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vitex_negundo_philippinensis>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "negundo" ;
dwc:variety "philippinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vitex_negundo> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vitex_negundo>
dwc:rank "species" ;
dwc:species "negundo" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vitex> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure7>
dc:description "Figure 7. Vitex arvensis A habit B part of inflorescence C side view of flower D calyx open, adaxial E Corolla open F style fruit in G calyx H fruit in cross-section I calyx. Illustration by Daryl Ceribo. Scale bars: 2.5 cm (A, B); 1 cm (C), 1 mm (D, E, F, G, H, I)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158185> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure8>
dc:description "Figure 8. Morphological characteristics of V. arvensis A branch with inflorescence B sixth fully unfolded leaf C abaxial leaf lamina surface D F flower G inflorescence unit H I mature fruit with and without calyx." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158186> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure9>
dc:description "Figure 9. Leaf undersurface pubescence of V. arvensis (40 × magnification). Photos: L. E. Endonela." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158187> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure10>
dc:description "Figure 10. Natural distribution of Vitex arvensis in the Philippines." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158188> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure11>
dc:description "Figure 11. Holotype specimen of Vitex arvensis." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158189> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/C2018846DDF358CAAC4D14B657D4A714.mc.9E0EA41F4E6E790B2D8026DEB6942510>
dwc:collectionCode "ICROPS" ;
dwc:eventDate "2019-02-08" ;
dwc:locality "in the field genebank of the Institute of Crop Science, University of the Philippines Los Banos" ;
dwc:recordedBy "R. P. Gentallan & M. B. Bartolome" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "14.159721" ;
dwc:verbatimLongitude "121.24528" ;
trt:httpUri <https://treatment.plazi.org/id/C2018846DDF358CAAC4D14B657D4A714#9E0EA41F4E6E790B2D8026DEB6942510> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,174 @@
@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#> .
<http://treatment.plazi.org/id/E35DF726D7935F8F9AFF6B6A46F16BE2>
cito:cites <http://dx.doi.org/10.3897/phytokeys.248.120387.figure16>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure17> ;
dc:creator "Gentallan Jr., Renerio P.; Sengun, Seda; Bartolome, Michael Cedric B.; Quiñones, Kristine Joyce O.; Coronado, Nadine B.; Borromeo, Teresita H.; Timog, Emmanuel Bonifacio S." ;
dc:title "Vitex rotundifolia L. f." ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Vitex_rotundifolia_f_> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_trifolia> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Vitex_repens_Blanco_>, <http://taxon-concept.plazi.org/id/Plantae/Vitex_trifolia_simplicifolia_Cham_> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.248.120387> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.248.120387>
bibo:endPage "40" ;
bibo:journal "PhytoKeys" ;
bibo:pubDate "2024-10-22" ;
bibo:startPage "1" ;
bibo:volume "248" ;
dc:creator "Gentallan Jr., Renerio P.; Sengun, Seda; Bartolome, Michael Cedric B.; Quiñones, Kristine Joyce O.; Coronado, Nadine B.; Borromeo, Teresita H.; Timog, Emmanuel Bonifacio S." ;
dc:date "2024" ;
dc:title "The Vitex trifolia complex (Lamiaceae) in the Philippines" ;
fabio:hasPart <http://dx.doi.org/10.3897/phytokeys.248.120387.figure16>, <http://dx.doi.org/10.3897/phytokeys.248.120387.figure17> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Vitex_rotundifolia_f_>
dwc:authority "L. f." ;
dwc:authorityName "L. f." ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "f." ;
dwc:species "rotundifolia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5BLC2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_rotundifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Vitex_trifolia_simplicifolia_Cham_>
dwc:authority "Cham." ;
dwc:authorityName "Cham." ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Cham." ;
dwc:species "trifolia" ;
dwc:variety "simplicifolia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5S45J> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_trifolia_simplicifolia> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Vitex_repens_Blanco_>
dwc:authority "Blanco" ;
dwc:authorityName "Blanco" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Blanco" ;
dwc:species "repens" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5BLBS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vitex_repens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Vitex_rotundifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rotundifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vitex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vitex>
dwc:genus "Vitex" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:family "Lamiaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:order "Lamiales" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Vitex_trifolia_simplicifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "trifolia" ;
dwc:variety "simplicifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vitex_trifolia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vitex_trifolia>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "trifolia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vitex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vitex_repens>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Vitex" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "repens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vitex> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure16>
dc:description "Figure 16. Morphological characteristics of V. rotundifolia A branch with inflorescence B sixth fully unfolded leaf C abaxial leaf lamina surface D F flower G inflorescence unit H I mature fruit with and without calyx." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158194> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.248.120387.figure17>
dc:description "Figure 17. Natural distribution of Vitex rotundifolia in the Philippines." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1158195> ;
a fabio:Figure .