| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| |
| <rdf:RDF |
| xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" |
| xmlns:owl="http://www.w3.org/2002/07/owl#" |
| xmlns:dc="http://purl.org/dc/elements/1.1/" |
| xmlns:skos="http://www.w3.org/2008/05/skos#" |
| > |
| |
| <!-- Ontology --> |
| |
| <owl:Ontology rdf:about="http://clerezza.org/2009/06/tcprovider#"> |
| <owl:versionInfo>Revision: 0.1</owl:versionInfo> |
| <dc:title xml:lang="en"> |
| Clerezza Triple Collection Provider Ontology Namespace |
| </dc:title> |
| </owl:Ontology> |
| |
| <!-- Classes --> |
| |
| <rdfs:Class rdf:about="http://clerezza.org/2009/06/tcprovider#Graph"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/> |
| <rdfs:label xml:lang="en">Graph</rdfs:label> |
| <skos:definition xml:lang="en"> |
| A graph, modeled as a set of triples. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/06/tcprovider#" /> |
| <rdfs:subClassOf rdf:resource="http://clerezza.org/2009/06/tcprovider#TripleCollection" /> |
| </rdfs:Class> |
| |
| <rdfs:Class rdf:about="http://clerezza.org/2009/06/tcprovider#MGraph"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/> |
| <rdfs:label xml:lang="en">MGraph</rdfs:label> |
| <skos:definition xml:lang="en"> |
| A mutable graph. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/06/tcprovider#" /> |
| <rdfs:subClassOf rdf:resource="http://clerezza.org/2009/06/tcprovider#TripleCollection" /> |
| </rdfs:Class> |
| |
| <rdfs:Class rdf:about="http://clerezza.org/2009/06/tcprovider#TripleCollection"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/> |
| <rdfs:label xml:lang="en">TripleCollection</rdfs:label> |
| <skos:definition xml:lang="en"> |
| A triple collcetion, i.e. a mutable or inmutable graph. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/06/tcprovider#" /> |
| </rdfs:Class> |
| |
| </rdf:RDF> |