You are viewing /activity/8ea5099f-nca3-maurer-r201304-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/8ea5099f-nca3-maurer-r201304-process>
   dcterms:identifier "8ea5099f-nca3-maurer-r201304-process";
   dcterms:description "The observed annual maximum number of consecutive days with precipitation less than 0.01 inches for 1971-2000 was plotted for the U.S. Great Plains."^^xsd:string;

## The activity began and ended at the following times

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

## Output datafiles   
   dbpedia_owl:filename "array_ops.py\r\narray_ops.pyc\r\nclusterify_each_year.py\r\nclusterify.py\r\nconfig.py\r\nconfig.pyc\r\npi_calc_percentiles.py\r\nconsecDD_1971-2000.txt\r\nconsecDD_plot.pro\r\nconsecDD_1971-2000.nc\r\nconsecDD_1971-2000.ctl\r\nconsecDD_plot.gs\r\nconsecDD_maurer.png\r\nConsecDryDays_1971_2000_GP.png\r\n19-5-a.png\r\nGP_dry days projected_V3.png"^^xsd:string;

## Computing environment
   gcis:computingEnvironmentsUsed "Linux (Red Hat Enterprise Linux Server release 6.4)\r\nMac 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 "SciPy (v0.10.1), IDL (v8.0), GrADS (v2.0.2)"^^xsd:string;
      ] ;
      prov:hadPlan [
         a prov:Plan; 
         rdf:value "1. At each grid point, the maximum number of consecutive days with precipitation less than 0.01 inches was calculated for each year (provided data were available for 95% of the days at that grid point).\r\n2. At each grid point, the mean annual maximum number of consecutive days with precipitation less than 0.01 inches was computed for the period 1971-2000.\r\n3. Data were plotted for all grid points in the U.S. Great Plains."^^xsd:string;
      ] ;
   ] ;

   a prov:Activity .

## The following entity was derived from a dataset using this activity
<http://52.38.26.42:8080/image/8ea5099f-5380-4bab-82b3-13b17b3b24e7>
   prov:wasDerivedFrom <http://52.38.26.42:8080/dataset/nca3-maurer-r201304>;
   prov:wasGeneratedBy <http://52.38.26.42:8080/activity/8ea5099f-nca3-maurer-r201304-process>.