blob: e6c76a87e5e59f4a9522af4db7e52cd305d01196 [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
xml:base="http://clerezza.org/2009/03/controlpanel#"
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/03/controlpanel#">
<owl:versionInfo>Revision: 0.1</owl:versionInfo>
<dc:title xml:lang="en">
Clerezza Concept Manager
</dc:title>
</owl:Ontology>
<!-- Classes -->
<rdfs:Class rdf:about="#SettingsPage">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">account settings Page</rdfs:label>
<skos:definition xml:lang="en">A web page containing a list of bundles of a user. Over the page
bundles can be managed.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/03/controlpanel#" />
</rdfs:Class>
<rdfs:Class rdf:about="#ProfilePage">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">personal profile management page</rdfs:label>
<skos:definition xml:lang="en">A web page allowing users to change
their profile.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/03/controlpanel#" />
</rdfs:Class>
<rdfs:Class rdf:about="#ContactConfirmPage">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">ContactConfirmPage</rdfs:label>
<skos:definition xml:lang="en">page for confiming a new contact
</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/03/controlpanel#" />
</rdfs:Class>
<!-- Properties -->
<rdf:Property rdf:about="#userBundlePermission">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">User Bundle Permission</rdfs:label>
<skos:definition xml:lang="en">Points to a boolean indicating if the user has
the permission to install bundles over his/her account control page, which is the subject.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/03/controlpanel#" />
<rdfs:domain rdf:resource="#SettingsPage" />
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</rdf:Property>
<rdf:Property rdf:about="#changePasswordPermission">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Change Password Permission</rdfs:label>
<skos:definition xml:lang="en">Points to a boolean indicating if the user has
the permission to change the password over his/her account control page, which is the subject.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/03/controlpanel#" />
<rdfs:domain rdf:resource="#SettingsPage" />
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</rdf:Property>
<rdf:Property rdf:about="#changedPassword">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">change password</rdfs:label>
<skos:definition xml:lang="en">Points from a settings page over which an attempt was made to change the password of the user owning it
to a boolean indicating if an attempt succeeded.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/03/controlpanel#" />
<rdfs:domain rdf:resource="#SettingsPage" />
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</rdf:Property>
<rdf:Property rdf:about="#isLocalProfile">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">profile local</rdfs:label>
<skos:definition xml:lang="en">Points from a profile page to a boolean
indicating if the server considers itself as authoritative for that profile.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/03/controlpanel#" />
<rdfs:domain rdf:resource="#SettingsPage" />
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</rdf:Property>
<rdf:Property rdf:about="#suggestedPPDUri">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" />
<rdfs:label xml:lang="en">Suggested PPD URI</rdfs:label>
<skos:definition xml:lang="en">Points to a uri suggested for a new local
personal profile document of the subject.</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/03/controlpanel#" />
<rdfs:domain rdf:resource="#SettingsPage" />
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</rdf:Property>
</rdf:RDF>