You are viewing /activity/048de6b5-nca3-cddv2-r1-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/048de6b5-nca3-cddv2-r1-process>
   dcterms:identifier "048de6b5-nca3-cddv2-r1-process";
   dcterms:description "Decadal average precipitation anomalies (difference between the decade and the 1901-1960 average precipitation) for the southern Great Plains region were plotted as a bar graph. Note: the far right bar contains data for 12 years (2001-2012)."^^xsd:string;

## The activity began and ended at the following times

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

## Output datafiles   
   dbpedia_owl:filename "temp_precip_seasonal_averages.pro\r\ngreat_plains_south.ave.prcp\r\ntemp_precip_decadal_averages.pro\r\nGP_south.dec_avg.precip_ANN.txt\r\ntemp_precip_decadal_barchart.pro\r\nGP_south_precip_anom_1901-2012_ANN.eps"^^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.0)"^^xsd:string;
      ] ;
      prov:hadPlan [
         a prov:Plan; 
         rdf:value "Annual total precipitation amounts were averaged for all gridpoints in the southern Great Plains region. Decadal averages were then calculated. Finally the 1901-1960 average precipitation amount was subtracted from the decadal average amount, and a percentage change in precipitation was calculated."^^xsd:string;
      ] ;
   ] ;

   a prov:Activity .

## The following entity was derived from a dataset using this activity
<http://52.38.26.42:8080/image/048de6b5-60ab-4ad1-895b-d41ad9bdfab5>
   prov:wasDerivedFrom <http://52.38.26.42:8080/dataset/nca3-cddv2-r1>;
   prov:wasGeneratedBy <http://52.38.26.42:8080/activity/048de6b5-nca3-cddv2-r1-process>.