You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 12:17:28 UTC

[12/52] [abbrv] incubator-taverna-language git commit: Removed outdated taverna-scufl2-rdf

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/db25fe67/taverna-scufl2-rdf/src/test/resources/example/profile/tavernaWorkbench.rdf
----------------------------------------------------------------------
diff --git a/taverna-scufl2-rdf/src/test/resources/example/profile/tavernaWorkbench.rdf b/taverna-scufl2-rdf/src/test/resources/example/profile/tavernaWorkbench.rdf
deleted file mode 100644
index aa4b3a4..0000000
--- a/taverna-scufl2-rdf/src/test/resources/example/profile/tavernaWorkbench.rdf
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version='1.0'?>
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
-
--->
-
-
-<!-- Processed by Id: cwm.py,v 1.197 2007/12/13 15:38:39 syosi Exp -->
-<!--     using base file:///home/stain/stuff/src/workspace/scufl2/scufl2-rdf/src/test/resources/example/profile/tavernaWorkbench.ttl-->
-
-
-<rdf:RDF xmlns="http://ns.taverna.org.uk/2010/scufl2#"
-    xmlns:beanshell="http://ns.taverna.org.uk/2010/taverna/activities/beanshell#"
-    xmlns:dc="http://purl.org/dc/elements/1.1/"
-    xmlns:owl="http://www.w3.org/2002/07/owl#"
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-    xmlns:scufl2="http://ns.taverna.org.uk/2010/scufl2#">
-
-    <Profile rdf:about="tavernaWorkbench/">
-        <activatesConfiguration rdf:resource="tavernaWorkbench/configuration/Hello"/>
-        <name>tavernaWorkbench</name>
-        <processorBinding rdf:resource="tavernaWorkbench/binding/Hello"/>
-        <recommendsEnvironment rdf:parseType="Resource">
-            <rdf:type rdf:resource="http://ns.taverna.org.uk/2010/scufl2#Environment"/>
-            <workflowProduct rdf:resource="http://ns.taverna.org.uk/2010/taverna/workbench/"/>
-        </recommendsEnvironment>
-        <requiresEnvironment rdf:parseType="Resource">
-            <rdf:type rdf:resource="http://ns.taverna.org.uk/2010/scufl2#Environment"/>
-            <workflowPlugin rdf:resource="http://ns.taverna.org.uk/2010/taverna/activities/beanshell#plugin"/>
-            <workflowProduct rdf:resource="http://ns.taverna.org.uk/2010/taverna/"/>
-        </requiresEnvironment>
-        <dc:creator>Stian Soiland-Reyes</dc:creator>
-        <dc:date>2010-07-29</dc:date>
-        <dc:description>A profile for invoking the workflow on the Taverna Workbench</dc:description>
-    </Profile>
-
-    <beanshell:Activity rdf:about="tavernaWorkbench/activity/HelloScript/">
-        <inputActivityPort rdf:resource="tavernaWorkbench/activity/HelloScript/in/personName"/>
-        <outputActivityPort rdf:resource="tavernaWorkbench/activity/HelloScript/out/hello"/>
-    </beanshell:Activity>
-
-    <InputActivityPort rdf:about="tavernaWorkbench/activity/HelloScript/in/personName">
-        <granularPortDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</granularPortDepth>
-        <name>personName</name>
-        <portDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</portDepth>
-    </InputActivityPort>
-
-    <OutputActivityPort rdf:about="tavernaWorkbench/activity/HelloScript/out/hello">
-        <granularPortDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</granularPortDepth>
-        <name>hello</name>
-        <portDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</portDepth>
-    </OutputActivityPort>
-
-    <ProcessorBinding rdf:about="tavernaWorkbench/binding/Hello">
-        <boundActivity rdf:resource="tavernaWorkbench/activity/HelloScript/"/>
-        <boundProcessor rdf:resource="../workflow/HelloWorld/processor/Hello/"/>
-        <inputPortBinding rdf:parseType="Resource">
-            <bindsInputActivityPort rdf:resource="tavernaWorkbench/activity/HelloScript/in/personName"/>
-            <bindsInputProcessorPort rdf:resource="../workflow/HelloWorld/processor/Hello/in/name"/>
-        </inputPortBinding>
-        <outputPortBinding rdf:parseType="Resource">
-            <bindsOutputActivityPort rdf:resource="tavernaWorkbench/activity/HelloScript/out/hello"/>
-            <bindsOutputProcessorPort rdf:resource="../workflow/HelloWorld/processor/Hello/out/greeting"/>
-        </outputPortBinding>
-    </ProcessorBinding>
-
-    <beanshell:Configuration rdf:about="tavernaWorkbench/configuration/Hello">
-        <configures rdf:resource="tavernaWorkbench/activity/HelloScript/"/>
-        <beanshell:script>
-    import javax.swing.JOptionPane;
-
-    hello = "Hello, " + personName;
-    JOptionPane.showMessageDialog(null, hello, "Greeting", 
-      JOptionPane.INFORMATION_MESSAGE);
-    </beanshell:script>
-    </beanshell:Configuration>
-
-    <owl:Class rdf:about="http://ns.taverna.org.uk/2010/taverna/activities/beanshell#Activity">
-        <configurationType rdf:resource="http://ns.taverna.org.uk/2010/taverna/activities/beanshell#Configuration"/>
-        <rdfs:subClassOf rdf:resource="http://ns.taverna.org.uk/2010/scufl2#Activity"/>
-    </owl:Class>
-
-    <owl:Class rdf:about="http://ns.taverna.org.uk/2010/taverna/activities/beanshell#Configuration">
-        <rdfs:subClassOf rdf:resource="http://ns.taverna.org.uk/2010/scufl2#Configuration"/>
-    </owl:Class>
-
-    <owl:DatatypeProperty rdf:about="http://ns.taverna.org.uk/2010/taverna/activities/beanshell#script">
-        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <required rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</required>
-        <rdfs:domain rdf:resource="http://ns.taverna.org.uk/2010/taverna/activities/beanshell#Configuration"/>
-        <rdfs:label>script</rdfs:label>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
-        <rdfs:subPropertyOf rdf:resource="http://ns.taverna.org.uk/2010/scufl2#script"/>
-    </owl:DatatypeProperty>
-</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/db25fe67/taverna-scufl2-rdf/src/test/resources/example/profile/tavernaWorkbench.ttl
----------------------------------------------------------------------
diff --git a/taverna-scufl2-rdf/src/test/resources/example/profile/tavernaWorkbench.ttl b/taverna-scufl2-rdf/src/test/resources/example/profile/tavernaWorkbench.ttl
deleted file mode 100644
index 42c7eb1..0000000
--- a/taverna-scufl2-rdf/src/test/resources/example/profile/tavernaWorkbench.ttl
+++ /dev/null
@@ -1,86 +0,0 @@
-@base <tavernaWorkbench/> .
-@prefix beanshell: <http://ns.taverna.org.uk/2010/taverna/activities/beanshell#> .
-@prefix dc: <http://purl.org/dc/elements/1.1/> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix scufl2: <http://ns.taverna.org.uk/2010/scufl2#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-
-<.>
-    a scufl2:Profile;
-    scufl2:name "tavernaWorkbench" ;
-    dc:description """A profile for invoking the workflow on the Taverna Workbench""" ;
-    dc:creator "Stian Soiland-Reyes" ;
-    dc:date "2010-07-29" ;
-    scufl2:processorBinding <binding/Hello> ;
-    scufl2:activatesConfiguration <configuration/Hello> ;
-    scufl2:recommendsEnvironment [
-        a scufl2:Environment;
-        scufl2:workflowProduct <http://ns.taverna.org.uk/2010/taverna/workbench/>
-    ] ;
-    scufl2:requiresEnvironment [
-        a scufl2:Environment;
-        scufl2:workflowProduct <http://ns.taverna.org.uk/2010/taverna/>;
-        scufl2:workflowPlugin beanshell:plugin
-    ] .
-
-
-<binding/Hello> a scufl2:ProcessorBinding ;
-    scufl2:boundProcessor <../../workflow/HelloWorld/processor/Hello/> ;
-    scufl2:boundActivity <activity/HelloScript/> ;
-    scufl2:inputPortBinding [
-        scufl2:bindsInputProcessorPort <../../workflow/HelloWorld/processor/Hello/in/name> ;
-        scufl2:bindsInputActivityPort <activity/HelloScript/in/personName> 
-    ] ;
-    scufl2:outputPortBinding [
-        scufl2:bindsOutputActivityPort <activity/HelloScript/out/hello> ;
-        scufl2:bindsOutputProcessorPort <../../workflow/HelloWorld/processor/Hello/out/greeting>
-    ] .
-     
-
-<activity/HelloScript/> a beanshell:Activity ;
-    scufl2:inputActivityPort <activity/HelloScript/in/personName> ;
-    scufl2:outputActivityPort <activity/HelloScript/out/hello> .
-
-<activity/HelloScript/in/personName> a scufl2:InputActivityPort ;
-    scufl2:name "personName";
-    scufl2:portDepth 0 ;
-    scufl2:granularPortDepth 0 .
-
-<activity/HelloScript/out/hello> a scufl2:OutputActivityPort ;
-    scufl2:name "hello";
-    scufl2:portDepth 0 ;
-    scufl2:granularPortDepth 0 .
-       
-
-<configuration/Hello> a beanshell:Configuration;
-    scufl2:configures <activity/HelloScript/> ;
-    beanshell:script """
-    import javax.swing.JOptionPane;
-
-    hello = "Hello, " + personName;
-    JOptionPane.showMessageDialog(null, hello, "Greeting", 
-      JOptionPane.INFORMATION_MESSAGE);
-    """ .
-
-
-# Define possible configurations for a beanshell
-
-beanshell:Activity a owl:Class;
-    rdfs:subClassOf scufl2:Activity ;
-    scufl2:configurationType beanshell:Configuration .
-
-beanshell:Configuration a owl:Class ;
-    rdfs:subClassOf scufl2:Configuration .
-    
-beanshell:script
-    a owl:DatatypeProperty, owl:FunctionalProperty ;
-    rdfs:domain beanshell:Configuration;
-    rdfs:label "script" ;
-    rdfs:range xsd:string ;
-    scufl2:required true ;
-    rdfs:subPropertyOf scufl2:script .
-
-
-

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/db25fe67/taverna-scufl2-rdf/src/test/resources/example/workflow/HelloWorld.rdf
----------------------------------------------------------------------
diff --git a/taverna-scufl2-rdf/src/test/resources/example/workflow/HelloWorld.rdf b/taverna-scufl2-rdf/src/test/resources/example/workflow/HelloWorld.rdf
deleted file mode 100644
index a27c9a1..0000000
--- a/taverna-scufl2-rdf/src/test/resources/example/workflow/HelloWorld.rdf
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0"?>
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
-
--->
-
-<rdf:RDF xmlns="http://ns.taverna.org.uk/2010/scufl2#"
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-    xmlns:scufl2="http://ns.taverna.org.uk/2010/scufl2#">
-
-    <Workflow rdf:about="HelloWorld/">
-        <datalink rdf:resource="HelloWorld/datalink/5"/>
-        <datalink rdf:resource="HelloWorld/datalink?from=processor/Hello/out/greeting&#38;to=out/results&#38;mergePosition=0"/>
-        <datalink rdf:parseType="Resource">
-            <rdf:type rdf:resource="http://ns.taverna.org.uk/2010/scufl2#DataLink"/>
-            <receivesFrom rdf:resource="HelloWorld/in/yourName"/>
-            <sendsTo rdf:resource="HelloWorld/processor/Hello/in/name"/>
-        </datalink>
-        <inputWorkflowPort rdf:resource="HelloWorld/in/yourName"/>
-        <name>Helloworld</name>
-        <outputWorkflowPort rdf:resource="HelloWorld/out/results"/>
-        <processor rdf:resource="HelloWorld/processor/Hello"/>
-        <workflowIdentifier rdf:resource="http://ns.taverna.org.uk/2010/workflow/00626652-55ae-4a9e-80d4-c8e9ac84e2ca/"/>
-        <rdfs:seeAlso rdf:resource="annotation/workflow/HelloWorld.ttl"/>
-    </Workflow>
-
-    <DataLink rdf:about="HelloWorld/datalink/5">
-        <mergePosition rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</mergePosition>
-        <receivesFrom rdf:resource="HelloWorld/in/yourName"/>
-        <sendsTo rdf:resource="HelloWorld/out/results"/>
-    </DataLink>
-
-    <DataLink rdf:about="HelloWorld/datalink?from=processor/Hello/out/greeting&#38;to=out/results&#38;mergePosition=0">
-        <mergePosition rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</mergePosition>
-        <receivesFrom rdf:resource="HelloWorld/processor/Hello/out/greeting"/>
-        <sendsTo rdf:resource="HelloWorld/out/results"/>
-    </DataLink>
-
-    <InputWorkflowPort rdf:about="HelloWorld/in/yourName">
-        <name>yourName</name>
-        <portDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</portDepth>
-    </InputWorkflowPort>
-
-    <OutputWorkflowPort rdf:about="HelloWorld/out/results">
-        <name>results</name>
-    </OutputWorkflowPort>
-
-    <Processor rdf:about="HelloWorld/processor/Hello">
-        <dispatchStack rdf:resource="http://ns.taverna.org.uk/2010/scufl2/taverna#defaultDispatchStack"/>
-        <inputProcessorPort rdf:resource="HelloWorld/processor/Hello/in/name"/>
-        <iterationStrategyStack rdf:parseType="Resource">
-            <rdf:first rdf:resource="HelloWorld/processor/Hello/iterationStrategy/0"/>
-            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
-        </iterationStrategyStack>
-        <name>Hello</name>
-        <outputProcessorPort rdf:resource="HelloWorld/processor/Hello/out/greeting"/>
-    </Processor>
-
-    <InputProcessorPort rdf:about="HelloWorld/processor/Hello/in/name">
-        <granularPortDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</granularPortDepth>
-        <name>name</name>
-        <portDepth rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</portDepth>
-    </InputProcessorPort>
-
-    <CrossProduct rdf:about="HelloWorld/processor/Hello/iterationStrategy/0">
-        <iterationStrategyChildren rdf:parseType="Resource">
-            <rdf:first rdf:resource="HelloWorld/processor/Hello/in/name"/>
-            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
-        </iterationStrategyChildren>
-    </CrossProduct>
-
-    <OutputProcessorPort rdf:about="HelloWorld/processor/Hello/out/greeting">
-        <name>greeting</name>
-    </OutputProcessorPort>
-</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/db25fe67/taverna-scufl2-rdf/src/test/resources/example/workflow/HelloWorld.ttl
----------------------------------------------------------------------
diff --git a/taverna-scufl2-rdf/src/test/resources/example/workflow/HelloWorld.ttl b/taverna-scufl2-rdf/src/test/resources/example/workflow/HelloWorld.ttl
deleted file mode 100644
index 74bc436..0000000
--- a/taverna-scufl2-rdf/src/test/resources/example/workflow/HelloWorld.ttl
+++ /dev/null
@@ -1,59 +0,0 @@
-@base <HelloWorld/> .
-@prefix scufl2: <http://ns.taverna.org.uk/2010/scufl2#> .
-@prefix dc: <http://purl.org/dc/elements/1.1/> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix taverna: <http://ns.taverna.org.uk/2010/scufl2/taverna#>.
-
-
-<>
-    a scufl2:Workflow ;
-    scufl2:name "Helloworld" ;
-    scufl2:workflowIdentifier <http://ns.taverna.org.uk/2010/workflow/00626652-55ae-4a9e-80d4-c8e9ac84e2ca/> ;
-    scufl2:inputWorkflowPort <in/yourName> ;
-    scufl2:outputWorkflowPort <out/results> ;
-    scufl2:datalink _:datalink1, <datalink/5>, <datalink?from=processor/Hello/out/greeting&to=out/results&mergePosition=0> ;
-    scufl2:processor <processor/Hello> ;
-    rdfs:seeAlso <../annotation/workflow/HelloWorld.ttl> .
-
-<in/yourName> a scufl2:InputWorkflowPort ;
-    scufl2:name "yourName" ;
-    scufl2:portDepth 0 .
-
-<out/results> a scufl2:OutputWorkflowPort ;
-    scufl2:name "results" .
-
-_:datalink1 a scufl2:DataLink ;
-    scufl2:receivesFrom <in/yourName> ;
-    scufl2:sendsTo <processor/Hello/in/name> .
-        
-<datalink/5> a scufl2:DataLink ;
-    scufl2:receivesFrom <in/yourName> ;
-    scufl2:sendsTo <out/results> ;
-    scufl2:mergePosition 1 .
-
-<datalink?from=processor/Hello/out/greeting&to=out/results&mergePosition=0> a scufl2:DataLink ;
-    scufl2:receivesFrom <processor/Hello/out/greeting> ;
-    scufl2:sendsTo <out/results> ;
-    scufl2:mergePosition 0 .
-
-<processor/Hello> a scufl2:Processor ;
-    scufl2:name "Hello" ;
-    scufl2:inputProcessorPort <processor/Hello/in/name> ;
-    scufl2:outputProcessorPort <processor/Hello/out/greeting> ;
-    scufl2:dispatchStack taverna:defaultDispatchStack ;
-    scufl2:iterationStrategyStack (<processor/Hello/iterationStrategy/0>) .
-
-<processor/Hello/in/name> a scufl2:InputProcessorPort ;
-    scufl2:name "name";
-    scufl2:portDepth 0 .
-    
-
-<processor/Hello/out/greeting> a scufl2:OutputProcessorPort ;
-    scufl2:name "greeting";
-    scufl2:portDepth 0 ;
-    scufl2:granularPortDepth 0 .
-    
-    
-<processor/Hello/iterationStrategy/0> a scufl2:CrossProduct;
-    scufl2:iterationStrategyChildren ( <processor/Hello/in/name> ) .
-

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/db25fe67/taverna-scufl2-rdf/src/test/resources/example/workflowBundle.rdf
----------------------------------------------------------------------
diff --git a/taverna-scufl2-rdf/src/test/resources/example/workflowBundle.rdf b/taverna-scufl2-rdf/src/test/resources/example/workflowBundle.rdf
deleted file mode 100644
index 78d0c05..0000000
--- a/taverna-scufl2-rdf/src/test/resources/example/workflowBundle.rdf
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version='1.0'?>
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
-
--->
-
-
-<!-- Processed by Id: cwm.py,v 1.197 2007/12/13 15:38:39 syosi Exp -->
-<!--     using base file:///home/stain/stuff/src/workspace/scufl2/scufl2-rdf/src/main/resources/example/workflowBundle.ttl-->
-
-
-<rdf:RDF xmlns="http://ns.taverna.org.uk/2010/scufl2#"
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-    xmlns:scufl2="http://ns.taverna.org.uk/2010/scufl2#">
-
-    <WorkflowBundle rdf:about="./">
-        <mainWorkflow rdf:resource="workflow/HelloWorld/"/>
-        <name>Hello world</name>
-        <profile rdf:resource="profile/tavernaWorkbench/"/>
-        <sameBaseAs rdf:resource="http://ns.taverna.org.uk/2010/workflowBundle/28f7c554-4f35-401f-b34b-516e9a0ef731/"/>
-        <workflow rdf:resource="workflow/HelloWorld/"/>
-        <rdf:seeAlso rdf:resource="annotation/workflowBundle.ttl"/>
-    </WorkflowBundle>
-
-    <rdf:Description rdf:about="profile/tavernaWorkbench/">
-        <rdfs:seeAlso rdf:resource="profile/tavernaWorkbench.ttl"/>
-    </rdf:Description>
-
-    <rdf:Description rdf:about="workflow/HelloWorld/">
-        <rdfs:seeAlso rdf:resource="workflow/HelloWorld.ttl"/>
-    </rdf:Description>
-</rdf:RDF>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/db25fe67/taverna-scufl2-rdf/src/test/resources/example/workflowBundle.ttl
----------------------------------------------------------------------
diff --git a/taverna-scufl2-rdf/src/test/resources/example/workflowBundle.ttl b/taverna-scufl2-rdf/src/test/resources/example/workflowBundle.ttl
deleted file mode 100644
index 8852edc..0000000
--- a/taverna-scufl2-rdf/src/test/resources/example/workflowBundle.ttl
+++ /dev/null
@@ -1,16 +0,0 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix scufl2: <http://ns.taverna.org.uk/2010/scufl2#> .
-@prefix dc: <http://purl.org/dc/elements/1.1/> .
-
-<.>
-    a scufl2:WorkflowBundle ;
-    scufl2:sameBaseAs <http://ns.taverna.org.uk/2010/workflowBundle/28f7c554-4f35-401f-b34b-516e9a0ef731/> ;
-    scufl2:name "Hello world" ;
-    scufl2:workflow <workflow/HelloWorld/> ;
-    scufl2:mainWorkflow <workflow/HelloWorld/> ;
-    scufl2:profile <profile/tavernaWorkbench/> ;
-    rdf:seeAlso <annotation/workflowBundle.ttl> .
-
-<workflow/HelloWorld/> rdfs:seeAlso <workflow/HelloWorld.ttl> .  
-<profile/tavernaWorkbench/> rdfs:seeAlso <profile/tavernaWorkbench.ttl> .