Ignore:
Timestamp:
03/01/12 15:02:59 (13 years ago)
Author:
jkraaijeveld
Message:

[Server] Made the models compliant with the Visio design in terms of ApplicationInstance?, SurveyInstance?, SessionInstance? and all of their fields.
[Server] Now stores references as RDF Resources for all models.
[Server] Changed some possible get() arguments to be more consistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/jos-branch/server/rdfConstants.php

    r285 r298  
    6969define('OF_SURVEY', SURVEYTOOL_PREDICATES_NAMESPACE . 'of_survey');
    7070define('PRESET_ANSWER', SURVEYTOOL_PREDICATES_NAMESPACE . 'preset_answer');
     71define('TO_QUESTION', SURVEYTOOL_PREDICATES_NAMESPACE . 'to_question');
     72define('HAS_APPLICATIONINSTANCE', SURVEYTOOL_PREDICATES_NAMESPACE . 'has_applicationinstance');
     73define('HAS_SURVEYINSTANCE', SURVEYTOOL_PREDICATES_NAMESPACE . 'has_surveyinstance');
    7174?>
Note: See TracChangeset for help on using the changeset viewer.