blob: 846af575fff749b84f92353a02ec7d2715be6109 [file] [log] [blame]
<?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/11/global-menu#">
<owl:versionInfo>Revision: 0.1</owl:versionInfo>
<dc:title xml:lang="en">
Clerezza Global Menu
</dc:title>
</owl:Ontology>
<!-- Classes -->
<rdfs:Class rdf:about="http://clerezza.org/2009/11/global-menu#MenuItem">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">MenuItem</rdfs:label>
<skos:definition xml:lang="en">An item within a menu</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/11/globalMenu#" />
</rdfs:Class>
<rdfs:Class rdf:about="http://clerezza.org/2009/11/global-menu#Menu">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Menu</rdfs:label>
<skos:definition xml:lang="en">A labled menu with menu items and/or other
menus as children.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/11/globalMenu#" />
</rdfs:Class>
<!-- Properties -->
<rdf:Property rdf:about="http://clerezza.org/2009/11/global-menu#globalMenu">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">globalMenu</rdfs:label>
<skos:definition xml:lang="en">Points to the rdf list containing menu items
and/or menus.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/11/globalMenu#" />
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List" />
</rdf:Property>
<rdf:Property rdf:about="http://clerezza.org/2009/11/global-menu#children">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">globalMenu</rdfs:label>
<skos:definition xml:lang="en">Points to an rdf list containing
the children of the subject.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/11/globalMenu#" />
<rdfs:domain rdf:resource="http://clerezza.org/2009/11/global-menu#Menu" />
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List" />
</rdf:Property>
<rdf:Property rdf:about="http://clerezza.org/2009/11/global-menu#path">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
<rdfs:label xml:lang="en">path</rdfs:label>
<skos:definition xml:lang="en">Points to the URI path of the subject.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/11/globalMenu#" />
<rdfs:domain rdf:resource="http://clerezza.org/2009/11/global-menu#MenuItem" />
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string" />
</rdf:Property>
</rdf:RDF>