|
|
|
|
File: [Development] / mygrid / miasgrid / rdf-provenance / etc / ontology / Attic / Copy of myib-demo.owl
(download)
Revision: 1.1, Wed Oct 12 11:06:04 2005 UTC (4 years, 10 months ago) by turid Branch: MAIN CVS Tags: release-1-0, release-0-9 New import - previous cvs is cvs.mygrid.info:/usr/local/cvs/miasgrid |
<?xml version="1.0"?>
<rdf:RDF
xmlns="http://www.mygrid.org.uk/provenance#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xml:base="http://www.mygrid.org.uk/provenance">
<owl:Ontology rdf:about="">
<!--owl:imports rdf:resource="file:/dturi/cvs/rdf-provenance/etc/ontology/provenance.owl"/-->
</owl:Ontology>
<owl:Class rdf:ID="MeshalizerInput"/>
<owl:DatatypeProperty rdf:ID="triLocation">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#MeshalizerInput"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="pointsLocation">
<rdfs:domain rdf:resource="#MeshalizerInput"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="gzLocation">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#MeshalizerInput"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
</owl:DatatypeProperty>
</rdf:RDF>
<!-- Created with Protege (with OWL Plugin 2.1, Build 284) http://protege.stanford.edu -->
| Rich Cawley |
Powered by ViewCVS 0.9.2 |