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 "Mapping vocabulary"

(Classes)
(UML Overview)
Line 8: Line 8:
  
 
==UML Overview ==
 
==UML Overview ==
[[Image:Mapping 2.0.100.png|center]]
+
@@@TODO
  
 
==Classes==
 
==Classes==

Revision as of 01:31, 23 December 2010

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

Vocabulary for attribute schema mapping rules. Imported by Persona vocabulary.

Files

UML Overview

@@@TODO

Classes

@@@TODO

MappingContext

AttributeMap

Attributes

@@@TODO

Mapping Functions

@@@TODO complete the following

rolePathLiteral (role[], link, att)

  • find the p:Person by role
  • find complex attributes of type link find a target entity e1
  • if found return the value of attribute att of e1

rolePathClassRDFValue (role[], link, class)

  • find the p:Person by role
  • find complex attributes of type link for an object of class class
  • if found return the rdf:value

rolePathClassLiteral(role[], link, class, att)

  • find the p:Person by role
  • find complex attributes of type link whose value is of class class
  • return (literal) value of att attribute

currentEmployerName (role[])

  • find the p:Person by role
  • find the h:start..h:end ranges for all osoc:jobs
  • return list of all osoc:name values

timeAtCurrentEmployer (role[])

  • find the p:Person by role
  • find the h:start..h:end ranges ranges for all osoc:jobs
  • return list of all osoc:name values

Links

Back to the top