source: Dev/branches/jos-branch/data/surveys/surveys.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: 1.3 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/surveys/surveys.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/survey/b91d39e8667372e220bb861b3f94b5bd">
11   <ns1:resource_type rdf:resource="http://tbm.tudelft.nl/researchtool/resources/survey"/>
12   <ns1:uid>b91d39e8667372e220bb861b3f94b5bd</ns1:uid>
13   <ns1:title>SuperSurvey</ns1:title>
14   <ns1:description>Dit is een surveybeschrijving</ns1:description>
15   <ns1:has_question>q1</ns1:has_question>
16   <ns1:has_question>q2</ns1:has_question>
17   <ns1:has_question>q3</ns1:has_question>
18</rdf:Description>
19
20<rdf:Description rdf:about="http://tbm.tudelft.nl/researchtool/resources/survey/bab0492e295700ed0324f724b9c8a815">
21   <ns1:resource_type rdf:resource="http://tbm.tudelft.nl/researchtool/resources/survey"/>
22   <ns1:uid>bab0492e295700ed0324f724b9c8a815</ns1:uid>
23   <ns1:title>TestSurveyDeluxe</ns1:title>
24   <ns1:description>Zomaar, jeweetwel</ns1:description>
25   <ns1:has_question>q2</ns1:has_question>
26   <ns1:has_question>2807fdaf2fe624323d24a5d85599eb83</ns1:has_question>
27</rdf:Description>
28
29
30</rdf:RDF>
Note: See TracBrowser for help on using the repository browser.