-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Greg McFall
committed
Dec 2, 2013
1 parent
48942de
commit 4398454
Showing
11 changed files
with
3,158 additions
and
1,170 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
examples/lti/src/main/resources/rdf/LineItem/context.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
mediaType=application/vnd.ims.lis.v2.lineitem+json | ||
mediaTypeURI=http://www.imslobal.org/lti/v2p0/media/application/vnd/ims/lis/v2/lineitem+json/index.html | ||
rdfType=http://purl.imsglobal.org/vocab/lis/v2/outcomes#LineItem | ||
contextURI=http://purl.imsglobal.org/ctx/lis/v2/LineItem | ||
contextRef=[LIS-v2-LineItem] | ||
|
||
expandedValue=http://purl.imsglobal.org/vocab/lis/v2/outcomes#resultScore | ||
|
||
LineItem.excludes=http://purl.imsglobal.org/vocab/lis/v2/outcomes#result | ||
|
||
idref=\ | ||
http://purl.imsglobal.org/vocab/lis/v2/outcomes#results \ | ||
http://purl.imsglobal.org/vocab/lis/v2/outcomes#assessmentContext \ | ||
http://purl.imsglobal.org/vocab/lis/v2/outcomes#associatedActivity | ||
|
||
abstract= \ | ||
This specification defines a JSON-LD representation of an LIS LineItem object. | ||
|
||
introduction= \ | ||
This specification defines a JSON-LD representation of an LIS LineItem object. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@context" : "http://purl.imsglobal.org/ctx/lis/v2/LineItem", | ||
"@type" : "LineItem", | ||
"@id" : "http://tc.example.com/resources/LineItem/13702", | ||
"assessmentContext" : "http://server.example.com/resources/section/85426", | ||
"scoreConstraints" : { | ||
"@type" : "NumericLimits", | ||
"normalMaximum" : 100, | ||
"extraCreditMaximum" : 10, | ||
"totalMaximum" : 110 | ||
}, | ||
"assessedActivity" : { | ||
"@id" : "http://tp.example.com/resources/assessment/66400" | ||
}, | ||
"results" : "http://tc.example.com/resources/LineItem/13702/results", | ||
"label" : "Chapter 5 Test" | ||
} |
3 changes: 3 additions & 0 deletions
3
examples/lti/src/main/resources/rdf/LineItem/service.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
mediaType=application/vnd.ims.lis.v2.lineitem+json | ||
status=IMS Public Draft | ||
methods=GET POST PUT DELETE |
22 changes: 22 additions & 0 deletions
22
examples/lti/src/main/resources/rdf/ResultContainer/context.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
mediaType=application/vnd.ims.lis.v2.resultcontainer+json | ||
rdfType=http://purl.imsglobal.org/vocab/lis/v2/outcomes#ResultContainer | ||
contextURI=http://purl.imsglobal.org/ctx/lis/v2/outcomes/ResultContainer | ||
contextRef=[LIS, 14 RC] | ||
title=ResultContainer in the <code>application/vnd.ims.lis.v2.resultcontainer+json</code> format. | ||
|
||
status=IMS Working Draft | ||
|
||
abstract= \ | ||
In the IMS LIS standard, a ResultContainer defines the endpoint to which clients \n\ | ||
POST new Result resources and from which they GET the list of Results associated with a \n\ | ||
a given LineItem. This specification document describes a media type suitable for \n\ | ||
the response to a GET request. The response is based on the W3C Linked Data Platform recommendations. \n\ | ||
|
||
idref=\ | ||
http://www.w3.org/ns/ldp#nextPage | ||
|
||
LineItem.includes=\ | ||
http://purl.imsglobal.org/vocab/lis/v2/outcomes#result | ||
|
||
|
||
|
29 changes: 29 additions & 0 deletions
29
examples/lti/src/main/resources/rdf/ResultContainer/sample.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"@context" : "http://purl.imsglobal.org/ctx/lis/v2/outcomes/ResultContainer", | ||
"@type" : "Page", | ||
"@id" : "http://tc.example.com/resources/LineItem/94188/results?firstPage", | ||
"nextPage" : "http://tc.example.com/resources/LineItem/94188/results?p=2", | ||
"pageOf" : { | ||
"@type" : "ResultContainer", | ||
"membershipSubject" : | ||
{ "@id" : "http://tc.example.com/resources/LineItem/94188", | ||
"result" : [ | ||
{ "@id" : "http://tc.example.com/resources/LineItem/94188/results/923937", | ||
"comment" : "Nice work!", | ||
"normalScore" : 85, | ||
"penalty" : 0, | ||
"totalScore" : 88, | ||
"extraCreditScore" : 3, | ||
"curvedScore" : 96 | ||
}, | ||
{ "@id" : "http://tc.example.com/resources/LineItem/94188/results/9237264", | ||
"comment" : "Please come see me.", | ||
"normalScore" : 42, | ||
"penalty" : 10, | ||
"totalScore" : 52, | ||
"extraCreditScore" : 0, | ||
"curvedScore" : 61 | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix bind: <http://purl.org/semantictools/v1/vocab/bind#> . | ||
|
||
<http://purl.imsglobal.org/xsd/lti/v2/ltid#> a owl:Ontology ; | ||
bind:suggestedPrefix "lti-type" . | ||
|
Oops, something went wrong.