(file) Return to Copy of myib-demo.owl CVS log (file) (dir) Up to [Development] / mygrid / miasgrid / rdf-provenance / etc / ontology

 1 turid 1.1 <?xml version="1.0"?>
 2           <rdf:RDF
 3               xmlns="http://www.mygrid.org.uk/provenance#"
 4               xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 5               xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
 6               xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
 7               xmlns:owl="http://www.w3.org/2002/07/owl#"
 8               xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
 9               xmlns:dc="http://purl.org/dc/elements/1.1/"
10             xml:base="http://www.mygrid.org.uk/provenance">
11             <owl:Ontology rdf:about="">
12               <!--owl:imports rdf:resource="file:/dturi/cvs/rdf-provenance/etc/ontology/provenance.owl"/-->
13             </owl:Ontology>
14             <owl:Class rdf:ID="MeshalizerInput"/>
15             <owl:DatatypeProperty rdf:ID="triLocation">
16               <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
17               <rdfs:domain rdf:resource="#MeshalizerInput"/>
18               <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
19             </owl:DatatypeProperty>
20             <owl:DatatypeProperty rdf:ID="pointsLocation">
21               <rdfs:domain rdf:resource="#MeshalizerInput"/>
22 turid 1.1     <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
23               <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
24             </owl:DatatypeProperty>
25             <owl:DatatypeProperty rdf:ID="gzLocation">
26               <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
27               <rdfs:domain rdf:resource="#MeshalizerInput"/>
28               <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
29             </owl:DatatypeProperty>
30           </rdf:RDF>
31           
32           <!-- Created with Protege (with OWL Plugin 2.1, Build 284)  http://protege.stanford.edu -->

Rich Cawley
Powered by
ViewCVS 0.9.2