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

(Classes)
(roleAge (role[]))
Line 11: Line 11:
 
===roleAge (''role[]'') ===
 
===roleAge (''role[]'') ===
 
Find best p:Person entity matching against ''role'' (if any). Lookup the literal value of v:bday attribute. Function value is age in years based on current dateTime.
 
Find best p:Person entity matching against ''role'' (if any). Lookup the literal value of v:bday attribute. Function value is age in years based on current dateTime.
 
  
 
===roleAgeRange (''role[]'') ===
 
===roleAgeRange (''role[]'') ===

Revision as of 21:10, 27 February 2011

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

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

Files

Classes

roleAge (role[])

Find best p:Person entity matching against role (if any). Lookup the literal value of v:bday attribute. Function value is age in years based on current dateTime.

roleAgeRange (role[])

Find best p:Person entity matching against role (if any). Lookup the literal value of v:bday attribute. Function value is one of the possible values of the ageRangeValues attribute.

roleEntity (role[], mappedAtt)

Find best p:Person entity matching against role parameter (if any). Function value is (object) value of that entity's mappedAtt attribute.

roleFullnane (role[])

Find best p:Person entity matching against role parameter (if any). Function value is string concatenation of the (string) values of the following attributes of the v:Name instance that is the value of the v:n attribute of this entity. The attributes to concatentate are: v:honorific-prefix, v:given-name, v:additional-name(s), v:family-name, v:honorific-suffix.

roleLiteral (role[], mappedAtt)

Find best p:Person entity matching against role parameter (if any). Function value is the simple, literal value of that entity's mappedAtt attribute.

roleLiteralInitial (role[], mappedAtt)

Find best p:Person entity matching against role parameter (if any). Function value is the upper-cased first character of the simple, literal value of that entity's mappedAtt attribute.

rolePathClassLiteral(role[], path, className, mapppedAtt)

Find best p:Person entity matching against role parameter (if any). Find the the set, A, of (complex) values of the path attribute where the values are instances of class className. Function value is literal value(s) of the mappedAtt attribute of all members of A.

rolePathLiteral (role[], path, mappedAtt)

Find best p:Person entity matching against role parameter (if any). Find the the set, A, of (complex) values of the path attribute. Function value is literal value(s) of the mappedAtt attribute of all members of A.

rolePathLiteral2 (role[], path, mappedAtt)

Like rolePathLiteral except that the mappedAtt param may be an rdf:Property instead of an owl:DatatypeProperty AND the path param may be an rdf:Property instead of an owl:ObjectProperty

rolePathLiteralInitial (role[], path, mappedAtt)

@@@TODO

rolePathPartialPostal (role[], path, mappedAtt)

@@@TODO

rolePathPartialPostal (role[], path, mappedAtt)

@@@TODO

sameAs (equivalentAttribute)

Indirection. The value of this function is the value of the equivalentAttribute in some other vocabulary.

Under development

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

Attributes

@@@TODO

Links

Back to the top