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)
(Removing all content from page)
 
(44 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} [[Image:Higgins logo 76Wx100H.jpg|right]]
 
  
=== Files ===
 
 
Svn source: [https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/ontology/org.eclipse.higgins.ontology/online-behavior.owl online-behavior.owl]
 
 
== UML Overview ==
 
 
[[Image:Oneline-behavior 2.0.100.png|center]]
 
 
== 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
 
* 1..1 h:end
 
 
== Attributes  ==
 
 
===<code>at</code>===
 
The instant the search was initiated
 
* domain: <code>PageVisit</code>
 
* value: <code>xsd:dateTime</code>
 
 
===<code>searchTerm</code>===
 
A term used in the search event
 
* domain: <code>SearchEvent</code>
 
* value: <code>xsd:string</code>
 
 
===<code>webpage</code>===
 
A web page being visited
 
* domain: <code>PageVisit</code>
 
* value: <code>xsd:anyURI</code>
 
 
== Links  ==
 
 
*[[Persona Data Model 2.0]]
 
*[[Persona vocabulary]]
 

Latest revision as of 16:17, 2 October 2011

Back to the top