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

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

Made lots of new connectors, stranded on Sessionconnector for now. Need to find a way to retain the order of applicaties and surveys of a pipeline.

File size: 2.4 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   <ns1:has_answer>4</ns1:has_answer>
39</rdf:Description>
40
41<rdf:Description rdf:about="http://tbm.tudelft.nl/researchtool/resources/question/2807fdaf2fe624323d24a5d85599eb83">
42   <ns1:resource_type rdf:resource="http://tbm.tudelft.nl/researchtool/resources/question"/>
43   <ns1:question_code>2807fdaf2fe624323d24a5d85599eb83</ns1:question_code>
44   <ns1:title>How much wood could a woodchuck chuck if a woodchuck could chuck wood?</ns1:title>
45   <ns1:description>Een vraag</ns1:description>
46   <ns1:question_type>INT</ns1:question_type>
47   <ns1:question_category>Tongue Twisters</ns1:question_category>
48</rdf:Description>
49
50</rdf:RDF>
Note: See TracBrowser for help on using the repository browser.