You are viewing /activity/40d9d5ef-nca3-hadcrut4-v4_1_1_0-process in Turtle
Alternatives : HTML JSON YAML text N-Triples JSON Triples RDF+XML RDF+JSON Graphviz SVG
Raw
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dbpedia_owl: <http://dbpedia.org/ontology/> .
@prefix gcis: <http://data.globalchange.gov/gcis.owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://52.38.26.42:8080/activity/40d9d5ef-nca3-hadcrut4-v4_1_1_0-process>
   dcterms:identifier "40d9d5ef-nca3-hadcrut4-v4_1_1_0-process";
   dcterms:description "Global temperature change (relative to 1901-1960) is plotted as a time series."^^xsd:string;

## The activity began and ended at the following times

## Duration of the activity
   dcterms:extent [ rdf:value ""^^xsd:string ] ;

## Output datafiles   
   dbpedia_owl:filename "HadCRUT.4.1.1.0.annual_ns_avg.txt\r\nGISS.txt\r\naravg.ann.land_ocean.90S.90N.v3.5.2.201301.asc\r\nread_global_combined_surface.pro\r\nplot_timeseries.pro\r\nglobal_combined_surface_timeseries.ps\r\nCAQ_global_average_temp_V6.png"^^xsd:string;

## Computing environment
   gcis:computingEnvironmentsUsed "Mac OS X (darwin x86_64 m64)"^^xsd:string;
   
## assignment of responsibility to an agent for an activity, indicating that the agent 
## had a role in the activity. It further allows for a plan to be specified, which is
## the plan intended by the agent to achieve some goals in the context of this activity.

   prov:qualifiedAssociation [
      a prov:Association ;
      prov:agent [
         a prov:SoftwareAgent, gcis:Software ;
         rdfs:label "IDL (version 8)"^^xsd:string;
      ] ;
      prov:hadPlan [
         a prov:Plan; 
         rdf:value "The mean temperature for the period 1961-1990 was added to the global average annual temperature anomalies to get the annual temperature time series. Anomalies were then calculated relative to a 1901-1960 reference period by subtracting the 1901-1960 mean temperature from the annual temperatures, and plotted as a time series from 1850 to 2012."^^xsd:string;
      ] ;
   ] ;

   a prov:Activity .

## The following entity was derived from a dataset using this activity
<http://52.38.26.42:8080/image/40d9d5ef-fe78-4d80-bdf8-024cac2c0176>
   prov:wasDerivedFrom <http://52.38.26.42:8080/dataset/nca3-hadcrut4-v4_1_1_0>;
   prov:wasGeneratedBy <http://52.38.26.42:8080/activity/40d9d5ef-nca3-hadcrut4-v4_1_1_0-process>.