http://ns.taverna.org.uk/2010/scufl2#globalBaseURI |
|
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
|
http://www.w3.org/2002/07/owl#ObjectProperty |
| http://www.w3.org/2002/07/owl#TransitiveProperty |
| http://www.w3.org/2002/07/owl#ReflexiveProperty |
| http://www.w3.org/2002/07/owl#SymmetricProperty
|
|
http://www.w3.org/2000/01/rdf-schema#comment
|
The resources are the same (like in owl:sameAs), and
so are the sub-resources having the same base URI as a parent. For instance if
scufl2:globalBaseURI
.
then also
scufl2:globalBaseURI
Note that for URIs under
special URI template rules
link the URI with the scufl2:parent, rdf:type, scufl2:name of the
resource.
For instance given
it must be so that:
a scufl2:OutputProcessorPort;
scufl2:name "greeting";
scufl2:parent .
a scufl2:Processor;
scufl2:name "Hello";
scufl2:parent ;
scufl2:outputProcessorPort .
a scufl2:Workflow;
scufl2:name "HelloWorld";
scufl2:parent ;
sculf2:processor .
a scufl2:WorkflowBundle;
scufl2:workflow ;
scufl2:workflowBundleId "28f7c554-4f35-401f-b34b-516e9a0ef731";
Where 28f7c554-4f35-401f-b34b-516e9a0ef731 must be a randomly
generated UUID.
|
|
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
|
http://ns.taverna.org.uk/2010/scufl2#workflowRelation
|