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

(AppTemplate)
(authority)
 
(94 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} [[Image:Higgins logo 76Wx100H.jpg|right]]
+
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
  
 
Vocabulary to describe a Template Context. Contains information necessary to dynamically instantiate regular contexts. Part of the [[Persona Data Model 2.0]].  
 
Vocabulary to describe a Template Context. Contains information necessary to dynamically instantiate regular contexts. Part of the [[Persona Data Model 2.0]].  
  
=== Files ===
+
== Files ==
 
* Most recently [http://www.eclipse.org/higgins/ontologies/2010/6/template published]
 
* Most recently [http://www.eclipse.org/higgins/ontologies/2010/6/template published]
 
* SVN source: [https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/H2/org.eclipse.higgins.ontology/template.owl template.owl]
 
* SVN source: [https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/H2/org.eclipse.higgins.ontology/template.owl template.owl]
Line 9: Line 9:
 
==UML Overview ==
 
==UML Overview ==
  
[[Image:Template 2.0.107b.png|center]]
+
[[Image:Template-2.0.122.png|center]]
  
 
==Overview==
 
==Overview==
Template contexts are used to instantiate both regular contexts and connector context pairs mentioned here: [[Persona Data Model 2.0]]. The AppTemplate subclass of TemplateContext (itself a subclass of ctxt:Context) is used to describe the former, and the ConnectorTemplate subclass of TemplateContext, the latter.  
+
TemplateContexts are used to instantiate both regular contexts and connector contexts mentioned here: [[Persona Data Model 2.0]]. The AppTemplate subclass of TemplateContext (itself a subclass of ctxt:Context) is used to describe the former, and the ConnectionTemplate subclass of TemplateContext, the latter. TemplateContexts have an optional policy attribute whose value is an an instance of DataPolicy.
  
 
=== AppTemplate ===
 
=== AppTemplate ===
Line 21: Line 21:
  
 
====App====
 
====App====
A prototype of a context instance that holds app-specific data (e.g. Person entity) if any
+
Abstract class. A prototype of a context instance that holds app-specific data (e.g. Person entity) if any. Subclasses reference active content (aka code).
 
* subclass of ContextPrototype
 
* subclass of ContextPrototype
* 1..1 appURI - value is a URI containing a portion of a web page to load into the portal. This webpage may contain lots of JavaScript and provide sophisticated viewing, editing, validating or other services to the user--hence the use of the "app" term.
 
 
* 1..1 description--human friendly text that describes this app/view/context
 
* 1..1 description--human friendly text that describes this app/view/context
 
* 0..1 viewRoot (inherited) - value is a structure created using the [[View-builder vocabulary]] that describes how to dynamically construct a UI to view and/or edit the attributes of this context.
 
* 0..1 viewRoot (inherited) - value is a structure created using the [[View-builder vocabulary]] that describes how to dynamically construct a UI to view and/or edit the attributes of this context.
Line 30: Line 29:
 
The instantiated context of an AppTemplate TemplateContext is a place where the JavaScript of the app can persist new attributes if needed. Apps use an API that may update the values of attributes in other contexts.
 
The instantiated context of an AppTemplate TemplateContext is a place where the JavaScript of the app can persist new attributes if needed. Apps use an API that may update the values of attributes in other contexts.
  
=== ConnectorTemplate ===
+
=== ConnectionTemplate ===
  
A TemplateContext containing two ContextPrototypes instances that describe each connector context in a relationship:
+
A TemplateContext containing two ContextPrototypes instances that describe connector context(s) in a relationship. In some cases only a single ''Participant'' context is instantiated, in others a ''Participant/Definer'' pair is instantiated.
  
The '''Definer''' instance has the following attributes:
+
The '''Definer''' ContextPrototype instance has the following attributes:
* 0..N provided - values are the URIs of attributes in the relationship for which the Definer is authoritative
+
 
* 0..1 viewRoot - value is a structure created using the [[View-builder vocabulary]] that describes how to dynamically construct a UI to view and/or edit the attributes of this context.
 
* 0..1 viewRoot - value is a structure created using the [[View-builder vocabulary]] that describes how to dynamically construct a UI to view and/or edit the attributes of this context.
 
* 0..1 settingsViewRoot - value is a structure created using the [[View-builder vocabulary]] that describes how to dynamically construct a UI to view and/or edit administrative settings related to the JavaScript app (if present)
 
* 0..1 settingsViewRoot - value is a structure created using the [[View-builder vocabulary]] that describes how to dynamically construct a UI to view and/or edit administrative settings related to the JavaScript app (if present)
  
The '''Participant''' instance has the following attributes:
+
The '''Participant''' ContextPrototype instance has the following attributes:
 
* 0..1 templateRole - value is a default Role to assign to the new p:Person instance in the newly instantiated context
 
* 0..1 templateRole - value is a default Role to assign to the new p:Person instance in the newly instantiated context
* 0..N provided - values are the URIs of attributes in the relationship for which the participant is authoritative
+
in the relationship for which the participant is authoritative and may optionally decide to provide
* 0..N providedOpt - values are the URIs of attributes in the relationship for which the participant is authoritative and may optionally decide to provide
+
 
* 0..1 viewRoot - value is a structure created using the [[View-builder vocabulary]] that describes how to dynamically construct a UI to view and/or edit the attributes of this context.
 
* 0..1 viewRoot - value is a structure created using the [[View-builder vocabulary]] that describes how to dynamically construct a UI to view and/or edit the attributes of this context.
 
* 0..1 settingsViewRoot - value is a structure created using the [[View-builder vocabulary]] that describes how to dynamically construct a UI to view and/or edit administrative settings related to the JavaScript app (if present)
 
* 0..1 settingsViewRoot - value is a structure created using the [[View-builder vocabulary]] that describes how to dynamically construct a UI to view and/or edit administrative settings related to the JavaScript app (if present)
  
 
====Example====
 
====Example====
Below is an example of a ConnectorTemplate. See ([https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/H2/org.eclipse.higgins.ontology/examples/nytimes-template-context.n3 nytimes-template-context.n3] for details):
+
Below is an example of a ConnectionTemplate. See ([https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/H2/org.eclipse.higgins.ontology/templates/nytimes.com.n3 nytimes.com.n3] for details):
  
Here is the ConnectorTemplate (Note: the image value is truncated):
+
Here is the ConnectionTemplate (Note: the image value is truncated):
  <http://www.eclipse.org/higgins/ontologies/examples/google-ads>
+
 
       a      owl:Ontology , template:ConnectorTemplate ;
+
  <http://www.eclipse.org/higgins/ontologies/examples/nytimes.com>
      template:definer :Definer_1 ;
+
       a      template:ConnectionTemplate , owl:Ontology ;
      template:image "30456034350840236980afbcc0ef"^^xsd:base64Binary ;
+
      template:imageType "GIF"^^xsd:string ;
+
 
       template:participant
 
       template:participant
               :Participant_1 ;
+
               :WebsiteFacade_1 ;
       owl:imports <http://www.w3.org/2004/02/skos/core> ,
+
       template:proxyClass proxy:WebLogin ;
  <http://www.eclipse.org/higgins/ontology/2011/2/view-builder> ,  
+
      proxy:connectionType proxy:News ;
  <http://www.eclipse.org/higgins/ontologies/2010/6/fp> ,  
+
      proxy:domain "nytimes.com"^^xsd:string ;
  <http://www.eclipse.org/higgins/ontologies/2010/6/template> .
+
      proxy:externalResource
 +
              "http://nytimes.com"^^xsd:anyURI ;
 +
      proxy:image "329849238457234523453454"^^xsd:base64Binary ;
 +
      proxy:imageType "JPG"^^xsd:string ;
 +
      owl:imports <http://www.eclipse.org/higgins/ontologies/2011/2/view-builder> ,  
 +
      <http://www.eclipse.org/higgins/ontologies/2010/6/fp> ,
 +
      <http://www.eclipse.org/higgins/ontologies/2010/6/template> ;
 +
      skos:prefLabel "NYTimes ConnectionTemplate"^^xsd:string .
  
Here is the Participant (Note: the 'ViewRoot' and sub-objects have been omitted here for simplicity.):
 
  :Participant_1
 
      rdf:type template:Participant ;
 
      template:viewRoot :ViewRoot .
 
  
Here is the definer WebsiteFacade (Note: the actual code of the JavaScript has been omitted):
+
Here is the definer WebsiteFacade:Participant (Note: the actual code of the JavaScript has been omitted). See [[App-data vocabulary]] for a complete example of a WebsiteFacade object:
 
    
 
    
   :Definer_1
+
   :WebsiteFacade_1
       rdf:type template:WebsiteFacade ;
+
       rdf:type app-data:WebsiteFacade ;
       template:homePage "http://google.com"^^xsd:anyURI ;
+
       app-data:script :Login_1 ;
       template:profilePath
+
       template:contextClass
               "/ads/preferences"^^xsd:anyURI ;
+
               <http://www.eclipse.org/higgins/ontologies/2011/6/context#ConnectionContext> .
      template:desires <http://www.eclipse.org/higgins/ontologies/2010/6/online-behavior#interest> ;
+
 
      template:provides <nytimes.com/schema/userAccountNumber> ;
+
Here is its Login CDEScript:
      template:requires <http://www.eclipse.org/higgins/ontologies/2010/6/fp#ageRange> ,
+
   :Login_1
  <http://www.eclipse.org/higgins/ontologies/2010/6/fp#gender> ,
+
       a       app-data:Login ;
   <http://www.eclipse.org/higgins/ontologies/2010/6/fp#postalCode> ;
+
       app-data:data "<JSON script goes here>"^^xsd:string ;
       template:scrapeFillCode
+
       app-data:version "1.0"^^xsd:string ;
              :JavaScript_1 .
+
      skos:prefLabel "Script to auto-login to the New York Times website."^^xsd:string .
 
+
  :JavaScript_1
+
       rdf:type app-data:JavaScript ;
+
       app-data:description
+
              "Google ad prefs scraper/filler"^^xsd:string ;
+
       app-data:version "1.0.0"^^xsd:string .
+
  
 
==Classes==
 
==Classes==
  
 
===App===
 
===App===
A prototype of a context instance that holds app-specific data (e.g. Person entity) if any
+
Abstract class. A prototype of a context instance that holds app-specific data (e.g. Person entity) if any. Subclasses reference active content (aka code).
 
* subClassOf ContextPrototype
 
* subClassOf ContextPrototype
 
* 1..1 appURI
 
* 1..1 appURI
Line 100: Line 92:
 
* 1..1 app
 
* 1..1 app
  
===Attribute===
 
An attribute. Optionally from a specified authority/issuer.
 
* 1..1 attribute
 
* 0..N authority
 
  
===Connector===
 
A prototype of a Definer-or-Participant context instance. Abstract.
 
  
===ConnectorTemplate===
+
===ConnectionTemplate===
A TemplateContext containing two ContextPrototypes instances that describe each connector context in a relationship  
+
A TemplateContext containing two ContextPrototypes instances that describe the participant context or the participant and definer connector contexts in a relationship. The ''proxy:externalResource'' is the URI of the external site (e.g. http://groupon.com). The ''proxy:connectionType'' (and the ''proxy:externalResource'') are used to instantiate proxy:Proxy instances.
* 1..1 definer
+
* subClassOf: TemplateContext
 +
* 0..1 definer
 
* 1..1 participant
 
* 1..1 participant
 +
* 1..1 proxy:connectionType - e.g. "business"
 +
* 1..1 proxy:externalResource - e.g. http://nytimes.com
 +
* 1..1 proxy:domain - e.g. nytimes.com
  
 
===ContextPrototype===
 
===ContextPrototype===
Abstract class. A prototype of an Context instance. The attributes of the prototype are copied into a Context instance
+
Abstract class. A prototype of an Context instance including, potentially, active code to be executed. The attributes of the prototype are copied into a Context instance.
 
* 0..1 viewRoot
 
* 0..1 viewRoot
 +
* 0..1 contextSettingsClass
 +
 +
  
 
===Definer===
 
===Definer===
 
A prototype of a context that is one side of a connector context pair. The Definer side is a context managed by the same party that created the TemplateContext--the party that defines the overall parameters of the connector relationship. In a person-to-business connector. Definer would typically be the business as it is the business that defines the relationship including the set of attributes that will go back and forth.
 
A prototype of a context that is one side of a connector context pair. The Definer side is a context managed by the same party that created the TemplateContext--the party that defines the overall parameters of the connector relationship. In a person-to-business connector. Definer would typically be the business as it is the business that defines the relationship including the set of attributes that will go back and forth.
 
* subClassOf: Connector
 
* subClassOf: Connector
 +
 +
===HBXApp===
 +
An App that consists of an ''app-data:Overlay'' that is loaded by the HBX and executed in the foreground--i.e. as an overlay to the current page.
 +
* subClassOf App
 +
* 1..1 overlay
  
 
===Participant===
 
===Participant===
Line 125: Line 123:
 
* subClassOf: Connector
 
* subClassOf: Connector
 
* 0..1 overlayCode
 
* 0..1 overlayCode
 +
 +
===PortalApp===
 +
A kind of App that loads HTML/JS from ''appURI'' and displays it within the portal. The appURI may be within the PDS operator's domain or external to it.
 +
* subClassOf App
 +
* 1..1 appURI
  
 
===TemplateContext===
 
===TemplateContext===
 
A TemplateContext is an abstract class for a context whose attributes act analogous to a "class" for regular context "instances".
 
A TemplateContext is an abstract class for a context whose attributes act analogous to a "class" for regular context "instances".
 
* subclassOf ctxt:Context (see [[Context vocabulary]])
 
* subclassOf ctxt:Context (see [[Context vocabulary]])
 
+
* 0..1 proxy:image
===WebsiteFacade===
+
* 0..1 proxy:imageType
A sideA context that instead of being managed by an external party, is created and managed by local code (e.g. JavaScript running locally) acting as a proxy for the "real" issuer.
+
* 0..1 proxy:imageURL
* subClassOf: SideA
+
* 0..1 proxy:description
* 0..1 scrapeFillCode
+
* 1..1 proxy:displayName
 +
* 1..1 proxyClass
  
 
==Attributes==
 
==Attributes==
Line 147: Line 151:
 
* value: xsd:anyURI
 
* value: xsd:anyURI
  
===attribute===
 
* domain Attribute
 
* value: rdf:Property
 
  
===definer===
 
Definer context within a pair of Participant/Definer connector contexts
 
* domain: Connector
 
* value: Definer
 
  
===description===
+
===contextClass===
Human readable description of this app
+
Type (as in rdf:type) of ctxt:Context to instantiate  (e.g. ctxt:ConnectionContext, ctxt:InboxContext, etc.). If not present then ctxt:Context is used.
* domain: App
+
* domain: ContextPrototype
* value: xsd:string
+
* value: owl:Class
  
===homePage===
+
===contextSettingsClass===
Home page of this site. E.g. http://google.com.
+
The subclass of ctxt:Settings to instantiate when creating a new context instance from this context prototype. If not present then ctxt:Settings is used.
* domain: WebsiteFacade
+
* domain: ContextPrototype
* value: xsd:anyURI
+
* value: owl:Class
  
===image===
+
===definer===
Background image to use in proxy:Cards or proxy:Apps that point to contexts instantiated from this template context.
+
Definer context within a pair of Participant/Definer connector contexts.
* domain: TemplateContext
+
* domain: ConnectionTemplate
* value: xsd:base64Binary
+
* value: Definer
  
===imageType===
+
===overlay===
Type of background image to use in proxy:Cards or proxy:Apps that point to contexts instantiated from this template context.
+
JavaScript code that provides web augmentation/overlay to the user's current webpage in the browser.
* domain: TemplateContext
+
* domain: Participant or HBXApp
* value: one of ("GIF", "JPG", "PNG")
+
 
+
===loginPath===
+
login form submit URI relative to the value of 'homePage'
+
* domain: WebsiteFacade
+
* value: xsd:anyURI
+
 
+
===desires===
+
Definer desires but doesn't require this attribute from the participant.
+
* domain: Definer
+
* range: Attribute
+
 
+
===overlayCode===
+
JavaScript code to invoke to provide web augmentation/overlay.
+
* domain: Participant
+
 
* value: app-data:Overlay
 
* value: app-data:Overlay
  
 
===participant===
 
===participant===
Participant context within a pair of Participant/Definer connector contexts
+
Participant context within a pair of Participant/Definer connector contexts.
* domain: Connector
+
* domain: ConnectionTemplate
 
* value: Participant
 
* value: Participant
  
===profilePath===
+
===proxyClass===
Profile form submit URI relative to 'homePage'.
+
Subclass of proxy:Proxy to instantiate in the root context.
* domain: WebsiteFacade
+
* domain: TemplateContext
* value: xsd:anyURI
+
* value: owl:Class
  
===provides===
+
===role===
Attribute provided by the definer. Value is an attribute defined by persona.owl or fp.owl
+
Default role played by new Person entity instances in contexts instantiated from this Participant prototype
* domain: Connector
+
* domain: Participant
* value: Attribute
+
* value: persona:Role
 
+
===requires===
+
Definer (or App) requires this attribute from the participant.
+
* domain: Connector
+
* value: Attribute
+
 
+
===scrapeFillCode===
+
JavaScript connector code
+
* domain: WebsiteFacade
+
* value: app-data:JavaScript
+
  
 
===settingsViewRoot===
 
===settingsViewRoot===
Root of a tree of ViewNodes that describe the UI for the settings control panel for this context
+
Root of a tree of ViewNodes that describe the UI for the settings control panel for this context.
 
* domain: ContextPrototype
 
* domain: ContextPrototype
 
* value: view-builder:ViewNode
 
* value: view-builder:ViewNode
Line 227: Line 199:
  
 
===viewRoot===
 
===viewRoot===
Root of a tree of ViewNodes that describe the UI for this context
+
Root of a tree of ViewNodes that describe the UI for this context.
 
* domain: ContextPrototype
 
* domain: ContextPrototype
 
* value: view-builder:ViewNode
 
* value: view-builder:ViewNode
  
 
== Links ==
 
== Links ==
 +
* [[App-data vocabulary]]
 
* [[Persona Data Model 2.0]]
 
* [[Persona Data Model 2.0]]
  
 
[[Category:Higgins 2 Vocabularies]]
 
[[Category:Higgins 2 Vocabularies]]

Latest revision as of 22:39, 16 May 2012

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Vocabulary to describe a Template Context. Contains information necessary to dynamically instantiate regular contexts. Part of the Persona Data Model 2.0.

Files

UML Overview

Template-2.0.122.png

Overview

TemplateContexts are used to instantiate both regular contexts and connector contexts mentioned here: Persona Data Model 2.0. The AppTemplate subclass of TemplateContext (itself a subclass of ctxt:Context) is used to describe the former, and the ConnectionTemplate subclass of TemplateContext, the latter. TemplateContexts have an optional policy attribute whose value is an an instance of DataPolicy.

AppTemplate

An AppTemplate is a template for an app. An app is a PDS add-on. Apps run within a PDS-provided runtime environment. Apps have read (and potentially write) access to a specific set of attributes within the PDS. An AppTemplate is a TemplateContext subclass with a ContextPrototype instance that describes a context to be used to support an app.

  • subClassOf TemplateContext
  • 1..1 app App

App

Abstract class. A prototype of a context instance that holds app-specific data (e.g. Person entity) if any. Subclasses reference active content (aka code).

  • subclass of ContextPrototype
  • 1..1 description--human friendly text that describes this app/view/context
  • 0..1 viewRoot (inherited) - value is a structure created using the View-builder vocabulary that describes how to dynamically construct a UI to view and/or edit the attributes of this context.
  • 0..1 settingsViewRoot (inherited) - value is a structure created using the View-builder vocabulary that describes how to dynamically construct a UI to view and/or edit administrative settings related to the JavaScript app (if present)

The instantiated context of an AppTemplate TemplateContext is a place where the JavaScript of the app can persist new attributes if needed. Apps use an API that may update the values of attributes in other contexts.

ConnectionTemplate

A TemplateContext containing two ContextPrototypes instances that describe connector context(s) in a relationship. In some cases only a single Participant context is instantiated, in others a Participant/Definer pair is instantiated.

The Definer ContextPrototype instance has the following attributes:

  • 0..1 viewRoot - value is a structure created using the View-builder vocabulary that describes how to dynamically construct a UI to view and/or edit the attributes of this context.
  • 0..1 settingsViewRoot - value is a structure created using the View-builder vocabulary that describes how to dynamically construct a UI to view and/or edit administrative settings related to the JavaScript app (if present)

The Participant ContextPrototype instance has the following attributes:

  • 0..1 templateRole - value is a default Role to assign to the new p:Person instance in the newly instantiated context

in the relationship for which the participant is authoritative and may optionally decide to provide

  • 0..1 viewRoot - value is a structure created using the View-builder vocabulary that describes how to dynamically construct a UI to view and/or edit the attributes of this context.
  • 0..1 settingsViewRoot - value is a structure created using the View-builder vocabulary that describes how to dynamically construct a UI to view and/or edit administrative settings related to the JavaScript app (if present)

Example

Below is an example of a ConnectionTemplate. See (nytimes.com.n3 for details):

Here is the ConnectionTemplate (Note: the image value is truncated):

 <http://www.eclipse.org/higgins/ontologies/examples/nytimes.com>
     a       template:ConnectionTemplate , owl:Ontology ;
     template:participant
             :WebsiteFacade_1 ;
     template:proxyClass proxy:WebLogin ;
     proxy:connectionType proxy:News ;
     proxy:domain "nytimes.com"^^xsd:string ;
     proxy:externalResource
             "http://nytimes.com"^^xsd:anyURI ;
     proxy:image "329849238457234523453454"^^xsd:base64Binary ;
     proxy:imageType "JPG"^^xsd:string ;
     owl:imports <http://www.eclipse.org/higgins/ontologies/2011/2/view-builder> , 
     <http://www.eclipse.org/higgins/ontologies/2010/6/fp> ,
     <http://www.eclipse.org/higgins/ontologies/2010/6/template> ;
     skos:prefLabel "NYTimes ConnectionTemplate"^^xsd:string .


Here is the definer WebsiteFacade:Participant (Note: the actual code of the JavaScript has been omitted). See App-data vocabulary for a complete example of a WebsiteFacade object:

 :WebsiteFacade_1
     rdf:type app-data:WebsiteFacade ;
     app-data:script :Login_1 ;
     template:contextClass
             <http://www.eclipse.org/higgins/ontologies/2011/6/context#ConnectionContext> .

Here is its Login CDEScript:

 :Login_1
     a       app-data:Login ;
     app-data:data "<JSON script goes here>"^^xsd:string ;
     app-data:version "1.0"^^xsd:string ;
     skos:prefLabel "Script to auto-login to the New York Times website."^^xsd:string .

Classes

App

Abstract class. A prototype of a context instance that holds app-specific data (e.g. Person entity) if any. Subclasses reference active content (aka code).

  • subClassOf ContextPrototype
  • 1..1 appURI
  • 1..1 description

AppTemplate

An AppTemplate is a template for an app. An app is a PDS add-on. Apps run within a PDS-provided runtime environment. Apps have read (and potentially write) access to a specific set of attributes within the PDS. An AppTemplate is a TemplateContext subclass with a ContextPrototype instance that describes a context to be used to support an app.

  • 1..1 app


ConnectionTemplate

A TemplateContext containing two ContextPrototypes instances that describe the participant context or the participant and definer connector contexts in a relationship. The proxy:externalResource is the URI of the external site (e.g. http://groupon.com). The proxy:connectionType (and the proxy:externalResource) are used to instantiate proxy:Proxy instances.

  • subClassOf: TemplateContext
  • 0..1 definer
  • 1..1 participant
  • 1..1 proxy:connectionType - e.g. "business"
  • 1..1 proxy:externalResource - e.g. http://nytimes.com
  • 1..1 proxy:domain - e.g. nytimes.com

ContextPrototype

Abstract class. A prototype of an Context instance including, potentially, active code to be executed. The attributes of the prototype are copied into a Context instance.

  • 0..1 viewRoot
  • 0..1 contextSettingsClass


Definer

A prototype of a context that is one side of a connector context pair. The Definer side is a context managed by the same party that created the TemplateContext--the party that defines the overall parameters of the connector relationship. In a person-to-business connector. Definer would typically be the business as it is the business that defines the relationship including the set of attributes that will go back and forth.

  • subClassOf: Connector

HBXApp

An App that consists of an app-data:Overlay that is loaded by the HBX and executed in the foreground--i.e. as an overlay to the current page.

  • subClassOf App
  • 1..1 overlay

Participant

A prototype of a context that is one side of a connector context pair. The Participant side is a context managed by the other party--not the party that created the TemplateContext that defines the overall parameters of the connector relationship. In a person-to-business connector. Participant would be the person (the PDS owner/user)

  • subClassOf: Connector
  • 0..1 overlayCode

PortalApp

A kind of App that loads HTML/JS from appURI and displays it within the portal. The appURI may be within the PDS operator's domain or external to it.

  • subClassOf App
  • 1..1 appURI

TemplateContext

A TemplateContext is an abstract class for a context whose attributes act analogous to a "class" for regular context "instances".

  • subclassOf ctxt:Context (see Context vocabulary)
  • 0..1 proxy:image
  • 0..1 proxy:imageType
  • 0..1 proxy:imageURL
  • 0..1 proxy:description
  • 1..1 proxy:displayName
  • 1..1 proxyClass

Attributes

app

AppContext ContextPrototype

  • domain: AppTemplate
  • value: App

appURI

App UI page

  • domain: App
  • value: xsd:anyURI


contextClass

Type (as in rdf:type) of ctxt:Context to instantiate (e.g. ctxt:ConnectionContext, ctxt:InboxContext, etc.). If not present then ctxt:Context is used.

  • domain: ContextPrototype
  • value: owl:Class

contextSettingsClass

The subclass of ctxt:Settings to instantiate when creating a new context instance from this context prototype. If not present then ctxt:Settings is used.

  • domain: ContextPrototype
  • value: owl:Class

definer

Definer context within a pair of Participant/Definer connector contexts.

  • domain: ConnectionTemplate
  • value: Definer

overlay

JavaScript code that provides web augmentation/overlay to the user's current webpage in the browser.

  • domain: Participant or HBXApp
  • value: app-data:Overlay

participant

Participant context within a pair of Participant/Definer connector contexts.

  • domain: ConnectionTemplate
  • value: Participant

proxyClass

Subclass of proxy:Proxy to instantiate in the root context.

  • domain: TemplateContext
  • value: owl:Class

role

Default role played by new Person entity instances in contexts instantiated from this Participant prototype

  • domain: Participant
  • value: persona:Role

settingsViewRoot

Root of a tree of ViewNodes that describe the UI for the settings control panel for this context.

  • domain: ContextPrototype
  • value: view-builder:ViewNode

role

Default role played by new Person entity instances in contexts instantiated from this Participant prototype

  • domain: Participant
  • value: persona:Role

viewRoot

Root of a tree of ViewNodes that describe the UI for this context.

  • domain: ContextPrototype
  • value: view-builder:ViewNode

Links

Back to the top