Difference between revisions of "Knowledge Tree RDF Binding"

From PAWS Lab
Jump to: navigation, search
Line 1: Line 1:
 
{{ambox|type=clean | text=''This page is under construction and requires cleaning''}}
 
{{ambox|type=clean | text=''This page is under construction and requires cleaning''}}
  
This page describes [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] binding of [[Knowledge Tree]] data model as part of [[ADAPT2 RDF Binding]].  
+
This page describes [http://en.wikipedia.org/wiki/Resource_Description_Framework RDF] binding of [[Knowledge Tree]] data model as part of [[ADAPT2 RDF Binding]] initiative.  
  
 
==ER Model and RDF Bindings==
 
==ER Model and RDF Bindings==

Revision as of 17:17, 19 May 2009

Ambox style.png

This page is under construction and requires cleaning


This page describes RDF binding of Knowledge Tree data model as part of ADAPT2 RDF Binding initiative.

ER Model and RDF Bindings

Quick Example

<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns="http://purl.org/rss/1.0/"
>
	<channel rdf:about="http://adapt2.sis.pitt.edu/kt/rest/ktree3509">
		<title rdf:parseType='Literal'>KnowledgeTree:: IS 1022/2710 Database Management</title>
		<link>http://adapt2.sis.pitt.edu/kt/content/Show?id=3509</link>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://adapt2.sis.pitt.edu/kt/rest/ktree4014"/>
				<rdf:li rdf:resource="http://adapt2.sis.pitt.edu/kt/rest/ktree3521"/>
				<rdf:li rdf:resource="http://adapt2.sis.pitt.edu/kt/rest/ktree3522"/>
				
			</rdf:Seq>
		</items>
	</channel>
	<item rdf:about="http://adapt2.sis.pitt.edu/kt/rest/ktree4014">
		<rdf:value rdf:datatype='http://www.w3.org/2001/XMLSchema#double'>1.0</rdf:value>
		<title rdf:parseType='Literal'>QuizGuide - Adaptive Quizzes</title>
		<link>http://adapt2.sis.pitt.edu/kt/content/Show?id=4014</link>
	</item>
	<item rdf:about="http://adapt2.sis.pitt.edu/kt/rest/ktree3521">
		<rdf:value rdf:datatype='http://www.w3.org/2001/XMLSchema#double'>1.0</rdf:value>
		<title rdf:parseType='Literal'>Table Creation</title>
		<link>http://adapt2.sis.pitt.edu/kt/content/Show?id=3521</link>
		<rdf:type rdf:resource='http://purl.org/dc/dcmitype/Collection'/>
	</item>
	<item rdf:about="http://adapt2.sis.pitt.edu/kt/rest/ktree3522">
		<rdf:value rdf:datatype='http://www.w3.org/2001/XMLSchema#double'>1.0</rdf:value>
		<title rdf:parseType='Literal'>Table Deletion and Alteration</title>
		<link>http://adapt2.sis.pitt.edu/kt/content/Show?id=3522</link>
		<rdf:type rdf:resource='http://purl.org/dc/dcmitype/Collection'/>
	</item>
	
</rdf:RDF>

See also