Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Classes)
Line 3: Line 3:
 
Persona.owl imports the [http://www.w3.org/2004/02/skos/core SKOS] ontology and uses a few of its classes and attributes.
 
Persona.owl imports the [http://www.w3.org/2004/02/skos/core SKOS] ontology and uses a few of its classes and attributes.
  
==Classes==
+
==Classes Used ==
  
 
* skos:Concept
 
* skos:Concept

Revision as of 00:02, 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 Used

  • 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