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

Proxy vocabulary

Revision as of 14:30, 7 August 2011 by Ptrevithick.gmail.com (Talk | contribs) (UML Overview)

{{#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.102.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.

Card Attributes

backgroundColor

Background image of a Card.

  • domain: Card
  • value: xsd:string

image

  • domain: Card
  • value: xsd:base64

imageType

  • domain: Card
  • one of ("JPG", "GIF", "PNG")

LinkedData Attributes

externalResource

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

  • domain: LinkedData
  • value: xsd:anyURI

Proxy Attributes

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

XRI 2.0 Attributes

authNMaterialsType

udiMetadata

UDIMetadata instance

  • domain: XRI2.0
  • value: UDIMetadata

Links

Back to the top