Skip to content

Instantly share code, notes, and snippets.

@justgo129
Created August 25, 2014 18:17
Show Gist options
  • Select an option

  • Save justgo129/f0588c4c2c83bf9d7b65 to your computer and use it in GitHub Desktop.

Select an option

Save justgo129/f0588c4c2c83bf9d7b65 to your computer and use it in GitHub Desktop.
Output of Image turtle
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix gcis: <http://data.globalchange.gov/gcis.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
<http://data.gcis-dev-front.joss.ucar.edu/image/26fc56f4-b4e0-425b-adc8-14c6d961d558>
## Identifier and Title for the Image
dcterms:identifier "26fc56f4-b4e0-425b-adc8-14c6d961d558";
dcterms:title "Global Temperature and Carbon Dioxide"^^xsd:string;
## Image Description
## The image is part of the following figure(s):
gcis:isImageOf <http://data.gcis-dev-front.joss.ucar.edu/report/nca3/chapter/our-changing-climate/figure/global-temperature-and-carbon-dioxide>;
## Image Attributes
dcterms:subject "temperature, carbon dioxide, global, observed"^^xsd:string;
## Creation date of the image
dcterms:created "2013-07-31T14:30:05"^^xsd:dateTime;
## Submission date for the image
## Geographical extent of the image content
gcis:northBoundLatitude "90.00"^^xsd:float;
gcis:southBoundLatitude "-90.00"^^xsd:float;
gcis:westBoundLongitude "-180.00"^^xsd:float;
gcis:eastBoundLongitude "180.00"^^xsd:float;
## Temporal coverage of the image content
gcis:startedAt "1880-01-01T00:00:00"^^xsd:dateTime;
gcis:endedAt "2012-12-31T23:59:59"^^xsd:dateTime;
## Keywords associated with the image
gcis:subject "ATMOSPHERE>ATMOSPHERIC TEMPERATURE"^^xsd:string;
a gcis:Image .
## The aforementioned figure(s) to which the image belongs is/are of class gcis:Figure.
<http://data.gcis-dev-front.joss.ucar.edu/report/nca3/chapter/our-changing-climate/figure/global-temperature-and-carbon-dioxide> a gcis:Figure .
## Provenance of Image: This image was derived from a dataset using a particular activity:
<http://data.gcis-dev-front.joss.ucar.edu/image/26fc56f4-b4e0-425b-adc8-14c6d961d558>
a gcis:image;
prov:wasDerivedFrom <http://data.gcis-dev-front.joss.ucar.edu/dataset/nca3-ncdc-gst-anomalies-r201307>;
prov:wasGeneratedBy <http://data.gcis-dev-front.joss.ucar.edu/activity/26fc56f4-nca3-ncdc-gst-anomalies-r201307-process>.
<http://data.gcis-dev-front.joss.ucar.edu/dataset/nca3-ncdc-gst-anomalies-r201307> a gcis:Dataset .
<http://data.gcis-dev-front.joss.ucar.edu/activity/26fc56f4-nca3-ncdc-gst-anomalies-r201307-process> a gcis:Activity .
<http://data.gcis-dev-front.joss.ucar.edu/image/26fc56f4-b4e0-425b-adc8-14c6d961d558>
a gcis:image;
prov:wasDerivedFrom <http://data.gcis-dev-front.joss.ucar.edu/dataset/nca3-epi-co2-r201307>;
prov:wasGeneratedBy <http://data.gcis-dev-front.joss.ucar.edu/activity/26fc56f4-nca3-epi-co2-r201307-process>.
<http://data.gcis-dev-front.joss.ucar.edu/dataset/nca3-epi-co2-r201307> a gcis:Dataset .
<http://data.gcis-dev-front.joss.ucar.edu/activity/26fc56f4-nca3-epi-co2-r201307-process> a gcis:Activity .
## Person and his/her role in the creation of the entity (see http://www.w3.org/ns/prov#qualifiedAttribution):
<http://data.gcis-dev-front.joss.ucar.edu/image/26fc56f4-b4e0-425b-adc8-14c6d961d558>
a gcis:image;
prov:qualifiedAttribution [
a prov:Attribution;
prov:agent <http://data.gcis-dev-front.joss.ucar.edu/person/1025>;
prov:hadRole "Scientist"^^xsd:string;
prov:actedOnBehalfOf <http://data.gcis-dev-front.joss.ucar.edu/organization/cooperative-institute-climate-satellites-nc>;
] ;
.
<http://data.gcis-dev-front.joss.ucar.edu/person/1025> a gcis:Person .
<http://data.gcis-dev-front.joss.ucar.edu/organization/cooperative-institute-climate-satellites-nc> a gcis:Organization .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment