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