| <?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#" |
| xmlns:doc="http://clerezza.org/2009/08/documentation#" |
| > |
| |
| <!-- Ontology --> |
| |
| <owl:Ontology rdf:about="http://clerezza.org/2009/08/documentation#"> |
| <owl:versionInfo>Revision: 0.1</owl:versionInfo> |
| <dc:title xml:lang="en"> |
| Clerezza Documentation Ontology |
| </dc:title> |
| </owl:Ontology> |
| |
| <!-- Classes --> |
| |
| <rdfs:Class rdf:about="http://clerezza.org/2009/08/documentation#DocumentationItem"> |
| <rdfs:label xml:lang="en">DocumentationItem</rdfs:label> |
| <skos:definition xml:lang="en"> |
| A piece of documentation. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| </rdfs:Class> |
| |
| <rdfs:Class rdf:about="http://clerezza.org/2009/08/documentation#HowTo"> |
| <rdfs:label xml:lang="en">HowTo</rdfs:label> |
| <rdfs:subClassOf rdf:resource="http://clerezza.org/2009/08/documentation#DocumentationItem"/> |
| <skos:definition xml:lang="en"> |
| A how-to is an informal, often short, description of how to accomplish |
| some specific task. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| </rdfs:Class> |
| |
| <rdfs:Class rdf:about="http://clerezza.org/2009/08/documentation#Tutorial"> |
| <rdfs:label xml:lang="en">Tutorial</rdfs:label> |
| <rdfs:subClassOf rdf:resource="http://clerezza.org/2009/08/documentation#DocumentationItem"/> |
| <skos:definition xml:lang="en"> |
| A tutorial is a user-guide/manual intended to give assistance to people |
| using a particular system. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| </rdfs:Class> |
| |
| <rdfs:Class rdf:about="http://clerezza.org/2009/08/documentation#FAQ"> |
| <rdfs:label xml:lang="en">FAQ</rdfs:label> |
| <rdfs:subClassOf rdf:resource="http://clerezza.org/2009/08/documentation#DocumentationItem"/> |
| <skos:definition xml:lang="en"> |
| Frequently asked questions, or FAQs are listed questions and answers, all |
| supposed to be frequently asked in some context, and pertaining to a |
| particular topic. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| </rdfs:Class> |
| |
| <rdfs:Class rdf:about="http://clerezza.org/2009/08/documentation#TargetAudience"> |
| <rdfs:label xml:lang="en">TargetAudience</rdfs:label> |
| <skos:definition xml:lang="en"> |
| The target audience of a documentation. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| </rdfs:Class> |
| |
| <doc:TargetAudience rdf:about="http://clerezza.org/2009/08/documentation#Users"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/> |
| <rdfs:label xml:lang="en">Users</rdfs:label> |
| <rdfs:subClassOf rdf:resource="http://clerezza.org/2009/08/documentation#TargetAudience"/> |
| <skos:definition xml:lang="en"> |
| Platform users. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| </doc:TargetAudience> |
| |
| <doc:TargetAudience rdf:about="http://clerezza.org/2009/08/documentation#Admins"> |
| <rdfs:label xml:lang="en">Admins</rdfs:label> |
| <rdfs:subClassOf rdf:resource="http://clerezza.org/2009/08/documentation#TargetAudience"/> |
| <skos:definition xml:lang="en"> |
| Platform administrators. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| </doc:TargetAudience> |
| |
| <doc:TargetAudience rdf:about="http://clerezza.org/2009/08/documentation#Developers"> |
| <rdfs:label xml:lang="en">Developers</rdfs:label> |
| <rdfs:subClassOf rdf:resource="http://clerezza.org/2009/08/documentation#TargetAudience"/> |
| <skos:definition xml:lang="en"> |
| Platform developers. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| </doc:TargetAudience> |
| |
| <!-- Properties --> |
| |
| <rdf:Property rdf:about="http://clerezza.org/2009/08/documentation#documentation"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" /> |
| <rdfs:label xml:lang="en">documentation</rdfs:label> |
| <skos:definition xml:lang="en">Points to a documentation of the subject |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| <rdfs:range rdf:resource="http://clerezza.org/2009/08/documentation#DocumentationItem"/> |
| </rdf:Property> |
| |
| <rdf:Property rdf:about="http://clerezza.org/2009/08/documentation#audience"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" /> |
| <rdfs:label xml:lang="en">audience</rdfs:label> |
| <skos:definition xml:lang="en">Points to a kind of audience for which the |
| the subject is intended as documentation for. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| <rdfs:domain rdf:resource="http://clerezza.org/2009/08/documentation#DocumentationItem"/> |
| <rdfs:range rdf:resource="http://clerezza.org/2009/08/documentation#TargetAudience"/> |
| </rdf:Property> |
| |
| <rdf:Property rdf:about="http://clerezza.org/2009/08/documentation#after"> |
| <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty" /> |
| <rdfs:label xml:lang="en">after</rdfs:label> |
| <skos:definition xml:lang="en">Points to a Documentation item after which the |
| the subject should appear if both subject and object are to presented |
| together. The subject needs not to follow immediately after the object item, |
| in fact a subject may have several such properties to points to different |
| items the reader of the documentation is assumed to already know about. |
| </skos:definition> |
| <rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/documentation#" /> |
| <rdfs:domain rdf:resource="http://clerezza.org/2009/08/documentation#DocumentationItem"/> |
| <rdfs:range rdf:resource="http://clerezza.org/2009/08/documentation#DocumentationItem"/> |
| </rdf:Property> |
| |
| </rdf:RDF> |