tao-test/app/taoItems/models/ontology/taoItemRunner.rdf

43 lines
3.1 KiB
XML

<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://www.tao.lu/Ontologies/TAOItem.rdf#"
xmlns:wf="http://www.tao.lu/middleware/wfEngine.rdf#"
>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAODelivery.rdf#FormalParamItemPath">
<rdf:type rdf:resource="http://www.tao.lu/middleware/wfEngine.rdf#ClassFormalParameters"/>
<rdfs:label xml:lang="en-US"><![CDATA[Item Path]]></rdfs:label>
<rdfs:comment xml:lang="en-US"><![CDATA[Item Path]]></rdfs:comment>
<wf:PropertyFormalParametersName><![CDATA[itemPath]]></wf:PropertyFormalParametersName>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAODelivery.rdf#FormalParamItemDataPath">
<rdf:type rdf:resource="http://www.tao.lu/middleware/wfEngine.rdf#ClassFormalParameters"/>
<rdfs:label xml:lang="en-US"><![CDATA[Item Private Data Path]]></rdfs:label>
<rdfs:comment xml:lang="en-US"><![CDATA[Item Private Data Path]]></rdfs:comment>
<wf:PropertyFormalParametersName><![CDATA[itemDataPath]]></wf:PropertyFormalParametersName>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAODelivery.rdf#FormalParamResultserver">
<rdf:type rdf:resource="http://www.tao.lu/middleware/wfEngine.rdf#ClassFormalParameters"/>
<rdfs:label xml:lang="en-US"><![CDATA[Resultserver]]></rdfs:label>
<rdfs:comment xml:lang="en-US"><![CDATA[Resultserver]]></rdfs:comment>
<wf:PropertyFormalParametersName><![CDATA[resultServer]]></wf:PropertyFormalParametersName>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAODelivery.rdf#FormalParamItemUri">
<rdf:type rdf:resource="http://www.tao.lu/middleware/wfEngine.rdf#ClassFormalParameters"/>
<rdfs:label xml:lang="en-US"><![CDATA[Item Uri]]></rdfs:label>
<rdfs:comment xml:lang="en-US"><![CDATA[Item Uri]]></rdfs:comment>
<wf:PropertyFormalParametersName><![CDATA[itemUri]]></wf:PropertyFormalParametersName>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAODelivery.rdf#ServiceItemRunner">
<rdf:type rdf:resource="http://www.tao.lu/middleware/wfEngine.rdf#ClassDeliveryServices"/>
<rdfs:label xml:lang="en-US"><![CDATA[Item Runner]]></rdfs:label>
<rdfs:comment xml:lang="en-US"><![CDATA[Embed a run an item into a Delivery. This service initialize the TAO Apis and contexts]]></rdfs:comment>
<wf:PropertySupportServicesUrl><![CDATA[/taoItems/ItemRunner/index?itemPath=^itemPath&resultServer=^resultServer]]></wf:PropertySupportServicesUrl>
<wf:PropertyServiceDefinitionsFormalParameterIn rdf:resource="http://www.tao.lu/Ontologies/TAODelivery.rdf#FormalParamItemPath"/>
<wf:PropertyServiceDefinitionsFormalParameterIn rdf:resource="http://www.tao.lu/Ontologies/TAODelivery.rdf#FormalParamItemDataPath"/>
<wf:PropertyServiceDefinitionsFormalParameterIn rdf:resource="http://www.tao.lu/Ontologies/TAODelivery.rdf#FormalParamItemUri"/>
<wf:PropertyServiceDefinitionsFormalParameterIn rdf:resource="http://www.tao.lu/Ontologies/TAODelivery.rdf#FormalParamResultserver"/>
</rdf:Description>
</rdf:RDF>