<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
  <!ENTITY sswap 'http://sswapmeet.sswap.info/sswap/'>
  <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  <!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
  <!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
  <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>]>
<rdf:RDF
    xmlns:rdf="&rdf;"
    xmlns:sswap="&sswap;"
    xmlns:owl="&owl;"
    xmlns:xsd="&xsd;"
    xmlns:rdfs="&rdfs;">
    <owl:Ontology rdf:about="&sswap;owlOntology">
        <owl:imports rdf:resource="&sswap;owlOntology"/>
    </owl:Ontology>
    <owl:Class rdf:about="&sswap;Resource"/>
    <owl:DatatypeProperty rdf:about="&sswap;datatypeProperty"/>
    <owl:FunctionalProperty rdf:about="&sswap;inputURI">
        <rdfs:subPropertyOf rdf:resource="&sswap;datatypeProperty"/>
        <rdf:type rdf:resource="&owl;DatatypeProperty"/>
        <rdfs:range rdf:resource="&xsd;anyURI"/>
        <rdfs:comment rdf:datatype="&xsd;string">Resources may require special user interfaces to gather input such as using web pages to solicit input from users. Programs that are preparing to invoke a service may direct users to the URI pointed to by this property for the appropriate user interface.</rdfs:comment>
        <rdfs:domain rdf:resource="&sswap;Resource"/>
        <rdfs:label rdf:datatype="&xsd;string">inputURI</rdfs:label>
    </owl:FunctionalProperty>
</rdf:RDF>

