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

(Attributes)
(LinkedData)
Line 25: Line 25:
 
=== LinkedData ===
 
=== LinkedData ===
 
* subClassOf Proxy
 
* subClassOf Proxy
 +
 +
===XRI2.0===
 +
XRI 2.0 reference. Dereferences to an XRDS discovery document
 +
* 0..1 <code>app-data:appData</code> - provides a "template" for the AppData object within a dynamically created AppDataContext (see [[App-data vocabulary]])
 +
* 1..1 <code>authNMaterialsType</code>
 +
* 1..1 <code>contextType</code>
 +
* 0..1 <code>udiMetadata</code>
 +
 +
===UDIMetadata===
 +
A set of attribute/values that, taken together, are considered the "metadata" for the XRDS service endpoint. See http://www.azigo.com/udi/udi-resolution.html#anchor3 for an example.
  
 
==Attributes==
 
==Attributes==

Revision as of 21:17, 18 July 2011

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

A vocabulary to describe the Proxy class and subclasses. Imported by Persona vocabulary.

Files

UML Overview

Proxy 2.0.100.png

Classes

Card

A kind of "visual" proxy for a digital identity. Has just enough information to visually display this Proxy in a user interface.

  • subClassOf Proxy
  • 1..1 backgroundColor
  • 0..1 image
  • 0..1 imageType

Proxy

A (abstract) proxy for an object that is stored external to the local data store. Concrete subclasses of Proxy specify how this external object it accessed (e.g. by specifying location of the object, the used protocol to access it, and any authentication materials required). Each Proxy instance has a resource attribute that is a reference to a representation of the external object in a context in the local data store.

  • 1..1 skos:prefLabel - display name
  • 1..1 resource

LinkedData

  • subClassOf Proxy

XRI2.0

XRI 2.0 reference. Dereferences to an XRDS discovery document

  • 0..1 app-data:appData - provides a "template" for the AppData object within a dynamically created AppDataContext (see App-data vocabulary)
  • 1..1 authNMaterialsType
  • 1..1 contextType
  • 0..1 udiMetadata

UDIMetadata

A set of attribute/values that, taken together, are considered the "metadata" for the XRDS service endpoint. See http://www.azigo.com/udi/udi-resolution.html#anchor3 for an example.

Attributes

backgroundColor

Background image of a Card.

  • domain: Card
  • value: xsd:string

externalResource

URI of a Linked Data resource. (see http://linkeddatabook.com/editions/1.0/)

  • domain: LinkedData
  • value: xsd:anyURI

image

  • domain:Card
  • value:xsd:base64

imageType

  • domain: Card
  • value: xsd:string

resource

Entity stored in local data store that is a local representation of the external object represented by this Proxy.

  • domain: Proxy
  • value: owl:Thing

Links

Back to the top