source: Doc/Papers/researchtool-idea.txt @ 532

Last change on this file since 532 was 318, checked in by hendrikvanantwerpen, 13 years ago

Papers and new datamodel idea.

File size: 1.1 KB
Line 
1RDF strategy:
2
3Use the RDF Data Cube vocabulary as a basis (used by data.gov.uk and others, has W3C workgroup).
4
5Schema (URI & URL):
6http://seriousgaming.tudelft.nl/vocabulary#Survey
7http://seriousgaming.tudelft.nl/vocabulary#Scale
8http://seriousgaming.tudelft.nl/vocabulary#Question
9http://seriousgaming.tudelft.nl/vocabulary#hasQuestion
10
11URL to specific version:
12http://seriousgaming.tudelft.nl/vocabulary/20120401
13
14URI & URL to dataset:
15http://seriousgaming.tudelft.nl/researchdata#c9770577-2cda-440a-9375-34b654f20176
16
17Architecture:
18
19Alt 1:
20
21Domain model between client and server
22Server uses RDF/SPARQL to create domain objects
23Writebacks from Javascript with diffs or function calls?
24RDF libraries wel developed
25
26Alt 2:
27
28Use SPARQL directly from Javascript, server is only endpoint.
29No consistency checking on model maybe (unless ontology is strong enough?)
30Libraries in JS not that well developed
31
32Loosely structured frontend (maybe not visible?).
33* Build experiments (surveys, sessions etc)
34* Conduct experiments (generate statistics data)
35* View statistics (browse and visualize generated statistics)
36
37Respondent < foaf:Agent
Note: See TracBrowser for help on using the repository browser.