Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Created August 27, 2016 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baskaufs/fa6dd16c53a66895d881034f98447ad3 to your computer and use it in GitHub Desktop.
Save baskaufs/fa6dd16c53a66895d881034f98447ad3 to your computer and use it in GitHub Desktop.
Revised Polystichum occurrence instance data originally from Douglas Campbell
@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwciri: <http://rs.tdwg.org/dwc/iri/> .
@prefix dsw: <http://purl.org/dsw/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix tpterms: <http://collections-api.boh.tepapa.govt.nz/terms/> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ac: <http://rs.tdwg.org/ac/terms/>.
# Organism blank node
_:autos4
a dwc:Organism.
# Preserved Specimen
<http://collections-api.boh.tepapa.govt.nz/object/759415>
dsw:derivedFrom _:autos4;
tpterms:section <http://collections-api.boh.tepapa.govt.nz/section/Plants> ;
dc:identifier "P022023" ;
dc:title "Specimen of Black shield fern, Polystichum neozelandicum subsp. zerophyllum (Colenso) Perrie" ;
a dsw:Token ;
dsw:isBasisForId <http://collections-api.boh.tepapa.govt.nz/event/xxx> ;
dsw:evidenceFor <http://collections-api.boh.tepapa.govt.nz/event/yyyy> ;
dsw:derivedFrom _:autos4;
dwc:associatedMedia "http://collections-api.boh.tepapa.govt.nz/media/208762" ;
dc:relation <http://collections-api.boh.tepapa.govt.nz/media/208762>;
dwciri:inCollection <http://biocol.org/urn:lsid:biocol.org:col:13669> ;
dwc:collectionCode "Plants" ;
dwc:institutionCode "WELT" ;
a dwc:PreservedSpecimen .
# Identification
<http://collections-api.boh.tepapa.govt.nz/event/xxx>
dsw:identifies _:autos4;
dc:title "Identification of Polystichum neozelandicum Fée" ;
dwciri:identifiedBy <http://collections-api.boh.tepapa.govt.nz/agent/6325> ;
dwciri:toTaxon <http://collections-api.boh.tepapa.govt.nz/taxon/24258> ;
dwc:dateIdentified "2007-03-19" ;
dwc:class "Ferns" ;
dwc:family "Dryopteridaceae" ;
dwc:genus "Polystichum" ;
dwc:higherClassification "Polystichum neozelandicum Fée | Dryopteridaceae | Polypodiales | Ferns | Embryophyta [Species]" ;
dwc:kingdom "Plantae" ;
dwc:order "Polypodiales" ;
dwc:phylum "Embryophyta" ;
dwc:scientificName "Polystichum neozelandicum subsp. zerophyllum (Colenso) Perrie" ;
dwc:taxonRank "Subspecies" ;
tpterms:species "neozelandicum" ;
tpterms:subclass "Polypodiopsida" ;
a dwc:Identification .
# Agent
<http://collections-api.boh.tepapa.govt.nz/agent/6325>
dc:title "Dr Leon Perrie" ;
a foaf:Person .
# Agent
<http://collections-api.boh.tepapa.govt.nz/agent/3086>
dc:title "Dr Barry Sneddon" ;
a foaf:Person .
# Occurrence
<http://collections-api.boh.tepapa.govt.nz/event/yyyy>
dsw:occurrenceOf _:autos4;
dc:title "Occurrence of Polystichum neozelandicum Fée" ;
dwciri:recordedBy <http://collections-api.boh.tepapa.govt.nz/agent/3086>, <http://collections-api.boh.tepapa.govt.nz/agent/6325> ;
dsw:atEvent <http://collections-api.boh.tepapa.govt.nz/event/174757> ;
a dwc:Occurrence .
# Event
<http://collections-api.boh.tepapa.govt.nz/event/174757>
dc:title "BV Sneddon & LR Perrie; 19 Mar 2007; (41 32 S - 175 18 E); near Cape Palliser, Kawakawa Station, near Purple (Kawakawa Station) and Kawakawa (DOC) huts." ;
dsw:locatedAt [
#Location
tpterms:mappingDetails [
dwc:geodeticDatum "NZGD1949 (assumed)" ;
geo:lat "-41.53" ;
geo:long "175.30"
] ;
dwciri:inDescribedPlace <http://collections-api.boh.tepapa.govt.nz/place/2238538> ;
dwc:continent "Oceania" ;
dwc:country "New Zealand" ;
dwc:countryCode "NZ";
dwc:decimalLatitude "-41.53"^^xsd:decimal ;
dwc:decimalLongitude "175.30"^^xsd:decimal ;
dwc:geodeticDatum "NZGD1949 (assumed)" ;
dwc:locality "near Cape Palliser, Kawakawa Station, near Purple (Kawakawa Station) and Kawakawa (DOC) huts." ;
dwc:stateProvince "North Island, Wellington" ;
dwc:georeferenceSources "NZMS 260, number S28, easting 014, northing 612, Original" ;
a dc:Location ;
geo:lat "-41.53" ;
geo:long "175.30"
] ;
dwc:eventDate "2007-03-19"^^xsd:date ;
dwc:fieldNotes "Under Kunzea ericoides. With Polystichum oculatum." ;
dwc:habitat "River terrace." ;
dwc:verbatimEventDate "19 Mar 2007" ;
a dwc:Event .
# Place
<http://collections-api.boh.tepapa.govt.nz/place/2238538>
dc:title "Wellington" ;
a <http://vocab.getty.edu/ontology#AdminPlaceConcept> ;
owl:sameAs <http://vocab.getty.edu/tgn/1000226> ;
skos:altLabel "Wellington Region" ;
skos:inScheme <http://vocab.getty.edu/tgn/> ;
skos:prefLabel "Wellington" .
# Image
<http://collections-api.boh.tepapa.govt.nz/media/208762>
<http://purl.org/dc/elements/1.1/type> "StillImage";
dsw:derivedFrom _:autos4;
tpterms:download "http://collections.tepapa.govt.nz/APICollection/media/208762/MA_I210519.JPG" ;
dc:title "P022023; Polystichum neozelandicum Fée subsp. zerophyllum (Colenso) Perrie" ;
a <http://purl.org/dc/dcmitype/StillImage> ;
a dsw:Token ;
dsw:evidenceFor <http://collections-api.boh.tepapa.govt.nz/event/yyyy> ;
schema:contentSize "718007" ;
schema:fileFormat "image/jpeg" ;
schema:height "1600" ;
schema:thumbnailUrl "http://collections.tepapa.govt.nz/APICollection/media/208762/640/640" ;
schema:width "1200" ;
ac:hasServiceAccessPoint _:autos1;
ac:hasServiceAccessPoint _:autos2;
a schema:ImageObject .
# Low Quality Service Access Point
_:autos1
ac:variant ac:LowerQuality;
<http://purl.org/dc/elements/1.1/format> "image/jpeg";
<http://ns.adobe.com/exif/1.0/PixelXDimension>"480";
<http://ns.adobe.com/exif/1.0/PixelYDimension>"640";
ac:accessURI <http://collections.tepapa.govt.nz/APICollection/media/208762/640/640>.
# Thumbnail Service Access Point
_:autos2
ac:variant ac:Thumbnail;
<http://purl.org/dc/elements/1.1/format> "image/jpeg";
<http://ns.adobe.com/exif/1.0/PixelXDimension>"68";
<http://ns.adobe.com/exif/1.0/PixelYDimension>"90";
ac:accessURI <http://collections.tepapa.govt.nz/APICollection/media/208762/>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment