You are viewing /activity/b229781f-nca3-ncep-ncar-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/b229781f-nca3-ncep-ncar-r1-process>
   dcterms:identifier "b229781f-nca3-ncep-ncar-r1-process";
   dcterms:description "Seasonal extra-tropical cyclone activity and intensity were computed for high-latitudes and mid-latitudes and displayed as deviations from the long term mean"^^xsd:string;

## The activity began and ended at the following times

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

## Output datafiles   
   dbpedia_owl:filename "assessment.eps (figure)\r\nassessment_graph.xlsx (Excel spreadsheet used to compute 10 year means)\r\nassesssment_figure.prn (small data file containing 10 year means, read by IDL program)\r\nassesssment.pro (IDL program used to make figure)"^^xsd:string;

## Computing environment
   gcis:computingEnvironmentsUsed "RedHat 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 "IDL, version 8.2.3"^^xsd:string;
      ] ;
      prov:hadPlan [
         a prov:Plan; 
         rdf:value "- Extracted numbers from the original figure (see citations below), where the time series were derived from the NCEP/NCAR reanalysis (Kalnay et. al 1996) using a modified version of Serreze (1995) as detailed in Wang et. al 2012.\r\n- Computed ten-year averages\r\n- Plotted the results"^^xsd:string;
      ] ;
   ] ;

   a prov:Activity .

## The following entity was derived from a dataset using this activity
<http://52.38.26.42:8080/image/b229781f-3215-4a0c-945f-fd838c9fabea>
   prov:wasDerivedFrom <http://52.38.26.42:8080/dataset/nca3-ncep-ncar-r1>;
   prov:wasGeneratedBy <http://52.38.26.42:8080/activity/b229781f-nca3-ncep-ncar-r1-process>.