You are viewing /activity/f3e3f5be-nca3-ibtracs-r201311-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/f3e3f5be-nca3-ibtracs-r201311-process>
   dcterms:identifier "f3e3f5be-nca3-ibtracs-r201311-process";
   dcterms:description "To display recent variations of the Power Dissipation Index (PDI), illustrating overall hurricane activity (intensity, frequency, and duration) in a hurricane season."^^xsd:string;

## The activity began and ended at the following times

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

## Output datafiles   
   dbpedia_owl:filename "pdi_calc.m\r\nnca_kossin_1.eps\r\nnca_kossin_2.eps"^^xsd:string;

## Computing environment
   gcis:computingEnvironmentsUsed "Mac OSX 10"^^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 "MATLAB 7.14 2012a"^^xsd:string;
      ] ;
      prov:hadPlan [
         a prov:Plan; 
         rdf:value "Power dissipation was calculated following the methods published in Emanuel 200.\r\n\r\nThe trend line was calculated using ordinary least squares regression line\r\n\r\nThinner lines represent raw data. Thicker lines represent a 1-4-6-4-1 binomial filter."^^xsd:string;
      ] ;
   ] ;

   a prov:Activity .

## The following entity was derived from a dataset using this activity
<http://52.38.26.42:8080/image/f3e3f5be-07fe-4f94-ad77-67131ad5426b>
   prov:wasDerivedFrom <http://52.38.26.42:8080/dataset/nca3-ibtracs-r201311>;
   prov:wasGeneratedBy <http://52.38.26.42:8080/activity/f3e3f5be-nca3-ibtracs-r201311-process>.