Skip to content

Instantly share code, notes, and snippets.

@satra
Last active August 29, 2015 13:58
Show Gist options
  • Save satra/9938454 to your computer and use it in GitHub Desktop.
Save satra/9938454 to your computer and use it in GitHub Desktop.
RO and prov:Bundle
@prefix daniel: <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ore: <http://www.openarchives.org/ore/terms/> .
@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 ro: <http://purl.org/wf4ever/ro#> .
@prefix schema: <http://schema.org/> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <http://rohub.linkeddata.es/motifs_bundle_page-FGCS/index.html#> .
<http://purl.org/net/ro-motifPaper> a ro:ResearchObject,
ore:Aggregation ;
dc:creator <http://delicias.dia.fi.upm.es/members/DGarijo/#me> ;
dc:title "Common Motifs in Scientific Workflows: An Empirical Analysis"@en ;
schema:creator <http://delicias.dia.fi.upm.es/members/DGarijo/#me> ;
schema:name "Common Motifs in Scientific Workflows: An Empirical Analysis"@en ;
ore:aggregates daniel:ConsolidatedData-FinalSubmission-NEWHierarchy.xlsx,
daniel:WfCatalogue-AdditionalGalaxyWfs.xlsx,
daniel:WfCatalogue-AdditionalVistrailsWfsWithDomainsRevisited.xlsx,
daniel:WfCatalogue-AdditionalWingsDomains.xlsx,
<http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Galaxy/>,
<http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Taverna/>,
<http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Vistrails/>,
<http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Wings/>,
daniel:t2_workflow_set_eSci2012.v.0.9_FGCS.xls ;
ore:isDescribedBy <file:///software/temp/rdfstore/test.ttl> ;
xhv:license <http://creativecommons.org/licenses/by-nc-sa/2.0/> ;
prov:wasAttributedTo <http://delicias.dia.fi.upm.es/members/DGarijo/#me> .
<file:///software/temp/rdfstore/test.ttl> dc:creator <http://delicias.dia.fi.upm.es/members/DGarijo/#me> ;
schema:creator <http://delicias.dia.fi.upm.es/members/DGarijo/#me> ;
prov:wasAttributedTo <http://delicias.dia.fi.upm.es/members/DGarijo/#me> .
daniel:ConsolidatedData-FinalSubmission-NEWHierarchy.xlsx a ro:Resource .
daniel:WfCatalogue-AdditionalGalaxyWfs.xlsx a ro:Resource .
daniel:WfCatalogue-AdditionalVistrailsWfsWithDomainsRevisited.xlsx a ro:Resource .
daniel:WfCatalogue-AdditionalWingsDomains.xlsx a ro:Resource .
<http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Galaxy/> a ro:Resource .
<http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Taverna/> a ro:Resource .
<http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Vistrails/> a ro:Resource .
<http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Wings/> a ro:Resource .
daniel:t2_workflow_set_eSci2012.v.0.9_FGCS.xls a ro:Resource .
@prefix daniel: <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/> .
@prefix dc: <http://purl.org/dc/terms/> .
@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 schema: <http://schema.org/> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <http://purl.org/net/ro-motifPaper> .
<> a prov:Bundle;
dc:creator <http://delicias.dia.fi.upm.es/members/DGarijo/#me> ;
dc:title "Common Motifs in Scientific Workflows: An Empirical Analysis"@en ;
schema:creator <http://delicias.dia.fi.upm.es/members/DGarijo/#me> ;
schema:name "Common Motifs in Scientific Workflows: An Empirical Analysis"@en ;
xhv:license <http://creativecommons.org/licenses/by-nc-sa/2.0/> ;
prov:wasAttributedTo <http://delicias.dia.fi.upm.es/members/DGarijo/#me> .
:file1 a prov:Entity;
prov:atLocation daniel:ConsolidatedData-FinalSubmission-NEWHierarchy.xlsx .
:file2 a prov:Entity;
prov:atLocation daniel:WfCatalogue-AdditionalGalaxyWfs.xlsx .
:file3 a prov:Entity;
prov:atLocation daniel:WfCatalogue-AdditionalVistrailsWfsWithDomainsRevisited.xlsx .
:file4 a prov:Entity;
prov:atLocation daniel:WfCatalogue-AdditionalWingsDomains.xlsx .
:file5?? a prov:Entity;
prov:atLocation <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Galaxy/>.
:file6?? a prov:Entity;
prov:atLocation <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Taverna/> .
:file7?? a prov:Entity;
prov:atLocation <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Vistrails/> .
:file8?? a prov:Entity;
prov:atLocation <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Wings/> .
:file9?? a prov:Entity;
prov:atLocation daniel:t2_workflow_set_eSci2012.v.0.9_FGCS.xls .
@prefix daniel: <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ore: <http://www.openarchives.org/ore/terms/> .
@prefix ro: <http://purl.org/wf4ever/ro#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <http://purl.org/net/ro-motifPaper> .
<> a prov:Bundle, ro:ResearchObject, ore:Aggregation ;;
dc:creator <http://delicias.dia.fi.upm.es/members/DGarijo/#me> ;
dc:title "Common Motifs in Scientific Workflows: An Empirical Analysis"@en ;
schema:creator <http://delicias.dia.fi.upm.es/members/DGarijo/#me> ;
schema:name "Common Motifs in Scientific Workflows: An Empirical Analysis"@en ;
xhv:license <http://creativecommons.org/licenses/by-nc-sa/2.0/> ;
prov:wasAttributedTo <http://delicias.dia.fi.upm.es/members/DGarijo/#me> .
ore:isDescribedBy :file0;
ore:aggregates :file1, :file2, :file3, :file4, :file5, :file6,
:file7, :file8, :file9;
:file0 a prov:Entity ;
prov:atLocation <file:///software/temp/rdfstore/test.ttl> ;
dc:creator <http://delicias.dia.fi.upm.es/members/DGarijo/#me> ;
schema:creator <http://delicias.dia.fi.upm.es/members/DGarijo/#me> ;
prov:wasAttributedTo <http://delicias.dia.fi.upm.es/members/DGarijo/#me> .
:file1 a prov:Entity, ro:Resource;
prov:atLocation daniel:ConsolidatedData-FinalSubmission-NEWHierarchy.xlsx .
:file2 a prov:Entity, ro:Resource;
prov:atLocation daniel:WfCatalogue-AdditionalGalaxyWfs.xlsx .
:file3 a prov:Entity, ro:Resource;
prov:atLocation daniel:WfCatalogue-AdditionalVistrailsWfsWithDomainsRevisited.xlsx .
:file4 a prov:Entity, ro:Resource;
prov:atLocation daniel:WfCatalogue-AdditionalWingsDomains.xlsx .
:file5?? a prov:Entity, ro:Resource;
prov:atLocation <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Galaxy/>.
:file6?? a prov:Entity, ro:Resource;
prov:atLocation <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Taverna/> .
:file7?? a prov:Entity, ro:Resource;
prov:atLocation <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Vistrails/> .
:file8?? a prov:Entity, ro:Resource;
prov:atLocation <http://mayor2.dia.fi.upm.es/oeg-upm/files/dgarijo/motifAnalysis/Workflows-Bundle/Wings/> .
:file9?? a prov:Entity, ro:Resource;
prov:atLocation daniel:t2_workflow_set_eSci2012.v.0.9_FGCS.xls .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment