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 "Online-behavior vocabulary"

(Classes)
(Attributes)
Line 39: Line 39:
 
* domain: <code>PageVisit</code>
 
* domain: <code>PageVisit</code>
 
* value: <code>xsd:dateTime</code>
 
* value: <code>xsd:dateTime</code>
 +
 +
===<code>authority</code>===
 +
Range value is an Entity UDI of the authority (claimant) who is asserting that the user is (or isn't) interested in this InterestTopic
 +
* domain: <code>InterestTopic</code>
 +
* value: <code>h:Agent</code>
 +
 +
===<code>interest</code>===
 +
Attribute of a p:Person. An interest of that person
 +
* domain: <code>p:Person</code>
 +
* value: <code>InterestTopic</code>
 +
 +
===<code>interested</code>===
 +
If true the person is interested in this InterestTopic, else the person is not interested in this InterestTopic
 +
* domain: <code>InterestTopic</code>
 +
* value: <code>xsd:boolean</code>
  
 
===<code>searchTerm</code>===
 
===<code>searchTerm</code>===

Revision as of 19:59, 6 December 2010

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

A vocabulary for describing people's online (esp. web surfing) behavior. Imported by Persona vocabulary.

Files

UML Overview

Ob 2.0.101b.png

Classes

SearchEvent

An instance of a search session. E.g. typing "wedding dress" into Google.com

  • 1..1 at

PageVisit

A web page being visited

  • 1..1 webpage
  • 1..1 h:start - dateTime when you start your visit to this page
  • 1..1 h:end - dateTime when you end your visit to this page

InterestTopic

Some topic that, based on behavior or explicit data entry, the user appears to be interested in (or uninterested in)

  • subClassOf skos:Concept
  • 1..1 interested
  • 0..1 authority
  • 0..1 lastModified

InterestTopic subClasses

Hundreds of subclasses and (sub-subClasses, etc.) such as Travel, Travel > WorldDestinations > Africa > EasternAfrica ...etc.

Attributes

at

The instant the search was initiated

  • domain: PageVisit
  • value: xsd:dateTime

authority

Range value is an Entity UDI of the authority (claimant) who is asserting that the user is (or isn't) interested in this InterestTopic

  • domain: InterestTopic
  • value: h:Agent

interest

Attribute of a p:Person. An interest of that person

  • domain: p:Person
  • value: InterestTopic

interested

If true the person is interested in this InterestTopic, else the person is not interested in this InterestTopic

  • domain: InterestTopic
  • value: xsd:boolean

searchTerm

A term used in the search event

  • domain: SearchEvent
  • value: xsd:string

webpage

A web page being visited

  • domain: PageVisit
  • value: xsd:anyURI

Links

Back to the top