Permalink
Cannot retrieve contributors at this time
<?xml version="1.0"?> | |
<profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns="http://ns.taverna.org.uk/2012/component/profile" | |
xsi:schemaLocation="http://ns.taverna.org.uk/2012/component/profile ComponentProfile.xsd"> | |
<id>http://purl.org/DP/components#MigrationAction</id> | |
<name>Migration Action Component</name> | |
<description>A SCAPE component for migration actions</description> | |
<ontology id="components">http://purl.org/DP/components/1.0</ontology> | |
<component> | |
<inputPort maxDepth="1"> | |
<semanticAnnotation ontology="components" | |
predicate="http://purl.org/DP/components#accepts" | |
class="http://purl.org/DP/components#ObjectValue"> | |
http://purl.org/DP/components#SourceObject | |
</semanticAnnotation> | |
</inputPort> | |
<inputPort maxDepth="0" minOccurs="0" maxOccurs="unbounded"> | |
<annotation>Description</annotation> | |
<semanticAnnotation ontology="components" | |
predicate="http://purl.org/DP/components#accepts" | |
class="http://purl.org/DP/components#ParameterValue"> | |
http://purl.org/DP/components#Parameter | |
</semanticAnnotation> | |
<semanticAnnotation ontology="components" | |
predicate="http://purl.org/DP/components#accepts" | |
class="http://purl.org/DP/components#PredefinedParameterValue" | |
minOccurs="0" maxOccurs="unbounded" /> | |
</inputPort> | |
<inputPort maxDepth="0" minOccurs="0" maxOccurs="unbounded"> | |
<annotation>Description</annotation> | |
<semanticAnnotation ontology="components" | |
predicate="http://purl.org/DP/components#accepts" | |
class="http://purl.org/DP/components#WorkingDirectory"/> | |
</inputPort> | |
<outputPort maxDepth="1"> | |
<semanticAnnotation ontology="components" | |
predicate="http://purl.org/DP/components#provides" | |
class="http://purl.org/DP/components#ObjectValue"> | |
http://purl.org/DP/components#TargetObject | |
</semanticAnnotation> | |
</outputPort> | |
<outputPort maxDepth="0"> | |
<semanticAnnotation ontology="components" | |
predicate="http://purl.org/DP/components#provides" | |
class="http://purl.org/DP/components#StatusValue"> | |
http://purl.org/DP/components#Status | |
</semanticAnnotation> | |
</outputPort> | |
<activity type="Tool" minOccurs="0" maxOccurs="unbounded"> | |
<semanticAnnotation ontology="components" | |
predicate="http://purl.org/DP/components#requiresInstallation" | |
class="http://purl.org/DP/components#Installation" | |
minOccurs="1" maxOccurs="unbounded" /> | |
</activity> | |
<activity minOccurs="0" maxOccurs="unbounded" /> | |
<annotation>Title</annotation> | |
<annotation>Description</annotation> | |
<annotation minOccurs="0">Author</annotation> | |
<semanticAnnotation ontology="components" | |
predicate="http://purl.org/DP/components#migrates" | |
class="http://purl.org/DP/components#MigrationPath" | |
maxOccurs="unbounded" /> | |
<semanticAnnotation ontology="components" | |
predicate="http://purl.org/DP/components#fits" | |
class="http://purl.org/DP/components#Profile"> | |
http://purl.org/DP/components#MigrationAction | |
</semanticAnnotation> | |
</component> | |
</profile> |