Created
May 27, 2014 13:48
-
-
Save bduggan/e259478160449f5a91d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix bibo: <http://purl.org/ontology/bibo/> . | |
@prefix dc: <http://purl.org/dc/elements/1.1/> . | |
@prefix dcterms: <http://purl.org/dc/terms/> . | |
@prefix dcmitype: <http://purl.org/dc/dcmitype/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix gcis: <http://data.globalchange.gov/gcis.owl#> . | |
@prefix org: <http://www.w3.org/ns/org#> . | |
@prefix prov: <http://www.w3.org/ns/prov#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> . | |
@prefix doco: <http://purl.org/spar/doco> . | |
@prefix cito: <http://purl.org/spar/cito/> . | |
@prefix biro: <http://purl.org/spar/biro/> . | |
@prefix datacite: <http://purl.org/spar/datacite/> . | |
@prefix co: <http://purl.org/co/> . | |
@prefix frbr: <http://purl.org/vocab/frbr/core#> . | |
@prefix dcat: <http://www.w3.org/ns/dcat#> . | |
@prefix vivo: <http://vivoweb.org/ontology/core#> . | |
@prefix ext: <http://http://sweet.jpl.nasa.gov/2.3/propTime.owl#> . | |
@prefix meth: <http://sweet.jpl.nasa.gov/2.3/reprSciMethodology.owl#> . | |
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> . | |
@prefix fabio: <http://purl.org/spar/fabio/> . | |
@prefix schema: <http://schema.org/> . | |
@prefix : <http://data.globalchange.gov/activity/> . | |
:testactivity | |
a prov:Activity, :testactivity; | |
dcterms:identifier :006264b2-nca3-cmip3-r201205-process; | |
prov:startedAtTime "2012-04-15T13:00:00-04:00"^^xsd:dateTime; | |
ext:StartTime "2012-04-15T13:00:00-04:00"^^xsd:dateTime; | |
prov:endedAtTime "2012-04-15T14:30:00-04:00"^^xsd:dateTime; | |
ext:EndTime "2012-04-15T14:30:00-04:00"^^xsd:dateTime; | |
dcterms:SizeOrDuration "100 hours"^^xsd:string; | |
fabio:DataFile :pr_sresa2; | |
prov:generated :pr_sresa2; | |
dcmitype:software :linux; | |
gcis:Software :linux; | |
meth:Methodology "1. For each model at each grid point, the mean winter precipitation under the higher emissions scenario"^^xsd:string; | |
. | |
:pr_sresa2 a prov:Entity; | |
foaf:name "pr_sresa2_2071-2099_percent_change.nc". | |
:linux a prov:Entity; | |
foaf:name "Red Hat Enterprise Linux Server release 6.4". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment