GG2RDF 2024-07-12T15:11:52.634Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-12 15:12:05 +00:00
parent d84c527275
commit 9049e095c9
4 changed files with 440 additions and 0 deletions

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/3B798795FD15B51858BCFA8FD5CDFBFC>
dc:creator "Bretagnolle, Vincent; Flood, Robert L.; Gaba, Sabrina; Shirihai, Hadoram" ;
dc:title "Fregetta storm subsp. petrels" ;
trt:publishedIn <http://dx.doi.org/10.25226/bboc.v142i1.2022.a6> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Fregetta_storm_petrels> ;
a trt:Treatment .
<http://dx.doi.org/10.25226/bboc.v142i1.2022.a6>
bibo:endPage "130" ;
bibo:issue "1" ;
bibo:journal "Bulletin of the British Ornithologists Club" ;
bibo:pubDate "2022-03-11" ;
bibo:startPage "111" ;
bibo:volume "142" ;
dc:creator "Bretagnolle, Vincent; Flood, Robert L.; Gaba, Sabrina; Shirihai, Hadoram" ;
dc:date "2022" ;
dc:title "Fregetta lineata (Peale, 1848) is a valid extant species endemic to New Caledonia" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Fregetta_storm_petrels>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:genus "Fregetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "subSpecies" ;
dwc:species "storm" ;
dwc:subSpecies "petrels" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Fregetta_storm> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Fregetta_storm>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:genus "Fregetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "storm" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Fregetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Fregetta>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:genus "Fregetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrobatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrobatidae>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Procellariiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Procellariiformes>
dwc:class "Aves" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aves> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aves>
dwc:class "Aves" ;
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,112 @@
@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/3B798795FD16B51658C3FCAFD78AFA9D>
cito:cites <http://dx.doi.org/10.5281/zenodo.12535709>, <http://dx.doi.org/10.5281/zenodo.12535711>, <http://dx.doi.org/10.5281/zenodo.12535713> ;
dc:creator "Bretagnolle, Vincent; Flood, Robert L.; Gaba, Sabrina; Shirihai, Hadoram" ;
dc:title "Fregetta Bonaparte 1855" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Fregetta_Bonaparte_1855> ;
trt:publishedIn <http://dx.doi.org/10.25226/bboc.v142i1.2022.a6> ;
a trt:Treatment .
<http://dx.doi.org/10.25226/bboc.v142i1.2022.a6>
bibo:endPage "130" ;
bibo:issue "1" ;
bibo:journal "Bulletin of the British Ornithologists Club" ;
bibo:pubDate "2022-03-11" ;
bibo:startPage "111" ;
bibo:volume "142" ;
dc:creator "Bretagnolle, Vincent; Flood, Robert L.; Gaba, Sabrina; Shirihai, Hadoram" ;
dc:date "2022" ;
dc:title "Fregetta lineata (Peale, 1848) is a valid extant species endemic to New Caledonia" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12535709>, <http://dx.doi.org/10.5281/zenodo.12535711>, <http://dx.doi.org/10.5281/zenodo.12535713> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Fregetta_Bonaparte_1855>
dwc:authority "Bonaparte, 1855" ;
dwc:authorityName "Bonaparte" ;
dwc:authorityYear "1855" ;
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:genus "Fregetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bonaparte, 1855" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4L3P> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Fregetta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Fregetta>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:genus "Fregetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrobatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrobatidae>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Procellariiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Procellariiformes>
dwc:class "Aves" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aves> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aves>
dwc:class "Aves" ;
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://dx.doi.org/10.5281/zenodo.12535709>
dc:description "Figure 3. Means of six biometrics (bill width, bill depth at gonys, and culmen, wing, tail and tarsus lengths) of small White-bellied Storm Petrels Fregetta grallaria (all taxa aggregated), New Caledonian Storm Petrel F. lineata, New Zealand Storm Petrel F. maoriana, the large Titan Storm Petrel F. [g.] titan, and Black-bellied Storm Petrel F. tropica (for methodology see main text)." ;
fabio:hasRepresentation <https://zenodo.org/record/12535709/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.12535711>
dc:description "Figure 4. Top row: results of Principal Component Analyses performed on six biometrics (bill width, bill depth at gonys, and culmen, wing, tail and tarsus lengths) taken from specimens of Black-bellied Storm Petrel Fregetta tropica (11 populations), small White-bellied Storm Petrels F. grallaria (six populations), the large Titan Storm Petrel F. [g.] titan (Rapa Island) and F. maoriana (New Zealand). The two Brisbane specimens and the specimens (lineata) from Samoa and (guttata) from Ua Pou were treated individually. (A) All taxa, plus the four museum specimens. (B) Same analysis performed on individual skins showing distinct taxa and breeding localities. (C) Same analysis for only the five recognised taxa. Bottom row: results of Discriminant Analyses performed on individual specimens from New Caledonian Storm Petrel Fregetta lineata (a regrouping of lineata, guttata and QM 14391), small White-bellied Storm Petrels F.grallaria, Black-bellied Storm Petrel F.tropica (including QM 31216), New Zealand Storm Petrel F. maoriana, and the large Titan Storm Petrel F. [g.] titan. (D) Grouped by nine breeding localities. (E) Same analysis performed on the five taxa as a priori groups. (F) Same analysis performed on a reduced set of taxa (lineata, grallaria and tropica). In all plots, each point represents a specimen, except in 4A." ;
fabio:hasRepresentation <https://zenodo.org/record/12535711/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.12535713>
dc:description "Figure 6. Comparative measurements of New Caledonian Storm Petrel Fregetta lineata (black), White-bellied Storm Petrel F. grallaria (red) and Black-bellied Storm Petrel F. tropica (green). Data are presented as a correlation matrix for each pair of morphometric variables, with the diagonal in the matrix showing the distribution of each variable per taxon. Colour chart as in Fig. 4F." ;
fabio:hasRepresentation <https://zenodo.org/record/12535713/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,121 @@
@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/3B798795FD1BB51F5964F9FFD5AFFD9C>
cito:cites <http://dx.doi.org/10.5281/zenodo.12535707>, <http://dx.doi.org/10.5281/zenodo.12535722>, <http://dx.doi.org/10.5281/zenodo.12535724>, <http://dx.doi.org/10.5281/zenodo.12535719> ;
dc:creator "Bretagnolle, Vincent; Flood, Robert L.; Gaba, Sabrina; Shirihai, Hadoram" ;
dc:title "Fregetta lineata" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/3B798795FD1BB51F5964F9FFD5AFFD9C.mc.03B83CDEFD1BB518589AF9B2D0CCF99C> ;
trt:publishedIn <http://dx.doi.org/10.25226/bboc.v142i1.2022.a6> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Fregetta_lineata> ;
a trt:Treatment .
<http://dx.doi.org/10.25226/bboc.v142i1.2022.a6>
bibo:endPage "130" ;
bibo:issue "1" ;
bibo:journal "Bulletin of the British Ornithologists Club" ;
bibo:pubDate "2022-03-11" ;
bibo:startPage "111" ;
bibo:volume "142" ;
dc:creator "Bretagnolle, Vincent; Flood, Robert L.; Gaba, Sabrina; Shirihai, Hadoram" ;
dc:date "2022" ;
dc:title "Fregetta lineata (Peale, 1848) is a valid extant species endemic to New Caledonia" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12535707>, <http://dx.doi.org/10.5281/zenodo.12535722>, <http://dx.doi.org/10.5281/zenodo.12535724>, <http://dx.doi.org/10.5281/zenodo.12535719> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Fregetta_lineata>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:genus "Fregetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "lineata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Fregetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Fregetta>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:genus "Fregetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrobatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrobatidae>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Procellariiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Procellariiformes>
dwc:class "Aves" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aves> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aves>
dwc:class "Aves" ;
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://dx.doi.org/10.5281/zenodo.12535707>
dc:description "Figure 2. The five historic and one recently discovered museum specimens of New Caledonian Storm Petrel Fregetta lineata and New Zealand Storm Petrel F. maoriana. (A) F. lineata, collected 1839, perhaps 2325 November, Samoa by T. R. Peale during the US Explorer Expedition, held at National Museum of Natural History, Washington DC (USNM 15713). (B) F. lineata, collected 15 September 1922, presumably at sea, off Ua Pou Island, Marquesas Islands by R. H. Beck during the Whitney South Seas Expedition, held at American Museum of Natural History, New York (AMNH 194110). (C) F. maoriana, collected JanuaryMarch 1827 by Quoy & Gaimard (1830) during first voyage of the Astrolabe, held at Museum national dHistoire naturelle, Paris (MNHN C.G. 1829.254 (14393), C.G. 1829 (14372)). (D) F. maoriana, presented by George Carrick Steet of London in February 1895, possibly collected in the Hauraki Gulf, New Zealand (Bourne et al. 2004), held at the Natural History Museum, Tring (NHMUK 1895.2.11.1). (E) F. lineata (left) and Black-bellied Storm Petrel F. tropica (right), beach-cast, Stradbroke Island, Brisbane, Queensland, Australia, held at Queensland Museum, Brisbane (respectively, QM 14391 collected July 1973; and QM 31216, collected 22 May 1999) (Vincent Bretagnolle, except D: Mark Adams, © Natural History Museum, London)" ;
fabio:hasRepresentation <https://zenodo.org/record/12535707/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.12535722>
dc:description "Figure 8. Comparison of streaked White-bellied Storm Petrel Fregetta g. grallaria with New Zealand Storm Petrel F. maoriana and New Caledonian Storm Petrel F. lineata. (A) White-bellied Storm Petrel, Lord Howe Island, Australia, April 2019 (David Newell, www.birdlifephotography.org.au). (B) White-bellied Storm Petrel, Lord Howe Island, February 2017 (Mark Lethlean, www.birdlifephotography.org.au). (C) White-bellied Storm Petrel, Lord Howe Island, date unknown (Jack Shick, www.lhirodenteradicationproject. org/plants-animals/birds). (D) New Zealand Storm Petrel, Hauraki Gulf, North Island, New Zealand, November 2018 (Hadoram Shirihai, © Tubenoses Project). (E) New Caledonian Storm Petrel, off Nouméa, New Caledonia, January 2020 (Hadoram Shirihai, © Tubenoses Project). (F) New Caledonian Storm Petrel, off Nouméa, New Caledonia, January 2020 (Hadoram Shirihai, © Tubenoses Project). Rarely, individuals of all populations of F. grallaria have limited fine streaking, for example (A) and (B), narrow and close to feather shafts, never in rows of oval dapples characteristic of F. lineata, for example (E) and (F), or forming straighter lines characteristic of F. maoriana (D). A few extreme examples of F. g. grallaria from Lord Howe possess broader flanks streaking, e.g. (C), but never covering the whole belly." ;
fabio:hasRepresentation <https://zenodo.org/record/12535722/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.12535724>
dc:description "Figure 9. Comparison of underparts and underwing patterns of New Caledonian Storm Petrel Fregetta lineata (n = 30), off Nouméa, New Caledonia, January 2020 (top row) and New Zealand Storm Petrel F. maoriana (n = 43), Hauraki Gulf, North Island, New Zealand, November 2018 (bottom row). Variation is scored into four main types for each species, from the heaviest marked (score 1) to lightest marked (score 4). Underparts streaking Both species can show similar coverage of streaking on the white belly and a tendency for denser and / or thicker streaks on the flanks. Score 1 for F. lineata (23.3% of birds) is uniquely patterned, with continuous and dense rows of oval dapples, rather than straighter lines of F. maoriana. Score 2 for F. lineata (36.7%) is the most common and similar to the coverage and shape of streaking as the similarly common score 2 for F. maoriana (34.9%). Streaking on F. lineata tends to be denser and bolder giving the impression it is wider. The unstreaked belly area tends to be cleaner white in F. maoriana. Border of dark breast The border in F. lineata is positioned higher than in F. maoriana, towards the centre of the upper breast, creating a rounder and less straight border than F. maoriana. Underwing pattern In F. lineata, the dark leading edge to the inner wing involves lesser secondary-coverts. The longest of these have partially dark bases creating a characteristic ragged border, with strongly marked bases in 83.3%, limited dark bases in the remaining 16.7%. By contrast, the dark leading edge in F. maoriana invariably shows a clear-cut border on the coverts, only occasionally with a few dark spots in the longest lesser coverts, and never forming a continuous ragged border as in F. lineata. Usually, some greater secondary-coverts and most / all greater primary-coverts in F. lineata have broad dark centres. Thus, the white underwing panel of F. lineata is noticeably less extensive than in F. maoriana (Hadoram Shirihai, © Tubenoses Project)" ;
fabio:hasRepresentation <https://zenodo.org/record/12535724/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.12535719>
dc:description "Figure 7. New Caledonian Storm Petrel Fregetta lineata, off Nouméa, New Caledonia, January 2020 (Hadoram Shirihai, © Tubenoses Project)" ;
fabio:hasRepresentation <https://zenodo.org/record/12535719/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/3B798795FD1BB51F5964F9FFD5AFFD9C.mc.03B83CDEFD1BB518589AF9B2D0CCF99C>
dwc:catalogNumber "USNM 15713" ;
dwc:collectionCode "USNM" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/3B798795FD1BB51F5964F9FFD5AFFD9C#03B83CDEFD1BB518589AF9B2D0CCF99C> ;
a dwc:MaterialCitation .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/3B798795FD1CB50158ADFD8FD5D5FB5D>
cito:cites <http://dx.doi.org/10.5281/zenodo.12535703>, <http://dx.doi.org/10.5281/zenodo.12535726> ;
dc:creator "Bretagnolle, Vincent; Flood, Robert L.; Gaba, Sabrina; Shirihai, Hadoram" ;
dc:title "Fregetta lineata" ;
trt:publishedIn <http://dx.doi.org/10.25226/bboc.v142i1.2022.a6> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Fregetta_lineata> ;
a trt:Treatment .
<http://dx.doi.org/10.25226/bboc.v142i1.2022.a6>
bibo:endPage "130" ;
bibo:issue "1" ;
bibo:journal "Bulletin of the British Ornithologists Club" ;
bibo:pubDate "2022-03-11" ;
bibo:startPage "111" ;
bibo:volume "142" ;
dc:creator "Bretagnolle, Vincent; Flood, Robert L.; Gaba, Sabrina; Shirihai, Hadoram" ;
dc:date "2022" ;
dc:title "Fregetta lineata (Peale, 1848) is a valid extant species endemic to New Caledonia" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12535703>, <http://dx.doi.org/10.5281/zenodo.12535726> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Fregetta_lineata>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:genus "Fregetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "lineata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Fregetta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Fregetta>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:genus "Fregetta" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrobatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrobatidae>
dwc:class "Aves" ;
dwc:family "Hydrobatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Procellariiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Procellariiformes>
dwc:class "Aves" ;
dwc:kingdom "Animalia" ;
dwc:order "Procellariiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aves> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aves>
dwc:class "Aves" ;
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://dx.doi.org/10.5281/zenodo.12535703>
dc:description "Figure 1. Map showing all locations mentioned in the text, including the breeding location of New Zealand Storm Petrel F. maoriana; and the locations where specimens of New Caledonian Storm Petrel F. lineata were collected, at-sea sightings made, and the fledgling found. There has been discussion about the origin of the specimen NHMUK 1895.2.11.1 (Galbreath 2018)." ;
fabio:hasRepresentation <https://zenodo.org/record/12535703/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.12535726>
dc:description "Figure 10. New Caledonian Storm Petrel Fregetta lineata, Port Bouraké, New Caledonia, 26 September 2014; the first documented fledgling; note traces of down on head, stripes on belly diagnostic of F. lineata, narrow white fringes on dorsal feathers and upperwing (the latter most typical of F. grallaria) (photographer unknown, images supplied by L. Renaudet)" ;
fabio:hasRepresentation <https://zenodo.org/record/12535726/files/figure.png> ;
a fabio:Figure .