source: Dev/branches/jos-branch/data/questions/questions.rdf @ 138

Last change on this file since 138 was 138, checked in by jkraaijeveld, 14 years ago

Now has Survey support

File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<!-- Generated by RdfSerializer.php from RDF RAP.
3# http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/index.html !-->
4
5<rdf:RDF
6   xml:base="data/questions/questions.rdf#"
7   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8   xmlns:ns1="http://tbm.tudelft.nl/researchtool/predicates/">
9
10<rdf:Description rdf:about="http://tbm.tudelft.nl/researchtool/resources/question/q1">
11   <ns1:resource_type rdf:resource="http://tbm.tudelft.nl/researchtool/resources/question"/>
12   <ns1:question_code>q1</ns1:question_code>
13   <ns1:title>First Question</ns1:title>
14   <ns1:description>How many ghosts are there in the original Pacman?</ns1:description>
15   <ns1:question_type>text</ns1:question_type>
16   <ns1:question_category>Gaming</ns1:question_category>
17   <ns1:has_answer>4</ns1:has_answer>
18   <ns1:has_answer>four</ns1:has_answer>
19</rdf:Description>
20
21<rdf:Description rdf:about="http://tbm.tudelft.nl/researchtool/resources/question/q2">
22   <ns1:resource_type rdf:resource="http://tbm.tudelft.nl/researchtool/resources/question"/>
23   <ns1:question_code>q2</ns1:question_code>
24   <ns1:title>Second Question</ns1:title>
25   <ns1:description>How many Pacmans are there in the original Pacman?</ns1:description>
26   <ns1:question_type>int</ns1:question_type>
27   <ns1:question_category>Gaming</ns1:question_category>
28   <ns1:has_answer>1</ns1:has_answer>
29</rdf:Description>
30
31<rdf:Description rdf:about="http://tbm.tudelft.nl/researchtool/resources/question/q3">
32   <ns1:resource_type rdf:resource="http://tbm.tudelft.nl/researchtool/resources/question"/>
33   <ns1:question_code>q3</ns1:question_code>
34   <ns1:title>Third Question</ns1:title>
35   <ns1:description>How many bananas are there in the original Pacman?</ns1:description>
36   <ns1:question_type>int</ns1:question_type>
37   <ns1:question_category>Gaming</ns1:question_category>
38</rdf:Description>
39
40</rdf:RDF>
Note: See TracBrowser for help on using the repository browser.