You are viewing /activity/d21ef937-nca3-water-projections-r201208-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/d21ef937-nca3-water-projections-r201208-process>
   dcterms:identifier "d21ef937-nca3-water-projections-r201208-process";
   dcterms:description "- The input data were monthly soil moisture content; there are 16 models with a total of 73 ensemble members.\r\n\r\n-The Western U.S. includes 8 regions and basins: Pacific Northwest, California Klamath, Great Basin, Colorado River Basin, Rio Grande, Missouri River Basin, Arkansas-Red, and West Gulf.\r\n\r\n- There are two emission scenarios: higher emission scenario (A2) and lower emission scenario (B1)\r\n\r\n- Three periods selected: base 1971-2000, mid-century 2041-2070, and end-of-century 2070-2099. For each period, long-term mean SMC is computed for each scenario. The future to base period percent change is drawn on map."^^xsd:string;

## The activity began and ended at the following times

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

## Output datafiles   
   dbpedia_owl:filename "step1_create_ctl.f95: generating GrADS control files for each dataset\r\nstep2-percent_all.gs: computing percentage change and draw maps\r\nall-percent-smc.eps\r\nall-percent-smc.png"^^xsd:string;

## Computing environment
   gcis:computingEnvironmentsUsed "Linux"^^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 "2.0"^^xsd:string;
      ] ;
      prov:hadPlan [
         a prov:Plan; 
         rdf:value "For each scenario and each future period, the percent change is calculated by:\r\n\r\n{[futureMean – baseMean]/baseMean}x100"^^xsd:string;
      ] ;
   ] ;

   a prov:Activity .

## The following entity was derived from a dataset using this activity
<http://52.38.26.42:8080/image/d21ef937-1e90-4600-9fb2-a03b4328a963>
   prov:wasDerivedFrom <http://52.38.26.42:8080/dataset/nca3-water-projections-r201208>;
   prov:wasGeneratedBy <http://52.38.26.42:8080/activity/d21ef937-nca3-water-projections-r201208-process>.