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

Proxy vocabulary

Revision as of 15:19, 25 June 2011 by Unnamed Poltroon (Talk) (Attributes)

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

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