<?xml version='1.0' encoding='ISO-8859-1'?>
<rdf:RDF 
xmlns="http://www.mygrid.org.uk/mygrid-moby-service#" 
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.mygrid.org.uk/mygrid-moby-service">



<rdfs:Class rdf:ID="organisation"/>
<rdfs:Class rdf:ID="serviceDescription"/>
<rdfs:Class rdf:ID="operation"/>
<rdfs:Class rdf:ID="parameter"/>
<rdfs:Class rdf:ID="parameterType"/>

<rdfs:Class rdf:ID="operationTask"/>
<rdfs:Class rdf:ID="operationResource"/>
<rdfs:Class rdf:ID="operationMethod"/>



<rdf:Property rdf:ID="hasOperation">
	<rdfs:range rdf:resource="#operation"/>
	<rdfs:domain rdf:resource="#serviceDescription"/>
</rdf:Property>


<rdf:Property rdf:ID="locationURI">
	<rdfs:domain rdf:resource="#serviceDescription"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>

<rdf:Property rdf:ID="hasInterfaceLocation">
	<rdfs:domain rdf:resource="#serviceDescription"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>


<rdf:Property rdf:ID="hasParameterType">
	<rdfs:domain rdf:resource="#parameter"/>
	<rdfs:range rdf:resource="#parameterType" /> 	
</rdf:Property>

<rdf:Property rdf:ID="hasDefaultValue">
	<rdfs:domain rdf:resource="#parameter"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>


<rdf:Property rdf:ID="hasServiceDescriptionLocation">
	<rdfs:domain rdf:resource="#serviceDescription"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>


<rdf:Property rdf:ID="hasOrganisationDescriptionText">
	<rdfs:domain rdf:resource="#organisation"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>

<rdf:Property rdf:ID="hasOrganisationNameText">
	<rdfs:domain rdf:resource="#organisation"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>

<rdf:Property rdf:ID="hasParameterDescriptionText">
	<rdfs:domain rdf:resource="#parameter"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>

<rdf:Property rdf:ID="hasParameterNameText">
	<rdfs:domain rdf:resource="#parameter"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>


<rdf:Property rdf:ID="hasServiceDescriptionText">
	<rdfs:domain rdf:resource="#serviceDescription"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>

<rdf:Property rdf:ID="hasServiceNameText">
	<rdfs:domain rdf:resource="#serviceDescription"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>


<rdf:Property rdf:ID="hasOperationDescriptionText">
	<rdfs:domain rdf:resource="#operation"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>


<rdf:Property rdf:ID="hasTavernaProcessorSpec">
	<rdfs:domain rdf:resource="#operation"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>

<rdf:Property rdf:ID="hasOperationNameText">
	<rdfs:domain rdf:resource="#operation"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" /> 
</rdf:Property>


<rdf:Property rdf:ID="inputParameter">
	<rdfs:range rdf:resource="#parameter"/>
	<rdfs:domain rdf:resource="#operation"/>
</rdf:Property>



<rdf:Property rdf:ID="outputParameter">
	<rdfs:range rdf:resource="#parameter"/>
	<rdfs:domain rdf:resource="#operation"/>
</rdf:Property>


<rdf:Property rdf:ID="performsTask">
	<rdfs:range rdf:resource="#operationTask"/>
	<rdfs:domain rdf:resource="#operation"/>
</rdf:Property>

<rdf:Property rdf:ID="providedBy">
	<rdfs:range rdf:resource="#organisation"/>
	<rdfs:domain rdf:resource="#serviceDescription"/>
</rdf:Property>

<rdf:Property rdf:ID="usesMethod">
	<rdfs:range rdf:resource="#operationMethod"/>
	<rdfs:domain rdf:resource="#operation"/>
</rdf:Property>

<rdf:Property rdf:ID="usesResource">
	<rdfs:range rdf:resource="#operationResource"/>
	<rdfs:domain rdf:resource="#operation"/>
</rdf:Property>


<rdf:Property rdf:ID="isAlive">
	<rdfs:domain rdf:resource="#serviceDescription"/>
	<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean" /> 
</rdf:Property>


<rdf:Property rdf:ID="authoritative">
	<rdfs:range 	rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
	<rdfs:domain	rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#organisation"/>
</rdf:Property>

<rdf:Property rdf:ID="objectType">
	<rdfs:domain 	rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#parameter"/>
</rdf:Property>

<rdf:Property  rdf:ID="inNamespaces">
	<rdfs:range 	rdf:resource="http://www.mygrid.org.uk/ontology#bioinformatics_data"/> 	
	<rdfs:range 	rdf:resource="http://www.mygrid.org.uk/ontology#bioinformatics_metadata"/> 		
	<rdfs:range rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#parameterNamespace"/>
	<rdfs:domain rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#parameter"/>
</rdf:Property>

<rdf:Property rdf:ID="datatype">
	<rdfs:domain  rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#parameter"/>
	<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>	
</rdf:Property>


<rdf:Property rdf:ID="min">
	<rdfs:domain  rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#parameter"/>
	<rdfs:range  rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>	
</rdf:Property>

<rdf:Property rdf:ID="max">
	<rdfs:domain 	rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#parameter"/>	
	<rdfs:range 	rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /> 	
</rdf:Property>

<rdf:Property rdf:ID="enum">
	<rdfs:domain 	rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#parameter"/>
	<rdfs:range 	rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /> 
</rdf:Property>


  <rdfs:Class rdf:ID="simpleParameter">    
      <rdfs:subClassOf rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#parameterType"/>    
  </rdfs:Class>

  <rdfs:Class rdf:ID="secondaryParameter">
      <rdfs:subClassOf rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#parameterType"/>    
  </rdfs:Class>

  <rdfs:Class rdf:ID="collectionParameter">
      <rdfs:subClassOf rdf:resource="http://www.mygrid.org.uk/mygrid-moby-service#parameterType"/>    
   </rdfs:Class>

</rdf:RDF>

