Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SKOS vocabulary usage"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} right === Files === * [http://www.w3.org/2004/02/skos/core SKOS ontology] == Links =...)
 
Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} [[Image:Higgins logo 76Wx100H.jpg|right]]  
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} [[Image:Higgins logo 76Wx100H.jpg|right]]  
  
=== Files ===
+
Persona.owl imports the [http://www.w3.org/2004/02/skos/core SKOS] ontology and uses a few of its classes and attributes.
* [http://www.w3.org/2004/02/skos/core SKOS ontology]  
+
 
 +
==Classes==
 +
 
 +
* skos:Concept
 +
 
 +
==Attributes==
 +
* skos:concept
 +
* skos:broader
 +
 
 +
==Concept Scheme (instance)==
 +
 
 +
Persona.owl includes a concept hierarchy defined using SKOS. This hierarchy can be used by visual editors (e.g. a persona editor) to help organize the UI. Attributes defined in persona.owl include <code>skos:concept</code> annotations to indicate the category of concept the attribute belongs to.
 +
 
 +
[[Image:Conceptsv5.png|center]]
 +
 
 +
Which is represented as:
 +
 
 +
[[Image:Persona-concept-hierarchy.png|center]]
 +
 
 +
Note: see [[Higgins Data Model 2.0]] for more information on concept schemes.
  
 
== Links ==
 
== Links ==
 
* [[Persona Data Model 2.0]]
 
* [[Persona Data Model 2.0]]

Revision as of 00:01, 14 October 2010

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Higgins logo 76Wx100H.jpg

Persona.owl imports the SKOS ontology and uses a few of its classes and attributes.

Classes

  • skos:Concept

Attributes

  • skos:concept
  • skos:broader

Concept Scheme (instance)

Persona.owl includes a concept hierarchy defined using SKOS. This hierarchy can be used by visual editors (e.g. a persona editor) to help organize the UI. Attributes defined in persona.owl include skos:concept annotations to indicate the category of concept the attribute belongs to.

Conceptsv5.png

Which is represented as:

Persona-concept-hierarchy.png

Note: see Higgins Data Model 2.0 for more information on concept schemes.

Links

Back to the top