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"

 
(3 intermediate revisions by the same user not shown)
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]]  
  
Persona.owl imports the [http://www.w3.org/2004/02/skos/core SKOS] ontology and uses a few of its classes and attributes.
+
The [[Persona vocabulary]] imports the [http://www.w3.org/2004/02/skos/core SKOS] vocabulary and uses a few of its classes and attributes.
  
==Classes==
+
==Classes Used ==
  
 
* skos:Concept
 
* skos:Concept
  
==Attributes==
+
==Attributes Used==
 
* skos:concept
 
* skos:concept
 
* skos:broader
 
* skos:broader

Latest revision as of 22:05, 27 October 2010

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

The Persona vocabulary imports the SKOS vocabulary and uses a few of its classes and attributes.

Classes Used

  • skos:Concept

Attributes Used

  • 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