From d1c9b4e5f5372711aa3603f991f20644985209f4 Mon Sep 17 00:00:00 2001 From: Anthony Whyte Date: Tue, 27 Mar 2018 12:50:59 -0700 Subject: [PATCH 1/6] Define actor, object, organization, session subproperty relationships; annotate isPartOf as transitive. --- caliper-jsonld.owl | 29 ++++++++++++++++++++++++++++- caliper-rdfxml.owl | 10 ++++++++++ caliper-turtle.owl | 42 ++++++++++++++++++++++++++---------------- 3 files changed, 64 insertions(+), 17 deletions(-) diff --git a/caliper-jsonld.owl b/caliper-jsonld.owl index 5c19c91..edae45c 100644 --- a/caliper-jsonld.owl +++ b/caliper-jsonld.owl @@ -1139,6 +1139,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/annotator", @@ -1156,6 +1159,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/assignable", @@ -1173,6 +1179,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/assignee", @@ -1190,6 +1199,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/attachments", @@ -1778,6 +1790,9 @@ "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/LtiSession" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/session" + } ], "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { "@id" : "http://purl.imsglobal.org/caliper/session" } ] @@ -1814,6 +1829,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/Organization" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/organization" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/id", @@ -1851,7 +1869,7 @@ } ] }, { "@id" : "http://purl.imsglobal.org/caliper/isPartOf", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#IrreflexiveProperty" ], + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty", "http://www.w3.org/2002/07/owl#IrreflexiveProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", "@value" : "A related Entity that includes or incorporates the resource as a part of its whole." @@ -1913,6 +1931,9 @@ "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "keywords" + } ], + "http://www.w3.org/2002/07/owl#equivalentProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/tags" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/learningObjectives", @@ -2032,6 +2053,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/members", @@ -2550,6 +2574,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/value", diff --git a/caliper-rdfxml.owl b/caliper-rdfxml.owl index 9af2f9f..ab08ca3 100644 --- a/caliper-rdfxml.owl +++ b/caliper-rdfxml.owl @@ -96,6 +96,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -108,6 +109,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -120,6 +122,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -132,6 +135,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -225,6 +229,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -250,6 +255,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -263,6 +269,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -293,6 +300,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + An ordered collection of one or more string values that represent tags or labels used to identify the resource. keywords @@ -314,6 +322,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -509,6 +518,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + diff --git a/caliper-turtle.owl b/caliper-turtle.owl index c9f8c1e..901f1c6 100644 --- a/caliper-turtle.owl +++ b/caliper-turtle.owl @@ -58,8 +58,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/annotated -:annotated rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; +:annotated rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :object ; + rdf:type owl:FunctionalProperty ; rdfs:domain :Annotation ; rdfs:range :DigitalResource ; rdfs:comment "The DigitalResource that was annotated by the annotator."@en ; @@ -67,8 +68,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/annotator -:annotator rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; +:annotator rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :actor ; + rdf:type owl:FunctionalProperty ; rdfs:domain :Annotation ; rdfs:range :Person ; rdfs:comment "The Person who created the Annotation."@en ; @@ -76,8 +78,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/assignable -:assignable rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; +:assignable rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :object ; + rdf:type owl:FunctionalProperty ; rdfs:domain :Attempt ; rdfs:range :DigitalResource ; rdfs:comment "The DigitalResource that constitutes the object of the assignment."@en ; @@ -85,8 +88,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/assignee -:assignee rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; +:assignee rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :actor ; + rdf:type owl:FunctionalProperty ; rdfs:domain :Attempt ; rdfs:range :Person ; rdfs:comment "The Person who initiated the Attempt of an assigned DigitalResource."@en ; @@ -151,8 +155,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/federatedSession -:federatedSession rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; +:federatedSession rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :session ; + rdf:type owl:FunctionalProperty ; rdfs:domain :Event ; rdfs:range :LtiSession ; owl:propertyDisjointWith :session ; @@ -170,8 +175,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/group -:group rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; +:group rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :organization ; + rdf:type owl:FunctionalProperty ; rdfs:domain :Event ; rdfs:range :Organization ; rdfs:comment "An Organization that represents the group or organizational context within which an Event occurs."@en ; @@ -181,6 +187,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/isPartOf :isPartOf rdf:type owl:ObjectProperty , owl:FunctionalProperty , + owl:TransitiveProperty , owl:IrreflexiveProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Attempt @@ -202,6 +209,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/keywords :keywords rdf:type owl:ObjectProperty ; + owl:equivalentProperty :tags ; rdfs:domain :DigitalResource ; rdfs:comment "An ordered collection of one or more string values that represent tags or labels used to identify the resource."@en ; rdfs:label "keywords"@en . @@ -216,8 +224,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/member -:member rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; +:member rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :actor ; + rdf:type owl:FunctionalProperty ; rdfs:domain :Membership ; rdfs:range :Person ; rdfs:comment "The Person associated with a Membership."@en ; @@ -360,8 +369,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/user -:user rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; +:user rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf :actor ; + rdf:type owl:FunctionalProperty ; rdfs:domain :Session ; rdfs:range :Person ; rdfs:comment "The Person who initiated a Session."@en ; From 7e6ebeb7acd45df1aae58cecc1a17ebbb1b11d79 Mon Sep 17 00:00:00 2001 From: Anthony Whyte Date: Wed, 28 Mar 2018 14:00:30 -0700 Subject: [PATCH 2/6] Add DisjointWith class axioms --- caliper-jsonld.owl | 336 +++++++++++++++++++++++++++++++++++++++++++++ caliper-rdfxml.owl | 148 ++++++++++++++++++++ caliper-turtle.owl | 154 ++++++++++++++++++++- 3 files changed, 635 insertions(+), 3 deletions(-) diff --git a/caliper-jsonld.owl b/caliper-jsonld.owl index edae45c..a616487 100644 --- a/caliper-jsonld.owl +++ b/caliper-jsonld.owl @@ -193,6 +193,35 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItemEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/AssignableEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ForumEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Assessment", @@ -207,6 +236,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "_:genid42" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/AssessmentEvent", @@ -221,6 +253,33 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItemEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/AssignableEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ForumEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem", @@ -249,6 +308,31 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssignableEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ForumEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource", @@ -277,6 +361,29 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/ForumEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Attempt", @@ -305,6 +412,11 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/MediaObject" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/ImageObject" + }, { + "@id" : "http://purl.imsglobal.org/caliper/VideoObject" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/BookmarkAnnotation", @@ -319,6 +431,13 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Annotation" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation" + }, { + "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Chapter", @@ -416,7 +535,11 @@ "@value" : "Entity" } ], "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Envelope" + }, { "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Selector" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Envelope", @@ -428,6 +551,11 @@ "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Envelope" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Selector" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Event", @@ -439,6 +567,9 @@ "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Selector" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/FillinBlankResponse", @@ -453,6 +584,15 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Response" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MultipleChoiceResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MultipleResponseResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Forum", @@ -467,6 +607,11 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Message" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Thread" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/ForumEvent", @@ -481,6 +626,27 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Frame", @@ -510,6 +676,25 @@ "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + } ], "http://www.w3.org/2002/07/owl#equivalentClass" : [ { "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" } ] @@ -540,6 +725,11 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Annotation" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation" + }, { + "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/ImageObject", @@ -554,6 +744,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/MediaObject" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/VideoObject" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/LearningObjective", @@ -596,6 +789,23 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/MediaLocation", @@ -652,6 +862,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Thread" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/MessageEvent", @@ -666,6 +879,21 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/MultipleChoiceResponse", @@ -680,6 +908,13 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Response" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MultipleResponseResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/MultipleResponseResponse", @@ -694,6 +929,11 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Response" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent", @@ -708,6 +948,19 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Organization", @@ -722,6 +975,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent", @@ -740,6 +996,17 @@ "http://www.w3.org/2002/07/owl#deprecated" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#boolean", "@value" : "true" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Page", @@ -768,6 +1035,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Reading", @@ -804,6 +1074,15 @@ "http://www.w3.org/2002/07/owl#deprecated" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#boolean", "@value" : "true" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Response", @@ -832,6 +1111,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Score" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Score", @@ -860,6 +1142,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Response" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Selector", @@ -899,6 +1184,13 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation", @@ -913,6 +1205,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Annotation" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication", @@ -983,6 +1278,11 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent", @@ -997,6 +1297,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse", @@ -1122,6 +1425,9 @@ "http://www.w3.org/2002/07/owl#deprecated" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#boolean", "@value" : "true" + } ], + "http://www.w3.org/2002/07/owl#equivalentProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/learningObjectives" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/annotated", @@ -1462,6 +1768,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + } ], + "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/dateModified" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/dateModified", @@ -1632,6 +1941,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + } ], + "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/start" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/endedAtTime", @@ -1649,6 +1961,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + } ], + "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/startedAtTime" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/epubChapter", @@ -1667,6 +1982,13 @@ "http://www.w3.org/2002/07/owl#deprecated" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#boolean", "@value" : "true" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/epubPart" + }, { + "@id" : "http://purl.imsglobal.org/caliper/epubSubChapter" + }, { + "@id" : "http://purl.imsglobal.org/caliper/epubVolume" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/epubPart", @@ -1685,6 +2007,11 @@ "http://www.w3.org/2002/07/owl#deprecated" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#boolean", "@value" : "true" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/epubSubChapter" + }, { + "@id" : "http://purl.imsglobal.org/caliper/epubVolume" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/epubSubChapter", @@ -1702,6 +2029,9 @@ "http://www.w3.org/2002/07/owl#deprecated" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#boolean", "@value" : "true" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/epubVolume" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/epubVolume", @@ -2159,6 +2489,9 @@ "http://www.w3.org/2002/07/owl#deprecated" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#boolean", "@value" : "true" + } ], + "http://www.w3.org/2002/07/owl#equivalentProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/referrer" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/normalScore", @@ -2659,6 +2992,9 @@ } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://www.w3.org/2001/XMLSchema#string" + } ], + "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/volumeMin" } ] }, { "@id" : "http://purl.imsglobal.org/caliper/volumeMin", diff --git a/caliper-rdfxml.owl b/caliper-rdfxml.owl index ab08ca3..fa46a68 100644 --- a/caliper-rdfxml.owl +++ b/caliper-rdfxml.owl @@ -84,6 +84,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource. Deprecated. Use learningObjectives. @@ -368,6 +369,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -708,6 +710,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A date and time value expressed with millisecond precision that describes when an Entity was created. dateCreated @@ -816,6 +819,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The end position of a segment of text. The first character in the full text is position 0. The character that represents the end position is NOT included within the selected segment. end @@ -836,6 +840,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A date and time value expressed with millisecond precision that describes when the activity was completed or terminated. endedAtTime @@ -1189,6 +1194,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A string value indicating the maximum volume level permitted. volumeMax @@ -1241,6 +1247,20 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + A Caliper AnnotationEvent models the annotating of digital content. The resulting Annotation is also described and is subtyped for greater type specificity. AnnotationEvent @@ -1258,6 +1278,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper Assessment represents an assessment instrument such as a test or quiz. Assessment @@ -1268,6 +1289,19 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + A Caliper AssessmentEvent models learner interactions with assessments instruments such as online tests or quizzes. AssessmentEvent @@ -1288,6 +1322,18 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + A Caliper AssessmentItemEvent models a learner's interaction with an individual AssessmentItem. AssessmentItemEvent @@ -1308,6 +1354,17 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + A Caliper AssignableEvent models activities associated with the assignment of digital content assigned to a learner for completion. AssignableEvent @@ -1328,6 +1385,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + + A Caliper AudioObject represents an audio or sound file. AudioObject @@ -1338,6 +1397,9 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + A Caliper BookmarkAnnotation represents the act of marking a DigitalResource at a particular location. BookmarkAnnotation @@ -1407,7 +1469,9 @@ The Caliper ontology provides a machine-readable document that defines the conce + + A Caliper Entity is a generic type that represents objects or things that participate in learning-related activities. Entity is subtyped for enhanced type specificity in order to better describe people, groups, digital content, courses, assignments, assessments, forums, messages, software applications and other entities that constitute the "stuff" of a Caliper Event. Utilize Entity only if no suitable subtype exists to represent the thing being described. Entity @@ -1417,6 +1481,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + + A Caliper Envelope is a container that is used to transmit one or more Caliper Events and/or Caliper Entity describes. Envelope @@ -1426,6 +1492,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper Event is a generic type that describes a relationship established between an actor and an object, formed as a result of a purposeful action undertaken by the actor in connection to the object at a particular moment in time. Event @@ -1436,6 +1503,10 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + A Caliper FillinBlankResponse represents a type of Response in which a respondent is asked to provide one or more words, expressions or short phrases that correctly completes a statement. FillinBlankResponse @@ -1446,6 +1517,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + + A Caliper Forum represents a channel or virtual space in which group discussions take place. A Forum typically comprises one or more threaded conversations to which members can subscribe, post messages and reply to other messages. Forum @@ -1456,6 +1529,16 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + A Caliper ForumEvent models learners and others participating in online forum communities. Forums typically encompass one or more threads or topics to which members can subscribe, post messages and reply to other messages if a threaded discussion is permitted. ForumEvent @@ -1477,6 +1560,15 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + A Caliper GradeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. GradeEvent @@ -1497,6 +1589,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + + A Caliper HighlightAnnotation represents the act of marking a particular segment of a DigitalResource between two known coordinates. HighlightAnnotation @@ -1507,6 +1601,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper ImageObject represents an image file. ImageObject @@ -1537,6 +1632,14 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + A Caliper MediaEvent models interactions between learners and rich content such as audio, images and video. MediaEvent @@ -1577,6 +1680,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper Message is a digital form of written communication sent to a recipient. A series of messages may constitute a Thread if they share a common subject and are connected by a reply or by date relationships. Message @@ -1587,6 +1691,13 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + A Caliper MessageEvent describes a Person posting a Message or marking a post as either read or unread. MessageEvent @@ -1597,6 +1708,9 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + A Caliper MultipleChoiceResponse represents a type of Response in which a respondent is asked to provide the best possible answer from a list of choices. MultipleChoiceResponse @@ -1607,6 +1721,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + + A Caliper MultipleResponseResponse represents a form of response in which a respondent is asked to select more than one correct answer from a list of choices. MultipleResponseResponse @@ -1617,6 +1733,12 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + A Caliper NavigationEvent models an actor traversing a network of digital resources. NavigationEvent @@ -1627,6 +1749,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper Organization represents a formal collection of people organized for some common educational, social or administrative purpose. An Organization can act as an Agent. It can be linked both to a parent Organization and to its members. Organization @@ -1637,6 +1760,11 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + A Caliper OutcomeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. OutcomeEvent is DEPRECATED and will be removed in a future version of the specification. Use GradeEvent instead. OutcomeEvent true @@ -1658,6 +1786,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper Person represents a human being, alive or deceased, real or imaginary. Person @@ -1679,6 +1808,10 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + A Caliper ReadingEvent models an actor reading textural content. ReadingEvent is DEPRECATED and will be removed in a future version of the specification. It SHOULD NOT be referenced. ReadingEvent true @@ -1700,6 +1833,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper Result represents a grade applied to an assignment submission. Result @@ -1720,6 +1854,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper SelectTextResponse represents a type of Response that identifies text or a mapping from a presented paragraph or list. SelectTextResponse @@ -1749,6 +1884,9 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + A Caliper SessionEvent models the creation and subsequent termination of a user session established by a Person interacting with a SoftwareApplication. SessionEvent @@ -1759,6 +1897,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper SharedAnnotation represents the act of sharing a reference to a DigitalResource with other agents. SharedAnnotation @@ -1809,6 +1948,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + + A Caliper ThreadEvent models an actor interacting with a Forum thread or topic. ThreadEvent @@ -1819,6 +1960,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper ToolUseEvent models a Person using a learning tool in a way that the tool's creators have determined is an indication of a learning interaction. ToolUseEvent @@ -1869,6 +2011,9 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + A Caliper EpubChapter represents a major structural division of a piece of writing. EpubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. EpubChapter true @@ -1880,6 +2025,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + + A Caliper EpubPart represents a major structural division of a piece of writing, typically encapsulating a set of related chapters. EpubPart is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. EpubPart true @@ -1891,6 +2038,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper EpubSubChapter represents a major sub-division of an EpubChapter. EpubSubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. EpubSubChapter true diff --git a/caliper-turtle.owl b/caliper-turtle.owl index 901f1c6..249721c 100644 --- a/caliper-turtle.owl +++ b/caliper-turtle.owl @@ -50,6 +50,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/alignedLearningObjective :alignedLearningObjective rdf:type owl:ObjectProperty ; + owl:equivalentProperty :learningObjectives ; rdfs:domain :DigitalResource ; rdfs:range :LearningObjective ; rdfs:comment "An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource. Deprecated. Use learningObjectives."@en ; @@ -258,8 +259,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/navigatedFrom -:navigatedFrom rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; +:navigatedFrom rdf:type owl:ObjectProperty ; + owl:equivalentProperty :referrer ; + rdf:type owl:FunctionalProperty ; rdfs:domain :NavigationEvent ; rdfs:range :Entity ; rdfs:comment "The DigitalResource or SoftwareApplication that constitutes the referring context of a Navigation Event. Deprecated."@en ; @@ -505,6 +507,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:FunctionalProperty ; rdfs:domain :Entity ; rdfs:range xsd:dateTime ; + owl:propertyDisjointWith :dateModified ; rdfs:comment "A date and time value expressed with millisecond precision that describes when an Entity was created."@en ; rdfs:label "dateCreated"@en . @@ -583,6 +586,7 @@ xsd:duration rdf:type rdfs:Datatype . :end rdf:type owl:DatatypeProperty ; rdfs:domain :TextPositionSelector ; rdfs:range xsd:nonNegativeInteger ; + owl:propertyDisjointWith :start ; rdfs:comment "The end position of a segment of text. The first character in the full text is position 0. The character that represents the end position is NOT included within the selected segment."@en ; rdfs:label "end"@en . @@ -597,6 +601,7 @@ xsd:duration rdf:type rdfs:Datatype . ) ] ; rdfs:range xsd:dateTime ; + owl:propertyDisjointWith :startedAtTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when the activity was completed or terminated."@en ; rdfs:label "endedAtTime"@en . @@ -851,6 +856,7 @@ xsd:duration rdf:type rdfs:Datatype . :volumeMax rdf:type owl:DatatypeProperty ; rdfs:domain :AudioObject ; rdfs:range xsd:string ; + owl:propertyDisjointWith :volumeMin ; rdfs:comment "A string value indicating the maximum volume level permitted."@en ; rdfs:label "volumeMax"@en . @@ -884,6 +890,20 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/AnnotationEvent :AnnotationEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :AssessmentEvent , + :AssessmentItemEvent , + :AssignableEvent , + :ForumEvent , + :GradeEvent , + :MediaEvent , + :MessageEvent , + :NavigationEvent , + :OutcomeEvent , + :ReadingEvent , + :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper AnnotationEvent models the annotating of digital content. The resulting Annotation is also described and is subtyped for greater type specificity."@en ; rdfs:label "AnnotationEvent"@en . @@ -895,6 +915,7 @@ xsd:duration rdf:type rdfs:Datatype . ) ; rdf:type owl:Class ] ; + owl:disjointWith :AssessmentItem ; rdfs:comment "A Caliper Assessment represents an assessment instrument such as a test or quiz."@en ; rdfs:label "Assessment"@en . @@ -902,6 +923,19 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/AssessmentEvent :AssessmentEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :AssessmentItemEvent , + :AssignableEvent , + :ForumEvent , + :GradeEvent , + :MediaEvent , + :MessageEvent , + :NavigationEvent , + :OutcomeEvent , + :ReadingEvent , + :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper AssessmentEvent models learner interactions with assessments instruments such as online tests or quizzes."@en ; rdfs:label "AssessmentEvent"@en . @@ -916,6 +950,18 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/AssessmentItemEvent :AssessmentItemEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :AssignableEvent , + :ForumEvent , + :GradeEvent , + :MediaEvent , + :MessageEvent , + :NavigationEvent , + :OutcomeEvent , + :ReadingEvent , + :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper AssessmentItemEvent models a learner's interaction with an individual AssessmentItem."@en ; rdfs:label "AssessmentItemEvent"@en . @@ -930,6 +976,17 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/AssignableEvent :AssignableEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :ForumEvent , + :GradeEvent , + :MediaEvent , + :MessageEvent , + :NavigationEvent , + :OutcomeEvent , + :ReadingEvent , + :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper AssignableEvent models activities associated with the assignment of digital content assigned to a learner for completion."@en ; rdfs:label "AssignableEvent"@en . @@ -944,6 +1001,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/AudioObject :AudioObject rdf:type owl:Class ; rdfs:subClassOf :MediaObject ; + owl:disjointWith :ImageObject , + :VideoObject ; rdfs:comment "A Caliper AudioObject represents an audio or sound file."@en ; rdfs:label "AudioObject"@en . @@ -951,6 +1010,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/BookmarkAnnotation :BookmarkAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; + owl:disjointWith :HighlightAnnotation , + :SharedAnnotation , + :TagAnnotation ; rdfs:comment "A Caliper BookmarkAnnotation represents the act of marking a DigitalResource at a particular location."@en ; rdfs:label "BookmarkAnnotation"@en . @@ -999,19 +1061,24 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Entity :Entity rdf:type owl:Class ; - owl:disjointWith :Event ; + owl:disjointWith :Envelope , + :Event , + :Selector ; rdfs:comment "A Caliper Entity is a generic type that represents objects or things that participate in learning-related activities. Entity is subtyped for enhanced type specificity in order to better describe people, groups, digital content, courses, assignments, assessments, forums, messages, software applications and other entities that constitute the \"stuff\" of a Caliper Event. Utilize Entity only if no suitable subtype exists to represent the thing being described."@en ; rdfs:label "Entity"@en . ### http://purl.imsglobal.org/caliper/Envelope :Envelope rdf:type owl:Class ; + owl:disjointWith :Event , + :Selector ; rdfs:comment "A Caliper Envelope is a container that is used to transmit one or more Caliper Events and/or Caliper Entity describes."@en ; rdfs:label "Envelope"@en . ### http://purl.imsglobal.org/caliper/Event :Event rdf:type owl:Class ; + owl:disjointWith :Selector ; rdfs:comment "A Caliper Event is a generic type that describes a relationship established between an actor and an object, formed as a result of a purposeful action undertaken by the actor in connection to the object at a particular moment in time."@en ; rdfs:label "Event"@en . @@ -1019,6 +1086,10 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/FillinBlankResponse :FillinBlankResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; + owl:disjointWith :MultipleChoiceResponse , + :MultipleResponseResponse , + :SelectTextResponse , + :TrueFalseResponse ; rdfs:comment "A Caliper FillinBlankResponse represents a type of Response in which a respondent is asked to provide one or more words, expressions or short phrases that correctly completes a statement."@en ; rdfs:label "FillinBlankResponse"@en . @@ -1026,6 +1097,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Forum :Forum rdf:type owl:Class ; rdfs:subClassOf :DigitalResourceCollection ; + owl:disjointWith :Message , + :Thread ; rdfs:comment "A Caliper Forum represents a channel or virtual space in which group discussions take place. A Forum typically comprises one or more threaded conversations to which members can subscribe, post messages and reply to other messages."@en ; rdfs:label "Forum"@en . @@ -1033,6 +1106,16 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/ForumEvent :ForumEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :GradeEvent , + :MediaEvent , + :MessageEvent , + :NavigationEvent , + :OutcomeEvent , + :ReadingEvent , + :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper ForumEvent models learners and others participating in online forum communities. Forums typically encompass one or more threads or topics to which members can subscribe, post messages and reply to other messages if a threaded discussion is permitted."@en ; rdfs:label "ForumEvent"@en . @@ -1048,6 +1131,15 @@ xsd:duration rdf:type rdfs:Datatype . :GradeEvent rdf:type owl:Class ; owl:equivalentClass :OutcomeEvent ; rdfs:subClassOf :Event ; + owl:disjointWith :MediaEvent , + :MessageEvent , + :NavigationEvent , + :OutcomeEvent , + :ReadingEvent , + :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper GradeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication."@en ; rdfs:label "GradeEvent"@en . @@ -1062,6 +1154,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/HighlightAnnotation :HighlightAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; + owl:disjointWith :SharedAnnotation , + :TagAnnotation ; rdfs:comment "A Caliper HighlightAnnotation represents the act of marking a particular segment of a DigitalResource between two known coordinates."@en ; rdfs:label "HighlightAnnotation"@en . @@ -1069,6 +1163,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/ImageObject :ImageObject rdf:type owl:Class ; rdfs:subClassOf :MediaObject ; + owl:disjointWith :VideoObject ; rdfs:comment "A Caliper ImageObject represents an image file."@en ; rdfs:label "ImageObject"@en . @@ -1090,6 +1185,14 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/MediaEvent :MediaEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :MessageEvent , + :NavigationEvent , + :OutcomeEvent , + :ReadingEvent , + :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper MediaEvent models interactions between learners and rich content such as audio, images and video."@en ; rdfs:label "MediaEvent"@en . @@ -1118,6 +1221,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Message :Message rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; + owl:disjointWith :Thread ; rdfs:comment "A Caliper Message is a digital form of written communication sent to a recipient. A series of messages may constitute a Thread if they share a common subject and are connected by a reply or by date relationships."@en ; rdfs:label "Message"@en . @@ -1125,6 +1229,13 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/MessageEvent :MessageEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :NavigationEvent , + :OutcomeEvent , + :ReadingEvent , + :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper MessageEvent describes a Person posting a Message or marking a post as either read or unread."@en ; rdfs:label "MessageEvent"@en . @@ -1132,6 +1243,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/MultipleChoiceResponse :MultipleChoiceResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; + owl:disjointWith :MultipleResponseResponse , + :SelectTextResponse , + :TrueFalseResponse ; rdfs:comment "A Caliper MultipleChoiceResponse represents a type of Response in which a respondent is asked to provide the best possible answer from a list of choices."@en ; rdfs:label "MultipleChoiceResponse"@en . @@ -1139,6 +1253,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/MultipleResponseResponse :MultipleResponseResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; + owl:disjointWith :SelectTextResponse , + :TrueFalseResponse ; rdfs:comment "A Caliper MultipleResponseResponse represents a form of response in which a respondent is asked to select more than one correct answer from a list of choices."@en ; rdfs:label "MultipleResponseResponse"@en . @@ -1146,6 +1262,12 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/NavigationEvent :NavigationEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :OutcomeEvent , + :ReadingEvent , + :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper NavigationEvent models an actor traversing a network of digital resources."@en ; rdfs:label "NavigationEvent"@en . @@ -1153,6 +1275,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Organization :Organization rdf:type owl:Class ; rdfs:subClassOf :Agent ; + owl:disjointWith :SoftwareApplication ; rdfs:comment "A Caliper Organization represents a formal collection of people organized for some common educational, social or administrative purpose. An Organization can act as an Agent. It can be linked both to a parent Organization and to its members."@en ; rdfs:label "Organization"@en . @@ -1160,6 +1283,11 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/OutcomeEvent :OutcomeEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :ReadingEvent , + :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper OutcomeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. OutcomeEvent is DEPRECATED and will be removed in a future version of the specification. Use GradeEvent instead."@en ; rdfs:label "OutcomeEvent"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1175,6 +1303,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Person :Person rdf:type owl:Class ; rdfs:subClassOf :Agent ; + owl:disjointWith :SoftwareApplication ; rdfs:comment "A Caliper Person represents a human being, alive or deceased, real or imaginary."@en ; rdfs:label "Person"@en . @@ -1190,6 +1319,10 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/ReadingEvent :ReadingEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :SessionEvent , + :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper ReadingEvent models an actor reading textural content. ReadingEvent is DEPRECATED and will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; rdfs:label "ReadingEvent"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1205,6 +1338,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Result :Result rdf:type owl:Class ; rdfs:subClassOf :Entity ; + owl:disjointWith :Score ; rdfs:comment "A Caliper Result represents a grade applied to an assignment submission."@en ; rdfs:label "Result"@en . @@ -1219,6 +1353,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/SelectTextResponse :SelectTextResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; + owl:disjointWith :TrueFalseResponse ; rdfs:comment "A Caliper SelectTextResponse represents a type of Response that identifies text or a mapping from a presented paragraph or list."@en ; rdfs:label "SelectTextResponse"@en . @@ -1239,6 +1374,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/SessionEvent :SessionEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :ThreadEvent , + :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper SessionEvent models the creation and subsequent termination of a user session established by a Person interacting with a SoftwareApplication."@en ; rdfs:label "SessionEvent"@en . @@ -1246,6 +1384,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/SharedAnnotation :SharedAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; + owl:disjointWith :TagAnnotation ; rdfs:comment "A Caliper SharedAnnotation represents the act of sharing a reference to a DigitalResource with other agents."@en ; rdfs:label "SharedAnnotation"@en . @@ -1281,6 +1420,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/ThreadEvent :ThreadEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :ToolUseEvent , + :ViewEvent ; rdfs:comment "A Caliper ThreadEvent models an actor interacting with a Forum thread or topic."@en ; rdfs:label "ThreadEvent"@en . @@ -1288,6 +1429,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/ToolUseEvent :ToolUseEvent rdf:type owl:Class ; rdfs:subClassOf :Event ; + owl:disjointWith :ViewEvent ; rdfs:comment "A Caliper ToolUseEvent models a Person using a learning tool in a way that the tool's creators have determined is an indication of a learning interaction."@en ; rdfs:label "ToolUseEvent"@en . @@ -1323,6 +1465,9 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/epubChapter :epubChapter rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; + owl:disjointWith :epubPart , + :epubSubChapter , + :epubVolume ; rdfs:comment "A Caliper EpubChapter represents a major structural division of a piece of writing. EpubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; rdfs:label "EpubChapter"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1331,6 +1476,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/epubPart :epubPart rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; + owl:disjointWith :epubSubChapter , + :epubVolume ; rdfs:comment "A Caliper EpubPart represents a major structural division of a piece of writing, typically encapsulating a set of related chapters. EpubPart is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; rdfs:label "EpubPart"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1339,6 +1486,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/epubSubChapter :epubSubChapter rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; + owl:disjointWith :epubVolume ; rdfs:comment "A Caliper EpubSubChapter represents a major sub-division of an EpubChapter. EpubSubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."^^xsd:string ; rdfs:label "EpubSubChapter"@en ; owl:deprecated "true"^^xsd:boolean . From b2222855260049ce50484b166d2fee1d7ddab9f4 Mon Sep 17 00:00:00 2001 From: Anthony Whyte Date: Thu, 5 Apr 2018 12:49:19 -0400 Subject: [PATCH 3/6] Add individual action isDefinedBy and seeAlso annotations. --- caliper-jsonld.owl | 6934 ++++++++++++++++++++++++++++++++++---------- caliper-rdfxml.owl | 3118 ++++++++++++++++++-- caliper-turtle.owl | 2558 ++++++++++++++-- 3 files changed, 10498 insertions(+), 2112 deletions(-) diff --git a/caliper-jsonld.owl b/caliper-jsonld.owl index a616487..7e34b9b 100644 --- a/caliper-jsonld.owl +++ b/caliper-jsonld.owl @@ -6,3030 +6,6868 @@ "@id" : "http://purl.imsglobal.org/caliper/Response" }, { "@id" : "http://purl.imsglobal.org/caliper/Result" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Score" } ] } ] }, { - "@id" : "_:genid10", + "@id" : "_:genid100", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf" : [ { + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Result" + "@id" : "_:genid104" }, { - "@id" : "http://purl.imsglobal.org/caliper/Score" + "@id" : "_:genid102" } ] } ] }, { - "@id" : "_:genid13", + "@id" : "_:genid102", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Assessment" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid104", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "_:genid105", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/generated" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" + } ] +}, { + "@id" : "_:genid106", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf" : [ { + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/FillinBlankResponse" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MultipleResponseResponse" + "@id" : "_:genid110" }, { - "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse" + "@id" : "_:genid108" } ] } ] }, { - "@id" : "_:genid17", + "@id" : "_:genid108", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Assessment" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/isPartOf" + } ] +}, { + "@id" : "_:genid11", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2002/07/owl#unionOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Attempt" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MediaObject" - }, { - "@id" : "http://purl.imsglobal.org/caliper/Response" + "@id" : "http://purl.imsglobal.org/caliper/Result" }, { - "@id" : "http://purl.imsglobal.org/caliper/Session" + "@id" : "http://purl.imsglobal.org/caliper/Score" } ] } ] }, { - "@id" : "_:genid22", + "@id" : "_:genid110", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/isPartOf" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid111", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf" : [ { + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Attempt" - }, { - "@id" : "http://purl.imsglobal.org/caliper/Response" + "@id" : "_:genid119" }, { - "@id" : "http://purl.imsglobal.org/caliper/Session" + "@id" : "_:genid113" } ] } ] }, { - "@id" : "_:genid26", + "@id" : "_:genid113", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid114" + } ] +}, { + "@id" : "_:genid114", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf" : [ { + "http://www.w3.org/2002/07/owl#oneOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@id" : "http://purl.imsglobal.org/caliper/actions/Completed" }, { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@id" : "http://purl.imsglobal.org/caliper/actions/Skipped" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Started" } ] } ] }, { - "@id" : "_:genid29", + "@id" : "_:genid119", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid120", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf" : [ { + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + "@id" : "_:genid124" }, { - "@id" : "http://purl.imsglobal.org/caliper/Score" + "@id" : "_:genid122" } ] } ] }, { - "@id" : "_:genid32", + "@id" : "_:genid122", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid124", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid125", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf" : [ { + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Attempt" - }, { - "@id" : "http://purl.imsglobal.org/caliper/Response" + "@id" : "_:genid129" }, { - "@id" : "http://purl.imsglobal.org/caliper/Session" + "@id" : "_:genid127" } ] } ] }, { - "@id" : "_:genid36", + "@id" : "_:genid127", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid129", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "_:genid130", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/generated" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Response" + } ] +}, { + "@id" : "_:genid131", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/referrer" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem" + } ] +}, { + "@id" : "_:genid132", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf" : [ { + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/MultipleChoiceResponse" + "@id" : "_:genid143" }, { - "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" + "@id" : "_:genid134" } ] } ] }, { - "@id" : "_:genid39", + "@id" : "_:genid134", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid135" + } ] +}, { + "@id" : "_:genid135", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf" : [ { + "http://www.w3.org/2002/07/owl#oneOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/actions/Activated" }, { - "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + "@id" : "http://purl.imsglobal.org/caliper/actions/Completed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Deactivated" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Reviewed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Started" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Submitted" } ] } ] }, { - "@id" : "_:genid4", + "@id" : "_:genid14", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2002/07/owl#unionOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@id" : "http://purl.imsglobal.org/caliper/Attempt" }, { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@id" : "http://purl.imsglobal.org/caliper/MediaObject" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Response" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Session" } ] } ] }, { - "@id" : "_:genid42", + "@id" : "_:genid143", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid144", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2002/07/owl#intersectionOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + "@id" : "_:genid148" }, { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" + "@id" : "_:genid146" } ] } ] }, { - "@id" : "_:genid7", + "@id" : "_:genid146", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid148", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid149", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2002/07/owl#unionOf" : [ { + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { "@list" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Attempt" + "@id" : "_:genid153" }, { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@id" : "_:genid151" } ] } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/", - "@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { - "@language" : "en", - "@value" : "The Caliper Analytics Specification provides a structured approach to describing, collecting and exchanging learning activity data at scale. Establishing a common vocabulary for describing learning interactions is a central objective. Promoting data interoperability, data sharing and data-informed decision making are also important goals.\n\nCaliper also defines an application programming interface (the Sensor API) for marshalling and transmitting event data from instrumented applications to target endpoints for storage, analysis and use.\n\nThe Caliper ontology provides a machine-readable document that defines the concepts, relationships and constraints that together comprise the Caliper information model." + "@id" : "_:genid151", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" } ], - "http://www.w3.org/2000/01/rdf-schema#label" : [ { - "@language" : "en", - "@value" : "Caliper Analytics Ontology" + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid153", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { - "@value" : "http://www.imsglobal.org/caliper" + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Agent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { - "@language" : "en", - "@value" : "A Caliper Agent is a generic type that represents an Entity that can initiate or perform an action. Utilize Agent only if no suitable subtype exists to represent the actor being described." + "@id" : "_:genid154", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/generated" } ], - "http://www.w3.org/2000/01/rdf-schema#label" : [ { - "@language" : "en", - "@value" : "Agent" + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" + } ] +}, { + "@id" : "_:genid155", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/target" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Frame" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Annotation", + "@id" : "_:genid156", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { - "@language" : "en", - "@value" : "A Caliper Annotation is a generic type that represents a comment, explanation, highlight, mark, note, question or tag linked to a DigitalResource." + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid160" + }, { + "@id" : "_:genid158" + } ] + } ] +}, { + "@id" : "_:genid158", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], - "http://www.w3.org/2000/01/rdf-schema#label" : [ { - "@language" : "en", - "@value" : "Annotation" + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/assignable" + } ] +}, { + "@id" : "_:genid160", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/assignable" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { "@id" : "http://purl.imsglobal.org/caliper/Entity" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/AnnotationEvent", + "@id" : "_:genid161", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { - "@language" : "en", - "@value" : "A Caliper AnnotationEvent models the annotating of digital content. The resulting Annotation is also described and is subtyped for greater type specificity." + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid165" + }, { + "@id" : "_:genid163" + } ] + } ] +}, { + "@id" : "_:genid163", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" } ], - "http://www.w3.org/2000/01/rdf-schema#label" : [ { - "@language" : "en", - "@value" : "AnnotationEvent" + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/assignee" + } ] +}, { + "@id" : "_:genid165", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/assignee" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid166", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/isPartOf" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssessmentEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/AssessmentItemEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/AssignableEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ForumEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Assessment", + "@id" : "_:genid167", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { - "@language" : "en", - "@value" : "A Caliper Assessment represents an assessment instrument such as a test or quiz." - } ], - "http://www.w3.org/2000/01/rdf-schema#label" : [ { - "@language" : "en", - "@value" : "Assessment" + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid171" + }, { + "@id" : "_:genid169" + } ] + } ] +}, { + "@id" : "_:genid169", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "_:genid42" + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/items" + } ] +}, { + "@id" : "_:genid171", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/items" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem" + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/AssessmentEvent", + "@id" : "_:genid172", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { - "@language" : "en", - "@value" : "A Caliper AssessmentEvent models learner interactions with assessments instruments such as online tests or quizzes." + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid176" + }, { + "@id" : "_:genid174" + } ] + } ] +}, { + "@id" : "_:genid174", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Thread" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/items" + } ] +}, { + "@id" : "_:genid176", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/items" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid177", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid184" + }, { + "@id" : "_:genid179" + } ] + } ] +}, { + "@id" : "_:genid179", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid180" + } ] +}, { + "@id" : "_:genid180", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/Subscribed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Unsubscribed" + } ] + } ] +}, { + "@id" : "_:genid184", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid185", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid189" + }, { + "@id" : "_:genid187" + } ] + } ] +}, { + "@id" : "_:genid187", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid189", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid19", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Response" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Session" + } ] + } ] +}, { + "@id" : "_:genid190", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid194" + }, { + "@id" : "_:genid192" + } ] + } ] +}, { + "@id" : "_:genid192", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Forum" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid194", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "_:genid195", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid199" + }, { + "@id" : "_:genid197" + } ] + } ] +}, { + "@id" : "_:genid197", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#hasValue" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/Graded" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ] +}, { + "@id" : "_:genid199", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid200", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid207" + }, { + "@id" : "_:genid202" + } ] + } ] +}, { + "@id" : "_:genid202", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "_:genid203" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid203", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ] + } ] +}, { + "@id" : "_:genid207", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid208", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid212" + }, { + "@id" : "_:genid210" + } ] + } ] +}, { + "@id" : "_:genid210", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid212", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid213", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/generated" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Score" + } ] +}, { + "@id" : "_:genid214", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid238" + }, { + "@id" : "_:genid216" + } ] + } ] +}, { + "@id" : "_:genid216", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid217" + } ] +}, { + "@id" : "_:genid217", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedResolution" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedSize" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedSpeed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedVolume" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ClosedPopout" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/DisabledClosedCaptioning" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/EnabledClosedCaptioning" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Ended" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/EnteredFullScreen" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ExitedFullScreen" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ForwardedTo" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/JumpedTo" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Muted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/OpenedPopout" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Paused" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Restarted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Resumed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Started" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Unmuted" + } ] + } ] +}, { + "@id" : "_:genid23", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Event" + } ] + } ] +}, { + "@id" : "_:genid238", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid239", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid243" + }, { + "@id" : "_:genid241" + } ] + } ] +}, { + "@id" : "_:genid241", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid243", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid244", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid248" + }, { + "@id" : "_:genid246" + } ] + } ] +}, { + "@id" : "_:genid246", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MediaObject" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid248", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "_:genid249", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/target" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MediaLocation" + } ] +}, { + "@id" : "_:genid250", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid254" + }, { + "@id" : "_:genid252" + } ] + } ] +}, { + "@id" : "_:genid252", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/member" + } ] +}, { + "@id" : "_:genid254", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/member" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid255", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid259" + }, { + "@id" : "_:genid257" + } ] + } ] +}, { + "@id" : "_:genid257", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Organization" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/organization" + } ] +}, { + "@id" : "_:genid259", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/organization" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid26", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Score" + } ] + } ] +}, { + "@id" : "_:genid260", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid264" + }, { + "@id" : "_:genid262" + } ] + } ] +}, { + "@id" : "_:genid262", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Thread" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/isPartOf" + } ] +}, { + "@id" : "_:genid264", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/isPartOf" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid265", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid273" + }, { + "@id" : "_:genid267" + } ] + } ] +}, { + "@id" : "_:genid267", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid268" + } ] +}, { + "@id" : "_:genid268", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/MarkedAsRead" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/MarkedAsUnread" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Posted" + } ] + } ] +}, { + "@id" : "_:genid273", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid274", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid278" + }, { + "@id" : "_:genid276" + } ] + } ] +}, { + "@id" : "_:genid276", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid278", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid279", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid283" + }, { + "@id" : "_:genid281" + } ] + } ] +}, { + "@id" : "_:genid281", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Message" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid283", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "_:genid284", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid288" + }, { + "@id" : "_:genid286" + } ] + } ] +}, { + "@id" : "_:genid286", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#hasValue" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/NavigatedTo" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ] +}, { + "@id" : "_:genid288", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid289", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid293" + }, { + "@id" : "_:genid291" + } ] + } ] +}, { + "@id" : "_:genid29", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Response" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Session" + } ] + } ] +}, { + "@id" : "_:genid291", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid293", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid294", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid301" + }, { + "@id" : "_:genid296" + } ] + } ] +}, { + "@id" : "_:genid296", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "_:genid297" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid297", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ] + } ] +}, { + "@id" : "_:genid301", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid302", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid309" + }, { + "@id" : "_:genid304" + } ] + } ] +}, { + "@id" : "_:genid304", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "_:genid305" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/referrer" + } ] +}, { + "@id" : "_:genid305", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ] + } ] +}, { + "@id" : "_:genid309", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/referrer" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid310", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/target" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Frame" + } ] +}, { + "@id" : "_:genid311", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid315" + }, { + "@id" : "_:genid313" + } ] + } ] +}, { + "@id" : "_:genid313", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#hasValue" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/Graded" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ] +}, { + "@id" : "_:genid315", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid316", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid323" + }, { + "@id" : "_:genid318" + } ] + } ] +}, { + "@id" : "_:genid318", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "_:genid319" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid319", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ] + } ] +}, { + "@id" : "_:genid323", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid324", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid328" + }, { + "@id" : "_:genid326" + } ] + } ] +}, { + "@id" : "_:genid326", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Result" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/generated" + } ] +}, { + "@id" : "_:genid328", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/generated" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid329", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid333" + }, { + "@id" : "_:genid331" + } ] + } ] +}, { + "@id" : "_:genid33", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Event" + } ] + } ] +}, { + "@id" : "_:genid331", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid333", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid334", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid342" + }, { + "@id" : "_:genid336" + } ] + } ] +}, { + "@id" : "_:genid336", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid337" + } ] +}, { + "@id" : "_:genid337", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/NavigatedTo" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Searched" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Viewed" + } ] + } ] +}, { + "@id" : "_:genid342", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid343", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid347" + }, { + "@id" : "_:genid345" + } ] + } ] +}, { + "@id" : "_:genid345", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid347", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid348", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid352" + }, { + "@id" : "_:genid350" + } ] + } ] +}, { + "@id" : "_:genid350", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid352", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid353", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/target" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Frame" + } ] +}, { + "@id" : "_:genid354", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid358" + }, { + "@id" : "_:genid356" + } ] + } ] +}, { + "@id" : "_:genid356", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/user" + } ] +}, { + "@id" : "_:genid358", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/user" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid359", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid367" + }, { + "@id" : "_:genid361" + } ] + } ] +}, { + "@id" : "_:genid36", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MultipleChoiceResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" + } ] + } ] +}, { + "@id" : "_:genid361", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid362" + } ] +}, { + "@id" : "_:genid362", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/LoggedIn" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/LoggedOut" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/TimedOut" + } ] + } ] +}, { + "@id" : "_:genid367", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid368", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid375" + }, { + "@id" : "_:genid370" + } ] + } ] +}, { + "@id" : "_:genid370", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "_:genid371" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid371", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ] + } ] +}, { + "@id" : "_:genid375", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid376", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid383" + }, { + "@id" : "_:genid378" + } ] + } ] +}, { + "@id" : "_:genid378", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "_:genid379" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid379", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Session" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ] + } ] +}, { + "@id" : "_:genid383", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid384", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid391" + }, { + "@id" : "_:genid386" + } ] + } ] +}, { + "@id" : "_:genid386", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "_:genid387" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/referrer" + } ] +}, { + "@id" : "_:genid387", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ] + } ] +}, { + "@id" : "_:genid39", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/FillinBlankResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MultipleResponseResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse" + } ] + } ] +}, { + "@id" : "_:genid391", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/referrer" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid392", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/target" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "_:genid393", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid397" + }, { + "@id" : "_:genid395" + } ] + } ] +}, { + "@id" : "_:genid395", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Forum" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/isPartOf" + } ] +}, { + "@id" : "_:genid397", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/isPartOf" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid398", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid402" + }, { + "@id" : "_:genid400" + } ] + } ] +}, { + "@id" : "_:genid400", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Message" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/items" + } ] +}, { + "@id" : "_:genid402", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/items" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid403", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid410" + }, { + "@id" : "_:genid405" + } ] + } ] +}, { + "@id" : "_:genid405", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid406" + } ] +}, { + "@id" : "_:genid406", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/MarkedAsRead" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/MarkedAsUnread" + } ] + } ] +}, { + "@id" : "_:genid410", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid411", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid415" + }, { + "@id" : "_:genid413" + } ] + } ] +}, { + "@id" : "_:genid413", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid415", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid416", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid420" + }, { + "@id" : "_:genid418" + } ] + } ] +}, { + "@id" : "_:genid418", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Thread" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid420", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "_:genid421", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid425" + }, { + "@id" : "_:genid423" + } ] + } ] +}, { + "@id" : "_:genid423", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#hasValue" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/Used" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ] +}, { + "@id" : "_:genid425", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid426", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid430" + }, { + "@id" : "_:genid428" + } ] + } ] +}, { + "@id" : "_:genid428", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid43", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ] + } ] +}, { + "@id" : "_:genid430", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid431", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid435" + }, { + "@id" : "_:genid433" + } ] + } ] +}, { + "@id" : "_:genid433", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid435", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid436", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/target" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ] +}, { + "@id" : "_:genid437", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid441" + }, { + "@id" : "_:genid439" + } ] + } ] +}, { + "@id" : "_:genid439", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#hasValue" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/Viewed" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ] +}, { + "@id" : "_:genid441", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid442", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid446" + }, { + "@id" : "_:genid444" + } ] + } ] +}, { + "@id" : "_:genid444", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid446", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid447", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid451" + }, { + "@id" : "_:genid449" + } ] + } ] +}, { + "@id" : "_:genid449", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid451", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid452", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/target" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Frame" + } ] +}, { + "@id" : "_:genid453", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid457" + }, { + "@id" : "_:genid455" + } ] + } ] +}, { + "@id" : "_:genid455", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/epubChapter" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/isPartOf" + } ] +}, { + "@id" : "_:genid457", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/isPartOf" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid458", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ], + "http://www.w3.org/2002/07/owl#members" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Envelope" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Role" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Selector" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Status" + } ] + } ] +}, { + "@id" : "_:genid46", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid50" + }, { + "@id" : "_:genid48" + } ] + } ] +}, { + "@id" : "_:genid466", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ], + "http://www.w3.org/2002/07/owl#members" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Annotation" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" + }, { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + }, { + "@id" : "http://purl.imsglobal.org/caliper/LearningObjective" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Membership" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Response" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Result" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Score" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Session" + } ] + } ] +}, { + "@id" : "_:genid477", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ], + "http://www.w3.org/2002/07/owl#members" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AnnotationEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItemEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/AssignableEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ForumEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + } ] + } ] +}, { + "@id" : "_:genid48", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/annotated" + } ] +}, { + "@id" : "_:genid491", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ], + "http://www.w3.org/2002/07/owl#members" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Assessment" + }, { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Forum" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Thread" + } ] + } ] +}, { + "@id" : "_:genid496", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ], + "http://www.w3.org/2002/07/owl#members" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Chapter" + }, { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Document" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Frame" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MediaLocation" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MediaObject" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Message" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Page" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Reading" + }, { + "@id" : "http://purl.imsglobal.org/caliper/WebPage" + }, { + "@id" : "http://purl.imsglobal.org/caliper/epubChapter" + }, { + "@id" : "http://purl.imsglobal.org/caliper/epubPart" + }, { + "@id" : "http://purl.imsglobal.org/caliper/epubSubChapter" + }, { + "@id" : "http://purl.imsglobal.org/caliper/epubVolume" + } ] + } ] +}, { + "@id" : "_:genid5", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Event" + } ] + } ] +}, { + "@id" : "_:genid50", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/annotated" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid51", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid55" + }, { + "@id" : "_:genid53" + } ] + } ] +}, { + "@id" : "_:genid512", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ], + "http://www.w3.org/2002/07/owl#members" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AudioObject" + }, { + "@id" : "http://purl.imsglobal.org/caliper/ImageObject" + }, { + "@id" : "http://purl.imsglobal.org/caliper/VideoObject" + } ] + } ] +}, { + "@id" : "_:genid516", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ], + "http://www.w3.org/2002/07/owl#members" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/BookmarkAnnotation" + }, { + "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation" + }, { + "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation" + } ] + } ] +}, { + "@id" : "_:genid521", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ], + "http://www.w3.org/2002/07/owl#members" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/FillinBlankResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MultipleChoiceResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/MultipleResponseResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse" + }, { + "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" + } ] + } ] +}, { + "@id" : "_:genid527", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ], + "http://www.w3.org/2002/07/owl#members" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Organization" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Person" + }, { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + } ] + } ] +}, { + "@id" : "_:genid53", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/annotator" + } ] +}, { + "@id" : "_:genid531", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ], + "http://www.w3.org/2002/07/owl#members" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Member" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" + } ] + } ] +}, { + "@id" : "_:genid540", + "@type" : [ "http://www.w3.org/2002/07/owl#AllDifferent" ], + "http://www.w3.org/2002/07/owl#distinctMembers" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/Abandoned" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Activated" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Added" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Attached" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Bookmarked" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedResolution" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedSize" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedSpeed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedVolume" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Classified" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ClosedPopout" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Commented" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Completed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Created" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Deactivated" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Deleted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Described" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/DisabledClosedCaptioning" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Disliked" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/EnabledClosedCaptioning" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Ended" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/EnteredFullScreen" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ExitedFullScreen" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ForwardedTo" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Graded" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Hid" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Highlighted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Identified" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/JumpedTo" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Liked" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Linked" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/LoggedIn" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/LoggedOut" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/MarkedAsRead" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/MarkedAsUnread" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Modified" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Muted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/NavigatedTo" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/OpenedPopout" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Paused" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Posted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Questioned" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Ranked" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Recommended" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Removed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Reset" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Restarted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Resumed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Retrieved" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Reviewed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Rewound" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Searched" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Shared" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Showed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Skipped" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Started" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Submitted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Subscribed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Tagged" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/TimedOut" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Unmuted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Unsubscribed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Used" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Viewed" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Administrator" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Developer" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalDeveloper" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalSupport" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalSystemAdministrator" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Support" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#SystemAdministrator" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ContentDeveloper" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ContentExpert" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ExternalContentExpert" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#Librarian" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#ExternalInstructor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Grader" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#GuestInstructor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Instructor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Lecturer" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#PrimaryInstructor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#SecondaryInstructor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistant" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantGroup" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantOffering" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantSection" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantTemplate" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#ExternalLearner" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#GuestLearner" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#Learner" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#NonCreditLearner" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#AreaManager" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#CourseCoordinator" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#ExternalObserver" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#Manager" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#Observer" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Member#Member" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Advisor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Auditor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalAdvisor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalAuditor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalLearningFacilitator" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalMentor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalReviewer" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalTutor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#LearningFacilitator" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Mentor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Reviewer" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Tutor" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Chair" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Officer" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Secretary" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Treasurer" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Vice-Chair" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/status#Active" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/status#Inactive" + } ] + } ] +}, { + "@id" : "_:genid55", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/annotator" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid56", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid65" + }, { + "@id" : "_:genid58" + } ] + } ] +}, { + "@id" : "_:genid58", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid59" + } ] +}, { + "@id" : "_:genid59", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/Bookmarked" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Highlighted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Shared" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Tagged" + } ] + } ] +}, { + "@id" : "_:genid65", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid66", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid70" + }, { + "@id" : "_:genid68" + } ] + } ] +}, { + "@id" : "_:genid68", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid70", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "_:genid71", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid75" + }, { + "@id" : "_:genid73" + } ] + } ] +}, { + "@id" : "_:genid73", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ] +}, { + "@id" : "_:genid75", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/object" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid76", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/generated" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Annotation" + } ] +}, { + "@id" : "_:genid77", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/target" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Frame" + } ] +}, { + "@id" : "_:genid78", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid82" + }, { + "@id" : "_:genid80" + } ] + } ] +}, { + "@id" : "_:genid8", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#unionOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + }, { + "@id" : "http://purl.imsglobal.org/caliper/Event" + } ] + } ] +}, { + "@id" : "_:genid80", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/items" + } ] +}, { + "@id" : "_:genid82", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/items" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "_:genid83", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid94" + }, { + "@id" : "_:genid85" + } ] + } ] +}, { + "@id" : "_:genid85", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "_:genid86" + } ] +}, { + "@id" : "_:genid86", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#oneOf" : [ { + "@list" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actions/Paused" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Reset" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Restarted" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Resumed" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Started" + }, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Submitted" + } ] + } ] +}, { + "@id" : "_:genid94", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/action" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "_:genid95", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2002/07/owl#intersectionOf" : [ { + "@list" : [ { + "@id" : "_:genid99" + }, { + "@id" : "_:genid97" + } ] + } ] +}, { + "@id" : "_:genid97", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#allValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Person" + } ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ] +}, { + "@id" : "_:genid99", + "@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ], + "http://www.w3.org/2002/07/owl#onProperty" : [ { + "@id" : "http://purl.imsglobal.org/caliper/actor" + } ], + "http://www.w3.org/2002/07/owl#someValuesFrom" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/", + "@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ], + "http://purl.org/dc/terms/license" : [ { + "@language" : "en", + "@value" : "Recipients of this document are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the specification set forth in this document, and to provide supporting documentation.\n\nIMS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on IMS’s procedures with respect to rights in IMS specifications can be found at the IMS Intellectual Property Rights web page: http://www.imsglobal.org/ipr/imsipr_policyFinal.pdf.\n\nCopyright © 2018 IMS Global Learning Consortium. All Rights Reserved.\n\nUse of this ontology to develop products or services is governed by the license with IMS found on the IMS website: http://www.imsglobal.org/speclicense.html.\n\nPermission is granted to all parties to use excerpts from this document as needed in producing requests for proposals.\n\nThe limited permissions granted above are perpetual and will not be revoked by IMS or its successors or assigns.\n\nTHIS ONTOLOGY IS BEING OFFERED WITHOUT ANY WARRANTY WHATSOEVER, AND IN PARTICULAR, ANY WARRANTY OF NON INFRINGEMENT IS EXPRESSLY DISCLAIMED. ANY USE OF THIS ONTOLOGY SHALL BE MADE ENTIRELY AT THE IMPLEMENTER'S OWN RISK, AND NEITHER THE CONSORTIUM, NOR ANY OF ITS MEMBERS OR SUBMITTERS, SHALL HAVE ANY LIABILITY WHATSOEVER TO ANY IMPLEMENTER OR THIRD PARTY FOR ANY DAMAGES OF ANY NATURE WHATSOEVER, DIRECTLY OR INDIRECTLY, ARISING FROM THE USE OF THIS ONTOLOGY." + } ], + "http://purl.org/dc/terms/title" : [ { + "@language" : "en", + "@value" : "Caliper Analytics® Ontology" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The Caliper Analytics Specification provides a structured approach to describing, collecting and exchanging learning activity data at scale. Establishing a common vocabulary for describing learning interactions is a central objective. Promoting data interoperability, data sharing and data-informed decision making are also important goals.\n\nCaliper also defines an application programming interface (the Sensor API) for marshalling and transmitting event data from instrumented applications to target endpoints for storage, analysis and use.\n\nThe Caliper ontology provides a machine-readable document that defines the concepts, relationships and constraints that together comprise the Caliper information model." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Caliper Analytics® Ontology" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://www.imsglobal.org/caliper" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Action", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Agent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Agent is a generic type that represents an Entity that can initiate or perform an action. Utilize Agent only if no suitable subtype exists to represent the actor being described." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Agent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Annotation", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Annotation is a generic type that represents a comment, explanation, highlight, mark, note, question or tag linked to a DigitalResource." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Annotation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + }, { + "@id" : "_:genid46" + }, { + "@id" : "_:genid51" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/AnnotationEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper AnnotationEvent models the annotating of digital content. The resulting Annotation is also described and is subtyped for greater type specificity." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "AnnotationEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid56" + }, { + "@id" : "_:genid66" + }, { + "@id" : "_:genid71" + }, { + "@id" : "_:genid76" + }, { + "@id" : "_:genid77" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Assessment", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Assessment represents an assessment instrument such as a test or quiz." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Assessment" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + }, { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" + }, { + "@id" : "_:genid78" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper AssessmentEvent models learner interactions with assessments instruments such as online tests or quizzes." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "AssessmentEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid83" + }, { + "@id" : "_:genid95" + }, { + "@id" : "_:genid100" + }, { + "@id" : "_:genid105" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper AssessmentItem represents a single test question." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "AssessmentItem" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + }, { + "@id" : "_:genid106" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItemEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper AssessmentItemEvent models a learner's interaction with an individual AssessmentItem." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "AssessmentItemEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid111" + }, { + "@id" : "_:genid120" + }, { + "@id" : "_:genid125" + }, { + "@id" : "_:genid130" + }, { + "@id" : "_:genid131" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/isReplacedBy" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper AssignableDigitalResource is a generic type that represents digital content associated with a graded or ungraded assignment. Utilize AssignableDigitalResource only if no suitable subtype exists to represent the resource being described." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "AssignableDigitalResource" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/AssignableEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper AssignableEvent models activities associated with the assignment of digital content assigned to a learner for completion." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "AssignableEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid132" + }, { + "@id" : "_:genid144" + }, { + "@id" : "_:genid149" + }, { + "@id" : "_:genid154" + }, { + "@id" : "_:genid155" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Attempt", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Attempt provides a count of the number of times an actor has interacted with an AssignableDigitalResource along with start time, end time and duration information. An Attempt is generated as the result of an action such as starting an Assessment." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Attempt" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + }, { + "@id" : "_:genid156" + }, { + "@id" : "_:genid161" + }, { + "@id" : "_:genid166" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/AudioObject", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper AudioObject represents an audio or sound file." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "AudioObject" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MediaObject" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/BookmarkAnnotation", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper BookmarkAnnotation represents the act of marking a DigitalResource at a particular location." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "BookmarkAnnotation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Annotation" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Chapter", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Chapter represents a major sub-division of a piece of digital content." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Chapter" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/CourseOffering", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper CourseOffering represents the occurrence of a course or a type during a specified time period." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "CourseOffering" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Organization" + } ], + "http://www.w3.org/2002/07/owl#disjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Group" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/CourseSection", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper CourseSection represents a specific instance of a CourseOffering occurring during a specific semester, term or period." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "CourseSection" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/CourseOffering" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper DigitalResource is a generic type that represents digital content. Utilize DigitalResource only if no suitable subtype exists to represent the resource being described." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "DigitalResource" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper DigitalResourceCollection represents an ordered collection of DigitalResource entities." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "DigitalResourceCollection" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + }, { + "@id" : "_:genid167" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Document", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Document represents paginated textual content." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Document" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Entity", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Entity is a generic type that represents objects or things that participate in learning-related activities. Entity is subtyped for enhanced type specificity in order to better describe people, groups, digital content, courses, assignments, assessments, forums, messages, software applications and other entities that constitute the \"stuff\" of a Caliper Event. Utilize Entity only if no suitable subtype exists to represent the thing being described." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Entity" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Envelope", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Envelope is a container that is used to transmit one or more Caliper Events and/or Caliper Entity describes." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Envelope" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Event", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Event is a generic type that describes a relationship established between an actor and an object, formed as a result of a purposeful action undertaken by the actor in connection to the object at a particular moment in time." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Event" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/FillinBlankResponse", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper FillinBlankResponse represents a type of Response in which a respondent is asked to provide one or more words, expressions or short phrases that correctly completes a statement." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "FillinBlankResponse" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Response" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Forum", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Forum represents a channel or virtual space in which group discussions take place. A Forum typically comprises one or more threaded conversations to which members can subscribe, post messages and reply to other messages." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Forum" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" + }, { + "@id" : "_:genid172" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/ForumEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper ForumEvent models learners and others participating in online forum communities. Forums typically encompass one or more threads or topics to which members can subscribe, post messages and reply to other messages if a threaded discussion is permitted." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ForumEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid177" + }, { + "@id" : "_:genid185" + }, { + "@id" : "_:genid190" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Frame", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Frame represents a part, portion or segment of a DigitalResource." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Frame" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/GradeEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper GradeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "GradeEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid195" + }, { + "@id" : "_:genid200" + }, { + "@id" : "_:genid208" + }, { + "@id" : "_:genid213" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Group", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Group represents an ad-hoc, informal or short-lived collection of people organized for some common educational or social purpose. A Group can act as an Agent. It can be linked both to a parent Organization and to its members." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Group" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Organization" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper HighlightAnnotation represents the act of marking a particular segment of a DigitalResource between two known coordinates." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "HighlightAnnotation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Annotation" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/ImageObject", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper ImageObject represents an image file." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ImageObject" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MediaObject" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/LearningObjective", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper LearningObjective represents a brief statement of what a learner should know or be able to perform after completing a unit of instruction or a period of learning." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "LearningObjective" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/LtiSession", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper LtiSession represents an LTI Tool Consumer user session." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "LtiSession" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Session" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/MediaEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper MediaEvent models interactions between learners and rich content such as audio, images and video." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "MediaEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid214" + }, { + "@id" : "_:genid239" + }, { + "@id" : "_:genid244" + }, { + "@id" : "_:genid249" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/MediaLocation", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper MediaLocation provides the current playback position in a MediaObject such as an AudioObject or VideoObject." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "MediaLocation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/MediaObject", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper MediaObject represents a generic piece of media content. Utilize MediaObject only if no suitable subtype exists to represent the resource being described." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "MediaObject" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Membership", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Membership describes the relationship between an Organization and a Person (i.e., a member) in terms of the roles assigned and current status." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Membership" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + }, { + "@id" : "_:genid250" + }, { + "@id" : "_:genid255" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Message", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Message is a digital form of written communication sent to a recipient. A series of messages may constitute a Thread if they share a common subject and are connected by a reply or by date relationships." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Message" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + }, { + "@id" : "_:genid260" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/MessageEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper MessageEvent describes a Person posting a Message or marking a post as either read or unread." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "MessageEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid265" + }, { + "@id" : "_:genid274" + }, { + "@id" : "_:genid279" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/MultipleChoiceResponse", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper MultipleChoiceResponse represents a type of Response in which a respondent is asked to provide the best possible answer from a list of choices." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "MultipleChoiceResponse" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Response" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/MultipleResponseResponse", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper MultipleResponseResponse represents a form of response in which a respondent is asked to select more than one correct answer from a list of choices." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "MultipleResponseResponse" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Response" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper NavigationEvent models an actor traversing a network of digital resources." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "NavigationEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid284" + }, { + "@id" : "_:genid289" + }, { + "@id" : "_:genid294" + }, { + "@id" : "_:genid302" + }, { + "@id" : "_:genid310" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Organization", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Organization represents a formal collection of people organized for some common educational, social or administrative purpose. An Organization can act as an Agent. It can be linked both to a parent Organization and to its members." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Organization" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/isReplacedBy" : [ { + "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper OutcomeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. OutcomeEvent is DEPRECATED and will be removed in a future version of the specification. Use GradeEvent instead." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "OutcomeEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid311" + }, { + "@id" : "_:genid316" + }, { + "@id" : "_:genid324" + }, { + "@id" : "_:genid329" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Page", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Page represents an item of paginated content." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Page" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Person", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Person represents a human being, alive or deceased, real or imaginary." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Person" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Reading", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/isReplacedBy" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Document" + } ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Reading represents paginated content. Reading is a DEPRECATED entity superseded by Document that will be removed in a future version of the specification. It SHOULD NOT be referenced." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Reading" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper ReadingEvent models an actor reading textural content. ReadingEvent is DEPRECATED and will be removed in a future version of the specification. It SHOULD NOT be referenced." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ReadingEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid334" + }, { + "@id" : "_:genid343" + }, { + "@id" : "_:genid348" + }, { + "@id" : "_:genid353" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Response", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Response is a generic type that represents the selected option generated by a Person interacting with an AssessmentItem. Utilize Response only if no suitable subtype exists to represent the response being described." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Response" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Result", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Result represents a grade applied to an assignment submission." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Result" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Role", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Score", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Score represents a grade. The Score value is considered immutable." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Score" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper SelectTextResponse represents a type of Response that identifies text or a mapping from a presented paragraph or list." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "SelectTextResponse" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Response" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Selector", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Selector is a generic class that describes a fragment or segment of a resource. Utilize Selector only if no suitable subtype exists to represent the selection being described." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Selector" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Session", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Session represents a web application user session." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Session" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Entity" + }, { + "@id" : "_:genid354" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/SessionEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper SessionEvent models the creation and subsequent termination of a user session established by a Person interacting with a SoftwareApplication." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "SessionEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid359" + }, { + "@id" : "_:genid368" + }, { + "@id" : "_:genid376" + }, { + "@id" : "_:genid384" + }, { + "@id" : "_:genid392" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper SharedAnnotation represents the act of sharing a reference to a DigitalResource with other agents." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "SharedAnnotation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Annotation" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper SoftwareApplication represents a computer program, application, module, platform or system." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "SoftwareApplication" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Status", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper TagAnnotation represents the act of tagging a DigitalResource with tags or labels." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "TagAnnotation" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Annotation" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/TextPositionSelector", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper TextPositionSelector represents a fragment or selection of textual content, the starting and ending positions of which are determined by the distance in characters from the initial character (position 0) of the enclosing full text." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "TextPositionSelector" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Selector" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/Thread", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper Thread represents a series of one or more messages that share a common subject and are connected by a reply or by date relationships." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Thread" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" + }, { + "@id" : "_:genid393" + }, { + "@id" : "_:genid398" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper ThreadEvent models an actor interacting with a Forum thread or topic." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ThreadEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid403" + }, { + "@id" : "_:genid411" + }, { + "@id" : "_:genid416" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper ToolUseEvent models a Person using a learning tool in a way that the tool's creators have determined is an indication of a learning interaction." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ToolUseEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid421" + }, { + "@id" : "_:genid426" + }, { + "@id" : "_:genid431" + }, { + "@id" : "_:genid436" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper TrueFalseResponse represents a type of Response to an AssessmentItem in which only two possible options are provided (e.g., true/false, yes/no)." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "TrueFalseResponse" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Response" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/VideoObject", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper VideoObject represents a visual recording stored in digital form." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "VideoObject" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MediaObject" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/ViewEvent", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper ViewEvent describes an actor's examination of digital content whenever the activity emphasizes thoughtful observation or study as opposed to the mere retrieval of a resource." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ViewEvent" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + }, { + "@id" : "_:genid437" + }, { + "@id" : "_:genid442" + }, { + "@id" : "_:genid447" + }, { + "@id" : "_:genid452" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/WebPage", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A Caliper WebPage represents a document containing markup that is suitable for display in a web browser." + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "WebPage" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/academicSession", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A human-readable identifier of the designated period in which a CourseOffering occurs." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/CourseOffering" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "academicSession" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#string" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/action", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The action or predicate that binds the Event actor or subject to the Event object." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "action" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Action" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Abandoned", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Forsake, leave behind." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202232813-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Abandoned" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Activated", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Make active or more active. Inverse of Deactivated." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200191014-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Activated" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Added", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Make an addition (to); join or combine or unite with others; increase the quality, quantity, size or scope of. Inverse of Removed." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200182551-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Added" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Attached", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Cause to be attached." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201299048-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Attached" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Bookmarked", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A marker that specifies a location of interest in a DigitalResource that is recorded for later retrieval." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "AssessmentEvent" + "@value" : "Bookmarked" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/102874508-n" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedResolution", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Cause to change; make different; cause a transformation of the number of pixels per square inch on a computer-generated display." } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssessmentItemEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/AssignableEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ForumEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200126072-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ChangedResolution" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/111526370-n" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedSize", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper AssessmentItem represents a single test question." + "@value" : "Cause to change; make different; cause a transformation of the physical magnitude of something." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200126072-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "AssessmentItem" + "@value" : "ChangedSize" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/105106204-n" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/AssessmentItemEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedSpeed", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper AssessmentItemEvent models a learner's interaction with an individual AssessmentItem." + "@value" : "Cause to change; make different; cause a transformation of the rate at which something happens." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200126072-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "AssessmentItemEvent" + "@value" : "ChangedSpeed" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/105065291-n" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ChangedVolume", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Cause to change; make different; cause a transformation of the magnitude of sound (usually in a specified direction)." } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssignableEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ForumEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200126072-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ChangedVolume" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/104997456-n" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Classified", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper AssignableDigitalResource is a generic type that represents digital content associated with a graded or ungraded assignment. Utilize AssignableDigitalResource only if no suitable subtype exists to represent the resource being described." + "@value" : "Assign to a class or kind." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200741667-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "AssignableDigitalResource" + "@value" : "Classified" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/ClosedPopout", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Close or shut a video popout. Inverse of OpenedPopout." } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201349660-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ClosedPopout" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/AssignableEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Commented", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper AssignableEvent models activities associated with the assignment of digital content assigned to a learner for completion." + "@value" : "Make or write a comment on." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201060446-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "AssignableEvent" + "@value" : "Commented" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Completed", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Come or bring to a finish or an end." } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200485097-v" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/ForumEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Completed" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Attempt", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Created", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Attempt provides a count of the number of times an actor has interacted with an AssignableDigitalResource along with start time, end time and duration information. An Attempt is generated as the result of an action such as starting an Assessment." + "@value" : "Make or cause to be or to become. Inverse of Deleted." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201620211-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Attempt" + "@value" : "Created" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Deactivated", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Make inactive. Inverse of Activated." } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200191849-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Deactivated" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/AudioObject", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Deleted", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper AudioObject represents an audio or sound file." + "@value" : "Wipe out digitally. Inverse of Created." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201001860-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "AudioObject" + "@value" : "Deleted" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Described", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Give a description of." } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/MediaObject" + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200989103-v" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/ImageObject" - }, { - "@id" : "http://purl.imsglobal.org/caliper/VideoObject" + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Described" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/BookmarkAnnotation", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/DisabledClosedCaptioning", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper BookmarkAnnotation represents the act of marking a DigitalResource at a particular location." + "@value" : "Render unable to perform the visual display of a plain text transcription of audio output. Inverse of EnabledClosedCaptioning." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "BookmarkAnnotation" + "@value" : "DisabledClosedCaptioning" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Annotation" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200513267-v" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Disliked", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Have or feel a dislike or distaste for. Inverse of Liked." } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation" - }, { - "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation" + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201780648-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Disliked" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Chapter", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/EnabledClosedCaptioning", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Chapter represents a major sub-division of a piece of digital content." + "@value" : "Render capable or able the visual display of a plain text transcription of audio output. Inverse of DisabledClosedCaptioning." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Chapter" + "@value" : "EnabledClosedCaptioning" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200513958-v" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/CourseOffering", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Ended", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper CourseOffering represents the occurrence of a course or a type during a specified time period." + "@value" : "Bring to an end or halt. Inverse of Started." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200353480-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "CourseOffering" + "@value" : "Ended" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/EnteredFullScreen", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "To come or go into a view mode that utilizes all the available display surface of a screen. Inverse of ExitedFullScreen." } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Organization" + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "EnteredFullScreen" + } ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202020375-v" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/CourseSection", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/ExitedFullScreen", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper CourseSection represents a specific instance of a CourseOffering occurring during a specific semester, term or period." + "@value" : "Move out of or depart from a view mode that utilizes all the available display surface of a screen. Inverse of EnteredFullScreen." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "CourseSection" + "@value" : "ExitedFullScreen" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/CourseOffering" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202019450-v" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/ForwardedTo", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper DigitalResource is a generic type that represents digital content. Utilize DigitalResource only if no suitable subtype exists to represent the resource being described." + "@value" : "Send or ship onward." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201959367-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ForwardedTo" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Graded", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Assign a grade or rank to, according to one's evaluation." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200659399-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Graded" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Hid", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Prevent from being seen or discovered. Inverse of Showed." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202149298-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Hid" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Highlighted", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Move into the foreground to make more visible or prominent." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200515150-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Highlighted" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Identified", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Recognize as being; establish the identity of someone or something." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200620568-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Identified" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/JumpedTo", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Pass abruptly from one state or topic to another." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200561468-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "JumpedTo" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Liked", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Be fond of. Inverse of Disliked." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201780873-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Liked" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Linked", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Connect, fasten, or put together two or more pieces." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201357376-v" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Linked" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/LoggedIn", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Enter a computer or software application. Inverse of LoggedOut." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202253955-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "DigitalResource" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@value" : "LoggedIn" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/LoggedOut", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper DigitalResourceCollection represents an ordered collection of DigitalResource entities." + "@value" : "Exit a computer or software application. Inverse of LoggedIn." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202254101-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "DigitalResourceCollection" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@value" : "LoggedOut" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Document", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/MarkedAsRead", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Document represents textual content." + "@value" : "Mark: designate as if by a mark, read: interpret something that is written or printed. Inverse of MarkedAsUnread." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200923709-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Document" + "@value" : "MarkedAsRead" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200626756-v" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Entity", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/MarkedAsUnread", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Entity is a generic type that represents objects or things that participate in learning-related activities. Entity is subtyped for enhanced type specificity in order to better describe people, groups, digital content, courses, assignments, assessments, forums, messages, software applications and other entities that constitute the \"stuff\" of a Caliper Event. Utilize Entity only if no suitable subtype exists to represent the thing being described." + "@value" : "Remove designation as if by a mark. Inverse of MarkedAsRead." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Entity" + "@value" : "MarkedAsUnread" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Envelope" - }, { - "@id" : "http://purl.imsglobal.org/caliper/Event" - }, { - "@id" : "http://purl.imsglobal.org/caliper/Selector" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200923709-v" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Envelope", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Modified", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Envelope is a container that is used to transmit one or more Caliper Events and/or Caliper Entity describes." + "@value" : "Cause to change; make different; cause a transformation." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200126072-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Envelope" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" - }, { - "@id" : "http://purl.imsglobal.org/caliper/Selector" + "@value" : "Modified" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Event", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Muted", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Event is a generic type that describes a relationship established between an actor and an object, formed as a result of a purposeful action undertaken by the actor in connection to the object at a particular moment in time." + "@value" : "Deaden (a sound or noise). Inverse of Unmuted." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/mute-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Event" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Selector" + "@value" : "Muted" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/FillinBlankResponse", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/NavigatedTo", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper FillinBlankResponse represents a type of Response in which a respondent is asked to provide one or more words, expressions or short phrases that correctly completes a statement." + "@value" : "Direct the course; determine the direction of travelling." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201935739-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "FillinBlankResponse" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Response" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/MultipleChoiceResponse" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MultipleResponseResponse" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse" - }, { - "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" + "@value" : "NavigatedTo" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Forum", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/OpenedPopout", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Forum represents a channel or virtual space in which group discussions take place. A Forum typically comprises one or more threaded conversations to which members can subscribe, post messages and reply to other messages." + "@value" : "Start to operate or function or cause to start operating or functioning a video popout. Inverse of ClosedPopout." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Forum" + "@value" : "OpenedPopout" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Message" - }, { - "@id" : "http://purl.imsglobal.org/caliper/Thread" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202431018-v" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/ForumEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Paused", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper ForumEvent models learners and others participating in online forum communities. Forums typically encompass one or more threads or topics to which members can subscribe, post messages and reply to other messages if a threaded discussion is permitted." + "@value" : "Cease an action temporarily. Inverse of Resumed." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200781106-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "ForumEvent" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/GradeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "@value" : "Paused" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Frame", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Posted", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Frame represents a part, portion or segment of a DigitalResource." + "@value" : "To cause to be directed or transmitted to another place." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201033289-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Frame" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@value" : "Posted" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/GradeEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Questioned", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper GradeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication." + "@value" : "Pose a question." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200786670-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "GradeEvent" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/MediaEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" - } ], - "http://www.w3.org/2002/07/owl#equivalentClass" : [ { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" + "@value" : "Questioned" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Group", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Ranked", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Group represents an ad-hoc, informal or short-lived collection of people organized for some common educational or social purpose. A Group can act as an Agent. It can be linked both to a parent Organization and to its members." + "@value" : "Assign a rank or rating to." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200659723-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Group" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Organization" + "@value" : "Ranked" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Recommended", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper HighlightAnnotation represents the act of marking a particular segment of a DigitalResource between two known coordinates." + "@value" : "Express a good opinion of." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200884469-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "HighlightAnnotation" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Annotation" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation" - }, { - "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation" + "@value" : "Recommended" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/ImageObject", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Removed", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper ImageObject represents an image file." + "@value" : "Remove from sight. Inverse of Added." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200181704-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "ImageObject" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/MediaObject" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/VideoObject" + "@value" : "Removed" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/LearningObjective", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Reset", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper LearningObjective represents a brief statement of what a learner should know or be able to perform after completing a unit of instruction or a period of learning." + "@value" : "Set anew." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200949623-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "LearningObjective" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@value" : "Reset" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/LtiSession", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Restarted", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper LtiSession represents an LTI Tool Consumer user session." + "@value" : "Take up or begin anew, as in to start something, make progress but then stop and return to the beginning in order to start again." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "LtiSession" + "@value" : "Restarted" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Session" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200350758-v" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/MediaEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Resumed", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper MediaEvent models interactions between learners and rich content such as audio, images and video." + "@value" : "Take up or begin anew, as in to start something, pause and then begin again at the location where the pause in action occurred. Inverse of Paused." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "MediaEvent" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@value" : "Resumed" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/MessageEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200350758-v" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/MediaLocation", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Retrieved", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper MediaLocation provides the current playback position in a MediaObject such as an AudioObject or VideoObject." + "@value" : "Obtain or retrieve from a storage device; as of information on a computer." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202253616-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "MediaLocation" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@value" : "Retrieved" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/MediaObject", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Reviewed", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper MediaObject represents a generic piece of media content. Utilize MediaObject only if no suitable subtype exists to represent the resource being described." + "@value" : "Appraise critically." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200857194-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "MediaObject" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@value" : "Reviewed" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Membership", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Rewound", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Membership describes the relationship between an Organization and a Person (i.e., a member) in terms of the roles assigned and current status." + "@value" : "Wind up again." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201524927-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Membership" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@value" : "Rewound" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Message", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Searched", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Message is a digital form of written communication sent to a recipient. A series of messages may constitute a Thread if they share a common subject and are connected by a reply or by date relationships." + "@value" : "Try to locate or discover, or try to establish the existence of." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201318273-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Message" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Thread" + "@value" : "Searched" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/MessageEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Shared", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper MessageEvent describes a Person posting a Message or marking a post as either read or unread." + "@value" : "Communicate." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201065952-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "MessageEvent" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "@value" : "Shared" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/MultipleChoiceResponse", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Showed", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper MultipleChoiceResponse represents a type of Response in which a respondent is asked to provide the best possible answer from a list of choices." + "@value" : "Make visible or noticeable. Inverse of Hid." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202141597-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "MultipleChoiceResponse" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Response" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/MultipleResponseResponse" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse" - }, { - "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" + "@value" : "Showed" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/MultipleResponseResponse", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Skipped", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper MultipleResponseResponse represents a form of response in which a respondent is asked to select more than one correct answer from a list of choices." + "@value" : "Bypass." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200618188-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "MultipleResponseResponse" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Response" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse" - }, { - "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" + "@value" : "Skipped" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Started", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper NavigationEvent models an actor traversing a network of digital resources." + "@value" : "Set in motion, cause to start. Inverse of Ended." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/200349400-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "NavigationEvent" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "@value" : "Started" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Organization", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Submitted", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Organization represents a formal collection of people organized for some common educational, social or administrative purpose. An Organization can act as an Agent. It can be linked both to a parent Organization and to its members." + "@value" : "Hand over formally." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202267560-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Organization" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Agent" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + "@value" : "Submitted" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/OutcomeEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Subscribed", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper OutcomeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. OutcomeEvent is DEPRECATED and will be removed in a future version of the specification. Use GradeEvent instead." + "@value" : "Receive or obtain regularly. Inverse of Unsubscribed." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202214527-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "OutcomeEvent" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" - } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "@value" : "Subscribed" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Page", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Tagged", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Page represents an item of paginated content." + "@value" : "Attach a tag or label to." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201591414-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Page" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@value" : "Tagged" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Person", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/TimedOut", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Person represents a human being, alive or deceased, real or imaginary." + "@value" : "Cancellation of a user session after a predetermined time interval has occurred without activity." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Person" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Agent" - } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + "@value" : "TimedOut" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Reading", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Unmuted", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Reading represents an item of paginated content. Reading is a DEPRECATED entity superseded by Document that will be removed in a future version of the specification. It SHOULD NOT be referenced." + "@value" : "Inverse of Muted." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Reading" + "@value" : "Unmuted" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" - } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/mute-v" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/ReadingEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Unsubscribed", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper ReadingEvent models an actor reading textural content. ReadingEvent is DEPRECATED and will be removed in a future version of the specification. It SHOULD NOT be referenced." + "@value" : "Inverse of Subscribed." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "ReadingEvent" + "@value" : "Unsubscribed" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202214527-v" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/actions/Used", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Put into service; make work or employ for a particular purpose or for its inherent or natural purpose." } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/201161188-v" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Used" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Response", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actions/Viewed", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Action" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Response is a generic type that represents the selected option generated by a Person interacting with an AssessmentItem. Utilize Response only if no suitable subtype exists to represent the response being described." + "@value" : "Look at carefully; study mentally." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://wordnet-rdf.princeton.edu/wn31/202134765-v" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Response" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@value" : "Viewed" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Result", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/actor", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Result represents a grade applied to an assignment submission." + "@value" : "The Agent who initiated the Event, typically a Person, Organization or SoftwareApplication." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Result" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@value" : "actor" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Score" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Score", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/alignedLearningObjective", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "http://purl.org/dc/terms/isReplacedBy" : [ { + "@id" : "http://purl.imsglobal.org/caliper/learningObjectives" + } ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Score represents a grade. The Score value is considered immutable." + "@value" : "An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource. Deprecated. Use learningObjectives." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Score" + "@value" : "alignedLearningObjective" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/LearningObjective" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/SelectTextResponse", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/annotated", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper SelectTextResponse represents a type of Response that identifies text or a mapping from a presented paragraph or list." + "@value" : "The DigitalResource that was annotated by the annotator." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Annotation" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "SelectTextResponse" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Response" + "@value" : "annotated" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Selector", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/annotator", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Selector is a generic class that describes a fragment or segment of a resource. Utilize Selector only if no suitable subtype exists to represent the selection being described." + "@value" : "The Person who created the Annotation." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Annotation" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Selector" + "@value" : "annotator" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Session", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/assignable", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Session represents a web application user session." + "@value" : "The DigitalResource that constitutes the object of the assignment." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Session" + "@value" : "assignable" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/SessionEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/assignee", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper SessionEvent models the creation and subsequent termination of a user session established by a Person interacting with a SoftwareApplication." + "@value" : "The Person who initiated the Attempt of an assigned DigitalResource." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "SessionEvent" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@value" : "assignee" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/attachments", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper SharedAnnotation represents the act of sharing a reference to a DigitalResource with other agents." + "@value" : "An ordered collection of one or more DigitalResource entities attached to a Message." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Message" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "SharedAnnotation" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Annotation" + "@value" : "attachments" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/attempt", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper SoftwareApplication represents a computer program, application, module, platform or system." + "@value" : "The associated Attempt." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "_:genid1" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "SoftwareApplication" + "@value" : "attempt" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Agent" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/body", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper TagAnnotation represents the act of tagging a DigitalResource with tags or labels." + "@value" : "A plain-text rendering of the body content of a Message." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Message" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "TagAnnotation" + "@value" : "body" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Annotation" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/TextPositionSelector", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/bookmarkNotes", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper TextPositionSelector represents a fragment or selection of textual content, the starting and ending positions of which are determined by the distance in characters from the initial character (position 0) of the enclosing full text." + "@value" : "A plain text rendering of the note associated with a BookmarkAnnotation." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/BookmarkAnnotation" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "TextPositionSelector" + "@value" : "bookmarkNotes" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Selector" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/Thread", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/category", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper Thread represents a series of one or more messages that share a common subject and are connected by a reply or by date relationships." + "@value" : "A plain-text descriptor that characterizes the purpose of the CourseSection such as \"lecture\", \"lab\" or \"seminar\"." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/CourseSection" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Thread" + "@value" : "category" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/ThreadEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/comment", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper ThreadEvent models an actor interacting with a Forum thread or topic." + "@value" : "Plain text feedback provided by the scorer of a Result." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Result" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "ThreadEvent" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@value" : "comment" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent" - }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/ToolUseEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/count", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper ToolUseEvent models a Person using a learning tool in a way that the tool's creators have determined is an indication of a learning interaction." + "@value" : "The total number of attempts inclusive of the current Attempt that have been registered by the learner against the assigned resource." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Attempt" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "ToolUseEvent" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@value" : "count" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/TrueFalseResponse", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/courseNumber", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper TrueFalseResponse represents a type of Response to an AssessmentItem in which only two possible options are provided (e.g., true/false, yes/no)." + "@value" : "A human-readable identifier of the CourseOffering or CourseSection." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/CourseOffering" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "TrueFalseResponse" + "@value" : "courseNumber" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Response" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/VideoObject", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/creators", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper VideoObject represents a visual recording stored in digital form." + "@value" : "An ordered collection of Agent entities, typically of type Person, that are responsible for bringing resource into being" + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "VideoObject" + "@value" : "creators" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/MediaObject" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/ViewEvent", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/currentTime", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper ViewEvent describes an actor's examination of digital content whenever the activity emphasizes thoughtful observation or study as opposed to the mere retrieval of a resource." + "@value" : "A time interval or duration that represents the current playback position measured from the beginning of a MediaObject." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/MediaLocation" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "ViewEvent" + "@value" : "currentTime" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#duration" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/WebPage", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/curveFactor", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper WebPage represents a document containing markup that is suitable for display in a web browser." + "@value" : "A scale factor to be used in adjusting the totalScore." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Result" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "WebPage" + "@value" : "curveFactor" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#decimal" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/academicSession", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/curvedTotalScore", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A human-readable identifier of the designated period in which a CourseOffering occurs." + "@value" : "The total score earned by the learner after applying a curveFactor to a method for computing a scaled score; e.g., adjusting the score equal to the sum of 100 - curvedFactor(100 - totalScore)." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/CourseOffering" + "@id" : "http://purl.imsglobal.org/caliper/Result" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "academicSession" + "@value" : "curvedTotalScore" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@id" : "http://www.w3.org/2001/XMLSchema#decimal" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/action", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/data", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The action or predicate that binds the Event actor or subject to the Event object." + "@value" : "Envelope data array." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Envelope" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "action" + "@value" : "data" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@id" : "_:genid5" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/actor", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/dataVersion", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The Agent who initiated the Event, typically a Person, Organization or SoftwareApplication." + "@value" : "Envelope data payload Caliper version." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@id" : "http://purl.imsglobal.org/caliper/Envelope" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "actor" + "@value" : "dataVersion" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Agent" + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/alignedLearningObjective", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/dateCreated", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource. Deprecated. Use learningObjectives." + "@value" : "A date and time value expressed with millisecond precision that describes when an Entity was created." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/Entity" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "alignedLearningObjective" + "@value" : "dateCreated" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/LearningObjective" - } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" } ], - "http://www.w3.org/2002/07/owl#equivalentProperty" : [ { - "@id" : "http://purl.imsglobal.org/caliper/learningObjectives" + "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/dateModified" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/annotated", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/dateModified", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The DigitalResource that was annotated by the annotator." + "@value" : "A date and time value expressed with millisecond precision that describes when an Entity was last changed or modified." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Annotation" + "@id" : "http://purl.imsglobal.org/caliper/Entity" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "annotated" + "@value" : "dateModified" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" - } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/object" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/annotator", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/datePublished", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The Person who created the Annotation." + "@value" : "A date and time value expressed with millisecond precision that provides the publication date of a resource." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Annotation" + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "annotator" + "@value" : "datePublished" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Person" - } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/actor" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/assignable", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/dateToActivate", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The DigitalResource that constitutes the object of the assignment." + "@value" : "A date and time value expressed with millisecond precision that describes when a resource was activated." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Attempt" + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "assignable" + "@value" : "dateToActivate" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" - } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/object" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/assignee", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/dateToShow", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The Person who initiated the Attempt of an assigned DigitalResource." + "@value" : "A date and time value expressed with millisecond precision that describes when a resource should be shown or made available." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Attempt" + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "assignee" + "@value" : "dateToShow" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Person" - } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/actor" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/attachments", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/dateToStartOn", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An ordered collection of one or more DigitalResource entities attached to a Message." + "@value" : "A date and time value expressed with millisecond precision that describes when the resource can be started." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Message" + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "attachments" + "@value" : "dateToStartOn" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/attempt", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/dateToSubmit", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The associated Attempt." + "@value" : "A date and time value expressed with millisecond precision that describes when the resource is to be submitted for evaluation." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid1" + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "attempt" + "@value" : "dateToSubmit" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Attempt" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/body", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/description", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A plain-text rendering of the body content of a Message." + "@value" : "A brief, plain-text representation of the resource." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Message" + "@id" : "http://purl.imsglobal.org/caliper/Entity" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "body" + "@value" : "description" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/bookmarkNotes", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/duration", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A plain text rendering of the note associated with a BookmarkAnnotation." + "@value" : "A time interval that represents the total time required to complete an activity." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/BookmarkAnnotation" + "@id" : "_:genid14" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "bookmarkNotes" + "@value" : "duration" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@id" : "http://www.w3.org/2001/XMLSchema#duration" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/category", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/edApp", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A plain-text descriptor that characterizes the purpose of the CourseSection such as \"lecture\", \"lab\" or \"seminar\"." + "@value" : "A SoftwareApplication that represents the application context within which an Event occurs." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/CourseSection" + "@id" : "http://purl.imsglobal.org/caliper/Event" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "category" + "@value" : "edApp" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/comment", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/end", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "Plain text feedback provided by the scorer of a Result." + "@value" : "The end position of a segment of text. The first character in the full text is position 0. The character that represents the end position is NOT included within the selected segment." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Result" + "@id" : "http://purl.imsglobal.org/caliper/TextPositionSelector" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "comment" + "@value" : "end" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + } ], + "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/start" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/count", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/endedAtTime", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The total number of attempts inclusive of the current Attempt that have been registered by the learner against the assigned resource." + "@value" : "A date and time value expressed with millisecond precision that describes when the activity was completed or terminated." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Attempt" + "@id" : "_:genid19" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "count" + "@value" : "endedAtTime" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + } ], + "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/startedAtTime" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/courseNumber", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/epubChapter", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/isReplacedBy" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Chapter" + } ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A human-readable identifier of the CourseOffering or CourseSection." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/CourseOffering" + "@value" : "A Caliper EpubChapter represents a major structural division of a piece of writing. EpubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "courseNumber" + "@value" : "EpubChapter" } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/creators", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/epubPart", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An ordered collection of Agent entities, typically of type Person, that are responsible for bringing resource into being" - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@value" : "A Caliper EpubPart represents a major structural division of a piece of writing, typically encapsulating a set of related chapters. EpubPart is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "creators" + "@value" : "EpubPart" } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Agent" + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/currentTime", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/epubSubChapter", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { - "@language" : "en", - "@value" : "A time interval or duration that represents the current playback position measured from the beginning of a MediaObject." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/MediaLocation" + "@value" : "A Caliper EpubSubChapter represents a major sub-division of an EpubChapter. EpubSubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "currentTime" + "@value" : "EpubSubChapter" } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#duration" + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + }, { + "@id" : "_:genid453" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/curveFactor", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/epubVolume", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/isReplacedBy" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Document" + } ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A scale factor to be used in adjusting the totalScore." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Result" + "@value" : "A Caliper EpubVolume represents a component of a collection. EpubVolume inherits all the properties and requirements defined for DigitalResource, its supertype. EpubVolume is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "curveFactor" + "@value" : "EpubVolume" } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#decimal" + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2002/07/owl#deprecated" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#boolean", "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/curvedTotalScore", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/eventTime", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The total score earned by the learner after applying a curveFactor to a method for computing a scaled score; e.g., adjusting the score equal to the sum of 100 - curvedFactor(100 - totalScore)." + "@value" : "A date and time value expressed with millisecond precision that indicates when an Event occurred." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Result" + "@id" : "http://purl.imsglobal.org/caliper/Event" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "curvedTotalScore" + "@value" : "eventTime" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#decimal" - } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/data", + "@id" : "http://purl.imsglobal.org/caliper/extensions", "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "Envelope data array." + "@value" : "An ordered collection of objects not defined by the Caliper Information Model." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Envelope" + "@id" : "_:genid8" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "data" + "@value" : "extensions" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/dataVersion", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/extraCreditScore", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "Envelope data payload Caliper version." + "@value" : "The number of extra credit points earned by the learner." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Envelope" + "@id" : "http://purl.imsglobal.org/caliper/Result" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "dataVersion" + "@value" : "extraCreditScore" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@id" : "http://www.w3.org/2001/XMLSchema#decimal" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/dateCreated", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/federatedSession", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A date and time value expressed with millisecond precision that describes when an Entity was created." + "@value" : "If an Event occurs within the context of an LTI tool launch, the federatedSession constitutes the tool consumer's LtiSession." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@id" : "http://purl.imsglobal.org/caliper/Event" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "dateCreated" + "@value" : "federatedSession" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" - } ], - "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/dateModified" + "@id" : "http://purl.imsglobal.org/caliper/LtiSession" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/dateModified", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/generated", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A date and time value expressed with millisecond precision that describes when an Entity was last changed or modified." + "@value" : "An Entity created or generated as a result of an interaction between an actor and an object." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "generated" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ] +}, { + "@id" : "http://purl.imsglobal.org/caliper/group", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "An Organization that represents the group or organizational context within which an Event occurs." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Event" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "dateModified" + "@value" : "group" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + "@id" : "http://purl.imsglobal.org/caliper/Organization" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/datePublished", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/id", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A date and time value expressed with millisecond precision that provides the publication date of a resource." + "@value" : "The Event or Entity identifier. For an Event, the id MUST be a UUID expressed as a URN using the form urn:uuid: per RFC 4122. For Entities a valid IRI MUST be specified. The IRI MUST be unique and persistent. The IRI SHOULD also be dereferenceable, i.e., capable of returning a representation of the resource. An Entity MAY be provisioned with a URI employing the URN scheme in cases where a Linked Data friendly HTTP URI is either unavailable or inappropriate." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@id" : "_:genid23" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "datePublished" + "@value" : "id" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/dateToActivate", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/index", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A date and time value expressed with millisecond precision that describes when a resource was activated." + "@value" : "A non-negative integer that represents the position of the Frame." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/Frame" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "dateToActivate" + "@value" : "index" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + "@id" : "http://www.w3.org/2001/XMLSchema#long" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/dateToShow", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/isPartOf", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A date and time value expressed with millisecond precision that describes when a resource should be shown or made available." + "@value" : "A related Entity that includes or incorporates the resource as a part of its whole." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/Entity" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "dateToShow" + "@value" : "isPartOf" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + "@id" : "http://purl.imsglobal.org/caliper/Entity" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/dateToStartOn", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/isTimeDependent", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A date and time value expressed with millisecond precision that describes when the resource can be started." + "@value" : "A boolean value indicating whether or not interacting with the item is time dependent." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "dateToStartOn" + "@value" : "isTimeDependent" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + "@id" : "http://www.w3.org/2001/XMLSchema#boolean" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/dateToSubmit", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/items", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A date and time value expressed with millisecond precision that describes when the resource is to be submitted for evaluation." + "@value" : "An ordered collection of resources that comprise the collection." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "dateToSubmit" + "@value" : "items" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + "@id" : "http://purl.imsglobal.org/caliper/Entity" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/description", + "@id" : "http://purl.imsglobal.org/caliper/keywords", "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A brief, plain-text representation of the resource." + "@value" : "An ordered collection of one or more string values that represent tags or labels used to identify the resource." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "description" + "@value" : "keywords" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/duration", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/learningObjectives", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A time interval that represents the total time required to complete an activity." + "@value" : "An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid17" + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "duration" + "@value" : "learningObjectives" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#duration" + "@id" : "http://purl.imsglobal.org/caliper/LearningObjective" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/edApp", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/maxAttempts", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A SoftwareApplication that represents the application context within which an Event occurs." + "@value" : "A non-negative integer indicating the number of permitted attempts." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "edApp" + "@value" : "maxAttempts" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/SoftwareApplication" + "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/end", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/maxResultScore", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The end position of a segment of text. The first character in the full text is position 0. The character that represents the end position is NOT included within the selected segment." + "@value" : "The maximum score permitted for a Result." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/TextPositionSelector" + "@id" : "http://purl.imsglobal.org/caliper/Result" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "end" + "@value" : "maxResultScore" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" - } ], - "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/start" + "@id" : "http://www.w3.org/2001/XMLSchema#decimal" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/endedAtTime", + "@id" : "http://purl.imsglobal.org/caliper/maxScore", "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A date and time value expressed with millisecond precision that describes when the activity was completed or terminated." + "@value" : "A non-negative integer indicating the maximum score permitted." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid22" + "@id" : "_:genid26" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "endedAtTime" + "@value" : "maxScore" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" - } ], - "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/startedAtTime" + "@id" : "http://www.w3.org/2001/XMLSchema#decimal" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/epubChapter", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/maxSubmits", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper EpubChapter represents a major structural division of a piece of writing. EpubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." - } ], - "http://www.w3.org/2000/01/rdf-schema#label" : [ { - "@language" : "en", - "@value" : "EpubChapter" + "@value" : "A non-negative integer indicating the number of permitted submissions." } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "maxSubmits" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/epubPart" - }, { - "@id" : "http://purl.imsglobal.org/caliper/epubSubChapter" - }, { - "@id" : "http://purl.imsglobal.org/caliper/epubVolume" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/epubPart", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/mediaType", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper EpubPart represents a major structural division of a piece of writing, typically encapsulating a set of related chapters. EpubPart is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." - } ], - "http://www.w3.org/2000/01/rdf-schema#label" : [ { - "@language" : "en", - "@value" : "EpubPart" + "@value" : "A string value drawn from the list of IANA approved media types and subtypes that identifies the file format of a resource." } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "mediaType" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/epubSubChapter" - }, { - "@id" : "http://purl.imsglobal.org/caliper/epubVolume" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/epubSubChapter", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/member", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { - "@value" : "A Caliper EpubSubChapter represents a major sub-division of an EpubChapter. EpubSubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." - } ], - "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "EpubSubChapter" + "@value" : "The Person associated with a Membership." } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Membership" } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "member" } ], - "http://www.w3.org/2002/07/owl#disjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/epubVolume" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/epubVolume", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "@id" : "http://purl.imsglobal.org/caliper/members", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Caliper EpubVolume represents a component of a collection. EpubVolume inherits all the properties and requirements defined for DigitalResource, its supertype. EpubVolume is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." + "@value" : "An ordered collection of entities of type Agent that belong to a particular group." + } ], + "http://www.w3.org/2000/01/rdf-schema#domain" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Organization" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "EpubVolume" - } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@value" : "members" } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Agent" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/eventTime", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/membership", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A date and time value expressed with millisecond precision that indicates when an Event occurred." + "@value" : "The relationship between the actor and the group in terms of roles assigned and current status." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "eventTime" + "@value" : "membership" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + "@id" : "http://purl.imsglobal.org/caliper/Membership" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/extensions", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/messageParameters", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An ordered collection of objects not defined by the Caliper Information Model." + "@value" : "A map of LTI-specified message parameters that provide Tool Consumer-related contextual information MAY be specified. LTI message parameters of whatever type (i.e., required, recommended, optional, custom and extension) MAY be referenced." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid4" + "@id" : "http://purl.imsglobal.org/caliper/LtiSession" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "extensions" + "@value" : "messageParameters" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/extraCreditScore", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/muted", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The number of extra credit points earned by the learner." + "@value" : "An optional boolean value indicating whether or not the MediaObject has been muted ." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Result" + "@id" : "http://purl.imsglobal.org/caliper/AudioObject" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "extraCreditScore" + "@value" : "muted" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#decimal" - } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "@id" : "http://www.w3.org/2001/XMLSchema#boolean" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/federatedSession", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/name", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "If an Event occurs within the context of an LTI tool launch, the federatedSession constitutes the tool consumer's LtiSession." + "@value" : "A string value comprising a word or phrase by which the resource is known." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@id" : "http://purl.imsglobal.org/caliper/Entity" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "federatedSession" + "@value" : "name" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/LtiSession" - } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/session" - } ], - "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/session" + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/generated", + "@id" : "http://purl.imsglobal.org/caliper/navigatedFrom", "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "http://purl.org/dc/terms/isReplacedBy" : [ { + "@id" : "http://purl.imsglobal.org/caliper/referrer" + } ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An Entity created or generated as a result of an interaction between an actor and an object." + "@value" : "The DigitalResource or SoftwareApplication that constitutes the referring context of a Navigation Event. Deprecated." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "generated" + "@value" : "navigatedFrom" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/Entity" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/group", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/normalScore", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An Organization that represents the group or organizational context within which an Event occurs." + "@value" : "The score earned by the learner before adding the extraCreditScore, subtracting the penaltyScore or applying the curveFactor, if any." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@id" : "http://purl.imsglobal.org/caliper/Result" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "group" + "@value" : "normalScore" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Organization" + "@id" : "http://www.w3.org/2001/XMLSchema#decimal" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/organization" + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/id", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/object", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The Event or Entity identifier. For an Event, the id MUST be a UUID expressed as a URN using the form urn:uuid: per RFC 4122. For Entities a valid IRI MUST be specified. The IRI MUST be unique and persistent. The IRI SHOULD also be dereferenceable, i.e., capable of returning a representation of the resource. An Entity MAY be provisioned with a URI employing the URN scheme in cases where a Linked Data friendly HTTP URI is either unavailable or inappropriate." + "@value" : "An Entity that an Event actor interacts with as described by the Event action." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid26" + "@id" : "http://purl.imsglobal.org/caliper/Event" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "id" + "@value" : "object" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@id" : "http://purl.imsglobal.org/caliper/Entity" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/index", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/objectType", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A non-negative integer that represents the position of the Frame." + "@value" : "A string value that designates the resource type." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Frame" + "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "index" + "@value" : "objectType" } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#long" + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/isPartOf", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty", "http://www.w3.org/2002/07/owl#IrreflexiveProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/organization", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A related Entity that includes or incorporates the resource as a part of its whole." + "@value" : "The Organization associated with a Membership." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid7" + "@id" : "http://purl.imsglobal.org/caliper/Membership" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "isPartOf" + "@value" : "organization" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@id" : "http://purl.imsglobal.org/caliper/Organization" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/isTimeDependent", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/penaltyScore", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A boolean value indicating whether or not interacting with the item is time dependent." + "@value" : "The number of points deducted from the normalScore due to an infraction such as submitting an Attempt after the due date." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem" + "@id" : "http://purl.imsglobal.org/caliper/Result" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "isTimeDependent" + "@value" : "penaltyScore" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#boolean" + "@id" : "http://www.w3.org/2001/XMLSchema#decimal" + } ], + "http://www.w3.org/2002/07/owl#deprecated" : [ { + "@type" : "http://www.w3.org/2001/XMLSchema#boolean", + "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/items", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/referrer", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An ordered collection of resources that comprise the collection." + "@value" : "An Entity that represents the referring context within which an Event occurs. A SoftwareApplication or DigitalResource will typically constitute the referring context." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" + "@id" : "http://purl.imsglobal.org/caliper/Event" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "items" + "@value" : "referrer" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/Entity" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/keywords", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/replyTo", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#IrreflexiveProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An ordered collection of one or more string values that represent tags or labels used to identify the resource." + "@value" : "A prior Message that represents the post to which a Message is directed in reply." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/Message" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "keywords" + "@value" : "replyTo" } ], - "http://www.w3.org/2002/07/owl#equivalentProperty" : [ { - "@id" : "http://purl.imsglobal.org/caliper/tags" + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Message" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/learningObjectives", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/resultScore", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource." + "@value" : "The result score awarded to the learner. A result score can be updated." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/Result" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "learningObjectives" + "@value" : "resultScore" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/LearningObjective" + "@id" : "http://www.w3.org/2001/XMLSchema#decimal" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/maxAttempts", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/roles", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A non-negative integer indicating the number of permitted attempts." + "@value" : "An ordered collection of organizational roles assigned to a member." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/Membership" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "maxAttempts" + "@value" : "roles" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + "@id" : "http://purl.imsglobal.org/caliper/Role" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/maxResultScore", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/scoreGiven", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The maximum score permitted for a Result." + "@value" : "The score value." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Result" + "@id" : "http://purl.imsglobal.org/caliper/Score" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "maxResultScore" + "@value" : "scoreGiven" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://www.w3.org/2001/XMLSchema#decimal" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/maxScore", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/scoredBy", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A non-negative integer indicating the maximum score permitted." + "@value" : "The Agent who scored or graded an Attempt." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid29" + "@id" : "_:genid11" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "maxScore" + "@value" : "scoredBy" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#decimal" + "@id" : "http://purl.imsglobal.org/caliper/Agent" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/maxSubmits", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/selection", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A non-negative integer indicating the number of permitted submissions." + "@value" : "A Selector that describes a fragment or segment of a resource." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AssignableDigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "maxSubmits" + "@value" : "selection" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + "@id" : "http://purl.imsglobal.org/caliper/TextPositionSelector" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/mediaType", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/selectionText", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A string value drawn from the list of IANA approved media types and subtypes that identifies the file format of a resource." + "@value" : "A string value representing a plain-text rendering of the selected segment of the annotated resource." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "mediaType" + "@value" : "selectionText" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/member", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/sendTime", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The Person associated with a Membership." + "@value" : "Envelope send time." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Membership" + "@id" : "http://purl.imsglobal.org/caliper/Envelope" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "member" + "@value" : "sendTime" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Person" - } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/actor" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/members", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/sensor", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An ordered collection of entities of type Agent that belong to a particular group." + "@value" : "Sensor identifier." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Organization" + "@id" : "http://purl.imsglobal.org/caliper/Envelope" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "members" + "@value" : "sensor" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Agent" + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/membership", + "@id" : "http://purl.imsglobal.org/caliper/session", "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The relationship between the actor and the group in terms of roles assigned and current status." + "@value" : "The current user Session." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "membership" + "@value" : "session" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Membership" + "@id" : "http://purl.imsglobal.org/caliper/Session" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/messageParameters", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/start", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A map of LTI-specified message parameters that provide Tool Consumer-related contextual information MAY be specified. LTI message parameters of whatever type (i.e., required, recommended, optional, custom and extension) MAY be referenced." + "@value" : "The starting position of a segment of text. The first character in the full text is position 0. The character that represents the start position is included within the selected segment." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/LtiSession" + "@id" : "http://purl.imsglobal.org/caliper/TextPositionSelector" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "messageParameters" + "@value" : "start" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/muted", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/startedAtTime", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An optional boolean value indicating whether or not the MediaObject has been muted ." + "@value" : "A date and time value expressed with millisecond precision that describes when the activity commenced." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AudioObject" + "@id" : "_:genid29" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "muted" + "@value" : "startedAtTime" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#boolean" + "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/name", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/status", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A string value comprising a word or phrase by which the resource is known." + "@value" : "The current standing of a member." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@id" : "http://purl.imsglobal.org/caliper/Membership" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "name" + "@value" : "status" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@id" : "http://purl.imsglobal.org/caliper/Status" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/navigatedFrom", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/subOrganizationOf", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#IrreflexiveProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The DigitalResource or SoftwareApplication that constitutes the referring context of a Navigation Event. Deprecated." + "@value" : "The parent Organization of an Organization." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" + "@id" : "http://purl.imsglobal.org/caliper/Organization" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "navigatedFrom" + "@value" : "subOrganizationOf" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" - } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" - } ], - "http://www.w3.org/2002/07/owl#equivalentProperty" : [ { - "@id" : "http://purl.imsglobal.org/caliper/referrer" + "@id" : "http://purl.imsglobal.org/caliper/Organization" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/normalScore", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/tags", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The score earned by the learner before adding the extraCreditScore, subtracting the penaltyScore or applying the curveFactor, if any." + "@value" : "An ordered collection of one or more string values that represent labels or tags associated with the annotated DigitalResource." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Result" + "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "normalScore" + "@value" : "tags" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#decimal" - } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/object", + "@id" : "http://purl.imsglobal.org/caliper/target", "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An Entity that an Event actor interacts with as described by the Event action." + "@value" : "An Entity that represents a particular segment or location within an Event object." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "object" + "@value" : "target" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { "@id" : "http://purl.imsglobal.org/caliper/Entity" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/objectType", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/totalScore", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A string value that designates the resource type." + "@value" : "A score earned by the learner equal to the sum of normalScore + extraCreditScore - penaltyScore. This value does not take into account the effects of curving." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" + "@id" : "http://purl.imsglobal.org/caliper/Result" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "objectType" + "@value" : "totalScore" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#decimal" } ], "http://www.w3.org/2002/07/owl#deprecated" : [ { "@type" : "http://www.w3.org/2001/XMLSchema#boolean", "@value" : "true" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/organization", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/type", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The Organization associated with a Membership." + "@value" : "A string value corresponding to the Class name or label of an Event or Entity." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Membership" + "@id" : "_:genid33" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "organization" + "@value" : "type" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Organization" + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/penaltyScore", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/user", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The number of points deducted from the normalScore due to an infraction such as submitting an Attempt after the due date." + "@value" : "The Person who initiated a Session." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Result" + "@id" : "http://purl.imsglobal.org/caliper/Session" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "penaltyScore" + "@value" : "user" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#decimal" - } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "@id" : "http://purl.imsglobal.org/caliper/Agent" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/referrer", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/value", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An Entity that represents the referring context within which an Event occurs. A SoftwareApplication or DigitalResource will typically constitute the referring context." + "@value" : "A string value that represents the options selected." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" + "@id" : "_:genid36" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "referrer" + "@value" : "value" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/replyTo", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#IrreflexiveProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/values", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A prior Message that represents the post to which a Message is directed in reply." + "@value" : "An ordered collection of one or more selected options." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Message" + "@id" : "_:genid39" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "replyTo" + "@value" : "values" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Message" + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/resultScore", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/version", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The result score awarded to the learner. A result score can be updated." + "@value" : "A string value that designates the current form or version of the resource." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Result" + "@id" : "_:genid43" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "resultScore" + "@value" : "version" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#decimal" + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/roles", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/volumeLevel", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "An ordered collection of organizational roles assigned to a member." + "@value" : "The current volume level." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Membership" + "@id" : "http://purl.imsglobal.org/caliper/AudioObject" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "roles" + "@value" : "volumeLevel" + } ], + "http://www.w3.org/2000/01/rdf-schema#range" : [ { + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/scoreGiven", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/volumeMax", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The score value." + "@value" : "A string value indicating the maximum volume level permitted." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Score" + "@id" : "http://purl.imsglobal.org/caliper/AudioObject" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "scoreGiven" + "@value" : "volumeMax" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#decimal" + "@id" : "http://www.w3.org/2001/XMLSchema#string" + } ], + "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { + "@id" : "http://purl.imsglobal.org/caliper/volumeMin" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/scoredBy", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/volumeMin", + "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "The Agent who scored or graded an Attempt." + "@value" : "A string value indicating the minimum volume level permitted." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid10" + "@id" : "http://purl.imsglobal.org/caliper/AudioObject" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "scoredBy" + "@value" : "volumeMin" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Agent" + "@id" : "http://www.w3.org/2001/XMLSchema#string" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/selection", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], + "@id" : "http://purl.imsglobal.org/caliper/withAgents", + "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "A Selector that describes a fragment or segment of a resource." + "@value" : "An ordered collection of one or more Agent entities, typically of type Person, with whom the annotated DigitalResource has been shared." } ], "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation" + "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation" } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "selection" + "@value" : "withAgents" } ], "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/TextPositionSelector" + "@id" : "http://purl.imsglobal.org/caliper/Agent" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/selectionText", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "A string value representing a plain-text rendering of the selected segment of the annotated resource." + "@value" : "Administrator" } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation" + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Role" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ContentDeveloper" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Role" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "selectionText" + "@value" : "Instructor" } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Role" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/sendTime", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Envelope send time." + "@value" : "Learner" } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Envelope" + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Role" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Manager" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Role" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Member", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "sendTime" + "@value" : "Member" } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Role" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/sensor", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Sensor identifier." + "@value" : "Mentor" } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Envelope" + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Role" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Officer" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Role" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Administrator", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Administrator" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Developer", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Developer" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalDeveloper", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ExternalDeveloper" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalSupport", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ExternalSupport" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalSystemAdministrator", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ExternalSystemAdministrator" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Support", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Support" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#SystemAdministrator", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "SystemAdministrator" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ContentDeveloper", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper" ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ContentExpert", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ContentExpert" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ExternalContentExpert", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ExternalContentExpert" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#Librarian", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Librarian" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#ExternalInstructor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ExternalInstructor" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Grader", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Grader" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#GuestInstructor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "GuestInstructor" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Instructor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Instructor" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Lecturer", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Lecturer" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#PrimaryInstructor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "PrimaryInstructor" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#SecondaryInstructor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "sensor" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@value" : "SecondaryInstructor" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/session", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistant", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "The current user Session." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" - } ], + "@value" : "TeachingAssistant" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantGroup", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "session" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Session" + "@value" : "TeachingAssistantGroup" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/start", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantOffering", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "The starting position of a segment of text. The first character in the full text is position 0. The character that represents the start position is included within the selected segment." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/TextPositionSelector" - } ], + "@value" : "TeachingAssistantOffering" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantSection", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "start" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + "@value" : "TeachingAssistantSection" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/startedAtTime", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantTemplate", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "A date and time value expressed with millisecond precision that describes when the activity commenced." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid32" - } ], + "@value" : "TeachingAssistantTemplate" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#ExternalLearner", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "startedAtTime" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#dateTime" + "@value" : "ExternalLearner" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/status", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#GuestLearner", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "The current standing of a member." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Membership" - } ], + "@value" : "GuestLearner" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#Learner", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "status" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@value" : "Learner" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/subOrganizationOf", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#IrreflexiveProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#NonCreditLearner", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "The parent Organization of an Organization." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Organization" - } ], + "@value" : "NonCreditLearner" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#AreaManager", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "subOrganizationOf" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Organization" + "@value" : "AreaManager" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/tags", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#CourseCoordinator", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "An ordered collection of one or more string values that represent labels or tags associated with the annotated DigitalResource." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation" - } ], + "@value" : "CourseCoordinator" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#ExternalObserver", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "tags" + "@value" : "ExternalObserver" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/target", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#Manager", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "An Entity that represents a particular segment or location within an Event object." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Event" - } ], + "@value" : "Manager" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#Observer", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "target" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Entity" + "@value" : "Observer" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/totalScore", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Member#Member", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Member" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "A score earned by the learner equal to the sum of normalScore + extraCreditScore - penaltyScore. This value does not take into account the effects of curving." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Result" - } ], + "@value" : "Member" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Advisor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "totalScore" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#decimal" - } ], - "http://www.w3.org/2002/07/owl#deprecated" : [ { - "@type" : "http://www.w3.org/2001/XMLSchema#boolean", - "@value" : "true" + "@value" : "Advisor" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/user", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Auditor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "The Person who initiated a Session." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Session" - } ], + "@value" : "Auditor" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalAdvisor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "user" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Person" - } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ { - "@id" : "http://purl.imsglobal.org/caliper/actor" + "@value" : "ExternalAdvisor" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/value", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalAuditor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "A string value that represents the options selected." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid36" - } ], + "@value" : "ExternalAuditor" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalLearningFacilitator", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "value" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@value" : "ExternalLearningFacilitator" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/values", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalMentor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalReviewer", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "An ordered collection of one or more selected options." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid13" - } ], + "@value" : "ExternalReviewer" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalTutor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "values" + "@value" : "ExternalTutor" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/version", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#LearningFacilitator", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "A string value that designates the current form or version of the resource." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "_:genid39" - } ], + "@value" : "LearningFacilitator" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Mentor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "version" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@value" : "Mentor" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/volumeLevel", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Reviewer", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "The current volume level." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AudioObject" - } ], + "@value" : "Reviewer" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Tutor", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "volumeLevel" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@value" : "Tutor" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/volumeMax", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Chair", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "A string value indicating the maximum volume level permitted." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AudioObject" - } ], + "@value" : "Chair" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Officer", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "volumeMax" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" - } ], - "http://www.w3.org/2002/07/owl#propertyDisjointWith" : [ { - "@id" : "http://purl.imsglobal.org/caliper/volumeMin" + "@value" : "Officer" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/volumeMin", - "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Secretary", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "A string value indicating the minimum volume level permitted." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/AudioObject" - } ], + "@value" : "Secretary" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Treasurer", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "volumeMin" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://www.w3.org/2001/XMLSchema#string" + "@value" : "Treasurer" } ] }, { - "@id" : "http://purl.imsglobal.org/caliper/withAgents", - "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Vice-Chair", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "An ordered collection of one or more Agent entities, typically of type Person, with whom the annotated DigitalResource has been shared." - } ], - "http://www.w3.org/2000/01/rdf-schema#domain" : [ { - "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation" - } ], + "@value" : "Vice-Chair" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/status#Active", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Status" ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "withAgents" - } ], - "http://www.w3.org/2000/01/rdf-schema#range" : [ { - "@id" : "http://purl.imsglobal.org/caliper/Agent" + "@value" : "Active" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/status#Inactive", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Status" ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Inactive" } ] +}, { + "@id" : "http://purl.org/dc/terms/isReplacedBy", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/license", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] +}, { + "@id" : "http://purl.org/dc/terms/title", + "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { "@id" : "http://www.w3.org/2001/XMLSchema#duration", "@type" : [ "http://www.w3.org/2000/01/rdf-schema#Datatype" ] diff --git a/caliper-rdfxml.owl b/caliper-rdfxml.owl index fa46a68..cf7b181 100644 --- a/caliper-rdfxml.owl +++ b/caliper-rdfxml.owl @@ -2,18 +2,33 @@ - Caliper Analytics Ontology + Caliper Analytics® Ontology + Recipients of this document are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the specification set forth in this document, and to provide supporting documentation. + +IMS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on IMS’s procedures with respect to rights in IMS specifications can be found at the IMS Intellectual Property Rights web page: http://www.imsglobal.org/ipr/imsipr_policyFinal.pdf. + +Copyright © 2018 IMS Global Learning Consortium. All Rights Reserved. + +Use of this ontology to develop products or services is governed by the license with IMS found on the IMS website: http://www.imsglobal.org/speclicense.html. + +Permission is granted to all parties to use excerpts from this document as needed in producing requests for proposals. + +The limited permissions granted above are perpetual and will not be revoked by IMS or its successors or assigns. + +THIS ONTOLOGY IS BEING OFFERED WITHOUT ANY WARRANTY WHATSOEVER, AND IN PARTICULAR, ANY WARRANTY OF NON INFRINGEMENT IS EXPRESSLY DISCLAIMED. ANY USE OF THIS ONTOLOGY SHALL BE MADE ENTIRELY AT THE IMPLEMENTER'S OWN RISK, AND NEITHER THE CONSORTIUM, NOR ANY OF ITS MEMBERS OR SUBMITTERS, SHALL HAVE ANY LIABILITY WHATSOEVER TO ANY IMPLEMENTER OR THIRD PARTY FOR ANY DAMAGES OF ANY NATURE WHATSOEVER, DIRECTLY OR INDIRECTLY, ARISING FROM THE USE OF THIS ONTOLOGY. The Caliper Analytics Specification provides a structured approach to describing, collecting and exchanging learning activity data at scale. Establishing a common vocabulary for describing learning interactions is a central objective. Promoting data interoperability, data sharing and data-informed decision making are also important goals. Caliper also defines an application programming interface (the Sensor API) for marshalling and transmitting event data from instrumented applications to target endpoints for storage, analysis and use. The Caliper ontology provides a machine-readable document that defines the concepts, relationships and constraints that together comprise the Caliper information model. http://www.imsglobal.org/caliper + Caliper Analytics® Ontology @@ -29,6 +44,24 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + + + + + @@ -69,6 +102,18 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + The action or predicate that binds the Event actor or subject to the Event object. + action + + + + @@ -84,9 +129,9 @@ The Caliper ontology provides a machine-readable document that defines the conce - + An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource. Deprecated. Use learningObjectives. alignedLearningObjective true @@ -97,7 +142,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - @@ -110,10 +154,9 @@ The Caliper ontology provides a machine-readable document that defines the conce - - + The Person who created the Annotation. annotator @@ -123,7 +166,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - @@ -136,10 +178,9 @@ The Caliper ontology provides a machine-readable document that defines the conce - - + The Person who initiated the Attempt of an assigned DigitalResource. assignee @@ -166,6 +207,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -191,6 +233,14 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + Envelope data array. data @@ -212,7 +262,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - @@ -230,11 +279,9 @@ The Caliper ontology provides a machine-readable document that defines the conce - - If an Event occurs within the context of an LTI tool launch, the federatedSession constitutes the tool consumer's LtiSession. federatedSession @@ -256,7 +303,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - @@ -270,16 +316,7 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - - - - - + A related Entity that includes or incorporates the resource as a part of its whole. isPartOf @@ -291,24 +328,13 @@ The Caliper ontology provides a machine-readable document that defines the conce - + An ordered collection of resources that comprise the collection. items - - - - - - An ordered collection of one or more string values that represent tags or labels used to identify the resource. - keywords - - - - @@ -323,10 +349,9 @@ The Caliper ontology provides a machine-readable document that defines the conce - - + The Person associated with a Membership. member @@ -369,10 +394,10 @@ The Caliper ontology provides a machine-readable document that defines the conce - + The DigitalResource or SoftwareApplication that constitutes the referring context of a Navigation Event. Deprecated. navigatedFrom true @@ -433,6 +458,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + An ordered collection of organizational roles assigned to a member. roles @@ -482,6 +508,18 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + The current standing of a member. + status + + + + @@ -495,16 +533,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - An ordered collection of one or more string values that represent labels or tags associated with the annotated DigitalResource. - tags - - - - @@ -520,34 +548,15 @@ The Caliper ontology provides a machine-readable document that defines the conce - - + The Person who initiated a Session. user - - - - - - - - - - - - - An ordered collection of one or more selected options. - values - - - - @@ -573,6 +582,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A human-readable identifier of the designated period in which a CourseOffering occurs. @@ -581,20 +591,10 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - The action or predicate that binds the Event actor or subject to the Event object. - action - - - - + A plain-text rendering of the body content of a Message. @@ -606,6 +606,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A plain text rendering of the note associated with a BookmarkAnnotation. @@ -617,6 +618,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A plain-text descriptor that characterizes the purpose of the CourseSection such as "lecture", "lab" or "seminar". @@ -628,6 +630,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + Plain text feedback provided by the scorer of a Result. @@ -639,6 +642,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The total number of attempts inclusive of the current Attempt that have been registered by the learner against the assigned resource. @@ -650,6 +654,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A human-readable identifier of the CourseOffering or CourseSection. @@ -661,6 +666,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A time interval or duration that represents the current playback position measured from the beginning of a MediaObject. @@ -672,6 +678,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A scale factor to be used in adjusting the totalScore. @@ -684,6 +691,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The total score earned by the learner after applying a curveFactor to a method for computing a scaled score; e.g., adjusting the score equal to the sum of 100 - curvedFactor(100 - totalScore). @@ -696,6 +704,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + Envelope data payload Caliper version. @@ -720,6 +729,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A date and time value expressed with millisecond precision that describes when an Entity was last changed or modified. @@ -731,6 +741,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A date and time value expressed with millisecond precision that provides the publication date of a resource. @@ -742,7 +753,8 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + A date and time value expressed with millisecond precision that describes when a resource was activated. dateToActivate @@ -753,7 +765,8 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + A date and time value expressed with millisecond precision that describes when a resource should be shown or made available. dateToShow @@ -764,7 +777,8 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + A date and time value expressed with millisecond precision that describes when the resource can be started. dateToStartOn @@ -775,7 +789,8 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + A date and time value expressed with millisecond precision that describes when the resource is to be submitted for evaluation. dateToSubmit @@ -786,6 +801,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A brief, plain-text representation of the resource. @@ -797,6 +813,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -817,6 +834,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -862,6 +880,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The number of extra credit points earned by the learner. @@ -893,6 +912,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A non-negative integer that represents the position of the Frame. @@ -904,6 +924,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A boolean value indicating whether or not interacting with the item is time dependent. @@ -912,10 +933,22 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + An ordered collection of one or more string values that represent tags or labels used to identify the resource. + keywords + + + + - + + A non-negative integer indicating the number of permitted attempts. maxAttempts @@ -926,6 +959,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The maximum score permitted for a Result. @@ -937,10 +971,11 @@ The Caliper ontology provides a machine-readable document that defines the conce + - + @@ -955,7 +990,8 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + A non-negative integer indicating the number of permitted submissions. maxSubmits @@ -966,6 +1002,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A string value drawn from the list of IANA approved media types and subtypes that identifies the file format of a resource. @@ -977,6 +1014,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + An optional boolean value indicating whether or not the MediaObject has been muted . @@ -988,6 +1026,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A string value comprising a word or phrase by which the resource is known. @@ -999,6 +1038,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The score earned by the learner before adding the extraCreditScore, subtracting the penaltyScore or applying the curveFactor, if any. @@ -1011,6 +1051,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A string value that designates the resource type. objectType @@ -1022,6 +1063,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The number of points deducted from the normalScore due to an infraction such as submitting an Attempt after the due date. @@ -1034,6 +1076,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The result score awarded to the learner. A result score can be updated. @@ -1045,6 +1088,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The score value. @@ -1056,6 +1100,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A string value representing a plain-text rendering of the selected segment of the annotated resource. @@ -1091,6 +1136,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The starting position of a segment of text. The first character in the full text is position 0. The character that represents the start position is included within the selected segment. @@ -1119,13 +1165,14 @@ The Caliper ontology provides a machine-readable document that defines the conce - + - - + + + - The current standing of a member. - status + An ordered collection of one or more string values that represent labels or tags associated with the annotated DigitalResource. + tags @@ -1133,6 +1180,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A score earned by the learner equal to the sum of normalScore + extraCreditScore - penaltyScore. This value does not take into account the effects of curving. @@ -1142,9 +1190,29 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + A string value corresponding to the Class name or label of an Event or Entity. + type + + + + + @@ -1160,9 +1228,29 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + An ordered collection of one or more selected options. + values + + + + + @@ -1181,6 +1269,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + The current volume level. @@ -1192,6 +1281,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + @@ -1204,6 +1294,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A string value indicating the minimum volume level permitted. @@ -1223,6 +1314,12 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + @@ -1237,6 +1334,34 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper Annotation is a generic type that represents a comment, explanation, highlight, mark, note, question or tag linked to a DigitalResource. Annotation @@ -1247,20 +1372,69 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper AnnotationEvent models the annotating of digital content. The resulting Annotation is also described and is subtyped for greater type specificity. AnnotationEvent @@ -1270,15 +1444,22 @@ The Caliper ontology provides a machine-readable document that defines the conce + + - - + + + + + + + + - A Caliper Assessment represents an assessment instrument such as a test or quiz. Assessment @@ -1289,29 +1470,89 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - - - - - - - - - A Caliper AssessmentEvent models learner interactions with assessments instruments such as online tests or quizzes. - AssessmentEvent - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper AssessmentEvent models learner interactions with assessments instruments such as online tests or quizzes. + AssessmentEvent + + + + + + + + + + + + + + + + + + + A Caliper AssessmentItem represents a single test question. AssessmentItem @@ -1322,18 +1563,68 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper AssessmentItemEvent models a learner's interaction with an individual AssessmentItem. AssessmentItemEvent @@ -1344,6 +1635,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper AssignableDigitalResource is a generic type that represents digital content associated with a graded or ungraded assignment. Utilize AssignableDigitalResource only if no suitable subtype exists to represent the resource being described. AssignableDigitalResource @@ -1354,17 +1646,71 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper AssignableEvent models activities associated with the assignment of digital content assigned to a learner for completion. AssignableEvent @@ -1375,6 +1721,40 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper Attempt provides a count of the number of times an actor has interacted with an AssignableDigitalResource along with start time, end time and duration information. An Attempt is generated as the result of an action such as starting an Assessment. Attempt @@ -1385,8 +1765,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - - A Caliper AudioObject represents an audio or sound file. AudioObject @@ -1397,9 +1775,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - A Caliper BookmarkAnnotation represents the act of marking a DigitalResource at a particular location. BookmarkAnnotation @@ -1420,6 +1795,7 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper CourseOffering represents the occurrence of a course or a type during a specified time period. CourseOffering @@ -1450,6 +1826,20 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + A Caliper DigitalResourceCollection represents an ordered collection of DigitalResource entities. DigitalResourceCollection @@ -1460,7 +1850,7 @@ The Caliper ontology provides a machine-readable document that defines the conce - A Caliper Document represents textual content. + A Caliper Document represents paginated textual content. Document @@ -1469,9 +1859,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - A Caliper Entity is a generic type that represents objects or things that participate in learning-related activities. Entity is subtyped for enhanced type specificity in order to better describe people, groups, digital content, courses, assignments, assessments, forums, messages, software applications and other entities that constitute the "stuff" of a Caliper Event. Utilize Entity only if no suitable subtype exists to represent the thing being described. Entity @@ -1481,8 +1868,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - - A Caliper Envelope is a container that is used to transmit one or more Caliper Events and/or Caliper Entity describes. Envelope @@ -1492,7 +1877,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - A Caliper Event is a generic type that describes a relationship established between an actor and an object, formed as a result of a purposeful action undertaken by the actor in connection to the object at a particular moment in time. Event @@ -1503,10 +1887,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - A Caliper FillinBlankResponse represents a type of Response in which a respondent is asked to provide one or more words, expressions or short phrases that correctly completes a statement. FillinBlankResponse @@ -1517,8 +1897,20 @@ The Caliper ontology provides a machine-readable document that defines the conce - - + + + + + + + + + + + + + + A Caliper Forum represents a channel or virtual space in which group discussions take place. A Forum typically comprises one or more threaded conversations to which members can subscribe, post messages and reply to other messages. Forum @@ -1529,16 +1921,55 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper ForumEvent models learners and others participating in online forum communities. Forums typically encompass one or more threads or topics to which members can subscribe, post messages and reply to other messages if a threaded discussion is permitted. ForumEvent @@ -1558,17 +1989,62 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper GradeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. GradeEvent @@ -1589,8 +2065,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - - A Caliper HighlightAnnotation represents the act of marking a particular segment of a DigitalResource between two known coordinates. HighlightAnnotation @@ -1601,7 +2075,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - A Caliper ImageObject represents an image file. ImageObject @@ -1632,14 +2105,78 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper MediaEvent models interactions between learners and rich content such as audio, images and video. MediaEvent @@ -1670,6 +2207,34 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper Membership describes the relationship between an Organization and a Person (i.e., a member) in terms of the roles assigned and current status. Membership @@ -1680,7 +2245,20 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + + + + + + + + + + + + + A Caliper Message is a digital form of written communication sent to a recipient. A series of messages may constitute a Thread if they share a common subject and are connected by a reply or by date relationships. Message @@ -1691,13 +2269,56 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper MessageEvent describes a Person posting a Message or marking a post as either read or unread. MessageEvent @@ -1708,9 +2329,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - A Caliper MultipleChoiceResponse represents a type of Response in which a respondent is asked to provide the best possible answer from a list of choices. MultipleChoiceResponse @@ -1721,8 +2339,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - - A Caliper MultipleResponseResponse represents a form of response in which a respondent is asked to select more than one correct answer from a list of choices. MultipleResponseResponse @@ -1733,12 +2349,82 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper NavigationEvent models an actor traversing a network of digital resources. NavigationEvent @@ -1749,7 +2435,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - A Caliper Organization represents a formal collection of people organized for some common educational, social or administrative purpose. An Organization can act as an Agent. It can be linked both to a parent Organization and to its members. Organization @@ -1760,11 +2445,70 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper OutcomeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. OutcomeEvent is DEPRECATED and will be removed in a future version of the specification. Use GradeEvent instead. OutcomeEvent true @@ -1786,7 +2530,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - A Caliper Person represents a human being, alive or deceased, real or imaginary. Person @@ -1797,7 +2540,8 @@ The Caliper ontology provides a machine-readable document that defines the conce - A Caliper Reading represents an item of paginated content. Reading is a DEPRECATED entity superseded by Document that will be removed in a future version of the specification. It SHOULD NOT be referenced. + + A Caliper Reading represents paginated content. Reading is a DEPRECATED entity superseded by Document that will be removed in a future version of the specification. It SHOULD NOT be referenced. Reading true @@ -1808,19 +2552,71 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - - - A Caliper ReadingEvent models an actor reading textural content. ReadingEvent is DEPRECATED and will be removed in a future version of the specification. It SHOULD NOT be referenced. - ReadingEvent - true - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper ReadingEvent models an actor reading textural content. ReadingEvent is DEPRECATED and will be removed in a future version of the specification. It SHOULD NOT be referenced. + ReadingEvent + true + + + + + + A Caliper Response is a generic type that represents the selected option generated by a Person interacting with an AssessmentItem. Utilize Response only if no suitable subtype exists to represent the response being described. @@ -1833,13 +2629,18 @@ The Caliper ontology provides a machine-readable document that defines the conce - A Caliper Result represents a grade applied to an assignment submission. Result + + + + + + @@ -1854,7 +2655,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - A Caliper SelectTextResponse represents a type of Response that identifies text or a mapping from a presented paragraph or list. SelectTextResponse @@ -1874,6 +2674,20 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + A Caliper Session represents a web application user session. Session @@ -1884,9 +2698,97 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper SessionEvent models the creation and subsequent termination of a user session established by a Person interacting with a SoftwareApplication. SessionEvent @@ -1897,7 +2799,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - A Caliper SharedAnnotation represents the act of sharing a reference to a DigitalResource with other agents. SharedAnnotation @@ -1914,6 +2815,12 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + @@ -1938,6 +2845,34 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper Thread represents a series of one or more messages that share a common subject and are connected by a reply or by date relationships. Thread @@ -1948,8 +2883,55 @@ The Caliper ontology provides a machine-readable document that defines the conce - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper ThreadEvent models an actor interacting with a Forum thread or topic. ThreadEvent @@ -1960,7 +2942,54 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper ToolUseEvent models a Person using a learning tool in a way that the tool's creators have determined is an indication of a learning interaction. ToolUseEvent @@ -1991,6 +3020,54 @@ The Caliper ontology provides a machine-readable document that defines the conce + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Caliper ViewEvent describes an actor's examination of digital content whenever the activity emphasizes thoughtful observation or study as opposed to the mere retrieval of a resource. ViewEvent @@ -2011,9 +3088,7 @@ The Caliper ontology provides a machine-readable document that defines the conce - - - + A Caliper EpubChapter represents a major structural division of a piece of writing. EpubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. EpubChapter true @@ -2025,8 +3100,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - - A Caliper EpubPart represents a major structural division of a piece of writing, typically encapsulating a set of related chapters. EpubPart is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. EpubPart true @@ -2038,7 +3111,20 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + + + + + + + + + + + + + A Caliper EpubSubChapter represents a major sub-division of an EpubChapter. EpubSubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. EpubSubChapter true @@ -2050,10 +3136,1534 @@ The Caliper ontology provides a machine-readable document that defines the conce + A Caliper EpubVolume represents a component of a collection. EpubVolume inherits all the properties and requirements defined for DigitalResource, its supertype. EpubVolume is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. EpubVolume true + + + + + + + + Administrator + + + + + + + + + ContentDeveloper + + + + + + + + + Instructor + + + + + + + + + Learner + + + + + + + + + Manager + + + + + + + + + Member + + + + + + + + + Mentor + + + + + + + + + Officer + + + + + + + + + + + + + + Forsake, leave behind. + http://wordnet-rdf.princeton.edu/wn31/202232813-v + Abandoned + + + + + + + + + Make active or more active. Inverse of Deactivated. + http://wordnet-rdf.princeton.edu/wn31/200191014-v + Activated + + + + + + + + + Make an addition (to); join or combine or unite with others; increase the quality, quantity, size or scope of. Inverse of Removed. + http://wordnet-rdf.princeton.edu/wn31/200182551-v + Added + + + + + + + + + Cause to be attached. + http://wordnet-rdf.princeton.edu/wn31/201299048-v + Attached + + + + + + + + + A marker that specifies a location of interest in a DigitalResource that is recorded for later retrieval. + http://purl.imsglobal.org/caliper + Bookmarked + http://wordnet-rdf.princeton.edu/wn31/102874508-n + + + + + + + + + Cause to change; make different; cause a transformation of the number of pixels per square inch on a computer-generated display. + http://wordnet-rdf.princeton.edu/wn31/200126072-v + ChangedResolution + http://wordnet-rdf.princeton.edu/wn31/111526370-n + + + + + + + + + Cause to change; make different; cause a transformation of the physical magnitude of something. + http://wordnet-rdf.princeton.edu/wn31/200126072-v + ChangedSize + http://wordnet-rdf.princeton.edu/wn31/105106204-n + + + + + + + + + Cause to change; make different; cause a transformation of the rate at which something happens. + http://wordnet-rdf.princeton.edu/wn31/200126072-v + ChangedSpeed + http://wordnet-rdf.princeton.edu/wn31/105065291-n + + + + + + + + + Cause to change; make different; cause a transformation of the magnitude of sound (usually in a specified direction). + http://wordnet-rdf.princeton.edu/wn31/200126072-v + ChangedVolume + http://wordnet-rdf.princeton.edu/wn31/104997456-n + + + + + + + + + Assign to a class or kind. + http://wordnet-rdf.princeton.edu/wn31/200741667-v + Classified + + + + + + + + + Close or shut a video popout. Inverse of OpenedPopout. + http://wordnet-rdf.princeton.edu/wn31/201349660-v + ClosedPopout + + + + + + + + + Make or write a comment on. + http://wordnet-rdf.princeton.edu/wn31/201060446-v + Commented + + + + + + + + + Come or bring to a finish or an end. + http://wordnet-rdf.princeton.edu/wn31/200485097-v + Completed + + + + + + + + + Make or cause to be or to become. Inverse of Deleted. + http://wordnet-rdf.princeton.edu/wn31/201620211-v + Created + + + + + + + + + Make inactive. Inverse of Activated. + http://wordnet-rdf.princeton.edu/wn31/200191849-v + Deactivated + + + + + + + + + Wipe out digitally. Inverse of Created. + http://wordnet-rdf.princeton.edu/wn31/201001860-v + Deleted + + + + + + + + + Give a description of. + http://wordnet-rdf.princeton.edu/wn31/200989103-v + Described + + + + + + + + + Render unable to perform the visual display of a plain text transcription of audio output. Inverse of EnabledClosedCaptioning. + http://purl.imsglobal.org/caliper + DisabledClosedCaptioning + http://wordnet-rdf.princeton.edu/wn31/200513267-v + + + + + + + + + Have or feel a dislike or distaste for. Inverse of Liked. + http://wordnet-rdf.princeton.edu/wn31/201780648-v + Disliked + + + + + + + + + Render capable or able the visual display of a plain text transcription of audio output. Inverse of DisabledClosedCaptioning. + http://purl.imsglobal.org/caliper + EnabledClosedCaptioning + http://wordnet-rdf.princeton.edu/wn31/200513958-v + + + + + + + + + Bring to an end or halt. Inverse of Started. + http://wordnet-rdf.princeton.edu/wn31/200353480-v + Ended + + + + + + + + + To come or go into a view mode that utilizes all the available display surface of a screen. Inverse of ExitedFullScreen. + http://purl.imsglobal.org/caliper + EnteredFullScreen + http://wordnet-rdf.princeton.edu/wn31/202020375-v + + + + + + + + + Move out of or depart from a view mode that utilizes all the available display surface of a screen. Inverse of EnteredFullScreen. + http://purl.imsglobal.org/caliper + ExitedFullScreen + http://wordnet-rdf.princeton.edu/wn31/202019450-v + + + + + + + + + Send or ship onward. + http://wordnet-rdf.princeton.edu/wn31/201959367-v + ForwardedTo + + + + + + + + + Assign a grade or rank to, according to one's evaluation. + http://wordnet-rdf.princeton.edu/wn31/200659399-v + Graded + + + + + + + + + Prevent from being seen or discovered. Inverse of Showed. + http://wordnet-rdf.princeton.edu/wn31/202149298-v + Hid + + + + + + + + + Move into the foreground to make more visible or prominent. + http://wordnet-rdf.princeton.edu/wn31/200515150-v + Highlighted + + + + + + + + + Recognize as being; establish the identity of someone or something. + http://wordnet-rdf.princeton.edu/wn31/200620568-v + Identified + + + + + + + + + Pass abruptly from one state or topic to another. + http://wordnet-rdf.princeton.edu/wn31/200561468-v + JumpedTo + + + + + + + + + Be fond of. Inverse of Disliked. + http://wordnet-rdf.princeton.edu/wn31/201780873-v + Liked + + + + + + + + + Connect, fasten, or put together two or more pieces. + http://wordnet-rdf.princeton.edu/wn31/201357376-v + Linked + + + + + + + + + Enter a computer or software application. Inverse of LoggedOut. + http://wordnet-rdf.princeton.edu/wn31/202253955-v + LoggedIn + + + + + + + + + Exit a computer or software application. Inverse of LoggedIn. + http://wordnet-rdf.princeton.edu/wn31/202254101-v + LoggedOut + + + + + + + + + Mark: designate as if by a mark, read: interpret something that is written or printed. Inverse of MarkedAsUnread. + http://wordnet-rdf.princeton.edu/wn31/200923709-v + MarkedAsRead + http://wordnet-rdf.princeton.edu/wn31/200626756-v + + + + + + + + + Remove designation as if by a mark. Inverse of MarkedAsRead. + http://purl.imsglobal.org/caliper + MarkedAsUnread + http://wordnet-rdf.princeton.edu/wn31/200923709-v + + + + + + + + + Cause to change; make different; cause a transformation. + http://wordnet-rdf.princeton.edu/wn31/200126072-v + Modified + + + + + + + + + Deaden (a sound or noise). Inverse of Unmuted. + http://wordnet-rdf.princeton.edu/wn31/mute-v + Muted + + + + + + + + + Direct the course; determine the direction of travelling. + http://wordnet-rdf.princeton.edu/wn31/201935739-v + NavigatedTo + + + + + + + + + Start to operate or function or cause to start operating or functioning a video popout. Inverse of ClosedPopout. + http://purl.imsglobal.org/caliper + OpenedPopout + http://wordnet-rdf.princeton.edu/wn31/202431018-v + + + + + + + + + Cease an action temporarily. Inverse of Resumed. + http://wordnet-rdf.princeton.edu/wn31/200781106-v + Paused + + + + + + + + + To cause to be directed or transmitted to another place. + http://wordnet-rdf.princeton.edu/wn31/201033289-v + Posted + + + + + + + + + Pose a question. + http://wordnet-rdf.princeton.edu/wn31/200786670-v + Questioned + + + + + + + + + Assign a rank or rating to. + http://wordnet-rdf.princeton.edu/wn31/200659723-v + Ranked + + + + + + + + + Express a good opinion of. + http://wordnet-rdf.princeton.edu/wn31/200884469-v + Recommended + + + + + + + + + Remove from sight. Inverse of Added. + http://wordnet-rdf.princeton.edu/wn31/200181704-v + Removed + + + + + + + + + Set anew. + http://wordnet-rdf.princeton.edu/wn31/200949623-v + Reset + + + + + + + + + Take up or begin anew, as in to start something, make progress but then stop and return to the beginning in order to start again. + http://purl.imglobal.org/caliper + Restarted + http://wordnet-rdf.princeton.edu/wn31/200350758-v + + + + + + + + + Take up or begin anew, as in to start something, pause and then begin again at the location where the pause in action occurred. Inverse of Paused. + http://purl.imsglobal.org/caliper + Resumed + http://wordnet-rdf.princeton.edu/wn31/200350758-v + + + + + + + + + Obtain or retrieve from a storage device; as of information on a computer. + http://wordnet-rdf.princeton.edu/wn31/202253616-v + Retrieved + + + + + + + + + Appraise critically. + http://wordnet-rdf.princeton.edu/wn31/200857194-v + Reviewed + + + + + + + + + Wind up again. + http://wordnet-rdf.princeton.edu/wn31/201524927-v + Rewound + + + + + + + + + Try to locate or discover, or try to establish the existence of. + http://wordnet-rdf.princeton.edu/wn31/201318273-v + Searched + + + + + + + + + Communicate. + http://wordnet-rdf.princeton.edu/wn31/201065952-v + Shared + + + + + + + + + Make visible or noticeable. Inverse of Hid. + http://wordnet-rdf.princeton.edu/wn31/202141597-v + Showed + + + + + + + + + Bypass. + http://wordnet-rdf.princeton.edu/wn31/200618188-v + Skipped + + + + + + + + + Set in motion, cause to start. Inverse of Ended. + http://wordnet-rdf.princeton.edu/wn31/200349400-v + Started + + + + + + + + + Hand over formally. + http://wordnet-rdf.princeton.edu/wn31/202267560-v + Submitted + + + + + + + + + Receive or obtain regularly. Inverse of Unsubscribed. + http://wordnet-rdf.princeton.edu/wn31/202214527-v + Subscribed + + + + + + + + + Attach a tag or label to. + http://wordnet-rdf.princeton.edu/wn31/201591414-v + Tagged + + + + + + + + + Cancellation of a user session after a predetermined time interval has occurred without activity. + http://purl.imsglobal.org/caliper + TimedOut + + + + + + + + + Inverse of Muted. + http://purl.imsglobal.org/caliper + Unmuted + http://wordnet-rdf.princeton.edu/wn31/mute-v + + + + + + + + + Inverse of Subscribed. + http://purl.imsglobal.org/caliper + Unsubscribed + http://wordnet-rdf.princeton.edu/wn31/202214527-v + + + + + + + + + Put into service; make work or employ for a particular purpose or for its inherent or natural purpose. + http://wordnet-rdf.princeton.edu/wn31/201161188-v + Used + + + + + + + + + Look at carefully; study mentally. + http://wordnet-rdf.princeton.edu/wn31/202134765-v + Viewed + + + + + + + + + Administrator + + + + + + + + + Developer + + + + + + + + + ExternalDeveloper + + + + + + + + + ExternalSupport + + + + + + + + + ExternalSystemAdministrator + + + + + + + + + Support + + + + + + + + + SystemAdministrator + + + + + + + + + + + + + + + + + ContentExpert + + + + + + + + + ExternalContentExpert + + + + + + + + + Librarian + + + + + + + + + ExternalInstructor + + + + + + + + + Grader + + + + + + + + + GuestInstructor + + + + + + + + + Instructor + + + + + + + + + Lecturer + + + + + + + + + PrimaryInstructor + + + + + + + + + SecondaryInstructor + + + + + + + + + TeachingAssistant + + + + + + + + + TeachingAssistantGroup + + + + + + + + + TeachingAssistantOffering + + + + + + + + + TeachingAssistantSection + + + + + + + + + TeachingAssistantTemplate + + + + + + + + + ExternalLearner + + + + + + + + + GuestLearner + + + + + + + + + Learner + + + + + + + + + NonCreditLearner + + + + + + + + + AreaManager + + + + + + + + + CourseCoordinator + + + + + + + + + ExternalObserver + + + + + + + + + Manager + + + + + + + + + Observer + + + + + + + + + Member + + + + + + + + + Advisor + + + + + + + + + Auditor + + + + + + + + + ExternalAdvisor + + + + + + + + + ExternalAuditor + + + + + + + + + ExternalLearningFacilitator + + + + + + + + + + + + + + + + + ExternalReviewer + + + + + + + + + ExternalTutor + + + + + + + + + LearningFacilitator + + + + + + + + + Mentor + + + + + + + + + Reviewer + + + + + + + + + Tutor + + + + + + + + + Chair + + + + + + + + + Officer + + + + + + + + + Secretary + + + + + + + + + Treasurer + + + + + + + + + Vice-Chair + + + + + + + + + Active + + + + + + + + + Inactive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/caliper-turtle.owl b/caliper-turtle.owl index 249721c..c3e7506 100644 --- a/caliper-turtle.owl +++ b/caliper-turtle.owl @@ -7,18 +7,44 @@ @base . rdf:type owl:Ontology ; - rdfs:label "Caliper Analytics Ontology"@en ; + "Caliper Analytics® Ontology"@en ; + """Recipients of this document are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the specification set forth in this document, and to provide supporting documentation. + +IMS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on IMS’s procedures with respect to rights in IMS specifications can be found at the IMS Intellectual Property Rights web page: http://www.imsglobal.org/ipr/imsipr_policyFinal.pdf. + +Copyright © 2018 IMS Global Learning Consortium. All Rights Reserved. + +Use of this ontology to develop products or services is governed by the license with IMS found on the IMS website: http://www.imsglobal.org/speclicense.html. + +Permission is granted to all parties to use excerpts from this document as needed in producing requests for proposals. + +The limited permissions granted above are perpetual and will not be revoked by IMS or its successors or assigns. + +THIS ONTOLOGY IS BEING OFFERED WITHOUT ANY WARRANTY WHATSOEVER, AND IN PARTICULAR, ANY WARRANTY OF NON INFRINGEMENT IS EXPRESSLY DISCLAIMED. ANY USE OF THIS ONTOLOGY SHALL BE MADE ENTIRELY AT THE IMPLEMENTER'S OWN RISK, AND NEITHER THE CONSORTIUM, NOR ANY OF ITS MEMBERS OR SUBMITTERS, SHALL HAVE ANY LIABILITY WHATSOEVER TO ANY IMPLEMENTER OR THIRD PARTY FOR ANY DAMAGES OF ANY NATURE WHATSOEVER, DIRECTLY OR INDIRECTLY, ARISING FROM THE USE OF THIS ONTOLOGY."""@en ; rdfs:comment """The Caliper Analytics Specification provides a structured approach to describing, collecting and exchanging learning activity data at scale. Establishing a common vocabulary for describing learning interactions is a central objective. Promoting data interoperability, data sharing and data-informed decision making are also important goals. Caliper also defines an application programming interface (the Sensor API) for marshalling and transmitting event data from instrumented applications to target endpoints for storage, analysis and use. The Caliper ontology provides a machine-readable document that defines the concepts, relationships and constraints that together comprise the Caliper information model."""@en ; - rdfs:seeAlso "http://www.imsglobal.org/caliper"^^xsd:string . + rdfs:seeAlso "http://www.imsglobal.org/caliper"^^xsd:string ; + rdfs:label "Caliper Analytics® Ontology"@en . ################################################################# # Annotation properties ################################################################# +### http://purl.org/dc/terms/isReplacedBy + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/license + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/title + rdf:type owl:AnnotationProperty . + + ### http://www.w3.org/2002/07/owl#equivalentClass owl:equivalentClass rdf:type owl:AnnotationProperty . @@ -39,6 +65,15 @@ xsd:duration rdf:type rdfs:Datatype . # Object Properties ################################################################# +### http://purl.imsglobal.org/caliper/action +:action rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain :Event ; + rdfs:range :Action ; + rdfs:comment "The action or predicate that binds the Event actor or subject to the Event object."@en ; + rdfs:label "action"@en . + + ### http://purl.imsglobal.org/caliper/actor :actor rdf:type owl:ObjectProperty , owl:FunctionalProperty ; @@ -50,18 +85,17 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/alignedLearningObjective :alignedLearningObjective rdf:type owl:ObjectProperty ; - owl:equivalentProperty :learningObjectives ; rdfs:domain :DigitalResource ; rdfs:range :LearningObjective ; + :learningObjectives ; rdfs:comment "An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource. Deprecated. Use learningObjectives."@en ; rdfs:label "alignedLearningObjective"@en ; owl:deprecated "true"^^xsd:boolean . ### http://purl.imsglobal.org/caliper/annotated -:annotated rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :object ; - rdf:type owl:FunctionalProperty ; +:annotated rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; rdfs:domain :Annotation ; rdfs:range :DigitalResource ; rdfs:comment "The DigitalResource that was annotated by the annotator."@en ; @@ -69,19 +103,17 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/annotator -:annotator rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :actor ; - rdf:type owl:FunctionalProperty ; +:annotator rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; rdfs:domain :Annotation ; - rdfs:range :Person ; + rdfs:range :Agent ; rdfs:comment "The Person who created the Annotation."@en ; rdfs:label "annotator"@en . ### http://purl.imsglobal.org/caliper/assignable -:assignable rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :object ; - rdf:type owl:FunctionalProperty ; +:assignable rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; rdfs:domain :Attempt ; rdfs:range :DigitalResource ; rdfs:comment "The DigitalResource that constitutes the object of the assignment."@en ; @@ -89,11 +121,10 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/assignee -:assignee rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :actor ; - rdf:type owl:FunctionalProperty ; +:assignee rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; rdfs:domain :Attempt ; - rdfs:range :Person ; + rdfs:range :Agent ; rdfs:comment "The Person who initiated the Attempt of an assigned DigitalResource."@en ; rdfs:label "assignee"@en . @@ -112,6 +143,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Response :Result + :Score ) ] ; rdfs:range :Attempt ; @@ -130,6 +162,11 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/data :data rdf:type owl:ObjectProperty ; rdfs:domain :Envelope ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( :Entity + :Event + ) + ] ; rdfs:comment "Envelope data array."@en ; rdfs:label "data"@en . @@ -144,8 +181,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/extensions -:extensions rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; +:extensions rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Entity :Event @@ -156,12 +192,10 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/federatedSession -:federatedSession rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :session ; - rdf:type owl:FunctionalProperty ; +:federatedSession rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; rdfs:domain :Event ; rdfs:range :LtiSession ; - owl:propertyDisjointWith :session ; rdfs:comment "If an Event occurs within the context of an LTI tool launch, the federatedSession constitutes the tool consumer's LtiSession."@en ; rdfs:label "federatedSession"@en . @@ -176,9 +210,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/group -:group rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :organization ; - rdf:type owl:FunctionalProperty ; +:group rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; rdfs:domain :Event ; rdfs:range :Organization ; rdfs:comment "An Organization that represents the group or organizational context within which an Event occurs."@en ; @@ -187,14 +220,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/isPartOf :isPartOf rdf:type owl:ObjectProperty , - owl:FunctionalProperty , - owl:TransitiveProperty , - owl:IrreflexiveProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( :Attempt - :DigitalResource - ) - ] ; + owl:FunctionalProperty ; + rdfs:domain :Entity ; rdfs:range :Entity ; rdfs:comment "A related Entity that includes or incorporates the resource as a part of its whole."@en ; rdfs:label "isPartOf"@en . @@ -203,19 +230,11 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/items :items rdf:type owl:ObjectProperty ; rdfs:domain :DigitalResourceCollection ; - rdfs:range :DigitalResource ; + rdfs:range :Entity ; rdfs:comment "An ordered collection of resources that comprise the collection."@en ; rdfs:label "items"@en . -### http://purl.imsglobal.org/caliper/keywords -:keywords rdf:type owl:ObjectProperty ; - owl:equivalentProperty :tags ; - rdfs:domain :DigitalResource ; - rdfs:comment "An ordered collection of one or more string values that represent tags or labels used to identify the resource."@en ; - rdfs:label "keywords"@en . - - ### http://purl.imsglobal.org/caliper/learningObjectives :learningObjectives rdf:type owl:ObjectProperty ; rdfs:domain :DigitalResource ; @@ -225,11 +244,10 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/member -:member rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :actor ; - rdf:type owl:FunctionalProperty ; +:member rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; rdfs:domain :Membership ; - rdfs:range :Person ; + rdfs:range :Agent ; rdfs:comment "The Person associated with a Membership."@en ; rdfs:label "member"@en . @@ -259,11 +277,11 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/navigatedFrom -:navigatedFrom rdf:type owl:ObjectProperty ; - owl:equivalentProperty :referrer ; - rdf:type owl:FunctionalProperty ; +:navigatedFrom rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; rdfs:domain :NavigationEvent ; rdfs:range :Entity ; + :referrer ; rdfs:comment "The DigitalResource or SoftwareApplication that constitutes the referring context of a Navigation Event. Deprecated."@en ; rdfs:label "navigatedFrom"@en ; owl:deprecated "true"^^xsd:boolean . @@ -309,6 +327,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/roles :roles rdf:type owl:ObjectProperty ; rdfs:domain :Membership ; + rdfs:range :Role ; rdfs:comment "An ordered collection of organizational roles assigned to a member."@en ; rdfs:label "roles"@en . @@ -344,6 +363,15 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:label "session"@en . +### http://purl.imsglobal.org/caliper/status +:status rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain :Membership ; + rdfs:range :Status ; + rdfs:comment "The current standing of a member."@en ; + rdfs:label "status"@en . + + ### http://purl.imsglobal.org/caliper/subOrganizationOf :subOrganizationOf rdf:type owl:ObjectProperty , owl:FunctionalProperty , @@ -354,13 +382,6 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:label "subOrganizationOf"@en . -### http://purl.imsglobal.org/caliper/tags -:tags rdf:type owl:ObjectProperty ; - rdfs:domain :TagAnnotation ; - rdfs:comment "An ordered collection of one or more string values that represent labels or tags associated with the annotated DigitalResource."@en ; - rdfs:label "tags"@en . - - ### http://purl.imsglobal.org/caliper/target :target rdf:type owl:ObjectProperty , owl:FunctionalProperty ; @@ -371,27 +392,14 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/user -:user rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf :actor ; - rdf:type owl:FunctionalProperty ; +:user rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; rdfs:domain :Session ; - rdfs:range :Person ; + rdfs:range :Agent ; rdfs:comment "The Person who initiated a Session."@en ; rdfs:label "user"@en . -### http://purl.imsglobal.org/caliper/values -:values rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( :FillinBlankResponse - :MultipleResponseResponse - :SelectTextResponse - ) - ] ; - rdfs:comment "An ordered collection of one or more selected options."@en ; - rdfs:label "values"@en . - - ### http://purl.imsglobal.org/caliper/withAgents :withAgents rdf:type owl:ObjectProperty ; rdfs:domain :SharedAnnotation ; @@ -405,23 +413,17 @@ xsd:duration rdf:type rdfs:Datatype . ################################################################# ### http://purl.imsglobal.org/caliper/academicSession -:academicSession rdf:type owl:DatatypeProperty ; +:academicSession rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :CourseOffering ; rdfs:range xsd:string ; rdfs:comment "A human-readable identifier of the designated period in which a CourseOffering occurs."@en ; rdfs:label "academicSession"@en . -### http://purl.imsglobal.org/caliper/action -:action rdf:type owl:DatatypeProperty , - owl:FunctionalProperty ; - rdfs:range xsd:string ; - rdfs:comment "The action or predicate that binds the Event actor or subject to the Event object."@en ; - rdfs:label "action"@en . - - ### http://purl.imsglobal.org/caliper/body -:body rdf:type owl:DatatypeProperty ; +:body rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Message ; rdfs:range xsd:string ; rdfs:comment "A plain-text rendering of the body content of a Message."@en ; @@ -429,7 +431,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/bookmarkNotes -:bookmarkNotes rdf:type owl:DatatypeProperty ; +:bookmarkNotes rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :BookmarkAnnotation ; rdfs:range xsd:string ; rdfs:comment "A plain text rendering of the note associated with a BookmarkAnnotation."@en ; @@ -437,7 +440,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/category -:category rdf:type owl:DatatypeProperty ; +:category rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :CourseSection ; rdfs:range xsd:string ; rdfs:comment "A plain-text descriptor that characterizes the purpose of the CourseSection such as \"lecture\", \"lab\" or \"seminar\"."@en ; @@ -445,7 +449,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/comment -:comment rdf:type owl:DatatypeProperty ; +:comment rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Result ; rdfs:range xsd:string ; rdfs:comment "Plain text feedback provided by the scorer of a Result."@en ; @@ -453,7 +458,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/count -:count rdf:type owl:DatatypeProperty ; +:count rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Attempt ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "The total number of attempts inclusive of the current Attempt that have been registered by the learner against the assigned resource."@en ; @@ -461,7 +467,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/courseNumber -:courseNumber rdf:type owl:DatatypeProperty ; +:courseNumber rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :CourseOffering ; rdfs:range xsd:string ; rdfs:comment "A human-readable identifier of the CourseOffering or CourseSection."@en ; @@ -469,7 +476,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/currentTime -:currentTime rdf:type owl:DatatypeProperty ; +:currentTime rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :MediaLocation ; rdfs:range xsd:duration ; rdfs:comment "A time interval or duration that represents the current playback position measured from the beginning of a MediaObject."@en ; @@ -477,7 +485,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/curveFactor -:curveFactor rdf:type owl:DatatypeProperty ; +:curveFactor rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "A scale factor to be used in adjusting the totalScore."@en ; @@ -486,7 +495,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/curvedTotalScore -:curvedTotalScore rdf:type owl:DatatypeProperty ; +:curvedTotalScore rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The total score earned by the learner after applying a curveFactor to a method for computing a scaled score; e.g., adjusting the score equal to the sum of 100 - curvedFactor(100 - totalScore)."@en ; @@ -495,7 +505,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/dataVersion -:dataVersion rdf:type owl:DatatypeProperty ; +:dataVersion rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Envelope ; rdfs:range xsd:string ; rdfs:comment "Envelope data payload Caliper version."@en ; @@ -513,7 +524,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/dateModified -:dateModified rdf:type owl:DatatypeProperty ; +:dateModified rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Entity ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when an Entity was last changed or modified."@en ; @@ -521,7 +533,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/datePublished -:datePublished rdf:type owl:DatatypeProperty ; +:datePublished rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :DigitalResource ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that provides the publication date of a resource."@en ; @@ -529,39 +542,44 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/dateToActivate -:dateToActivate rdf:type owl:DatatypeProperty ; - rdfs:domain :AssignableDigitalResource ; +:dateToActivate rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain :DigitalResource ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when a resource was activated."@en ; rdfs:label "dateToActivate"@en . ### http://purl.imsglobal.org/caliper/dateToShow -:dateToShow rdf:type owl:DatatypeProperty ; - rdfs:domain :AssignableDigitalResource ; +:dateToShow rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain :DigitalResource ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when a resource should be shown or made available."@en ; rdfs:label "dateToShow"@en . ### http://purl.imsglobal.org/caliper/dateToStartOn -:dateToStartOn rdf:type owl:DatatypeProperty ; - rdfs:domain :AssignableDigitalResource ; +:dateToStartOn rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain :DigitalResource ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when the resource can be started."@en ; rdfs:label "dateToStartOn"@en . ### http://purl.imsglobal.org/caliper/dateToSubmit -:dateToSubmit rdf:type owl:DatatypeProperty ; - rdfs:domain :AssignableDigitalResource ; +:dateToSubmit rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain :DigitalResource ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when the resource is to be submitted for evaluation."@en ; rdfs:label "dateToSubmit"@en . ### http://purl.imsglobal.org/caliper/description -:description rdf:type owl:DatatypeProperty ; +:description rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Entity ; rdfs:range xsd:string ; rdfs:comment "A brief, plain-text representation of the resource."@en ; @@ -569,7 +587,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/duration -:duration rdf:type owl:DatatypeProperty ; +:duration rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Attempt :MediaObject @@ -583,7 +602,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/end -:end rdf:type owl:DatatypeProperty ; +:end rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :TextPositionSelector ; rdfs:range xsd:nonNegativeInteger ; owl:propertyDisjointWith :start ; @@ -616,7 +636,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/extraCreditScore -:extraCreditScore rdf:type owl:DatatypeProperty ; +:extraCreditScore rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The number of extra credit points earned by the learner."@en ; @@ -638,7 +659,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/index -:index rdf:type owl:DatatypeProperty ; +:index rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Frame ; rdfs:range xsd:long ; rdfs:comment "A non-negative integer that represents the position of the Frame."@en ; @@ -646,23 +668,34 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/isTimeDependent -:isTimeDependent rdf:type owl:DatatypeProperty ; +:isTimeDependent rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :AssessmentItem ; rdfs:range xsd:boolean ; rdfs:comment "A boolean value indicating whether or not interacting with the item is time dependent."@en ; rdfs:label "isTimeDependent"@en . +### http://purl.imsglobal.org/caliper/keywords +:keywords rdf:type owl:DatatypeProperty ; + rdfs:domain :DigitalResource ; + rdfs:range xsd:string ; + rdfs:comment "An ordered collection of one or more string values that represent tags or labels used to identify the resource."@en ; + rdfs:label "keywords"@en . + + ### http://purl.imsglobal.org/caliper/maxAttempts -:maxAttempts rdf:type owl:DatatypeProperty ; - rdfs:domain :AssignableDigitalResource ; +:maxAttempts rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain :DigitalResource ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "A non-negative integer indicating the number of permitted attempts."@en ; rdfs:label "maxAttempts"@en . ### http://purl.imsglobal.org/caliper/maxResultScore -:maxResultScore rdf:type owl:DatatypeProperty ; +:maxResultScore rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The maximum score permitted for a Result."@en ; @@ -670,9 +703,10 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/maxScore -:maxScore rdf:type owl:DatatypeProperty ; +:maxScore rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( :AssignableDigitalResource + owl:unionOf ( :DigitalResource :Score ) ] ; @@ -682,15 +716,17 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/maxSubmits -:maxSubmits rdf:type owl:DatatypeProperty ; - rdfs:domain :AssignableDigitalResource ; +:maxSubmits rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain :DigitalResource ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "A non-negative integer indicating the number of permitted submissions."@en ; rdfs:label "maxSubmits"@en . ### http://purl.imsglobal.org/caliper/mediaType -:mediaType rdf:type owl:DatatypeProperty ; +:mediaType rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :DigitalResource ; rdfs:range xsd:string ; rdfs:comment "A string value drawn from the list of IANA approved media types and subtypes that identifies the file format of a resource."@en ; @@ -698,7 +734,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/muted -:muted rdf:type owl:DatatypeProperty ; +:muted rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :AudioObject ; rdfs:range xsd:boolean ; rdfs:comment "An optional boolean value indicating whether or not the MediaObject has been muted ."@en ; @@ -706,7 +743,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/name -:name rdf:type owl:DatatypeProperty ; +:name rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Entity ; rdfs:range xsd:string ; rdfs:comment "A string value comprising a word or phrase by which the resource is known."@en ; @@ -714,7 +752,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/normalScore -:normalScore rdf:type owl:DatatypeProperty ; +:normalScore rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The score earned by the learner before adding the extraCreditScore, subtracting the penaltyScore or applying the curveFactor, if any."@en ; @@ -723,7 +762,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/objectType -:objectType rdf:type owl:DatatypeProperty ; +:objectType rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :DigitalResource ; rdfs:comment "A string value that designates the resource type."@en ; rdfs:label "objectType"@en ; @@ -731,7 +771,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/penaltyScore -:penaltyScore rdf:type owl:DatatypeProperty ; +:penaltyScore rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The number of points deducted from the normalScore due to an infraction such as submitting an Attempt after the due date."@en ; @@ -740,7 +781,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/resultScore -:resultScore rdf:type owl:DatatypeProperty ; +:resultScore rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The result score awarded to the learner. A result score can be updated."@en ; @@ -748,7 +790,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/scoreGiven -:scoreGiven rdf:type owl:DatatypeProperty ; +:scoreGiven rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Score ; rdfs:range xsd:decimal ; rdfs:comment "The score value."@en ; @@ -756,7 +799,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/selectionText -:selectionText rdf:type owl:DatatypeProperty ; +:selectionText rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :HighlightAnnotation ; rdfs:range xsd:string ; rdfs:comment "A string value representing a plain-text rendering of the selected segment of the annotated resource."@en ; @@ -782,7 +826,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/start -:start rdf:type owl:DatatypeProperty ; +:start rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :TextPositionSelector ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "The starting position of a segment of text. The first character in the full text is position 0. The character that represents the start position is included within the selected segment."@en ; @@ -803,16 +848,18 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:label "startedAtTime"@en . -### http://purl.imsglobal.org/caliper/status -:status rdf:type owl:DatatypeProperty ; - rdfs:domain :Membership ; - rdfs:range xsd:string ; - rdfs:comment "The current standing of a member."@en ; - rdfs:label "status"@en . +### http://purl.imsglobal.org/caliper/tags +:tags rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain :TagAnnotation ; + rdfs:range xsd:string ; + rdfs:comment "An ordered collection of one or more string values that represent labels or tags associated with the annotated DigitalResource."@en ; + rdfs:label "tags"@en . ### http://purl.imsglobal.org/caliper/totalScore -:totalScore rdf:type owl:DatatypeProperty ; +:totalScore rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "A score earned by the learner equal to the sum of normalScore + extraCreditScore - penaltyScore. This value does not take into account the effects of curving."@en ; @@ -820,8 +867,22 @@ xsd:duration rdf:type rdfs:Datatype . owl:deprecated "true"^^xsd:boolean . +### http://purl.imsglobal.org/caliper/type +:type rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( :Entity + :Event + ) + ] ; + rdfs:range xsd:string ; + rdfs:comment "A string value corresponding to the Class name or label of an Event or Entity."@en ; + rdfs:label "type"@en . + + ### http://purl.imsglobal.org/caliper/value -:value rdf:type owl:DatatypeProperty ; +:value rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :MultipleChoiceResponse :TrueFalseResponse @@ -832,8 +893,22 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:label "value"@en . +### http://purl.imsglobal.org/caliper/values +:values rdf:type owl:DatatypeProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( :FillinBlankResponse + :MultipleResponseResponse + :SelectTextResponse + ) + ] ; + rdfs:range xsd:string ; + rdfs:comment "An ordered collection of one or more selected options."@en ; + rdfs:label "values"@en . + + ### http://purl.imsglobal.org/caliper/version -:version rdf:type owl:DatatypeProperty ; +:version rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :DigitalResource :SoftwareApplication @@ -845,7 +920,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/volumeLevel -:volumeLevel rdf:type owl:DatatypeProperty ; +:volumeLevel rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :AudioObject ; rdfs:range xsd:string ; rdfs:comment "The current volume level."@en ; @@ -853,7 +929,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/volumeMax -:volumeMax rdf:type owl:DatatypeProperty ; +:volumeMax rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :AudioObject ; rdfs:range xsd:string ; owl:propertyDisjointWith :volumeMin ; @@ -862,7 +939,8 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/volumeMin -:volumeMin rdf:type owl:DatatypeProperty ; +:volumeMin rdf:type owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain :AudioObject ; rdfs:range xsd:string ; rdfs:comment "A string value indicating the minimum volume level permitted."@en ; @@ -873,6 +951,10 @@ xsd:duration rdf:type rdfs:Datatype . # Classes ################################################################# +### http://purl.imsglobal.org/caliper/Action +:Action rdf:type owl:Class . + + ### http://purl.imsglobal.org/caliper/Agent :Agent rdf:type owl:Class ; rdfs:subClassOf :Entity ; @@ -882,86 +964,225 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Annotation :Annotation rdf:type owl:Class ; - rdfs:subClassOf :Entity ; + rdfs:subClassOf :Entity , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :annotated ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :annotated ; + owl:allValuesFrom :DigitalResource + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :annotator ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :annotator ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper Annotation is a generic type that represents a comment, explanation, highlight, mark, note, question or tag linked to a DigitalResource."@en ; rdfs:label "Annotation"@en . ### http://purl.imsglobal.org/caliper/AnnotationEvent :AnnotationEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :AssessmentEvent , - :AssessmentItemEvent , - :AssignableEvent , - :ForumEvent , - :GradeEvent , - :MediaEvent , - :MessageEvent , - :NavigationEvent , - :OutcomeEvent , - :ReadingEvent , - :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( + + + + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :DigitalResource + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :generated ; + owl:someValuesFrom :Annotation + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :target ; + owl:someValuesFrom :Frame + ] ; rdfs:comment "A Caliper AnnotationEvent models the annotating of digital content. The resulting Annotation is also described and is subtyped for greater type specificity."@en ; rdfs:label "AnnotationEvent"@en . ### http://purl.imsglobal.org/caliper/Assessment :Assessment rdf:type owl:Class ; - rdfs:subClassOf [ owl:intersectionOf ( :AssignableDigitalResource - :DigitalResourceCollection + rdfs:subClassOf :AssignableDigitalResource , + :DigitalResourceCollection , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :items ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :items ; + owl:allValuesFrom :AssessmentItem + ] ) ; rdf:type owl:Class ] ; - owl:disjointWith :AssessmentItem ; rdfs:comment "A Caliper Assessment represents an assessment instrument such as a test or quiz."@en ; rdfs:label "Assessment"@en . ### http://purl.imsglobal.org/caliper/AssessmentEvent :AssessmentEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :AssessmentItemEvent , - :AssignableEvent , - :ForumEvent , - :GradeEvent , - :MediaEvent , - :MessageEvent , - :NavigationEvent , - :OutcomeEvent , - :ReadingEvent , - :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( + + + + + + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :DigitalResource + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :Assessment + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :generated ; + owl:someValuesFrom :Attempt + ] ; rdfs:comment "A Caliper AssessmentEvent models learner interactions with assessments instruments such as online tests or quizzes."@en ; rdfs:label "AssessmentEvent"@en . ### http://purl.imsglobal.org/caliper/AssessmentItem :AssessmentItem rdf:type owl:Class ; - rdfs:subClassOf :AssignableDigitalResource ; + rdfs:subClassOf :AssignableDigitalResource , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :isPartOf ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :isPartOf ; + owl:allValuesFrom :Assessment + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper AssessmentItem represents a single test question."@en ; rdfs:label "AssessmentItem"@en . ### http://purl.imsglobal.org/caliper/AssessmentItemEvent :AssessmentItemEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :AssignableEvent , - :ForumEvent , - :GradeEvent , - :MediaEvent , - :MessageEvent , - :NavigationEvent , - :OutcomeEvent , - :ReadingEvent , - :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( + + + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :DigitalResource + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :AssessmentItem + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :generated ; + owl:someValuesFrom :Response + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :referrer ; + owl:someValuesFrom :AssessmentItem + ] ; rdfs:comment "A Caliper AssessmentItemEvent models a learner's interaction with an individual AssessmentItem."@en ; rdfs:label "AssessmentItemEvent"@en . @@ -969,31 +1190,96 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/AssignableDigitalResource :AssignableDigitalResource rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; + :DigitalResource ; rdfs:comment "A Caliper AssignableDigitalResource is a generic type that represents digital content associated with a graded or ungraded assignment. Utilize AssignableDigitalResource only if no suitable subtype exists to represent the resource being described."@en ; rdfs:label "AssignableDigitalResource"@en . ### http://purl.imsglobal.org/caliper/AssignableEvent :AssignableEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :ForumEvent , - :GradeEvent , - :MediaEvent , - :MessageEvent , - :NavigationEvent , - :OutcomeEvent , - :ReadingEvent , - :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( + + + + + + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :DigitalResource + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :AssignableDigitalResource + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :generated ; + owl:someValuesFrom :Attempt + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :target ; + owl:someValuesFrom :Frame + ] ; rdfs:comment "A Caliper AssignableEvent models activities associated with the assignment of digital content assigned to a learner for completion."@en ; rdfs:label "AssignableEvent"@en . ### http://purl.imsglobal.org/caliper/Attempt :Attempt rdf:type owl:Class ; - rdfs:subClassOf :Entity ; + rdfs:subClassOf :Entity , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :assignable ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :assignable ; + owl:allValuesFrom :DigitalResource + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :assignee ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :assignee ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :isPartOf ; + owl:someValuesFrom :Attempt + ] ; rdfs:comment "A Caliper Attempt provides a count of the number of times an actor has interacted with an AssignableDigitalResource along with start time, end time and duration information. An Attempt is generated as the result of an action such as starting an Assessment."@en ; rdfs:label "Attempt"@en . @@ -1001,8 +1287,6 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/AudioObject :AudioObject rdf:type owl:Class ; rdfs:subClassOf :MediaObject ; - owl:disjointWith :ImageObject , - :VideoObject ; rdfs:comment "A Caliper AudioObject represents an audio or sound file."@en ; rdfs:label "AudioObject"@en . @@ -1010,9 +1294,6 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/BookmarkAnnotation :BookmarkAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; - owl:disjointWith :HighlightAnnotation , - :SharedAnnotation , - :TagAnnotation ; rdfs:comment "A Caliper BookmarkAnnotation represents the act of marking a DigitalResource at a particular location."@en ; rdfs:label "BookmarkAnnotation"@en . @@ -1027,6 +1308,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/CourseOffering :CourseOffering rdf:type owl:Class ; rdfs:subClassOf :Organization ; + owl:disjointWith :Group ; rdfs:comment "A Caliper CourseOffering represents the occurrence of a course or a type during a specified time period."@en ; rdfs:label "CourseOffering"@en . @@ -1047,7 +1329,18 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/DigitalResourceCollection :DigitalResourceCollection rdf:type owl:Class ; - rdfs:subClassOf :DigitalResource ; + rdfs:subClassOf :DigitalResource , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :items ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :items ; + owl:allValuesFrom :DigitalResource + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper DigitalResourceCollection represents an ordered collection of DigitalResource entities."@en ; rdfs:label "DigitalResourceCollection"@en . @@ -1055,30 +1348,24 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Document :Document rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; - rdfs:comment "A Caliper Document represents textual content."@en ; + rdfs:comment "A Caliper Document represents paginated textual content."@en ; rdfs:label "Document"@en . ### http://purl.imsglobal.org/caliper/Entity :Entity rdf:type owl:Class ; - owl:disjointWith :Envelope , - :Event , - :Selector ; rdfs:comment "A Caliper Entity is a generic type that represents objects or things that participate in learning-related activities. Entity is subtyped for enhanced type specificity in order to better describe people, groups, digital content, courses, assignments, assessments, forums, messages, software applications and other entities that constitute the \"stuff\" of a Caliper Event. Utilize Entity only if no suitable subtype exists to represent the thing being described."@en ; rdfs:label "Entity"@en . ### http://purl.imsglobal.org/caliper/Envelope :Envelope rdf:type owl:Class ; - owl:disjointWith :Event , - :Selector ; rdfs:comment "A Caliper Envelope is a container that is used to transmit one or more Caliper Events and/or Caliper Entity describes."@en ; rdfs:label "Envelope"@en . ### http://purl.imsglobal.org/caliper/Event :Event rdf:type owl:Class ; - owl:disjointWith :Selector ; rdfs:comment "A Caliper Event is a generic type that describes a relationship established between an actor and an object, formed as a result of a purposeful action undertaken by the actor in connection to the object at a particular moment in time."@en ; rdfs:label "Event"@en . @@ -1086,36 +1373,68 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/FillinBlankResponse :FillinBlankResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; - owl:disjointWith :MultipleChoiceResponse , - :MultipleResponseResponse , - :SelectTextResponse , - :TrueFalseResponse ; rdfs:comment "A Caliper FillinBlankResponse represents a type of Response in which a respondent is asked to provide one or more words, expressions or short phrases that correctly completes a statement."@en ; rdfs:label "FillinBlankResponse"@en . ### http://purl.imsglobal.org/caliper/Forum :Forum rdf:type owl:Class ; - rdfs:subClassOf :DigitalResourceCollection ; - owl:disjointWith :Message , - :Thread ; + rdfs:subClassOf :DigitalResourceCollection , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :items ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :items ; + owl:allValuesFrom :Thread + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper Forum represents a channel or virtual space in which group discussions take place. A Forum typically comprises one or more threaded conversations to which members can subscribe, post messages and reply to other messages."@en ; rdfs:label "Forum"@en . ### http://purl.imsglobal.org/caliper/ForumEvent :ForumEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :GradeEvent , - :MediaEvent , - :MessageEvent , - :NavigationEvent , - :OutcomeEvent , - :ReadingEvent , - :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( + + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :DigitalResource + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :Forum + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper ForumEvent models learners and others participating in online forum communities. Forums typically encompass one or more threads or topics to which members can subscribe, post messages and reply to other messages if a threaded discussion is permitted."@en ; rdfs:label "ForumEvent"@en . @@ -1129,17 +1448,48 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/GradeEvent :GradeEvent rdf:type owl:Class ; - owl:equivalentClass :OutcomeEvent ; - rdfs:subClassOf :Event ; - owl:disjointWith :MediaEvent , - :MessageEvent , - :NavigationEvent , - :OutcomeEvent , - :ReadingEvent , - :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:hasValue + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :Person + :SoftwareApplication + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :Attempt + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :generated ; + owl:someValuesFrom :Score + ] ; rdfs:comment "A Caliper GradeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication."@en ; rdfs:label "GradeEvent"@en . @@ -1154,8 +1504,6 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/HighlightAnnotation :HighlightAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; - owl:disjointWith :SharedAnnotation , - :TagAnnotation ; rdfs:comment "A Caliper HighlightAnnotation represents the act of marking a particular segment of a DigitalResource between two known coordinates."@en ; rdfs:label "HighlightAnnotation"@en . @@ -1163,7 +1511,6 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/ImageObject :ImageObject rdf:type owl:Class ; rdfs:subClassOf :MediaObject ; - owl:disjointWith :VideoObject ; rdfs:comment "A Caliper ImageObject represents an image file."@en ; rdfs:label "ImageObject"@en . @@ -1184,15 +1531,65 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/MediaEvent :MediaEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :MessageEvent , - :NavigationEvent , - :OutcomeEvent , - :ReadingEvent , - :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( + + + + + + + + + + + + + + + + + + + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :DigitalResource + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :MediaObject + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :target ; + owl:someValuesFrom :MediaLocation + ] ; rdfs:comment "A Caliper MediaEvent models interactions between learners and rich content such as audio, images and video."@en ; rdfs:label "MediaEvent"@en . @@ -1213,29 +1610,92 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Membership :Membership rdf:type owl:Class ; - rdfs:subClassOf :Entity ; + rdfs:subClassOf :Entity , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :member ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :member ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :organization ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :organization ; + owl:allValuesFrom :Organization + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper Membership describes the relationship between an Organization and a Person (i.e., a member) in terms of the roles assigned and current status."@en ; rdfs:label "Membership"@en . ### http://purl.imsglobal.org/caliper/Message :Message rdf:type owl:Class ; - rdfs:subClassOf :DigitalResource ; - owl:disjointWith :Thread ; + rdfs:subClassOf :DigitalResource , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :isPartOf ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :isPartOf ; + owl:allValuesFrom :Thread + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper Message is a digital form of written communication sent to a recipient. A series of messages may constitute a Thread if they share a common subject and are connected by a reply or by date relationships."@en ; rdfs:label "Message"@en . ### http://purl.imsglobal.org/caliper/MessageEvent :MessageEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :NavigationEvent , - :OutcomeEvent , - :ReadingEvent , - :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( + + + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :DigitalResource + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :Message + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper MessageEvent describes a Person posting a Message or marking a post as either read or unread."@en ; rdfs:label "MessageEvent"@en . @@ -1243,9 +1703,6 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/MultipleChoiceResponse :MultipleChoiceResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; - owl:disjointWith :MultipleResponseResponse , - :SelectTextResponse , - :TrueFalseResponse ; rdfs:comment "A Caliper MultipleChoiceResponse represents a type of Response in which a respondent is asked to provide the best possible answer from a list of choices."@en ; rdfs:label "MultipleChoiceResponse"@en . @@ -1253,21 +1710,69 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/MultipleResponseResponse :MultipleResponseResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; - owl:disjointWith :SelectTextResponse , - :TrueFalseResponse ; rdfs:comment "A Caliper MultipleResponseResponse represents a form of response in which a respondent is asked to select more than one correct answer from a list of choices."@en ; rdfs:label "MultipleResponseResponse"@en . ### http://purl.imsglobal.org/caliper/NavigationEvent :NavigationEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :OutcomeEvent , - :ReadingEvent , - :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:hasValue + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :DigitalResource + :SoftwareApplication + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :referrer ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :referrer ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :DigitalResource + :SoftwareApplication + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :target ; + owl:someValuesFrom :Frame + ] ; rdfs:comment "A Caliper NavigationEvent models an actor traversing a network of digital resources."@en ; rdfs:label "NavigationEvent"@en . @@ -1275,19 +1780,62 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Organization :Organization rdf:type owl:Class ; rdfs:subClassOf :Agent ; - owl:disjointWith :SoftwareApplication ; rdfs:comment "A Caliper Organization represents a formal collection of people organized for some common educational, social or administrative purpose. An Organization can act as an Agent. It can be linked both to a parent Organization and to its members."@en ; rdfs:label "Organization"@en . ### http://purl.imsglobal.org/caliper/OutcomeEvent :OutcomeEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :ReadingEvent , - :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:hasValue + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :Person + :SoftwareApplication + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :generated ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :generated ; + owl:allValuesFrom :Result + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :Attempt + ] + ) ; + rdf:type owl:Class + ] ; + :GradeEvent ; rdfs:comment "A Caliper OutcomeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. OutcomeEvent is DEPRECATED and will be removed in a future version of the specification. Use GradeEvent instead."@en ; rdfs:label "OutcomeEvent"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1303,7 +1851,6 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Person :Person rdf:type owl:Class ; rdfs:subClassOf :Agent ; - owl:disjointWith :SoftwareApplication ; rdfs:comment "A Caliper Person represents a human being, alive or deceased, real or imaginary."@en ; rdfs:label "Person"@en . @@ -1311,18 +1858,57 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Reading :Reading rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; - rdfs:comment "A Caliper Reading represents an item of paginated content. Reading is a DEPRECATED entity superseded by Document that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; + :Document ; + rdfs:comment "A Caliper Reading represents paginated content. Reading is a DEPRECATED entity superseded by Document that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; rdfs:label "Reading"@en ; owl:deprecated "true"^^xsd:boolean . ### http://purl.imsglobal.org/caliper/ReadingEvent :ReadingEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :SessionEvent , - :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( + + + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :DigitalResource + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :target ; + owl:someValuesFrom :Frame + ] ; rdfs:comment "A Caliper ReadingEvent models an actor reading textural content. ReadingEvent is DEPRECATED and will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; rdfs:label "ReadingEvent"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1338,11 +1924,14 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Result :Result rdf:type owl:Class ; rdfs:subClassOf :Entity ; - owl:disjointWith :Score ; rdfs:comment "A Caliper Result represents a grade applied to an assignment submission."@en ; rdfs:label "Result"@en . +### http://purl.imsglobal.org/caliper/Role +:Role rdf:type owl:Class . + + ### http://purl.imsglobal.org/caliper/Score :Score rdf:type owl:Class ; rdfs:subClassOf :Entity ; @@ -1353,7 +1942,6 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/SelectTextResponse :SelectTextResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; - owl:disjointWith :TrueFalseResponse ; rdfs:comment "A Caliper SelectTextResponse represents a type of Response that identifies text or a mapping from a presented paragraph or list."@en ; rdfs:label "SelectTextResponse"@en . @@ -1366,17 +1954,90 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Session :Session rdf:type owl:Class ; - rdfs:subClassOf :Entity ; + rdfs:subClassOf :Entity , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :user ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :user ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper Session represents a web application user session."@en ; rdfs:label "Session"@en . ### http://purl.imsglobal.org/caliper/SessionEvent :SessionEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :ThreadEvent , - :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( + + + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :Person + :SoftwareApplication + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :Session + :SoftwareApplication + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :referrer ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :referrer ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( :DigitalResource + :SoftwareApplication + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :target ; + owl:someValuesFrom :DigitalResource + ] ; rdfs:comment "A Caliper SessionEvent models the creation and subsequent termination of a user session established by a Person interacting with a SoftwareApplication."@en ; rdfs:label "SessionEvent"@en . @@ -1384,7 +2045,6 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/SharedAnnotation :SharedAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; - owl:disjointWith :TagAnnotation ; rdfs:comment "A Caliper SharedAnnotation represents the act of sharing a reference to a DigitalResource with other agents."@en ; rdfs:label "SharedAnnotation"@en . @@ -1396,6 +2056,10 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:label "SoftwareApplication"@en . +### http://purl.imsglobal.org/caliper/Status +:Status rdf:type owl:Class . + + ### http://purl.imsglobal.org/caliper/TagAnnotation :TagAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; @@ -1412,24 +2076,117 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Thread :Thread rdf:type owl:Class ; - rdfs:subClassOf :DigitalResourceCollection ; + rdfs:subClassOf :DigitalResourceCollection , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :isPartOf ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :isPartOf ; + owl:allValuesFrom :Forum + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :items ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :items ; + owl:allValuesFrom :Message + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper Thread represents a series of one or more messages that share a common subject and are connected by a reply or by date relationships."@en ; rdfs:label "Thread"@en . ### http://purl.imsglobal.org/caliper/ThreadEvent :ThreadEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :ToolUseEvent , - :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom [ rdf:type owl:Class ; + owl:oneOf ( + + ) + ] + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :DigitalResource + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :Thread + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper ThreadEvent models an actor interacting with a Forum thread or topic."@en ; rdfs:label "ThreadEvent"@en . ### http://purl.imsglobal.org/caliper/ToolUseEvent :ToolUseEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; - owl:disjointWith :ViewEvent ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:hasValue + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :SoftwareApplication + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :target ; + owl:someValuesFrom :SoftwareApplication + ] ; rdfs:comment "A Caliper ToolUseEvent models a Person using a learning tool in a way that the tool's creators have determined is an indication of a learning interaction."@en ; rdfs:label "ToolUseEvent"@en . @@ -1450,7 +2207,44 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/ViewEvent :ViewEvent rdf:type owl:Class ; - rdfs:subClassOf :Event ; + rdfs:subClassOf :Event , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:someValuesFrom :Action + ] + [ rdf:type owl:Restriction ; + owl:onProperty :action ; + owl:hasValue + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:someValuesFrom :Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty :actor ; + owl:allValuesFrom :Person + ] + ) ; + rdf:type owl:Class + ] , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :object ; + owl:allValuesFrom :DigitalResource + ] + ) ; + rdf:type owl:Class + ] , + [ rdf:type owl:Restriction ; + owl:onProperty :target ; + owl:someValuesFrom :Frame + ] ; rdfs:comment "A Caliper ViewEvent describes an actor's examination of digital content whenever the activity emphasizes thoughtful observation or study as opposed to the mere retrieval of a resource."@en ; rdfs:label "ViewEvent"@en . @@ -1465,9 +2259,7 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/epubChapter :epubChapter rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; - owl:disjointWith :epubPart , - :epubSubChapter , - :epubVolume ; + :Chapter ; rdfs:comment "A Caliper EpubChapter represents a major structural division of a piece of writing. EpubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; rdfs:label "EpubChapter"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1476,8 +2268,6 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/epubPart :epubPart rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; - owl:disjointWith :epubSubChapter , - :epubVolume ; rdfs:comment "A Caliper EpubPart represents a major structural division of a piece of writing, typically encapsulating a set of related chapters. EpubPart is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; rdfs:label "EpubPart"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1485,8 +2275,18 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/epubSubChapter :epubSubChapter rdf:type owl:Class ; - rdfs:subClassOf :DigitalResource ; - owl:disjointWith :epubVolume ; + rdfs:subClassOf :DigitalResource , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty :isPartOf ; + owl:someValuesFrom :Entity + ] + [ rdf:type owl:Restriction ; + owl:onProperty :isPartOf ; + owl:allValuesFrom :epubChapter + ] + ) ; + rdf:type owl:Class + ] ; rdfs:comment "A Caliper EpubSubChapter represents a major sub-division of an EpubChapter. EpubSubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."^^xsd:string ; rdfs:label "EpubSubChapter"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1495,9 +2295,1147 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/epubVolume :epubVolume rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; + :Document ; rdfs:comment "A Caliper EpubVolume represents a component of a collection. EpubVolume inherits all the properties and requirements defined for DigitalResource, its supertype. EpubVolume is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; rdfs:label "EpubVolume"@en ; owl:deprecated "true"^^xsd:boolean . +### http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator + rdf:type owl:Class ; + rdfs:subClassOf :Role ; + rdfs:label "Administrator"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper + rdf:type owl:Class ; + rdfs:subClassOf :Role ; + rdfs:label "ContentDeveloper"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor + rdf:type owl:Class ; + rdfs:subClassOf :Role ; + rdfs:label "Instructor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership#Learner + rdf:type owl:Class ; + rdfs:subClassOf :Role ; + rdfs:label "Learner"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership#Manager + rdf:type owl:Class ; + rdfs:subClassOf :Role ; + rdfs:label "Manager"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership#Member + rdf:type owl:Class ; + rdfs:subClassOf :Role ; + rdfs:label "Member"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor + rdf:type owl:Class ; + rdfs:subClassOf :Role ; + rdfs:label "Mentor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership#Officer + rdf:type owl:Class ; + rdfs:subClassOf :Role ; + rdfs:label "Officer"@en . + + +################################################################# +# Individuals +################################################################# + +### http://purl.imsglobal.org/caliper/actions/Abandoned + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Forsake, leave behind."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202232813-v" ; + rdfs:label "Abandoned"@en . + + +### http://purl.imsglobal.org/caliper/actions/Activated + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Make active or more active. Inverse of Deactivated."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200191014-v" ; + rdfs:label "Activated"@en . + + +### http://purl.imsglobal.org/caliper/actions/Added + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Make an addition (to); join or combine or unite with others; increase the quality, quantity, size or scope of. Inverse of Removed."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200182551-v" ; + rdfs:label "Added"@en . + + +### http://purl.imsglobal.org/caliper/actions/Attached + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Cause to be attached."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201299048-v" ; + rdfs:label "Attached"@en . + + +### http://purl.imsglobal.org/caliper/actions/Bookmarked + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "A marker that specifies a location of interest in a DigitalResource that is recorded for later retrieval."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "Bookmarked"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/102874508-n" . + + +### http://purl.imsglobal.org/caliper/actions/ChangedResolution + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Cause to change; make different; cause a transformation of the number of pixels per square inch on a computer-generated display."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v" ; + rdfs:label "ChangedResolution"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/111526370-n" . + + +### http://purl.imsglobal.org/caliper/actions/ChangedSize + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Cause to change; make different; cause a transformation of the physical magnitude of something."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v" ; + rdfs:label "ChangedSize"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/105106204-n" . + + +### http://purl.imsglobal.org/caliper/actions/ChangedSpeed + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Cause to change; make different; cause a transformation of the rate at which something happens."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v" ; + rdfs:label "ChangedSpeed"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/105065291-n" . + + +### http://purl.imsglobal.org/caliper/actions/ChangedVolume + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Cause to change; make different; cause a transformation of the magnitude of sound (usually in a specified direction)."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v" ; + rdfs:label "ChangedVolume"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/104997456-n" . + + +### http://purl.imsglobal.org/caliper/actions/Classified + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Assign to a class or kind."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200741667-v" ; + rdfs:label "Classified"@en . + + +### http://purl.imsglobal.org/caliper/actions/ClosedPopout + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Close or shut a video popout. Inverse of OpenedPopout."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201349660-v" ; + rdfs:label "ClosedPopout"@en . + + +### http://purl.imsglobal.org/caliper/actions/Commented + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Make or write a comment on."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201060446-v" ; + rdfs:label "Commented"@en . + + +### http://purl.imsglobal.org/caliper/actions/Completed + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Come or bring to a finish or an end."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200485097-v" ; + rdfs:label "Completed"@en . + + +### http://purl.imsglobal.org/caliper/actions/Created + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Make or cause to be or to become. Inverse of Deleted."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201620211-v" ; + rdfs:label "Created"@en . + + +### http://purl.imsglobal.org/caliper/actions/Deactivated + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Make inactive. Inverse of Activated."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200191849-v" ; + rdfs:label "Deactivated"@en . + + +### http://purl.imsglobal.org/caliper/actions/Deleted + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Wipe out digitally. Inverse of Created."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201001860-v" ; + rdfs:label "Deleted"@en . + + +### http://purl.imsglobal.org/caliper/actions/Described + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Give a description of."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200989103-v" ; + rdfs:label "Described"@en . + + +### http://purl.imsglobal.org/caliper/actions/DisabledClosedCaptioning + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Render unable to perform the visual display of a plain text transcription of audio output. Inverse of EnabledClosedCaptioning."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "DisabledClosedCaptioning"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200513267-v" . + + +### http://purl.imsglobal.org/caliper/actions/Disliked + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Have or feel a dislike or distaste for. Inverse of Liked."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201780648-v" ; + rdfs:label "Disliked"@en . + + +### http://purl.imsglobal.org/caliper/actions/EnabledClosedCaptioning + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Render capable or able the visual display of a plain text transcription of audio output. Inverse of DisabledClosedCaptioning."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "EnabledClosedCaptioning"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200513958-v" . + + +### http://purl.imsglobal.org/caliper/actions/Ended + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Bring to an end or halt. Inverse of Started."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200353480-v" ; + rdfs:label "Ended"@en . + + +### http://purl.imsglobal.org/caliper/actions/EnteredFullScreen + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "To come or go into a view mode that utilizes all the available display surface of a screen. Inverse of ExitedFullScreen."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "EnteredFullScreen"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202020375-v" . + + +### http://purl.imsglobal.org/caliper/actions/ExitedFullScreen + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Move out of or depart from a view mode that utilizes all the available display surface of a screen. Inverse of EnteredFullScreen."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "ExitedFullScreen"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202019450-v" . + + +### http://purl.imsglobal.org/caliper/actions/ForwardedTo + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Send or ship onward."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201959367-v" ; + rdfs:label "ForwardedTo"@en . + + +### http://purl.imsglobal.org/caliper/actions/Graded + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Assign a grade or rank to, according to one's evaluation."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200659399-v" ; + rdfs:label "Graded"@en . + + +### http://purl.imsglobal.org/caliper/actions/Hid + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Prevent from being seen or discovered. Inverse of Showed."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202149298-v" ; + rdfs:label "Hid"@en . + + +### http://purl.imsglobal.org/caliper/actions/Highlighted + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Move into the foreground to make more visible or prominent."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200515150-v" ; + rdfs:label "Highlighted"@en . + + +### http://purl.imsglobal.org/caliper/actions/Identified + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Recognize as being; establish the identity of someone or something."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200620568-v" ; + rdfs:label "Identified"@en . + + +### http://purl.imsglobal.org/caliper/actions/JumpedTo + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Pass abruptly from one state or topic to another."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200561468-v" ; + rdfs:label "JumpedTo"@en . + + +### http://purl.imsglobal.org/caliper/actions/Liked + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Be fond of. Inverse of Disliked."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201780873-v" ; + rdfs:label "Liked"@en . + + +### http://purl.imsglobal.org/caliper/actions/Linked + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Connect, fasten, or put together two or more pieces."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201357376-v" ; + rdfs:label "Linked"@en . + + +### http://purl.imsglobal.org/caliper/actions/LoggedIn + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Enter a computer or software application. Inverse of LoggedOut."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202253955-v" ; + rdfs:label "LoggedIn"@en . + + +### http://purl.imsglobal.org/caliper/actions/LoggedOut + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Exit a computer or software application. Inverse of LoggedIn."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202254101-v" ; + rdfs:label "LoggedOut"@en . + + +### http://purl.imsglobal.org/caliper/actions/MarkedAsRead + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Mark: designate as if by a mark, read: interpret something that is written or printed. Inverse of MarkedAsUnread."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200923709-v" ; + rdfs:label "MarkedAsRead"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200626756-v" . + + +### http://purl.imsglobal.org/caliper/actions/MarkedAsUnread + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Remove designation as if by a mark. Inverse of MarkedAsRead."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "MarkedAsUnread"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200923709-v" . + + +### http://purl.imsglobal.org/caliper/actions/Modified + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Cause to change; make different; cause a transformation."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v" ; + rdfs:label "Modified"@en . + + +### http://purl.imsglobal.org/caliper/actions/Muted + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Deaden (a sound or noise). Inverse of Unmuted."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/mute-v" ; + rdfs:label "Muted"@en . + + +### http://purl.imsglobal.org/caliper/actions/NavigatedTo + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Direct the course; determine the direction of travelling."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201935739-v" ; + rdfs:label "NavigatedTo"@en . + + +### http://purl.imsglobal.org/caliper/actions/OpenedPopout + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Start to operate or function or cause to start operating or functioning a video popout. Inverse of ClosedPopout."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "OpenedPopout"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202431018-v" . + + +### http://purl.imsglobal.org/caliper/actions/Paused + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Cease an action temporarily. Inverse of Resumed."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200781106-v" ; + rdfs:label "Paused"@en . + + +### http://purl.imsglobal.org/caliper/actions/Posted + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "To cause to be directed or transmitted to another place."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201033289-v" ; + rdfs:label "Posted"@en . + + +### http://purl.imsglobal.org/caliper/actions/Questioned + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Pose a question."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200786670-v" ; + rdfs:label "Questioned"@en . + + +### http://purl.imsglobal.org/caliper/actions/Ranked + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Assign a rank or rating to."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200659723-v" ; + rdfs:label "Ranked"@en . + + +### http://purl.imsglobal.org/caliper/actions/Recommended + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Express a good opinion of."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200884469-v" ; + rdfs:label "Recommended"@en . + + +### http://purl.imsglobal.org/caliper/actions/Removed + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Remove from sight. Inverse of Added."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200181704-v" ; + rdfs:label "Removed"@en . + + +### http://purl.imsglobal.org/caliper/actions/Reset + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Set anew."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200949623-v" ; + rdfs:label "Reset"@en . + + +### http://purl.imsglobal.org/caliper/actions/Restarted + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Take up or begin anew, as in to start something, make progress but then stop and return to the beginning in order to start again."@en ; + rdfs:isDefinedBy "http://purl.imglobal.org/caliper" ; + rdfs:label "Restarted"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200350758-v" . + + +### http://purl.imsglobal.org/caliper/actions/Resumed + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Take up or begin anew, as in to start something, pause and then begin again at the location where the pause in action occurred. Inverse of Paused."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "Resumed"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200350758-v" . + + +### http://purl.imsglobal.org/caliper/actions/Retrieved + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Obtain or retrieve from a storage device; as of information on a computer."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202253616-v" ; + rdfs:label "Retrieved"@en . + + +### http://purl.imsglobal.org/caliper/actions/Reviewed + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Appraise critically."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200857194-v" ; + rdfs:label "Reviewed"@en . + + +### http://purl.imsglobal.org/caliper/actions/Rewound + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Wind up again."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201524927-v" ; + rdfs:label "Rewound"@en . + + +### http://purl.imsglobal.org/caliper/actions/Searched + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Try to locate or discover, or try to establish the existence of."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201318273-v" ; + rdfs:label "Searched"@en . + + +### http://purl.imsglobal.org/caliper/actions/Shared + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Communicate."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201065952-v" ; + rdfs:label "Shared"@en . + + +### http://purl.imsglobal.org/caliper/actions/Showed + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Make visible or noticeable. Inverse of Hid."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202141597-v" ; + rdfs:label "Showed"@en . + + +### http://purl.imsglobal.org/caliper/actions/Skipped + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Bypass."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200618188-v" ; + rdfs:label "Skipped"@en . + + +### http://purl.imsglobal.org/caliper/actions/Started + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Set in motion, cause to start. Inverse of Ended."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200349400-v" ; + rdfs:label "Started"@en . + + +### http://purl.imsglobal.org/caliper/actions/Submitted + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Hand over formally."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202267560-v" ; + rdfs:label "Submitted"@en . + + +### http://purl.imsglobal.org/caliper/actions/Subscribed + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Receive or obtain regularly. Inverse of Unsubscribed."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202214527-v" ; + rdfs:label "Subscribed"@en . + + +### http://purl.imsglobal.org/caliper/actions/Tagged + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Attach a tag or label to."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201591414-v" ; + rdfs:label "Tagged"@en . + + +### http://purl.imsglobal.org/caliper/actions/TimedOut + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Cancellation of a user session after a predetermined time interval has occurred without activity."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "TimedOut"@en . + + +### http://purl.imsglobal.org/caliper/actions/Unmuted + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Inverse of Muted."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "Unmuted"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/mute-v" . + + +### http://purl.imsglobal.org/caliper/actions/Unsubscribed + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Inverse of Subscribed."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "Unsubscribed"@en ; + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202214527-v" . + + +### http://purl.imsglobal.org/caliper/actions/Used + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Put into service; make work or employ for a particular purpose or for its inherent or natural purpose."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201161188-v" ; + rdfs:label "Used"@en . + + +### http://purl.imsglobal.org/caliper/actions/Viewed + rdf:type owl:NamedIndividual , + :Action ; + rdfs:comment "Look at carefully; study mentally."@en ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202134765-v" ; + rdfs:label "Viewed"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Administrator + rdf:type owl:NamedIndividual , + ; + rdfs:label "Administrator"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Developer + rdf:type owl:NamedIndividual , + ; + rdfs:label "Developer"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalDeveloper + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalDeveloper"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalSupport + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalSupport"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalSystemAdministrator + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalSystemAdministrator"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Support + rdf:type owl:NamedIndividual , + ; + rdfs:label "Support"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#SystemAdministrator + rdf:type owl:NamedIndividual , + ; + rdfs:label "SystemAdministrator"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ContentDeveloper + rdf:type owl:NamedIndividual , + . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ContentExpert + rdf:type owl:NamedIndividual , + ; + rdfs:label "ContentExpert"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ExternalContentExpert + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalContentExpert"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#Librarian + rdf:type owl:NamedIndividual , + ; + rdfs:label "Librarian"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#ExternalInstructor + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalInstructor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Grader + rdf:type owl:NamedIndividual , + ; + rdfs:label "Grader"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#GuestInstructor + rdf:type owl:NamedIndividual , + ; + rdfs:label "GuestInstructor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Instructor + rdf:type owl:NamedIndividual , + ; + rdfs:label "Instructor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Lecturer + rdf:type owl:NamedIndividual , + ; + rdfs:label "Lecturer"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#PrimaryInstructor + rdf:type owl:NamedIndividual , + ; + rdfs:label "PrimaryInstructor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#SecondaryInstructor + rdf:type owl:NamedIndividual , + ; + rdfs:label "SecondaryInstructor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistant + rdf:type owl:NamedIndividual , + ; + rdfs:label "TeachingAssistant"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantGroup + rdf:type owl:NamedIndividual , + ; + rdfs:label "TeachingAssistantGroup"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantOffering + rdf:type owl:NamedIndividual , + ; + rdfs:label "TeachingAssistantOffering"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantSection + rdf:type owl:NamedIndividual , + ; + rdfs:label "TeachingAssistantSection"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantTemplate + rdf:type owl:NamedIndividual , + ; + rdfs:label "TeachingAssistantTemplate"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#ExternalLearner + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalLearner"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#GuestLearner + rdf:type owl:NamedIndividual , + ; + rdfs:label "GuestLearner"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#Learner + rdf:type owl:NamedIndividual , + ; + rdfs:label "Learner"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#NonCreditLearner + rdf:type owl:NamedIndividual , + ; + rdfs:label "NonCreditLearner"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#AreaManager + rdf:type owl:NamedIndividual , + ; + rdfs:label "AreaManager"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#CourseCoordinator + rdf:type owl:NamedIndividual , + ; + rdfs:label "CourseCoordinator"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#ExternalObserver + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalObserver"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#Manager + rdf:type owl:NamedIndividual , + ; + rdfs:label "Manager"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#Observer + rdf:type owl:NamedIndividual , + ; + rdfs:label "Observer"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Member#Member + rdf:type owl:NamedIndividual , + ; + rdfs:label "Member"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Advisor + rdf:type owl:NamedIndividual , + ; + rdfs:label "Advisor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Auditor + rdf:type owl:NamedIndividual , + ; + rdfs:label "Auditor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalAdvisor + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalAdvisor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalAuditor + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalAuditor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalLearningFacilitator + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalLearningFacilitator"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalMentor + rdf:type owl:NamedIndividual , + . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalReviewer + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalReviewer"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalTutor + rdf:type owl:NamedIndividual , + ; + rdfs:label "ExternalTutor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#LearningFacilitator + rdf:type owl:NamedIndividual , + ; + rdfs:label "LearningFacilitator"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Mentor + rdf:type owl:NamedIndividual , + ; + rdfs:label "Mentor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Reviewer + rdf:type owl:NamedIndividual , + ; + rdfs:label "Reviewer"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Tutor + rdf:type owl:NamedIndividual , + ; + rdfs:label "Tutor"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Chair + rdf:type owl:NamedIndividual , + ; + rdfs:label "Chair"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Officer + rdf:type owl:NamedIndividual , + ; + rdfs:label "Officer"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Secretary + rdf:type owl:NamedIndividual , + ; + rdfs:label "Secretary"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Treasurer + rdf:type owl:NamedIndividual , + ; + rdfs:label "Treasurer"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Vice-Chair + rdf:type owl:NamedIndividual , + ; + rdfs:label "Vice-Chair"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/status#Active + rdf:type owl:NamedIndividual , + :Status ; + rdfs:label "Active"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/status#Inactive + rdf:type owl:NamedIndividual , + :Status ; + rdfs:label "Inactive"@en . + + +################################################################# +# General axioms +################################################################# + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Action + :Entity + :Envelope + :Event + :Role + :Selector + :Status + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Agent + :Annotation + :Attempt + :DigitalResource + :LearningObjective + :Membership + :Response + :Result + :Score + :Session + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :AnnotationEvent + :AssessmentEvent + :AssessmentItemEvent + :AssignableEvent + :ForumEvent + :MediaEvent + :MessageEvent + :NavigationEvent + :ReadingEvent + :SessionEvent + :ThreadEvent + :ToolUseEvent + :ViewEvent + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Assessment + :AssessmentItem + :Forum + :Thread + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :AssignableDigitalResource + :Chapter + :DigitalResourceCollection + :Document + :Frame + :MediaLocation + :MediaObject + :Message + :Page + :Reading + :WebPage + :epubChapter + :epubPart + :epubSubChapter + :epubVolume + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :AudioObject + :ImageObject + :VideoObject + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :BookmarkAnnotation + :HighlightAnnotation + :SharedAnnotation + :TagAnnotation + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :FillinBlankResponse + :MultipleChoiceResponse + :MultipleResponseResponse + :SelectTextResponse + :TrueFalseResponse + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( :Organization + :Person + :SoftwareApplication + ) +] . + + +[ rdf:type owl:AllDisjointClasses ; + owl:members ( + + + + + + + + ) +] . + + +[ rdf:type owl:AllDifferent ; + owl:distinctMembers ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) +] . + + ### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi From f3aaa17365a14e7fb946f1ffdd258dfaa6ab83d0 Mon Sep 17 00:00:00 2001 From: Anthony Whyte Date: Thu, 5 Apr 2018 17:42:13 -0400 Subject: [PATCH 4/6] Add LIS role and status comment and isDefinedBy annotations. --- caliper-jsonld.owl | 546 +++++++++++++++++++++++++++++++++++++++++++-- caliper-rdfxml.owl | 369 +++++++++++++++++++++--------- caliper-turtle.owl | 358 ++++++++++++++++++++--------- 3 files changed, 1050 insertions(+), 223 deletions(-) diff --git a/caliper-jsonld.owl b/caliper-jsonld.owl index 7e34b9b..32b53d0 100644 --- a/caliper-jsonld.owl +++ b/caliper-jsonld.owl @@ -2394,8 +2394,6 @@ "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#Librarian" }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#ExternalInstructor" - }, { - "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Grader" }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#GuestInstructor" }, { @@ -2462,6 +2460,8 @@ "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Tutor" }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Chair" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Communications" }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Officer" }, { @@ -2469,7 +2469,11 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Treasurer" }, { - "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Vice-Chair" + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#ViceChair" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/TeachingAssistant#Grader" + }, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/TeachingAssistant#TeachingAssistantSectionAssociation" }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/status#Active" }, { @@ -3545,7 +3549,18 @@ } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Role", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ] + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A member can have multiple roles in a Membership. These different roles would be reflected in separate instances of the Role." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Role" + } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Score", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3655,7 +3670,18 @@ } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Status", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ] + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Indicates if a member is active or inactive in the collection. This allows the source system to specifically tell the target system that a member is now active or inactive. Another view is that the absence of a Membership object when membership data is passed implies inactivity and the existence of an object implies active membership. This will logically work for a ‘snap-shot’ interface where all members are passed every time objects are sent from one system to another but it will not support an interface where individual Membership objects are passed." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Status" + } ] }, { "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6426,6 +6452,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The role of a formal administrator in the Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Administrator" @@ -6436,6 +6469,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The role of an author of content for learning material presented through the Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ContentDeveloper" @@ -6446,6 +6486,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The role of teaching instructor for learning material presented through the Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Instructor" @@ -6456,6 +6503,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The role of someone undergoing some form of formal learning." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Learner" @@ -6466,6 +6520,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The role of manager of the Group for which the Membership is being defined." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Manager" @@ -6476,6 +6537,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Member", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The role of a member of the associated Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Member" @@ -6486,6 +6554,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The role of a personal mentor of other individuals in the Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Mentor" @@ -6496,6 +6571,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The role of an officer of organization e.g., Chair, Secretary, etc. in the Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Officer" @@ -6503,9 +6585,33 @@ "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { "@id" : "http://purl.imsglobal.org/caliper/Role" } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership#TeachingAssistant", + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The role of teaching assistant to an Instructor in the Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "TeachingAssistant" + } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ { + "@id" : "http://purl.imsglobal.org/caliper/Role" + } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Administrator", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Someone who typically works with a system and all sub-structures (LMS, SIS, etc.)." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Administrator" @@ -6513,6 +6619,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Developer", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Provides programmatic development for use in a LMS, SIS, or associated tool(s)." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Developer" @@ -6520,6 +6633,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalDeveloper", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A user who is not a member of the institution but provides programmatic development for use in a LMS, SIS, or associated tool(s)." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalDeveloper" @@ -6527,6 +6647,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalSupport", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A user who is not a member of the institution but provides support for the system; usually has fewer privileges then an administrator." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalSupport" @@ -6534,6 +6661,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalSystemAdministrator", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A user who is not a member of the institution that provides support, e.g., vendor support accounts, 3rd party support accounts, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalSystemAdministrator" @@ -6541,6 +6675,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Support", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Provides support for the system, usually has fewer privileges then an administrator." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Support" @@ -6548,16 +6689,41 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#SystemAdministrator", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A person who has greater privileges then an administrator." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "SystemAdministrator" } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ContentDeveloper", - "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper" ] + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Someone who usually develops materials within a specific course structure." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ContentDeveloper" + } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ContentExpert", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "An expert that participates in the course because of their knowledge; e.g., guest speaker, artist in residence, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ContentExpert" @@ -6565,6 +6731,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ExternalContentExpert", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "An expert who is not a member of the institution butparticipates in the course because of their knowledge; e.g., guest speaker, artist in residence, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalContentExpert" @@ -6572,6 +6745,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#Librarian", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A librarian who provides content support." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Librarian" @@ -6579,20 +6759,30 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#ExternalInstructor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], - "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@language" : "en", - "@value" : "ExternalInstructor" - } ] -}, { - "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Grader", - "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "@value" : "An instructor who is not a member of the institution." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Grader" + "@value" : "ExternalInstructor" } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#GuestInstructor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "" + }, { + "@language" : "en", + "@value" : "An instructor who is teaching this course outside of their normal responsibilities" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "GuestInstructor" @@ -6600,6 +6790,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Instructor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Someone who usually teaches within a specific course structure." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Instructor" @@ -6607,6 +6804,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Lecturer", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "An instructor that has limited permissions to modify the course." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Lecturer" @@ -6614,6 +6818,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#PrimaryInstructor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "An instructor who is primarily responsible for the instruction." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "PrimaryInstructor" @@ -6621,41 +6832,86 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#SecondaryInstructor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "An instructor who has secondary responsibility for the instruction." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "SecondaryInstructor" } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistant", - "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#TeachingAssistant" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Someone who usually has a subset of instructional responsibilities for some portion of a course structure" + }, { + "@language" : "en", + "@value" : "The role of a teaching assistant to an Instructor in the Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "TeachingAssistant" } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantGroup", - "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#TeachingAssistant" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A teaching assistant for a Group." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "TeachingAssistantGroup" } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantOffering", - "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#TeachingAssistant" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A teaching assistant for a CourseOffering." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "TeachingAssistantOffering" } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantSection", - "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#TeachingAssistant" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A teaching assistant for a CourseSection." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "TeachingAssistantSection" } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantTemplate", - "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#TeachingAssistant" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A teaching assistant for a template." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "TeachingAssistantTemplate" @@ -6663,6 +6919,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#ExternalLearner", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A learner who is not a member of the institution." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalLearner" @@ -6670,6 +6933,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#GuestLearner", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A learner who is not enrolled in the same process as a learner; may or may not receive credit for the course." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "GuestLearner" @@ -6677,6 +6947,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#Learner", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Someone who usually learns within a specific course structure." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Learner" @@ -6684,6 +6961,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#NonCreditLearner", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A learner who is enrolled through the same process as a learner, but is not receiving credit for the course of study." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "NonCreditLearner" @@ -6691,6 +6975,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#AreaManager", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Someone who provides assistance, administration, and/or support to multiple course structures; e.g., Departmental Staff, Cohort Leader, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "AreaManager" @@ -6698,6 +6989,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#CourseCoordinator", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Someone who provides assistance to a set of course structures that are related, a lab manager, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "CourseCoordinator" @@ -6705,6 +7003,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#ExternalObserver", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Person that is not a member of the institution but views multiple course structures for non-instructional purposes; e.g., peer review committee, accreditation staff, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalObserver" @@ -6712,6 +7017,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#Manager", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Someone who usually interacts with multiple course structures." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Manager" @@ -6719,6 +7031,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#Observer", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Manager" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Views multiple course structures for non-instructional purposes; e.g., peer review committee, accreditation staff, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Observer" @@ -6726,6 +7045,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Member#Member", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Member" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Someone who is a member of an Organization." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Member" @@ -6733,6 +7059,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Advisor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Advises learners." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Advisor" @@ -6740,6 +7073,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Auditor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Audits learner activities; e.g., staff that verifies continuing eligibility for a scholarship, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Auditor" @@ -6747,6 +7087,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalAdvisor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A user who is not a member of the institution that advises learners." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalAdvisor" @@ -6754,6 +7101,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalAuditor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A user who is not a member of the institution that audits learner activities; e.g., staff that verifies continuing eligibility for a scholarship, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalAuditor" @@ -6761,16 +7115,40 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalLearningFacilitator", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A user who is not a member of the institution that works with individual learner to access materials; e.g., translator, assistant for persons of differing abilities, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalLearningFacilitator" } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalMentor", - "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ] + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A user who is not a member of the institution that mentors learners." + }, { + "@language" : "en", + "@value" : "ExternalMentor" + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalReviewer", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A user who is not a member of the institution that reviews work by learners." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalReviewer" @@ -6778,6 +7156,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalTutor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A user who is not a member of the institution that works with individual learners to assist in their instruction." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ExternalTutor" @@ -6785,6 +7170,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#LearningFacilitator", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Works with individual learner to access materials; e.g., translator, assistant for persons of differing abilities, etc." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "LearningFacilitator" @@ -6792,6 +7184,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Mentor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Someone who usually works with a specific course structure with a specific learner." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Mentor" @@ -6799,6 +7198,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Reviewer", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Reviews work by learners." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Reviewer" @@ -6806,6 +7212,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Tutor", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Works with individual learners to assist in their instruction." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Tutor" @@ -6813,13 +7226,41 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Chair", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Chair of the Group." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Chair" } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Communications", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Communications officer for the Group." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Communications" + } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Officer", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The role of an officer of organization e.g., Chair, Secretary, etc. in the Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Officer" @@ -6827,6 +7268,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Secretary", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Secretary to the Group." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Secretary" @@ -6834,20 +7282,69 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Treasurer", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Treasurer to the Group." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Treasurer" } ] }, { - "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Vice-Chair", + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#ViceChair", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Officer" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Vice Chair to the Group." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "ViceChair" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/TeachingAssistant#Grader", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Primary responsibility is assignment of grades." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Grader" + } ] +}, { + "@id" : "http://purl.imsglobal.org/vocab/lis/v2/membership/TeachingAssistant#TeachingAssistantSectionAssociation", + "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/vocab/lis/v2/membership#TeachingAssistant" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "A teaching assistant for a section association." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", - "@value" : "Vice-Chair" + "@value" : "TeachingAssistantSectionAssociation" } ] }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/status#Active", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Status" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The member is active in the Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Active" @@ -6855,6 +7352,13 @@ }, { "@id" : "http://purl.imsglobal.org/vocab/lis/v2/status#Inactive", "@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual", "http://purl.imsglobal.org/caliper/Status" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "The member is inactive in the Membership." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://www.imsglobal.org/lis/" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Inactive" diff --git a/caliper-rdfxml.owl b/caliper-rdfxml.owl index cf7b181..29800a3 100644 --- a/caliper-rdfxml.owl +++ b/caliper-rdfxml.owl @@ -2637,7 +2637,11 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + A member can have multiple roles in a Membership. These different roles would be reflected in separate instances of the Role. + http://www.imsglobal.org/lis/ + Role + @@ -2817,7 +2821,11 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + Indicates if a member is active or inactive in the collection. This allows the source system to specifically tell the target system that a member is now active or inactive. Another view is that the absence of a Membership object when membership data is passed implies inactivity and the existence of an object implies active membership. This will logically work for a ‘snap-shot’ interface where all members are passed every time objects are sent from one system to another but it will not support an interface where individual Membership objects are passed. + http://www.imsglobal.org/lis/ + Status + @@ -3148,6 +3156,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + The role of a formal administrator in the Membership. + http://www.imsglobal.org/lis/ Administrator @@ -3157,6 +3167,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + The role of an author of content for learning material presented through the Membership. + http://www.imsglobal.org/lis/ ContentDeveloper @@ -3166,6 +3178,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + The role of teaching instructor for learning material presented through the Membership. + http://www.imsglobal.org/lis/ Instructor @@ -3175,6 +3189,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + The role of someone undergoing some form of formal learning. + http://www.imsglobal.org/lis/ Learner @@ -3184,6 +3200,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + The role of manager of the Group for which the Membership is being defined. + http://www.imsglobal.org/lis/ Manager @@ -3193,6 +3211,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + The role of a member of the associated Membership. + http://www.imsglobal.org/lis/ Member @@ -3202,6 +3222,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + The role of a personal mentor of other individuals in the Membership. + http://www.imsglobal.org/lis/ Mentor @@ -3211,11 +3233,24 @@ The Caliper ontology provides a machine-readable document that defines the conce + The role of an officer of organization e.g., Chair, Secretary, etc. in the Membership. + http://www.imsglobal.org/lis/ Officer + + + + + The role of teaching assistant to an Instructor in the Membership. + http://www.imsglobal.org/lis/ + TeachingAssistant + + + + - - - - Grader - - - - + + An instructor who is teaching this course outside of their normal responsibilities + http://www.imsglobal.org/lis/ GuestInstructor @@ -4076,6 +4130,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Someone who usually teaches within a specific course structure. + http://www.imsglobal.org/lis/ Instructor @@ -4085,6 +4141,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + An instructor that has limited permissions to modify the course. + http://www.imsglobal.org/lis/ Lecturer @@ -4094,6 +4152,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + An instructor who is primarily responsible for the instruction. + http://www.imsglobal.org/lis/ PrimaryInstructor @@ -4103,6 +4163,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + An instructor who has secondary responsibility for the instruction. + http://www.imsglobal.org/lis/ SecondaryInstructor @@ -4111,7 +4173,10 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + Someone who usually has a subset of instructional responsibilities for some portion of a course structure + The role of a teaching assistant to an Instructor in the Membership. + http://www.imsglobal.org/lis/ TeachingAssistant @@ -4120,7 +4185,9 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + A teaching assistant for a Group. + http://www.imsglobal.org/lis/ TeachingAssistantGroup @@ -4129,7 +4196,9 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + A teaching assistant for a CourseOffering. + http://www.imsglobal.org/lis/ TeachingAssistantOffering @@ -4138,7 +4207,9 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + A teaching assistant for a CourseSection. + http://www.imsglobal.org/lis/ TeachingAssistantSection @@ -4147,7 +4218,9 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + A teaching assistant for a template. + http://www.imsglobal.org/lis/ TeachingAssistantTemplate @@ -4157,6 +4230,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + A learner who is not a member of the institution. + http://www.imsglobal.org/lis/ ExternalLearner @@ -4166,6 +4241,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + A learner who is not enrolled in the same process as a learner; may or may not receive credit for the course. + http://www.imsglobal.org/lis/ GuestLearner @@ -4175,6 +4252,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Someone who usually learns within a specific course structure. + http://www.imsglobal.org/lis/ Learner @@ -4184,6 +4263,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + A learner who is enrolled through the same process as a learner, but is not receiving credit for the course of study. + http://www.imsglobal.org/lis/ NonCreditLearner @@ -4193,6 +4274,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Someone who provides assistance, administration, and/or support to multiple course structures; e.g., Departmental Staff, Cohort Leader, etc. + http://www.imsglobal.org/lis/ AreaManager @@ -4202,6 +4285,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Someone who provides assistance to a set of course structures that are related, a lab manager, etc. + http://www.imsglobal.org/lis/ CourseCoordinator @@ -4211,6 +4296,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Person that is not a member of the institution but views multiple course structures for non-instructional purposes; e.g., peer review committee, accreditation staff, etc. + http://www.imsglobal.org/lis/ ExternalObserver @@ -4220,6 +4307,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Someone who usually interacts with multiple course structures. + http://www.imsglobal.org/lis/ Manager @@ -4229,6 +4318,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Views multiple course structures for non-instructional purposes; e.g., peer review committee, accreditation staff, etc. + http://www.imsglobal.org/lis/ Observer @@ -4238,6 +4329,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Someone who is a member of an Organization. + http://www.imsglobal.org/lis/ Member @@ -4247,6 +4340,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Advises learners. + http://www.imsglobal.org/lis/ Advisor @@ -4256,6 +4351,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Audits learner activities; e.g., staff that verifies continuing eligibility for a scholarship, etc. + http://www.imsglobal.org/lis/ Auditor @@ -4265,6 +4362,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + A user who is not a member of the institution that advises learners. + http://www.imsglobal.org/lis/ ExternalAdvisor @@ -4274,6 +4373,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + A user who is not a member of the institution that audits learner activities; e.g., staff that verifies continuing eligibility for a scholarship, etc. + http://www.imsglobal.org/lis/ ExternalAuditor @@ -4283,6 +4384,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + A user who is not a member of the institution that works with individual learner to access materials; e.g., translator, assistant for persons of differing abilities, etc. + http://www.imsglobal.org/lis/ ExternalLearningFacilitator @@ -4292,6 +4395,9 @@ The Caliper ontology provides a machine-readable document that defines the conce + A user who is not a member of the institution that mentors learners. + ExternalMentor + http://www.imsglobal.org/lis/ @@ -4300,6 +4406,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + A user who is not a member of the institution that reviews work by learners. + http://www.imsglobal.org/lis/ ExternalReviewer @@ -4309,6 +4417,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + A user who is not a member of the institution that works with individual learners to assist in their instruction. + http://www.imsglobal.org/lis/ ExternalTutor @@ -4318,6 +4428,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Works with individual learner to access materials; e.g., translator, assistant for persons of differing abilities, etc. + http://www.imsglobal.org/lis/ LearningFacilitator @@ -4327,6 +4439,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Someone who usually works with a specific course structure with a specific learner. + http://www.imsglobal.org/lis/ Mentor @@ -4336,6 +4450,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Reviews work by learners. + http://www.imsglobal.org/lis/ Reviewer @@ -4345,6 +4461,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Works with individual learners to assist in their instruction. + http://www.imsglobal.org/lis/ Tutor @@ -4354,15 +4472,30 @@ The Caliper ontology provides a machine-readable document that defines the conce + Chair of the Group. + http://www.imsglobal.org/lis/ Chair + + + + + Communications officer for the Group. + http://www.imsglobal.org/lis/ + Communications + + + + + The role of an officer of organization e.g., Chair, Secretary, etc. in the Membership. + http://www.imsglobal.org/lis/ Officer @@ -4372,6 +4505,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + Secretary to the Group. + http://www.imsglobal.org/lis/ Secretary @@ -4381,16 +4516,42 @@ The Caliper ontology provides a machine-readable document that defines the conce + Treasurer to the Group. + http://www.imsglobal.org/lis/ Treasurer - + - + - Vice-Chair + Vice Chair to the Group. + http://www.imsglobal.org/lis/ + ViceChair + + + + + + + + + Primary responsibility is assignment of grades. + http://www.imsglobal.org/lis/ + Grader + + + + + + + + + A teaching assistant for a section association. + http://www.imsglobal.org/lis/ + TeachingAssistantSectionAssociation @@ -4399,6 +4560,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + The member is active in the Membership. + http://www.imsglobal.org/lis/ Active @@ -4408,6 +4571,8 @@ The Caliper ontology provides a machine-readable document that defines the conce + The member is inactive in the Membership. + http://www.imsglobal.org/lis/ Inactive @@ -4622,7 +4787,6 @@ The Caliper ontology provides a machine-readable document that defines the conce - @@ -4656,10 +4820,13 @@ The Caliper ontology provides a machine-readable document that defines the conce + - + + + diff --git a/caliper-turtle.owl b/caliper-turtle.owl index c3e7506..ead111c 100644 --- a/caliper-turtle.owl +++ b/caliper-turtle.owl @@ -1929,7 +1929,10 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Role -:Role rdf:type owl:Class . +:Role rdf:type owl:Class ; + rdfs:comment "A member can have multiple roles in a Membership. These different roles would be reflected in separate instances of the Role."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/" ; + rdfs:label "Role"@en . ### http://purl.imsglobal.org/caliper/Score @@ -2057,7 +2060,10 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/caliper/Status -:Status rdf:type owl:Class . +:Status rdf:type owl:Class ; + rdfs:comment "Indicates if a member is active or inactive in the collection. This allows the source system to specifically tell the target system that a member is now active or inactive. Another view is that the absence of a Membership object when membership data is passed implies inactivity and the existence of an object implies active membership. This will logically work for a ‘snap-shot’ interface where all members are passed every time objects are sent from one system to another but it will not support an interface where individual Membership objects are passed."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/" ; + rdfs:label "Status"@en . ### http://purl.imsglobal.org/caliper/TagAnnotation @@ -2304,51 +2310,75 @@ xsd:duration rdf:type rdfs:Datatype . ### http://purl.imsglobal.org/vocab/lis/v2/membership#Administrator rdf:type owl:Class ; rdfs:subClassOf :Role ; + rdfs:comment "The role of a formal administrator in the Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Administrator"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership#ContentDeveloper rdf:type owl:Class ; rdfs:subClassOf :Role ; + rdfs:comment "The role of an author of content for learning material presented through the Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ContentDeveloper"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership#Instructor rdf:type owl:Class ; rdfs:subClassOf :Role ; + rdfs:comment "The role of teaching instructor for learning material presented through the Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Instructor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership#Learner rdf:type owl:Class ; rdfs:subClassOf :Role ; + rdfs:comment "The role of someone undergoing some form of formal learning."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Learner"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership#Manager rdf:type owl:Class ; rdfs:subClassOf :Role ; + rdfs:comment "The role of manager of the Group for which the Membership is being defined."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Manager"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership#Member rdf:type owl:Class ; rdfs:subClassOf :Role ; + rdfs:comment "The role of a member of the associated Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Member"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor rdf:type owl:Class ; rdfs:subClassOf :Role ; + rdfs:comment "The role of a personal mentor of other individuals in the Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Mentor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership#Officer rdf:type owl:Class ; rdfs:subClassOf :Role ; + rdfs:comment "The role of an officer of organization e.g., Chair, Secretary, etc. in the Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Officer"@en . +### http://purl.imsglobal.org/vocab/lis/v2/membership#TeachingAssistant + rdf:type owl:Class ; + rdfs:subClassOf :Role ; + rdfs:comment "The role of teaching assistant to an Instructor in the Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; + rdfs:label "TeachingAssistant"@en . + + ################################################################# # Individuals ################################################################# @@ -2357,7 +2387,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Forsake, leave behind."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202232813-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202232813-v"^^xsd:string ; rdfs:label "Abandoned"@en . @@ -2365,7 +2395,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Make active or more active. Inverse of Deactivated."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200191014-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200191014-v"^^xsd:string ; rdfs:label "Activated"@en . @@ -2373,7 +2403,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Make an addition (to); join or combine or unite with others; increase the quality, quantity, size or scope of. Inverse of Removed."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200182551-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200182551-v"^^xsd:string ; rdfs:label "Added"@en . @@ -2381,7 +2411,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Cause to be attached."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201299048-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201299048-v"^^xsd:string ; rdfs:label "Attached"@en . @@ -2389,52 +2419,52 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "A marker that specifies a location of interest in a DigitalResource that is recorded for later retrieval."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "Bookmarked"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/102874508-n" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/102874508-n"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/ChangedResolution rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Cause to change; make different; cause a transformation of the number of pixels per square inch on a computer-generated display."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v"^^xsd:string ; rdfs:label "ChangedResolution"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/111526370-n" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/111526370-n"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/ChangedSize rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Cause to change; make different; cause a transformation of the physical magnitude of something."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v"^^xsd:string ; rdfs:label "ChangedSize"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/105106204-n" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/105106204-n"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/ChangedSpeed rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Cause to change; make different; cause a transformation of the rate at which something happens."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v"^^xsd:string ; rdfs:label "ChangedSpeed"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/105065291-n" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/105065291-n"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/ChangedVolume rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Cause to change; make different; cause a transformation of the magnitude of sound (usually in a specified direction)."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v"^^xsd:string ; rdfs:label "ChangedVolume"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/104997456-n" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/104997456-n"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/Classified rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Assign to a class or kind."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200741667-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200741667-v"^^xsd:string ; rdfs:label "Classified"@en . @@ -2442,7 +2472,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Close or shut a video popout. Inverse of OpenedPopout."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201349660-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201349660-v"^^xsd:string ; rdfs:label "ClosedPopout"@en . @@ -2450,7 +2480,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Make or write a comment on."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201060446-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201060446-v"^^xsd:string ; rdfs:label "Commented"@en . @@ -2458,7 +2488,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Come or bring to a finish or an end."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200485097-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200485097-v"^^xsd:string ; rdfs:label "Completed"@en . @@ -2466,7 +2496,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Make or cause to be or to become. Inverse of Deleted."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201620211-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201620211-v"^^xsd:string ; rdfs:label "Created"@en . @@ -2474,7 +2504,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Make inactive. Inverse of Activated."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200191849-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200191849-v"^^xsd:string ; rdfs:label "Deactivated"@en . @@ -2482,7 +2512,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Wipe out digitally. Inverse of Created."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201001860-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201001860-v"^^xsd:string ; rdfs:label "Deleted"@en . @@ -2490,7 +2520,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Give a description of."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200989103-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200989103-v"^^xsd:string ; rdfs:label "Described"@en . @@ -2498,16 +2528,16 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Render unable to perform the visual display of a plain text transcription of audio output. Inverse of EnabledClosedCaptioning."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "DisabledClosedCaptioning"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200513267-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200513267-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/Disliked rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Have or feel a dislike or distaste for. Inverse of Liked."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201780648-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201780648-v"^^xsd:string ; rdfs:label "Disliked"@en . @@ -2515,16 +2545,16 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Render capable or able the visual display of a plain text transcription of audio output. Inverse of DisabledClosedCaptioning."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "EnabledClosedCaptioning"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200513958-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200513958-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/Ended rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Bring to an end or halt. Inverse of Started."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200353480-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200353480-v"^^xsd:string ; rdfs:label "Ended"@en . @@ -2532,25 +2562,25 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "To come or go into a view mode that utilizes all the available display surface of a screen. Inverse of ExitedFullScreen."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "EnteredFullScreen"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202020375-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202020375-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/ExitedFullScreen rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Move out of or depart from a view mode that utilizes all the available display surface of a screen. Inverse of EnteredFullScreen."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "ExitedFullScreen"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202019450-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202019450-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/ForwardedTo rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Send or ship onward."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201959367-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201959367-v"^^xsd:string ; rdfs:label "ForwardedTo"@en . @@ -2558,7 +2588,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Assign a grade or rank to, according to one's evaluation."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200659399-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200659399-v"^^xsd:string ; rdfs:label "Graded"@en . @@ -2566,7 +2596,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Prevent from being seen or discovered. Inverse of Showed."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202149298-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202149298-v"^^xsd:string ; rdfs:label "Hid"@en . @@ -2574,7 +2604,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Move into the foreground to make more visible or prominent."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200515150-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200515150-v"^^xsd:string ; rdfs:label "Highlighted"@en . @@ -2582,7 +2612,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Recognize as being; establish the identity of someone or something."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200620568-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200620568-v"^^xsd:string ; rdfs:label "Identified"@en . @@ -2590,7 +2620,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Pass abruptly from one state or topic to another."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200561468-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200561468-v"^^xsd:string ; rdfs:label "JumpedTo"@en . @@ -2598,7 +2628,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Be fond of. Inverse of Disliked."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201780873-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201780873-v"^^xsd:string ; rdfs:label "Liked"@en . @@ -2606,7 +2636,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Connect, fasten, or put together two or more pieces."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201357376-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201357376-v"^^xsd:string ; rdfs:label "Linked"@en . @@ -2614,7 +2644,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Enter a computer or software application. Inverse of LoggedOut."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202253955-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202253955-v"^^xsd:string ; rdfs:label "LoggedIn"@en . @@ -2622,7 +2652,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Exit a computer or software application. Inverse of LoggedIn."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202254101-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202254101-v"^^xsd:string ; rdfs:label "LoggedOut"@en . @@ -2630,25 +2660,25 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Mark: designate as if by a mark, read: interpret something that is written or printed. Inverse of MarkedAsUnread."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200923709-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200923709-v"^^xsd:string ; rdfs:label "MarkedAsRead"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200626756-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200626756-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/MarkedAsUnread rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Remove designation as if by a mark. Inverse of MarkedAsRead."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "MarkedAsUnread"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200923709-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200923709-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/Modified rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Cause to change; make different; cause a transformation."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200126072-v"^^xsd:string ; rdfs:label "Modified"@en . @@ -2656,7 +2686,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Deaden (a sound or noise). Inverse of Unmuted."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/mute-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/mute-v"^^xsd:string ; rdfs:label "Muted"@en . @@ -2664,7 +2694,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Direct the course; determine the direction of travelling."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201935739-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201935739-v"^^xsd:string ; rdfs:label "NavigatedTo"@en . @@ -2672,16 +2702,16 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Start to operate or function or cause to start operating or functioning a video popout. Inverse of ClosedPopout."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "OpenedPopout"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202431018-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202431018-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/Paused rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Cease an action temporarily. Inverse of Resumed."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200781106-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200781106-v"^^xsd:string ; rdfs:label "Paused"@en . @@ -2689,7 +2719,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "To cause to be directed or transmitted to another place."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201033289-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201033289-v"^^xsd:string ; rdfs:label "Posted"@en . @@ -2697,7 +2727,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Pose a question."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200786670-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200786670-v"^^xsd:string ; rdfs:label "Questioned"@en . @@ -2705,7 +2735,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Assign a rank or rating to."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200659723-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200659723-v"^^xsd:string ; rdfs:label "Ranked"@en . @@ -2713,7 +2743,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Express a good opinion of."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200884469-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200884469-v"^^xsd:string ; rdfs:label "Recommended"@en . @@ -2721,7 +2751,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Remove from sight. Inverse of Added."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200181704-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200181704-v"^^xsd:string ; rdfs:label "Removed"@en . @@ -2729,7 +2759,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Set anew."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200949623-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200949623-v"^^xsd:string ; rdfs:label "Reset"@en . @@ -2737,25 +2767,25 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Take up or begin anew, as in to start something, make progress but then stop and return to the beginning in order to start again."@en ; - rdfs:isDefinedBy "http://purl.imglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imglobal.org/caliper"^^xsd:string ; rdfs:label "Restarted"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200350758-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200350758-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/Resumed rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Take up or begin anew, as in to start something, pause and then begin again at the location where the pause in action occurred. Inverse of Paused."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "Resumed"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200350758-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/200350758-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/Retrieved rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Obtain or retrieve from a storage device; as of information on a computer."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202253616-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202253616-v"^^xsd:string ; rdfs:label "Retrieved"@en . @@ -2763,7 +2793,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Appraise critically."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200857194-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200857194-v"^^xsd:string ; rdfs:label "Reviewed"@en . @@ -2771,7 +2801,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Wind up again."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201524927-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201524927-v"^^xsd:string ; rdfs:label "Rewound"@en . @@ -2779,7 +2809,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Try to locate or discover, or try to establish the existence of."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201318273-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201318273-v"^^xsd:string ; rdfs:label "Searched"@en . @@ -2787,7 +2817,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Communicate."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201065952-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201065952-v"^^xsd:string ; rdfs:label "Shared"@en . @@ -2795,7 +2825,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Make visible or noticeable. Inverse of Hid."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202141597-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202141597-v"^^xsd:string ; rdfs:label "Showed"@en . @@ -2803,7 +2833,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Bypass."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200618188-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200618188-v"^^xsd:string ; rdfs:label "Skipped"@en . @@ -2811,7 +2841,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Set in motion, cause to start. Inverse of Ended."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200349400-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/200349400-v"^^xsd:string ; rdfs:label "Started"@en . @@ -2819,7 +2849,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Hand over formally."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202267560-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202267560-v"^^xsd:string ; rdfs:label "Submitted"@en . @@ -2827,7 +2857,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Receive or obtain regularly. Inverse of Unsubscribed."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202214527-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202214527-v"^^xsd:string ; rdfs:label "Subscribed"@en . @@ -2835,7 +2865,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Attach a tag or label to."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201591414-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201591414-v"^^xsd:string ; rdfs:label "Tagged"@en . @@ -2843,7 +2873,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Cancellation of a user session after a predetermined time interval has occurred without activity."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "TimedOut"@en . @@ -2851,25 +2881,25 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Inverse of Muted."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "Unmuted"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/mute-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/mute-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/Unsubscribed rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Inverse of Subscribed."@en ; - rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper"^^xsd:string ; rdfs:label "Unsubscribed"@en ; - rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202214527-v" . + rdfs:seeAlso "http://wordnet-rdf.princeton.edu/wn31/202214527-v"^^xsd:string . ### http://purl.imsglobal.org/caliper/actions/Used rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Put into service; make work or employ for a particular purpose or for its inherent or natural purpose."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201161188-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/201161188-v"^^xsd:string ; rdfs:label "Used"@en . @@ -2877,317 +2907,441 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:NamedIndividual , :Action ; rdfs:comment "Look at carefully; study mentally."@en ; - rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202134765-v" ; + rdfs:isDefinedBy "http://wordnet-rdf.princeton.edu/wn31/202134765-v"^^xsd:string ; rdfs:label "Viewed"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Administrator rdf:type owl:NamedIndividual , ; + rdfs:comment "Someone who typically works with a system and all sub-structures (LMS, SIS, etc.)."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Administrator"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Developer rdf:type owl:NamedIndividual , ; + rdfs:comment "Provides programmatic development for use in a LMS, SIS, or associated tool(s)."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Developer"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalDeveloper rdf:type owl:NamedIndividual , ; + rdfs:comment "A user who is not a member of the institution but provides programmatic development for use in a LMS, SIS, or associated tool(s)."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalDeveloper"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalSupport rdf:type owl:NamedIndividual , ; + rdfs:comment "A user who is not a member of the institution but provides support for the system; usually has fewer privileges then an administrator."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalSupport"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#ExternalSystemAdministrator rdf:type owl:NamedIndividual , ; + rdfs:comment "A user who is not a member of the institution that provides support, e.g., vendor support accounts, 3rd party support accounts, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalSystemAdministrator"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#Support rdf:type owl:NamedIndividual , ; + rdfs:comment "Provides support for the system, usually has fewer privileges then an administrator."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Support"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Administrator#SystemAdministrator rdf:type owl:NamedIndividual , ; + rdfs:comment "A person who has greater privileges then an administrator."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "SystemAdministrator"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ContentDeveloper rdf:type owl:NamedIndividual , - . + ; + rdfs:comment "Someone who usually develops materials within a specific course structure."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; + rdfs:label "ContentDeveloper"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ContentExpert rdf:type owl:NamedIndividual , ; + rdfs:comment "An expert that participates in the course because of their knowledge; e.g., guest speaker, artist in residence, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ContentExpert"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#ExternalContentExpert rdf:type owl:NamedIndividual , ; + rdfs:comment "An expert who is not a member of the institution butparticipates in the course because of their knowledge; e.g., guest speaker, artist in residence, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalContentExpert"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/ContentDeveloper#Librarian rdf:type owl:NamedIndividual , ; + rdfs:comment "A librarian who provides content support."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Librarian"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#ExternalInstructor rdf:type owl:NamedIndividual , ; + rdfs:comment "An instructor who is not a member of the institution."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalInstructor"@en . -### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Grader - rdf:type owl:NamedIndividual , - ; - rdfs:label "Grader"@en . - - ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#GuestInstructor rdf:type owl:NamedIndividual , ; + rdfs:comment ""@en , + "An instructor who is teaching this course outside of their normal responsibilities"@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "GuestInstructor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Instructor rdf:type owl:NamedIndividual , ; + rdfs:comment "Someone who usually teaches within a specific course structure."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Instructor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#Lecturer rdf:type owl:NamedIndividual , ; + rdfs:comment "An instructor that has limited permissions to modify the course."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Lecturer"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#PrimaryInstructor rdf:type owl:NamedIndividual , ; + rdfs:comment "An instructor who is primarily responsible for the instruction."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "PrimaryInstructor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#SecondaryInstructor rdf:type owl:NamedIndividual , ; + rdfs:comment "An instructor who has secondary responsibility for the instruction."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "SecondaryInstructor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistant rdf:type owl:NamedIndividual , - ; + ; + rdfs:comment "Someone who usually has a subset of instructional responsibilities for some portion of a course structure"@en , + "The role of a teaching assistant to an Instructor in the Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "TeachingAssistant"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantGroup rdf:type owl:NamedIndividual , - ; + ; + rdfs:comment "A teaching assistant for a Group."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "TeachingAssistantGroup"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantOffering rdf:type owl:NamedIndividual , - ; + ; + rdfs:comment "A teaching assistant for a CourseOffering."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "TeachingAssistantOffering"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantSection rdf:type owl:NamedIndividual , - ; + ; + rdfs:comment "A teaching assistant for a CourseSection."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "TeachingAssistantSection"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Instructor#TeachingAssistantTemplate rdf:type owl:NamedIndividual , - ; + ; + rdfs:comment "A teaching assistant for a template."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "TeachingAssistantTemplate"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#ExternalLearner rdf:type owl:NamedIndividual , ; + rdfs:comment "A learner who is not a member of the institution."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalLearner"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#GuestLearner rdf:type owl:NamedIndividual , ; + rdfs:comment "A learner who is not enrolled in the same process as a learner; may or may not receive credit for the course."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "GuestLearner"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#Learner rdf:type owl:NamedIndividual , ; + rdfs:comment "Someone who usually learns within a specific course structure."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Learner"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Learner#NonCreditLearner rdf:type owl:NamedIndividual , ; + rdfs:comment "A learner who is enrolled through the same process as a learner, but is not receiving credit for the course of study."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "NonCreditLearner"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#AreaManager rdf:type owl:NamedIndividual , ; + rdfs:comment "Someone who provides assistance, administration, and/or support to multiple course structures; e.g., Departmental Staff, Cohort Leader, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "AreaManager"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#CourseCoordinator rdf:type owl:NamedIndividual , ; + rdfs:comment "Someone who provides assistance to a set of course structures that are related, a lab manager, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "CourseCoordinator"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#ExternalObserver rdf:type owl:NamedIndividual , ; + rdfs:comment "Person that is not a member of the institution but views multiple course structures for non-instructional purposes; e.g., peer review committee, accreditation staff, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalObserver"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#Manager rdf:type owl:NamedIndividual , ; + rdfs:comment "Someone who usually interacts with multiple course structures."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Manager"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Manager#Observer rdf:type owl:NamedIndividual , ; + rdfs:comment "Views multiple course structures for non-instructional purposes; e.g., peer review committee, accreditation staff, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Observer"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Member#Member rdf:type owl:NamedIndividual , ; + rdfs:comment "Someone who is a member of an Organization."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Member"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Advisor rdf:type owl:NamedIndividual , ; + rdfs:comment "Advises learners."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Advisor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Auditor rdf:type owl:NamedIndividual , ; + rdfs:comment "Audits learner activities; e.g., staff that verifies continuing eligibility for a scholarship, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Auditor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalAdvisor rdf:type owl:NamedIndividual , ; + rdfs:comment "A user who is not a member of the institution that advises learners."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalAdvisor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalAuditor rdf:type owl:NamedIndividual , ; + rdfs:comment "A user who is not a member of the institution that audits learner activities; e.g., staff that verifies continuing eligibility for a scholarship, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalAuditor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalLearningFacilitator rdf:type owl:NamedIndividual , ; + rdfs:comment "A user who is not a member of the institution that works with individual learner to access materials; e.g., translator, assistant for persons of differing abilities, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalLearningFacilitator"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalMentor rdf:type owl:NamedIndividual , - . + ; + rdfs:comment "A user who is not a member of the institution that mentors learners."@en , + "ExternalMentor"@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalReviewer rdf:type owl:NamedIndividual , ; + rdfs:comment "A user who is not a member of the institution that reviews work by learners."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalReviewer"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#ExternalTutor rdf:type owl:NamedIndividual , ; + rdfs:comment "A user who is not a member of the institution that works with individual learners to assist in their instruction."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "ExternalTutor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#LearningFacilitator rdf:type owl:NamedIndividual , ; + rdfs:comment "Works with individual learner to access materials; e.g., translator, assistant for persons of differing abilities, etc."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "LearningFacilitator"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Mentor rdf:type owl:NamedIndividual , ; + rdfs:comment "Someone who usually works with a specific course structure with a specific learner."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Mentor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Reviewer rdf:type owl:NamedIndividual , ; + rdfs:comment "Reviews work by learners."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Reviewer"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Mentor#Tutor rdf:type owl:NamedIndividual , ; + rdfs:comment "Works with individual learners to assist in their instruction."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Tutor"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Chair rdf:type owl:NamedIndividual , ; + rdfs:comment "Chair of the Group."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Chair"@en . +### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Communications + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Communications officer for the Group."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; + rdfs:label "Communications"@en . + + ### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Officer rdf:type owl:NamedIndividual , ; + rdfs:comment "The role of an officer of organization e.g., Chair, Secretary, etc. in the Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Officer"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Secretary rdf:type owl:NamedIndividual , ; + rdfs:comment "Secretary to the Group."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Secretary"@en . ### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Treasurer rdf:type owl:NamedIndividual , ; + rdfs:comment "Treasurer to the Group."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Treasurer"@en . -### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#Vice-Chair - rdf:type owl:NamedIndividual , - ; - rdfs:label "Vice-Chair"@en . +### http://purl.imsglobal.org/vocab/lis/v2/membership/Officer#ViceChair + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Vice Chair to the Group."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; + rdfs:label "ViceChair"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/TeachingAssistant#Grader + rdf:type owl:NamedIndividual , + ; + rdfs:comment "Primary responsibility is assignment of grades."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; + rdfs:label "Grader"@en . + + +### http://purl.imsglobal.org/vocab/lis/v2/membership/TeachingAssistant#TeachingAssistantSectionAssociation + rdf:type owl:NamedIndividual , + ; + rdfs:comment "A teaching assistant for a section association."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; + rdfs:label "TeachingAssistantSectionAssociation"@en . ### http://purl.imsglobal.org/vocab/lis/v2/status#Active rdf:type owl:NamedIndividual , :Status ; + rdfs:comment "The member is active in the Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Active"@en . ### http://purl.imsglobal.org/vocab/lis/v2/status#Inactive rdf:type owl:NamedIndividual , :Status ; + rdfs:comment "The member is inactive in the Membership."@en ; + rdfs:isDefinedBy "http://www.imsglobal.org/lis/"^^xsd:string ; rdfs:label "Inactive"@en . @@ -3394,7 +3548,6 @@ xsd:duration rdf:type rdfs:Datatype . - @@ -3428,10 +3581,13 @@ xsd:duration rdf:type rdfs:Datatype . + - + + + ) From 2ae97d394732eb135d2124fbcd982302755137c8 Mon Sep 17 00:00:00 2001 From: Anthony Whyte Date: Thu, 5 Apr 2018 18:06:11 -0400 Subject: [PATCH 5/6] Add isDefinedBy annotation for all Caliper terms. --- caliper-jsonld.owl | 487 ++++++++++++++++++++++++++++++++++++++++++++- caliper-rdfxml.owl | 164 ++++++++++++++- caliper-turtle.owl | 163 ++++++++++++++- 3 files changed, 811 insertions(+), 3 deletions(-) diff --git a/caliper-jsonld.owl b/caliper-jsonld.owl index 32b53d0..df6633c 100644 --- a/caliper-jsonld.owl +++ b/caliper-jsonld.owl @@ -2741,7 +2741,18 @@ } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Action", - "@type" : [ "http://www.w3.org/2002/07/owl#Class" ] + "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], + "http://www.w3.org/2000/01/rdf-schema#comment" : [ { + "@language" : "en", + "@value" : "Caliper includes a vocabulary of actions for describing learning interactions. Each action is based on the past-tense form of an English (en-US) verb. An action can also indicate a change in a particular characteristic of the object (e.g., resolution, size, speed, volume). Each action is also linked to a brief definition (\"gloss\") derived in whole or in part from Princeton University's WordNet® project in order to eliminate ambiguity and aid natural language processing." + } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], + "http://www.w3.org/2000/01/rdf-schema#label" : [ { + "@language" : "en", + "@value" : "Action" + } ] }, { "@id" : "http://purl.imsglobal.org/caliper/Agent", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2749,6 +2760,9 @@ "@language" : "en", "@value" : "A Caliper Agent is a generic type that represents an Entity that can initiate or perform an action. Utilize Agent only if no suitable subtype exists to represent the actor being described." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Agent" @@ -2763,6 +2777,9 @@ "@language" : "en", "@value" : "A Caliper Annotation is a generic type that represents a comment, explanation, highlight, mark, note, question or tag linked to a DigitalResource." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Annotation" @@ -2781,6 +2798,9 @@ "@language" : "en", "@value" : "A Caliper AnnotationEvent models the annotating of digital content. The resulting Annotation is also described and is subtyped for greater type specificity." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "AnnotationEvent" @@ -2805,6 +2825,9 @@ "@language" : "en", "@value" : "A Caliper Assessment represents an assessment instrument such as a test or quiz." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Assessment" @@ -2823,6 +2846,9 @@ "@language" : "en", "@value" : "A Caliper AssessmentEvent models learner interactions with assessments instruments such as online tests or quizzes." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "AssessmentEvent" @@ -2845,6 +2871,9 @@ "@language" : "en", "@value" : "A Caliper AssessmentItem represents a single test question." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "AssessmentItem" @@ -2861,6 +2890,9 @@ "@language" : "en", "@value" : "A Caliper AssessmentItemEvent models a learner's interaction with an individual AssessmentItem." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "AssessmentItemEvent" @@ -2888,6 +2920,9 @@ "@language" : "en", "@value" : "A Caliper AssignableDigitalResource is a generic type that represents digital content associated with a graded or ungraded assignment. Utilize AssignableDigitalResource only if no suitable subtype exists to represent the resource being described." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "AssignableDigitalResource" @@ -2902,6 +2937,9 @@ "@language" : "en", "@value" : "A Caliper AssignableEvent models activities associated with the assignment of digital content assigned to a learner for completion." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "AssignableEvent" @@ -2926,6 +2964,9 @@ "@language" : "en", "@value" : "A Caliper Attempt provides a count of the number of times an actor has interacted with an AssignableDigitalResource along with start time, end time and duration information. An Attempt is generated as the result of an action such as starting an Assessment." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Attempt" @@ -2946,6 +2987,9 @@ "@language" : "en", "@value" : "A Caliper AudioObject represents an audio or sound file." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "AudioObject" @@ -2960,6 +3004,9 @@ "@language" : "en", "@value" : "A Caliper BookmarkAnnotation represents the act of marking a DigitalResource at a particular location." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "BookmarkAnnotation" @@ -2974,6 +3021,9 @@ "@language" : "en", "@value" : "A Caliper Chapter represents a major sub-division of a piece of digital content." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Chapter" @@ -2988,6 +3038,9 @@ "@language" : "en", "@value" : "A Caliper CourseOffering represents the occurrence of a course or a type during a specified time period." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "CourseOffering" @@ -3005,6 +3058,9 @@ "@language" : "en", "@value" : "A Caliper CourseSection represents a specific instance of a CourseOffering occurring during a specific semester, term or period." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "CourseSection" @@ -3019,6 +3075,9 @@ "@language" : "en", "@value" : "A Caliper DigitalResource is a generic type that represents digital content. Utilize DigitalResource only if no suitable subtype exists to represent the resource being described." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "DigitalResource" @@ -3033,6 +3092,9 @@ "@language" : "en", "@value" : "A Caliper DigitalResourceCollection represents an ordered collection of DigitalResource entities." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "DigitalResourceCollection" @@ -3049,6 +3111,9 @@ "@language" : "en", "@value" : "A Caliper Document represents paginated textual content." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Document" @@ -3063,6 +3128,9 @@ "@language" : "en", "@value" : "A Caliper Entity is a generic type that represents objects or things that participate in learning-related activities. Entity is subtyped for enhanced type specificity in order to better describe people, groups, digital content, courses, assignments, assessments, forums, messages, software applications and other entities that constitute the \"stuff\" of a Caliper Event. Utilize Entity only if no suitable subtype exists to represent the thing being described." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Entity" @@ -3074,6 +3142,9 @@ "@language" : "en", "@value" : "A Caliper Envelope is a container that is used to transmit one or more Caliper Events and/or Caliper Entity describes." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Envelope" @@ -3085,6 +3156,9 @@ "@language" : "en", "@value" : "A Caliper Event is a generic type that describes a relationship established between an actor and an object, formed as a result of a purposeful action undertaken by the actor in connection to the object at a particular moment in time." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Event" @@ -3096,6 +3170,9 @@ "@language" : "en", "@value" : "A Caliper FillinBlankResponse represents a type of Response in which a respondent is asked to provide one or more words, expressions or short phrases that correctly completes a statement." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "FillinBlankResponse" @@ -3110,6 +3187,9 @@ "@language" : "en", "@value" : "A Caliper Forum represents a channel or virtual space in which group discussions take place. A Forum typically comprises one or more threaded conversations to which members can subscribe, post messages and reply to other messages." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Forum" @@ -3126,6 +3206,9 @@ "@language" : "en", "@value" : "A Caliper ForumEvent models learners and others participating in online forum communities. Forums typically encompass one or more threads or topics to which members can subscribe, post messages and reply to other messages if a threaded discussion is permitted." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ForumEvent" @@ -3146,6 +3229,9 @@ "@language" : "en", "@value" : "A Caliper Frame represents a part, portion or segment of a DigitalResource." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Frame" @@ -3160,6 +3246,9 @@ "@language" : "en", "@value" : "A Caliper GradeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "GradeEvent" @@ -3182,6 +3271,9 @@ "@language" : "en", "@value" : "A Caliper Group represents an ad-hoc, informal or short-lived collection of people organized for some common educational or social purpose. A Group can act as an Agent. It can be linked both to a parent Organization and to its members." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Group" @@ -3196,6 +3288,9 @@ "@language" : "en", "@value" : "A Caliper HighlightAnnotation represents the act of marking a particular segment of a DigitalResource between two known coordinates." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "HighlightAnnotation" @@ -3210,6 +3305,9 @@ "@language" : "en", "@value" : "A Caliper ImageObject represents an image file." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ImageObject" @@ -3224,6 +3322,9 @@ "@language" : "en", "@value" : "A Caliper LearningObjective represents a brief statement of what a learner should know or be able to perform after completing a unit of instruction or a period of learning." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "LearningObjective" @@ -3252,6 +3353,9 @@ "@language" : "en", "@value" : "A Caliper MediaEvent models interactions between learners and rich content such as audio, images and video." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "MediaEvent" @@ -3274,6 +3378,9 @@ "@language" : "en", "@value" : "A Caliper MediaLocation provides the current playback position in a MediaObject such as an AudioObject or VideoObject." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "MediaLocation" @@ -3288,6 +3395,9 @@ "@language" : "en", "@value" : "A Caliper MediaObject represents a generic piece of media content. Utilize MediaObject only if no suitable subtype exists to represent the resource being described." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "MediaObject" @@ -3302,6 +3412,9 @@ "@language" : "en", "@value" : "A Caliper Membership describes the relationship between an Organization and a Person (i.e., a member) in terms of the roles assigned and current status." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Membership" @@ -3320,6 +3433,9 @@ "@language" : "en", "@value" : "A Caliper Message is a digital form of written communication sent to a recipient. A series of messages may constitute a Thread if they share a common subject and are connected by a reply or by date relationships." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Message" @@ -3336,6 +3452,9 @@ "@language" : "en", "@value" : "A Caliper MessageEvent describes a Person posting a Message or marking a post as either read or unread." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "MessageEvent" @@ -3356,6 +3475,9 @@ "@language" : "en", "@value" : "A Caliper MultipleChoiceResponse represents a type of Response in which a respondent is asked to provide the best possible answer from a list of choices." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "MultipleChoiceResponse" @@ -3370,6 +3492,9 @@ "@language" : "en", "@value" : "A Caliper MultipleResponseResponse represents a form of response in which a respondent is asked to select more than one correct answer from a list of choices." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "MultipleResponseResponse" @@ -3384,6 +3509,9 @@ "@language" : "en", "@value" : "A Caliper NavigationEvent models an actor traversing a network of digital resources." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "NavigationEvent" @@ -3408,6 +3536,9 @@ "@language" : "en", "@value" : "A Caliper Organization represents a formal collection of people organized for some common educational, social or administrative purpose. An Organization can act as an Agent. It can be linked both to a parent Organization and to its members." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Organization" @@ -3425,6 +3556,9 @@ "@language" : "en", "@value" : "A Caliper OutcomeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. OutcomeEvent is DEPRECATED and will be removed in a future version of the specification. Use GradeEvent instead." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "OutcomeEvent" @@ -3451,6 +3585,9 @@ "@language" : "en", "@value" : "A Caliper Page represents an item of paginated content." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Page" @@ -3465,6 +3602,9 @@ "@language" : "en", "@value" : "A Caliper Person represents a human being, alive or deceased, real or imaginary." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Person" @@ -3482,6 +3622,9 @@ "@language" : "en", "@value" : "A Caliper Reading represents paginated content. Reading is a DEPRECATED entity superseded by Document that will be removed in a future version of the specification. It SHOULD NOT be referenced." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Reading" @@ -3500,6 +3643,9 @@ "@language" : "en", "@value" : "A Caliper ReadingEvent models an actor reading textural content. ReadingEvent is DEPRECATED and will be removed in a future version of the specification. It SHOULD NOT be referenced." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ReadingEvent" @@ -3526,6 +3672,9 @@ "@language" : "en", "@value" : "A Caliper Response is a generic type that represents the selected option generated by a Person interacting with an AssessmentItem. Utilize Response only if no suitable subtype exists to represent the response being described." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Response" @@ -3540,6 +3689,9 @@ "@language" : "en", "@value" : "A Caliper Result represents a grade applied to an assignment submission." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Result" @@ -3568,6 +3720,9 @@ "@language" : "en", "@value" : "A Caliper Score represents a grade. The Score value is considered immutable." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Score" @@ -3582,6 +3737,9 @@ "@language" : "en", "@value" : "A Caliper SelectTextResponse represents a type of Response that identifies text or a mapping from a presented paragraph or list." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "SelectTextResponse" @@ -3596,6 +3754,9 @@ "@language" : "en", "@value" : "A Caliper Selector is a generic class that describes a fragment or segment of a resource. Utilize Selector only if no suitable subtype exists to represent the selection being described." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Selector" @@ -3607,6 +3768,9 @@ "@language" : "en", "@value" : "A Caliper Session represents a web application user session." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Session" @@ -3623,6 +3787,9 @@ "@language" : "en", "@value" : "A Caliper SessionEvent models the creation and subsequent termination of a user session established by a Person interacting with a SoftwareApplication." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "SessionEvent" @@ -3647,6 +3814,9 @@ "@language" : "en", "@value" : "A Caliper SharedAnnotation represents the act of sharing a reference to a DigitalResource with other agents." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "SharedAnnotation" @@ -3661,6 +3831,9 @@ "@language" : "en", "@value" : "A Caliper SoftwareApplication represents a computer program, application, module, platform or system." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "SoftwareApplication" @@ -3689,6 +3862,9 @@ "@language" : "en", "@value" : "A Caliper TagAnnotation represents the act of tagging a DigitalResource with tags or labels." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "TagAnnotation" @@ -3703,6 +3879,9 @@ "@language" : "en", "@value" : "A Caliper TextPositionSelector represents a fragment or selection of textual content, the starting and ending positions of which are determined by the distance in characters from the initial character (position 0) of the enclosing full text." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "TextPositionSelector" @@ -3717,6 +3896,9 @@ "@language" : "en", "@value" : "A Caliper Thread represents a series of one or more messages that share a common subject and are connected by a reply or by date relationships." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "Thread" @@ -3735,6 +3917,9 @@ "@language" : "en", "@value" : "A Caliper ThreadEvent models an actor interacting with a Forum thread or topic." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ThreadEvent" @@ -3755,6 +3940,9 @@ "@language" : "en", "@value" : "A Caliper ToolUseEvent models a Person using a learning tool in a way that the tool's creators have determined is an indication of a learning interaction." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ToolUseEvent" @@ -3777,6 +3965,9 @@ "@language" : "en", "@value" : "A Caliper TrueFalseResponse represents a type of Response to an AssessmentItem in which only two possible options are provided (e.g., true/false, yes/no)." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "TrueFalseResponse" @@ -3791,6 +3982,9 @@ "@language" : "en", "@value" : "A Caliper VideoObject represents a visual recording stored in digital form." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "VideoObject" @@ -3805,6 +3999,9 @@ "@language" : "en", "@value" : "A Caliper ViewEvent describes an actor's examination of digital content whenever the activity emphasizes thoughtful observation or study as opposed to the mere retrieval of a resource." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "ViewEvent" @@ -3827,6 +4024,9 @@ "@language" : "en", "@value" : "A Caliper WebPage represents a document containing markup that is suitable for display in a web browser." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "WebPage" @@ -3844,6 +4044,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/CourseOffering" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "academicSession" @@ -3861,6 +4064,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "action" @@ -4822,6 +5028,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "actor" @@ -4842,6 +5051,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "alignedLearningObjective" @@ -4863,6 +5075,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Annotation" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "annotated" @@ -4880,6 +5095,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Annotation" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "annotator" @@ -4897,6 +5115,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Attempt" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "assignable" @@ -4914,6 +5135,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Attempt" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "assignee" @@ -4931,6 +5155,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Message" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "attachments" @@ -4948,6 +5175,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid1" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "attempt" @@ -4965,6 +5195,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Message" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "body" @@ -4982,6 +5215,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/BookmarkAnnotation" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "bookmarkNotes" @@ -4999,6 +5235,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/CourseSection" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "category" @@ -5016,6 +5255,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Result" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "comment" @@ -5033,6 +5275,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Attempt" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "count" @@ -5050,6 +5295,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/CourseOffering" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "courseNumber" @@ -5067,6 +5315,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "creators" @@ -5084,6 +5335,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/MediaLocation" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "currentTime" @@ -5101,6 +5355,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Result" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "curveFactor" @@ -5122,6 +5379,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Result" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "curvedTotalScore" @@ -5143,6 +5403,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Envelope" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "data" @@ -5160,6 +5423,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Envelope" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "dataVersion" @@ -5177,6 +5443,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Entity" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "dateCreated" @@ -5197,6 +5466,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Entity" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "dateModified" @@ -5214,6 +5486,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "datePublished" @@ -5231,6 +5506,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "dateToActivate" @@ -5248,6 +5526,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "dateToShow" @@ -5265,6 +5546,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "dateToStartOn" @@ -5282,6 +5566,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "dateToSubmit" @@ -5299,6 +5586,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Entity" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "description" @@ -5316,6 +5606,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid14" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "duration" @@ -5333,6 +5626,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "edApp" @@ -5350,6 +5646,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/TextPositionSelector" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "end" @@ -5370,6 +5669,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid19" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "endedAtTime" @@ -5390,6 +5692,9 @@ "@language" : "en", "@value" : "A Caliper EpubChapter represents a major structural division of a piece of writing. EpubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "EpubChapter" @@ -5408,6 +5713,9 @@ "@language" : "en", "@value" : "A Caliper EpubPart represents a major structural division of a piece of writing, typically encapsulating a set of related chapters. EpubPart is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "EpubPart" @@ -5425,6 +5733,9 @@ "http://www.w3.org/2000/01/rdf-schema#comment" : [ { "@value" : "A Caliper EpubSubChapter represents a major sub-division of an EpubChapter. EpubSubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "EpubSubChapter" @@ -5448,6 +5759,9 @@ "@language" : "en", "@value" : "A Caliper EpubVolume represents a component of a collection. EpubVolume inherits all the properties and requirements defined for DigitalResource, its supertype. EpubVolume is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced." } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "EpubVolume" @@ -5469,6 +5783,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "eventTime" @@ -5486,6 +5803,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid8" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "extensions" @@ -5500,6 +5820,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Result" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "extraCreditScore" @@ -5521,6 +5844,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "federatedSession" @@ -5538,6 +5864,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "generated" @@ -5555,6 +5884,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "group" @@ -5572,6 +5904,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid23" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "id" @@ -5589,6 +5924,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Frame" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "index" @@ -5606,6 +5944,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Entity" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "isPartOf" @@ -5623,6 +5964,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/AssessmentItem" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "isTimeDependent" @@ -5640,6 +5984,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResourceCollection" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "items" @@ -5657,6 +6004,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "keywords" @@ -5674,6 +6024,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "learningObjectives" @@ -5691,6 +6044,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "maxAttempts" @@ -5708,6 +6064,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Result" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "maxResultScore" @@ -5725,6 +6084,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid26" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "maxScore" @@ -5742,6 +6104,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "maxSubmits" @@ -5759,6 +6124,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "mediaType" @@ -5776,6 +6144,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Membership" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "member" @@ -5793,6 +6164,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Organization" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "members" @@ -5810,6 +6184,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "membership" @@ -5827,6 +6204,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/LtiSession" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "messageParameters" @@ -5841,6 +6221,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/AudioObject" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "muted" @@ -5858,6 +6241,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Entity" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "name" @@ -5878,6 +6264,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/NavigationEvent" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "navigatedFrom" @@ -5899,6 +6288,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Result" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "normalScore" @@ -5920,6 +6312,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "object" @@ -5937,6 +6332,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/DigitalResource" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "objectType" @@ -5955,6 +6353,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Membership" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "organization" @@ -5972,6 +6373,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Result" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "penaltyScore" @@ -5993,6 +6397,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "referrer" @@ -6010,6 +6417,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Message" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "replyTo" @@ -6027,6 +6437,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Result" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "resultScore" @@ -6044,6 +6457,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Membership" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "roles" @@ -6061,6 +6477,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Score" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "scoreGiven" @@ -6078,6 +6497,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid11" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "scoredBy" @@ -6095,6 +6517,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "selection" @@ -6112,6 +6537,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/HighlightAnnotation" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "selectionText" @@ -6129,6 +6557,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Envelope" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "sendTime" @@ -6146,6 +6577,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Envelope" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "sensor" @@ -6163,6 +6597,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "session" @@ -6180,6 +6617,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/TextPositionSelector" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "start" @@ -6197,6 +6637,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid29" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "startedAtTime" @@ -6214,6 +6657,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Membership" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "status" @@ -6231,6 +6677,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Organization" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "subOrganizationOf" @@ -6248,6 +6697,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/TagAnnotation" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "tags" @@ -6265,6 +6717,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Event" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "target" @@ -6282,6 +6737,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Result" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "totalScore" @@ -6303,6 +6761,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid33" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "type" @@ -6320,6 +6781,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/Session" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "user" @@ -6337,6 +6801,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid36" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "value" @@ -6354,6 +6821,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid39" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "values" @@ -6371,6 +6841,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "_:genid43" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "version" @@ -6388,6 +6861,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/AudioObject" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "volumeLevel" @@ -6405,6 +6881,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/AudioObject" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "volumeMax" @@ -6425,6 +6904,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/AudioObject" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "volumeMin" @@ -6442,6 +6924,9 @@ "http://www.w3.org/2000/01/rdf-schema#domain" : [ { "@id" : "http://purl.imsglobal.org/caliper/SharedAnnotation" } ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ { + "@value" : "http://purl.imsglobal.org/caliper" + } ], "http://www.w3.org/2000/01/rdf-schema#label" : [ { "@language" : "en", "@value" : "withAgents" diff --git a/caliper-rdfxml.owl b/caliper-rdfxml.owl index 29800a3..898d8bf 100644 --- a/caliper-rdfxml.owl +++ b/caliper-rdfxml.owl @@ -109,6 +109,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The action or predicate that binds the Event actor or subject to the Event object. + http://purl.imsglobal.org/caliper action @@ -121,6 +122,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The Agent who initiated the Event, typically a Person, Organization or SoftwareApplication. + http://purl.imsglobal.org/caliper actor @@ -133,6 +135,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource. Deprecated. Use learningObjectives. + http://purl.imsglobal.org/caliper alignedLearningObjective true @@ -146,6 +149,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The DigitalResource that was annotated by the annotator. + http://purl.imsglobal.org/caliper annotated @@ -158,6 +162,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The Person who created the Annotation. + http://purl.imsglobal.org/caliper annotator @@ -170,6 +175,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The DigitalResource that constitutes the object of the assignment. + http://purl.imsglobal.org/caliper assignable @@ -182,6 +188,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The Person who initiated the Attempt of an assigned DigitalResource. + http://purl.imsglobal.org/caliper assignee @@ -193,6 +200,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of one or more DigitalResource entities attached to a Message. + http://purl.imsglobal.org/caliper attachments @@ -213,6 +221,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The associated Attempt. + http://purl.imsglobal.org/caliper attempt @@ -224,6 +233,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of Agent entities, typically of type Person, that are responsible for bringing resource into being + http://purl.imsglobal.org/caliper creators @@ -242,6 +252,7 @@ The Caliper ontology provides a machine-readable document that defines the conce Envelope data array. + http://purl.imsglobal.org/caliper data @@ -254,6 +265,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A SoftwareApplication that represents the application context within which an Event occurs. + http://purl.imsglobal.org/caliper edApp @@ -271,6 +283,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of objects not defined by the Caliper Information Model. + http://purl.imsglobal.org/caliper extensions @@ -283,6 +296,7 @@ The Caliper ontology provides a machine-readable document that defines the conce If an Event occurs within the context of an LTI tool launch, the federatedSession constitutes the tool consumer's LtiSession. + http://purl.imsglobal.org/caliper federatedSession @@ -295,6 +309,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An Entity created or generated as a result of an interaction between an actor and an object. + http://purl.imsglobal.org/caliper generated @@ -307,6 +322,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An Organization that represents the group or organizational context within which an Event occurs. + http://purl.imsglobal.org/caliper group @@ -319,6 +335,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A related Entity that includes or incorporates the resource as a part of its whole. + http://purl.imsglobal.org/caliper isPartOf @@ -330,6 +347,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of resources that comprise the collection. + http://purl.imsglobal.org/caliper items @@ -341,6 +359,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource. + http://purl.imsglobal.org/caliper learningObjectives @@ -353,6 +372,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The Person associated with a Membership. + http://purl.imsglobal.org/caliper member @@ -364,6 +384,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of entities of type Agent that belong to a particular group. + http://purl.imsglobal.org/caliper members @@ -376,6 +397,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The relationship between the actor and the group in terms of roles assigned and current status. + http://purl.imsglobal.org/caliper membership @@ -386,6 +408,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A map of LTI-specified message parameters that provide Tool Consumer-related contextual information MAY be specified. LTI message parameters of whatever type (i.e., required, recommended, optional, custom and extension) MAY be referenced. + http://purl.imsglobal.org/caliper messageParameters @@ -399,6 +422,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The DigitalResource or SoftwareApplication that constitutes the referring context of a Navigation Event. Deprecated. + http://purl.imsglobal.org/caliper navigatedFrom true @@ -412,6 +436,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An Entity that an Event actor interacts with as described by the Event action. + http://purl.imsglobal.org/caliper object @@ -424,6 +449,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The Organization associated with a Membership. + http://purl.imsglobal.org/caliper organization @@ -436,6 +462,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An Entity that represents the referring context within which an Event occurs. A SoftwareApplication or DigitalResource will typically constitute the referring context. + http://purl.imsglobal.org/caliper referrer @@ -449,6 +476,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A prior Message that represents the post to which a Message is directed in reply. + http://purl.imsglobal.org/caliper replyTo @@ -460,6 +488,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of organizational roles assigned to a member. + http://purl.imsglobal.org/caliper roles @@ -479,6 +508,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The Agent who scored or graded an Attempt. + http://purl.imsglobal.org/caliper scoredBy @@ -491,6 +521,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Selector that describes a fragment or segment of a resource. + http://purl.imsglobal.org/caliper selection @@ -503,6 +534,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The current user Session. + http://purl.imsglobal.org/caliper session @@ -515,6 +547,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The current standing of a member. + http://purl.imsglobal.org/caliper status @@ -528,6 +561,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The parent Organization of an Organization. + http://purl.imsglobal.org/caliper subOrganizationOf @@ -540,6 +574,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An Entity that represents a particular segment or location within an Event object. + http://purl.imsglobal.org/caliper target @@ -552,6 +587,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The Person who initiated a Session. + http://purl.imsglobal.org/caliper user @@ -563,6 +599,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of one or more Agent entities, typically of type Person, with whom the annotated DigitalResource has been shared. + http://purl.imsglobal.org/caliper withAgents @@ -586,6 +623,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A human-readable identifier of the designated period in which a CourseOffering occurs. + http://purl.imsglobal.org/caliper academicSession @@ -598,6 +636,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A plain-text rendering of the body content of a Message. + http://purl.imsglobal.org/caliper body @@ -610,6 +649,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A plain text rendering of the note associated with a BookmarkAnnotation. + http://purl.imsglobal.org/caliper bookmarkNotes @@ -622,6 +662,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A plain-text descriptor that characterizes the purpose of the CourseSection such as "lecture", "lab" or "seminar". + http://purl.imsglobal.org/caliper category @@ -634,6 +675,7 @@ The Caliper ontology provides a machine-readable document that defines the conce Plain text feedback provided by the scorer of a Result. + http://purl.imsglobal.org/caliper comment @@ -646,6 +688,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The total number of attempts inclusive of the current Attempt that have been registered by the learner against the assigned resource. + http://purl.imsglobal.org/caliper count @@ -658,6 +701,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A human-readable identifier of the CourseOffering or CourseSection. + http://purl.imsglobal.org/caliper courseNumber @@ -670,6 +714,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A time interval or duration that represents the current playback position measured from the beginning of a MediaObject. + http://purl.imsglobal.org/caliper currentTime @@ -682,6 +727,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A scale factor to be used in adjusting the totalScore. + http://purl.imsglobal.org/caliper curveFactor true @@ -695,6 +741,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The total score earned by the learner after applying a curveFactor to a method for computing a scaled score; e.g., adjusting the score equal to the sum of 100 - curvedFactor(100 - totalScore). + http://purl.imsglobal.org/caliper curvedTotalScore true @@ -708,6 +755,7 @@ The Caliper ontology provides a machine-readable document that defines the conce Envelope data payload Caliper version. + http://purl.imsglobal.org/caliper dataVersion @@ -721,6 +769,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A date and time value expressed with millisecond precision that describes when an Entity was created. + http://purl.imsglobal.org/caliper dateCreated @@ -733,6 +782,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A date and time value expressed with millisecond precision that describes when an Entity was last changed or modified. + http://purl.imsglobal.org/caliper dateModified @@ -745,6 +795,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A date and time value expressed with millisecond precision that provides the publication date of a resource. + http://purl.imsglobal.org/caliper datePublished @@ -757,6 +808,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A date and time value expressed with millisecond precision that describes when a resource was activated. + http://purl.imsglobal.org/caliper dateToActivate @@ -769,6 +821,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A date and time value expressed with millisecond precision that describes when a resource should be shown or made available. + http://purl.imsglobal.org/caliper dateToShow @@ -781,6 +834,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A date and time value expressed with millisecond precision that describes when the resource can be started. + http://purl.imsglobal.org/caliper dateToStartOn @@ -793,6 +847,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A date and time value expressed with millisecond precision that describes when the resource is to be submitted for evaluation. + http://purl.imsglobal.org/caliper dateToSubmit @@ -805,6 +860,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A brief, plain-text representation of the resource. + http://purl.imsglobal.org/caliper description @@ -826,6 +882,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A time interval that represents the total time required to complete an activity. + http://purl.imsglobal.org/caliper duration @@ -839,6 +896,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The end position of a segment of text. The first character in the full text is position 0. The character that represents the end position is NOT included within the selected segment. + http://purl.imsglobal.org/caliper end @@ -860,6 +918,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A date and time value expressed with millisecond precision that describes when the activity was completed or terminated. + http://purl.imsglobal.org/caliper endedAtTime @@ -872,6 +931,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A date and time value expressed with millisecond precision that indicates when an Event occurred. + http://purl.imsglobal.org/caliper eventTime @@ -884,6 +944,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The number of extra credit points earned by the learner. + http://purl.imsglobal.org/caliper extraCreditScore true @@ -904,6 +965,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The Event or Entity identifier. For an Event, the id MUST be a UUID expressed as a URN using the form urn:uuid:<UUID> per RFC 4122. For Entities a valid IRI MUST be specified. The IRI MUST be unique and persistent. The IRI SHOULD also be dereferenceable, i.e., capable of returning a representation of the resource. An Entity MAY be provisioned with a URI employing the URN scheme in cases where a Linked Data friendly HTTP URI is either unavailable or inappropriate. + http://purl.imsglobal.org/caliper id @@ -916,6 +978,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A non-negative integer that represents the position of the Frame. + http://purl.imsglobal.org/caliper index @@ -928,6 +991,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A boolean value indicating whether or not interacting with the item is time dependent. + http://purl.imsglobal.org/caliper isTimeDependent @@ -939,6 +1003,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of one or more string values that represent tags or labels used to identify the resource. + http://purl.imsglobal.org/caliper keywords @@ -951,6 +1016,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A non-negative integer indicating the number of permitted attempts. + http://purl.imsglobal.org/caliper maxAttempts @@ -963,6 +1029,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The maximum score permitted for a Result. + http://purl.imsglobal.org/caliper maxResultScore @@ -982,6 +1049,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A non-negative integer indicating the maximum score permitted. + http://purl.imsglobal.org/caliper maxScore @@ -994,6 +1062,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A non-negative integer indicating the number of permitted submissions. + http://purl.imsglobal.org/caliper maxSubmits @@ -1006,6 +1075,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A string value drawn from the list of IANA approved media types and subtypes that identifies the file format of a resource. + http://purl.imsglobal.org/caliper mediaType @@ -1018,6 +1088,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An optional boolean value indicating whether or not the MediaObject has been muted . + http://purl.imsglobal.org/caliper muted @@ -1030,6 +1101,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A string value comprising a word or phrase by which the resource is known. + http://purl.imsglobal.org/caliper name @@ -1042,6 +1114,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The score earned by the learner before adding the extraCreditScore, subtracting the penaltyScore or applying the curveFactor, if any. + http://purl.imsglobal.org/caliper normalScore true @@ -1054,6 +1127,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A string value that designates the resource type. + http://purl.imsglobal.org/caliper objectType true @@ -1067,6 +1141,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The number of points deducted from the normalScore due to an infraction such as submitting an Attempt after the due date. + http://purl.imsglobal.org/caliper penaltyScore true @@ -1080,6 +1155,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The result score awarded to the learner. A result score can be updated. + http://purl.imsglobal.org/caliper resultScore @@ -1092,6 +1168,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The score value. + http://purl.imsglobal.org/caliper scoreGiven @@ -1104,6 +1181,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A string value representing a plain-text rendering of the selected segment of the annotated resource. + http://purl.imsglobal.org/caliper selectionText @@ -1116,6 +1194,7 @@ The Caliper ontology provides a machine-readable document that defines the conce Envelope send time. + http://purl.imsglobal.org/caliper sendTime @@ -1128,6 +1207,7 @@ The Caliper ontology provides a machine-readable document that defines the conce Sensor identifier. + http://purl.imsglobal.org/caliper sensor @@ -1140,6 +1220,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The starting position of a segment of text. The first character in the full text is position 0. The character that represents the start position is included within the selected segment. + http://purl.imsglobal.org/caliper start @@ -1160,6 +1241,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A date and time value expressed with millisecond precision that describes when the activity commenced. + http://purl.imsglobal.org/caliper startedAtTime @@ -1172,6 +1254,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of one or more string values that represent labels or tags associated with the annotated DigitalResource. + http://purl.imsglobal.org/caliper tags @@ -1184,6 +1267,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A score earned by the learner equal to the sum of normalScore + extraCreditScore - penaltyScore. This value does not take into account the effects of curving. + http://purl.imsglobal.org/caliper totalScore true @@ -1204,6 +1288,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A string value corresponding to the Class name or label of an Event or Entity. + http://purl.imsglobal.org/caliper type @@ -1223,6 +1308,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A string value that represents the options selected. + http://purl.imsglobal.org/caliper value @@ -1242,6 +1328,7 @@ The Caliper ontology provides a machine-readable document that defines the conce An ordered collection of one or more selected options. + http://purl.imsglobal.org/caliper values @@ -1261,6 +1348,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A string value that designates the current form or version of the resource. + http://purl.imsglobal.org/caliper version @@ -1273,6 +1361,7 @@ The Caliper ontology provides a machine-readable document that defines the conce The current volume level. + http://purl.imsglobal.org/caliper volumeLevel @@ -1286,6 +1375,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A string value indicating the maximum volume level permitted. + http://purl.imsglobal.org/caliper volumeMax @@ -1298,6 +1388,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A string value indicating the minimum volume level permitted. + http://purl.imsglobal.org/caliper volumeMin @@ -1316,7 +1407,11 @@ The Caliper ontology provides a machine-readable document that defines the conce - + + Caliper includes a vocabulary of actions for describing learning interactions. Each action is based on the past-tense form of an English (en-US) verb. An action can also indicate a change in a particular characteristic of the object (e.g., resolution, size, speed, volume). Each action is also linked to a brief definition ("gloss") derived in whole or in part from Princeton University's WordNet® project in order to eliminate ambiguity and aid natural language processing. + http://purl.imsglobal.org/caliper + Action + @@ -1325,6 +1420,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Agent is a generic type that represents an Entity that can initiate or perform an action. Utilize Agent only if no suitable subtype exists to represent the actor being described. + http://purl.imsglobal.org/caliper Agent @@ -1363,6 +1459,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Annotation is a generic type that represents a comment, explanation, highlight, mark, note, question or tag linked to a DigitalResource. + http://purl.imsglobal.org/caliper Annotation @@ -1436,6 +1533,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper AnnotationEvent models the annotating of digital content. The resulting Annotation is also described and is subtyped for greater type specificity. + http://purl.imsglobal.org/caliper AnnotationEvent @@ -1461,6 +1559,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Assessment represents an assessment instrument such as a test or quiz. + http://purl.imsglobal.org/caliper Assessment @@ -1530,6 +1629,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper AssessmentEvent models learner interactions with assessments instruments such as online tests or quizzes. + http://purl.imsglobal.org/caliper AssessmentEvent @@ -1554,6 +1654,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper AssessmentItem represents a single test question. + http://purl.imsglobal.org/caliper AssessmentItem @@ -1626,6 +1727,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper AssessmentItemEvent models a learner's interaction with an individual AssessmentItem. + http://purl.imsglobal.org/caliper AssessmentItemEvent @@ -1637,6 +1739,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper AssignableDigitalResource is a generic type that represents digital content associated with a graded or ungraded assignment. Utilize AssignableDigitalResource only if no suitable subtype exists to represent the resource being described. + http://purl.imsglobal.org/caliper AssignableDigitalResource @@ -1712,6 +1815,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper AssignableEvent models activities associated with the assignment of digital content assigned to a learner for completion. + http://purl.imsglobal.org/caliper AssignableEvent @@ -1756,6 +1860,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Attempt provides a count of the number of times an actor has interacted with an AssignableDigitalResource along with start time, end time and duration information. An Attempt is generated as the result of an action such as starting an Assessment. + http://purl.imsglobal.org/caliper Attempt @@ -1766,6 +1871,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper AudioObject represents an audio or sound file. + http://purl.imsglobal.org/caliper AudioObject @@ -1776,6 +1882,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper BookmarkAnnotation represents the act of marking a DigitalResource at a particular location. + http://purl.imsglobal.org/caliper BookmarkAnnotation @@ -1786,6 +1893,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Chapter represents a major sub-division of a piece of digital content. + http://purl.imsglobal.org/caliper Chapter @@ -1797,6 +1905,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper CourseOffering represents the occurrence of a course or a type during a specified time period. + http://purl.imsglobal.org/caliper CourseOffering @@ -1807,6 +1916,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper CourseSection represents a specific instance of a CourseOffering occurring during a specific semester, term or period. + http://purl.imsglobal.org/caliper CourseSection @@ -1817,6 +1927,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper DigitalResource is a generic type that represents digital content. Utilize DigitalResource only if no suitable subtype exists to represent the resource being described. + http://purl.imsglobal.org/caliper DigitalResource @@ -1841,6 +1952,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper DigitalResourceCollection represents an ordered collection of DigitalResource entities. + http://purl.imsglobal.org/caliper DigitalResourceCollection @@ -1851,6 +1963,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Document represents paginated textual content. + http://purl.imsglobal.org/caliper Document @@ -1860,6 +1973,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Entity is a generic type that represents objects or things that participate in learning-related activities. Entity is subtyped for enhanced type specificity in order to better describe people, groups, digital content, courses, assignments, assessments, forums, messages, software applications and other entities that constitute the "stuff" of a Caliper Event. Utilize Entity only if no suitable subtype exists to represent the thing being described. + http://purl.imsglobal.org/caliper Entity @@ -1869,6 +1983,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Envelope is a container that is used to transmit one or more Caliper Events and/or Caliper Entity describes. + http://purl.imsglobal.org/caliper Envelope @@ -1878,6 +1993,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Event is a generic type that describes a relationship established between an actor and an object, formed as a result of a purposeful action undertaken by the actor in connection to the object at a particular moment in time. + http://purl.imsglobal.org/caliper Event @@ -1888,6 +2004,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper FillinBlankResponse represents a type of Response in which a respondent is asked to provide one or more words, expressions or short phrases that correctly completes a statement. + http://purl.imsglobal.org/caliper FillinBlankResponse @@ -1912,6 +2029,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Forum represents a channel or virtual space in which group discussions take place. A Forum typically comprises one or more threaded conversations to which members can subscribe, post messages and reply to other messages. + http://purl.imsglobal.org/caliper Forum @@ -1971,6 +2089,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper ForumEvent models learners and others participating in online forum communities. Forums typically encompass one or more threads or topics to which members can subscribe, post messages and reply to other messages if a threaded discussion is permitted. + http://purl.imsglobal.org/caliper ForumEvent @@ -1981,6 +2100,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Frame represents a part, portion or segment of a DigitalResource. + http://purl.imsglobal.org/caliper Frame @@ -2046,6 +2166,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper GradeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. + http://purl.imsglobal.org/caliper GradeEvent @@ -2056,6 +2177,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Group represents an ad-hoc, informal or short-lived collection of people organized for some common educational or social purpose. A Group can act as an Agent. It can be linked both to a parent Organization and to its members. + http://purl.imsglobal.org/caliper Group @@ -2066,6 +2188,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper HighlightAnnotation represents the act of marking a particular segment of a DigitalResource between two known coordinates. + http://purl.imsglobal.org/caliper HighlightAnnotation @@ -2076,6 +2199,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper ImageObject represents an image file. + http://purl.imsglobal.org/caliper ImageObject @@ -2086,6 +2210,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper LearningObjective represents a brief statement of what a learner should know or be able to perform after completing a unit of instruction or a period of learning. + http://purl.imsglobal.org/caliper LearningObjective @@ -2178,6 +2303,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper MediaEvent models interactions between learners and rich content such as audio, images and video. + http://purl.imsglobal.org/caliper MediaEvent @@ -2188,6 +2314,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper MediaLocation provides the current playback position in a MediaObject such as an AudioObject or VideoObject. + http://purl.imsglobal.org/caliper MediaLocation @@ -2198,6 +2325,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper MediaObject represents a generic piece of media content. Utilize MediaObject only if no suitable subtype exists to represent the resource being described. + http://purl.imsglobal.org/caliper MediaObject @@ -2236,6 +2364,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Membership describes the relationship between an Organization and a Person (i.e., a member) in terms of the roles assigned and current status. + http://purl.imsglobal.org/caliper Membership @@ -2260,6 +2389,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Message is a digital form of written communication sent to a recipient. A series of messages may constitute a Thread if they share a common subject and are connected by a reply or by date relationships. + http://purl.imsglobal.org/caliper Message @@ -2320,6 +2450,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper MessageEvent describes a Person posting a Message or marking a post as either read or unread. + http://purl.imsglobal.org/caliper MessageEvent @@ -2330,6 +2461,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper MultipleChoiceResponse represents a type of Response in which a respondent is asked to provide the best possible answer from a list of choices. + http://purl.imsglobal.org/caliper MultipleChoiceResponse @@ -2340,6 +2472,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper MultipleResponseResponse represents a form of response in which a respondent is asked to select more than one correct answer from a list of choices. + http://purl.imsglobal.org/caliper MultipleResponseResponse @@ -2426,6 +2559,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper NavigationEvent models an actor traversing a network of digital resources. + http://purl.imsglobal.org/caliper NavigationEvent @@ -2436,6 +2570,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Organization represents a formal collection of people organized for some common educational, social or administrative purpose. An Organization can act as an Agent. It can be linked both to a parent Organization and to its members. + http://purl.imsglobal.org/caliper Organization @@ -2510,6 +2645,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper OutcomeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. OutcomeEvent is DEPRECATED and will be removed in a future version of the specification. Use GradeEvent instead. + http://purl.imsglobal.org/caliper OutcomeEvent true @@ -2521,6 +2657,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Page represents an item of paginated content. + http://purl.imsglobal.org/caliper Page @@ -2531,6 +2668,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Person represents a human being, alive or deceased, real or imaginary. + http://purl.imsglobal.org/caliper Person @@ -2542,6 +2680,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Reading represents paginated content. Reading is a DEPRECATED entity superseded by Document that will be removed in a future version of the specification. It SHOULD NOT be referenced. + http://purl.imsglobal.org/caliper Reading true @@ -2609,6 +2748,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper ReadingEvent models an actor reading textural content. ReadingEvent is DEPRECATED and will be removed in a future version of the specification. It SHOULD NOT be referenced. + http://purl.imsglobal.org/caliper ReadingEvent true @@ -2620,6 +2760,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Response is a generic type that represents the selected option generated by a Person interacting with an AssessmentItem. Utilize Response only if no suitable subtype exists to represent the response being described. + http://purl.imsglobal.org/caliper Response @@ -2630,6 +2771,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Result represents a grade applied to an assignment submission. + http://purl.imsglobal.org/caliper Result @@ -2650,6 +2792,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Score represents a grade. The Score value is considered immutable. + http://purl.imsglobal.org/caliper Score @@ -2660,6 +2803,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper SelectTextResponse represents a type of Response that identifies text or a mapping from a presented paragraph or list. + http://purl.imsglobal.org/caliper SelectTextResponse @@ -2669,6 +2813,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Selector is a generic class that describes a fragment or segment of a resource. Utilize Selector only if no suitable subtype exists to represent the selection being described. + http://purl.imsglobal.org/caliper Selector @@ -2693,6 +2838,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Session represents a web application user session. + http://purl.imsglobal.org/caliper Session @@ -2794,6 +2940,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper SessionEvent models the creation and subsequent termination of a user session established by a Person interacting with a SoftwareApplication. + http://purl.imsglobal.org/caliper SessionEvent @@ -2804,6 +2951,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper SharedAnnotation represents the act of sharing a reference to a DigitalResource with other agents. + http://purl.imsglobal.org/caliper SharedAnnotation @@ -2814,6 +2962,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper SoftwareApplication represents a computer program, application, module, platform or system. + http://purl.imsglobal.org/caliper SoftwareApplication @@ -2834,6 +2983,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper TagAnnotation represents the act of tagging a DigitalResource with tags or labels. + http://purl.imsglobal.org/caliper TagAnnotation @@ -2844,6 +2994,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper TextPositionSelector represents a fragment or selection of textual content, the starting and ending positions of which are determined by the distance in characters from the initial character (position 0) of the enclosing full text. + http://purl.imsglobal.org/caliper TextPositionSelector @@ -2882,6 +3033,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper Thread represents a series of one or more messages that share a common subject and are connected by a reply or by date relationships. + http://purl.imsglobal.org/caliper Thread @@ -2941,6 +3093,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper ThreadEvent models an actor interacting with a Forum thread or topic. + http://purl.imsglobal.org/caliper ThreadEvent @@ -2999,6 +3152,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper ToolUseEvent models a Person using a learning tool in a way that the tool's creators have determined is an indication of a learning interaction. + http://purl.imsglobal.org/caliper ToolUseEvent @@ -3009,6 +3163,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper TrueFalseResponse represents a type of Response to an AssessmentItem in which only two possible options are provided (e.g., true/false, yes/no). + http://purl.imsglobal.org/caliper TrueFalseResponse @@ -3019,6 +3174,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper VideoObject represents a visual recording stored in digital form. + http://purl.imsglobal.org/caliper VideoObject @@ -3077,6 +3233,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper ViewEvent describes an actor's examination of digital content whenever the activity emphasizes thoughtful observation or study as opposed to the mere retrieval of a resource. + http://purl.imsglobal.org/caliper ViewEvent @@ -3087,6 +3244,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper WebPage represents a document containing markup that is suitable for display in a web browser. + http://purl.imsglobal.org/caliper WebPage @@ -3098,6 +3256,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper EpubChapter represents a major structural division of a piece of writing. EpubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. + http://purl.imsglobal.org/caliper EpubChapter true @@ -3109,6 +3268,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper EpubPart represents a major structural division of a piece of writing, typically encapsulating a set of related chapters. EpubPart is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. + http://purl.imsglobal.org/caliper EpubPart true @@ -3134,6 +3294,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper EpubSubChapter represents a major sub-division of an EpubChapter. EpubSubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. + http://purl.imsglobal.org/caliper EpubSubChapter true @@ -3146,6 +3307,7 @@ The Caliper ontology provides a machine-readable document that defines the conce A Caliper EpubVolume represents a component of a collection. EpubVolume inherits all the properties and requirements defined for DigitalResource, its supertype. EpubVolume is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced. + http://purl.imsglobal.org/caliper EpubVolume true diff --git a/caliper-turtle.owl b/caliper-turtle.owl index ead111c..69c1b71 100644 --- a/caliper-turtle.owl +++ b/caliper-turtle.owl @@ -71,6 +71,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :Action ; rdfs:comment "The action or predicate that binds the Event actor or subject to the Event object."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "action"@en . @@ -80,6 +81,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :Agent ; rdfs:comment "The Agent who initiated the Event, typically a Person, Organization or SoftwareApplication."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "actor"@en . @@ -89,6 +91,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:range :LearningObjective ; :learningObjectives ; rdfs:comment "An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource. Deprecated. Use learningObjectives."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "alignedLearningObjective"@en ; owl:deprecated "true"^^xsd:boolean . @@ -99,6 +102,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Annotation ; rdfs:range :DigitalResource ; rdfs:comment "The DigitalResource that was annotated by the annotator."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "annotated"@en . @@ -108,6 +112,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Annotation ; rdfs:range :Agent ; rdfs:comment "The Person who created the Annotation."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "annotator"@en . @@ -117,6 +122,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Attempt ; rdfs:range :DigitalResource ; rdfs:comment "The DigitalResource that constitutes the object of the assignment."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "assignable"@en . @@ -126,6 +132,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Attempt ; rdfs:range :Agent ; rdfs:comment "The Person who initiated the Attempt of an assigned DigitalResource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "assignee"@en . @@ -134,6 +141,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Message ; rdfs:range :DigitalResource ; rdfs:comment "An ordered collection of one or more DigitalResource entities attached to a Message."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "attachments"@en . @@ -148,6 +156,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; rdfs:range :Attempt ; rdfs:comment "The associated Attempt."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "attempt"@en . @@ -156,6 +165,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range :Agent ; rdfs:comment "An ordered collection of Agent entities, typically of type Person, that are responsible for bringing resource into being"@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "creators"@en . @@ -168,6 +178,7 @@ xsd:duration rdf:type rdfs:Datatype . ) ] ; rdfs:comment "Envelope data array."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "data"@en . @@ -177,6 +188,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :SoftwareApplication ; rdfs:comment "A SoftwareApplication that represents the application context within which an Event occurs."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "edApp"@en . @@ -188,6 +200,7 @@ xsd:duration rdf:type rdfs:Datatype . ) ] ; rdfs:comment "An ordered collection of objects not defined by the Caliper Information Model."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "extensions"@en . @@ -197,6 +210,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :LtiSession ; rdfs:comment "If an Event occurs within the context of an LTI tool launch, the federatedSession constitutes the tool consumer's LtiSession."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "federatedSession"@en . @@ -206,6 +220,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :Entity ; rdfs:comment "An Entity created or generated as a result of an interaction between an actor and an object."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "generated"@en . @@ -215,6 +230,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :Organization ; rdfs:comment "An Organization that represents the group or organizational context within which an Event occurs."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "group"@en . @@ -224,6 +240,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Entity ; rdfs:range :Entity ; rdfs:comment "A related Entity that includes or incorporates the resource as a part of its whole."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "isPartOf"@en . @@ -232,6 +249,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResourceCollection ; rdfs:range :Entity ; rdfs:comment "An ordered collection of resources that comprise the collection."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "items"@en . @@ -240,6 +258,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range :LearningObjective ; rdfs:comment "An ordered collection of one or more LearningObjective entities that describe what a learner is expected to comprehend or accomplish after engaging with the resource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "learningObjectives"@en . @@ -249,6 +268,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Membership ; rdfs:range :Agent ; rdfs:comment "The Person associated with a Membership."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "member"@en . @@ -257,6 +277,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Organization ; rdfs:range :Agent ; rdfs:comment "An ordered collection of entities of type Agent that belong to a particular group."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "members"@en . @@ -266,6 +287,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :Membership ; rdfs:comment "The relationship between the actor and the group in terms of roles assigned and current status."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "membership"@en . @@ -273,6 +295,7 @@ xsd:duration rdf:type rdfs:Datatype . :messageParameters rdf:type owl:ObjectProperty ; rdfs:domain :LtiSession ; rdfs:comment "A map of LTI-specified message parameters that provide Tool Consumer-related contextual information MAY be specified. LTI message parameters of whatever type (i.e., required, recommended, optional, custom and extension) MAY be referenced."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "messageParameters"@en . @@ -283,6 +306,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:range :Entity ; :referrer ; rdfs:comment "The DigitalResource or SoftwareApplication that constitutes the referring context of a Navigation Event. Deprecated."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "navigatedFrom"@en ; owl:deprecated "true"^^xsd:boolean . @@ -293,6 +317,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :Entity ; rdfs:comment "An Entity that an Event actor interacts with as described by the Event action."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "object"@en . @@ -302,6 +327,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Membership ; rdfs:range :Organization ; rdfs:comment "The Organization associated with a Membership."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "organization"@en . @@ -311,6 +337,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :Entity ; rdfs:comment "An Entity that represents the referring context within which an Event occurs. A SoftwareApplication or DigitalResource will typically constitute the referring context."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "referrer"@en . @@ -321,6 +348,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Message ; rdfs:range :Message ; rdfs:comment "A prior Message that represents the post to which a Message is directed in reply."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "replyTo"@en . @@ -329,6 +357,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Membership ; rdfs:range :Role ; rdfs:comment "An ordered collection of organizational roles assigned to a member."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "roles"@en . @@ -342,6 +371,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; rdfs:range :Agent ; rdfs:comment "The Agent who scored or graded an Attempt."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "scoredBy"@en . @@ -351,6 +381,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :HighlightAnnotation ; rdfs:range :TextPositionSelector ; rdfs:comment "A Selector that describes a fragment or segment of a resource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "selection"@en . @@ -360,6 +391,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :Session ; rdfs:comment "The current user Session."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "session"@en . @@ -369,6 +401,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Membership ; rdfs:range :Status ; rdfs:comment "The current standing of a member."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "status"@en . @@ -379,6 +412,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Organization ; rdfs:range :Organization ; rdfs:comment "The parent Organization of an Organization."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "subOrganizationOf"@en . @@ -388,6 +422,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range :Entity ; rdfs:comment "An Entity that represents a particular segment or location within an Event object."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "target"@en . @@ -397,6 +432,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Session ; rdfs:range :Agent ; rdfs:comment "The Person who initiated a Session."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "user"@en . @@ -405,6 +441,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :SharedAnnotation ; rdfs:range :Agent ; rdfs:comment "An ordered collection of one or more Agent entities, typically of type Person, with whom the annotated DigitalResource has been shared."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "withAgents"@en . @@ -418,6 +455,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :CourseOffering ; rdfs:range xsd:string ; rdfs:comment "A human-readable identifier of the designated period in which a CourseOffering occurs."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "academicSession"@en . @@ -427,6 +465,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Message ; rdfs:range xsd:string ; rdfs:comment "A plain-text rendering of the body content of a Message."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "body"@en . @@ -436,6 +475,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :BookmarkAnnotation ; rdfs:range xsd:string ; rdfs:comment "A plain text rendering of the note associated with a BookmarkAnnotation."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "bookmarkNotes"@en . @@ -445,6 +485,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :CourseSection ; rdfs:range xsd:string ; rdfs:comment "A plain-text descriptor that characterizes the purpose of the CourseSection such as \"lecture\", \"lab\" or \"seminar\"."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "category"@en . @@ -454,6 +495,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Result ; rdfs:range xsd:string ; rdfs:comment "Plain text feedback provided by the scorer of a Result."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "comment"@en . @@ -463,6 +505,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Attempt ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "The total number of attempts inclusive of the current Attempt that have been registered by the learner against the assigned resource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "count"@en . @@ -472,6 +515,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :CourseOffering ; rdfs:range xsd:string ; rdfs:comment "A human-readable identifier of the CourseOffering or CourseSection."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "courseNumber"@en . @@ -481,6 +525,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :MediaLocation ; rdfs:range xsd:duration ; rdfs:comment "A time interval or duration that represents the current playback position measured from the beginning of a MediaObject."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "currentTime"@en . @@ -490,6 +535,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "A scale factor to be used in adjusting the totalScore."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "curveFactor"@en ; owl:deprecated "true"^^xsd:boolean . @@ -500,6 +546,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The total score earned by the learner after applying a curveFactor to a method for computing a scaled score; e.g., adjusting the score equal to the sum of 100 - curvedFactor(100 - totalScore)."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "curvedTotalScore"@en ; owl:deprecated "true"^^xsd:boolean . @@ -510,6 +557,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Envelope ; rdfs:range xsd:string ; rdfs:comment "Envelope data payload Caliper version."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "dataVersion"@en . @@ -520,6 +568,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:range xsd:dateTime ; owl:propertyDisjointWith :dateModified ; rdfs:comment "A date and time value expressed with millisecond precision that describes when an Entity was created."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "dateCreated"@en . @@ -529,6 +578,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Entity ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when an Entity was last changed or modified."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "dateModified"@en . @@ -538,6 +588,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that provides the publication date of a resource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "datePublished"@en . @@ -547,6 +598,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when a resource was activated."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "dateToActivate"@en . @@ -556,6 +608,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when a resource should be shown or made available."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "dateToShow"@en . @@ -565,6 +618,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when the resource can be started."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "dateToStartOn"@en . @@ -574,6 +628,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when the resource is to be submitted for evaluation."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "dateToSubmit"@en . @@ -583,6 +638,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Entity ; rdfs:range xsd:string ; rdfs:comment "A brief, plain-text representation of the resource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "description"@en . @@ -598,6 +654,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; rdfs:range xsd:duration ; rdfs:comment "A time interval that represents the total time required to complete an activity."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "duration"@en . @@ -608,6 +665,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:range xsd:nonNegativeInteger ; owl:propertyDisjointWith :start ; rdfs:comment "The end position of a segment of text. The first character in the full text is position 0. The character that represents the end position is NOT included within the selected segment."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "end"@en . @@ -623,6 +681,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:range xsd:dateTime ; owl:propertyDisjointWith :startedAtTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when the activity was completed or terminated."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "endedAtTime"@en . @@ -632,6 +691,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Event ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that indicates when an Event occurred."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "eventTime"@en . @@ -641,6 +701,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The number of extra credit points earned by the learner."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "extraCreditScore"@en ; owl:deprecated "true"^^xsd:boolean . @@ -655,6 +716,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; rdfs:range xsd:string ; rdfs:comment "The Event or Entity identifier. For an Event, the id MUST be a UUID expressed as a URN using the form urn:uuid: per RFC 4122. For Entities a valid IRI MUST be specified. The IRI MUST be unique and persistent. The IRI SHOULD also be dereferenceable, i.e., capable of returning a representation of the resource. An Entity MAY be provisioned with a URI employing the URN scheme in cases where a Linked Data friendly HTTP URI is either unavailable or inappropriate."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "id"@en . @@ -664,6 +726,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Frame ; rdfs:range xsd:long ; rdfs:comment "A non-negative integer that represents the position of the Frame."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "index"@en . @@ -673,6 +736,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :AssessmentItem ; rdfs:range xsd:boolean ; rdfs:comment "A boolean value indicating whether or not interacting with the item is time dependent."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "isTimeDependent"@en . @@ -681,6 +745,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range xsd:string ; rdfs:comment "An ordered collection of one or more string values that represent tags or labels used to identify the resource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "keywords"@en . @@ -690,6 +755,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "A non-negative integer indicating the number of permitted attempts."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "maxAttempts"@en . @@ -699,6 +765,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The maximum score permitted for a Result."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "maxResultScore"@en . @@ -712,6 +779,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; rdfs:range xsd:decimal ; rdfs:comment "A non-negative integer indicating the maximum score permitted."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "maxScore"@en . @@ -721,6 +789,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "A non-negative integer indicating the number of permitted submissions."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "maxSubmits"@en . @@ -730,6 +799,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :DigitalResource ; rdfs:range xsd:string ; rdfs:comment "A string value drawn from the list of IANA approved media types and subtypes that identifies the file format of a resource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "mediaType"@en . @@ -739,6 +809,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :AudioObject ; rdfs:range xsd:boolean ; rdfs:comment "An optional boolean value indicating whether or not the MediaObject has been muted ."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "muted"@en . @@ -748,6 +819,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Entity ; rdfs:range xsd:string ; rdfs:comment "A string value comprising a word or phrase by which the resource is known."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "name"@en . @@ -757,6 +829,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The score earned by the learner before adding the extraCreditScore, subtracting the penaltyScore or applying the curveFactor, if any."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "normalScore"@en ; owl:deprecated "true"^^xsd:boolean . @@ -766,6 +839,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:FunctionalProperty ; rdfs:domain :DigitalResource ; rdfs:comment "A string value that designates the resource type."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "objectType"@en ; owl:deprecated "true"^^xsd:boolean . @@ -776,6 +850,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The number of points deducted from the normalScore due to an infraction such as submitting an Attempt after the due date."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "penaltyScore"@en ; owl:deprecated "true"^^xsd:boolean . @@ -786,6 +861,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "The result score awarded to the learner. A result score can be updated."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "resultScore"@en . @@ -795,6 +871,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Score ; rdfs:range xsd:decimal ; rdfs:comment "The score value."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "scoreGiven"@en . @@ -804,6 +881,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :HighlightAnnotation ; rdfs:range xsd:string ; rdfs:comment "A string value representing a plain-text rendering of the selected segment of the annotated resource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "selectionText"@en . @@ -813,6 +891,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Envelope ; rdfs:range xsd:dateTime ; rdfs:comment "Envelope send time."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "sendTime"@en . @@ -822,6 +901,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Envelope ; rdfs:range xsd:string ; rdfs:comment "Sensor identifier."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "sensor"@en . @@ -831,6 +911,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :TextPositionSelector ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "The starting position of a segment of text. The first character in the full text is position 0. The character that represents the start position is included within the selected segment."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "start"@en . @@ -845,6 +926,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; rdfs:range xsd:dateTime ; rdfs:comment "A date and time value expressed with millisecond precision that describes when the activity commenced."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "startedAtTime"@en . @@ -854,6 +936,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :TagAnnotation ; rdfs:range xsd:string ; rdfs:comment "An ordered collection of one or more string values that represent labels or tags associated with the annotated DigitalResource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "tags"@en . @@ -863,6 +946,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :Result ; rdfs:range xsd:decimal ; rdfs:comment "A score earned by the learner equal to the sum of normalScore + extraCreditScore - penaltyScore. This value does not take into account the effects of curving."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "totalScore"@en ; owl:deprecated "true"^^xsd:boolean . @@ -877,6 +961,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; rdfs:range xsd:string ; rdfs:comment "A string value corresponding to the Class name or label of an Event or Entity."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "type"@en . @@ -890,6 +975,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; rdfs:range xsd:string ; rdfs:comment "A string value that represents the options selected."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "value"@en . @@ -903,6 +989,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; rdfs:range xsd:string ; rdfs:comment "An ordered collection of one or more selected options."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "values"@en . @@ -916,6 +1003,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; rdfs:range xsd:string ; rdfs:comment "A string value that designates the current form or version of the resource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "version"@en . @@ -925,6 +1013,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :AudioObject ; rdfs:range xsd:string ; rdfs:comment "The current volume level."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "volumeLevel"@en . @@ -935,6 +1024,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:range xsd:string ; owl:propertyDisjointWith :volumeMin ; rdfs:comment "A string value indicating the maximum volume level permitted."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "volumeMax"@en . @@ -944,6 +1034,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:domain :AudioObject ; rdfs:range xsd:string ; rdfs:comment "A string value indicating the minimum volume level permitted."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "volumeMin"@en . @@ -952,13 +1043,17 @@ xsd:duration rdf:type rdfs:Datatype . ################################################################# ### http://purl.imsglobal.org/caliper/Action -:Action rdf:type owl:Class . +:Action rdf:type owl:Class ; + rdfs:comment "Caliper includes a vocabulary of actions for describing learning interactions. Each action is based on the past-tense form of an English (en-US) verb. An action can also indicate a change in a particular characteristic of the object (e.g., resolution, size, speed, volume). Each action is also linked to a brief definition (\"gloss\") derived in whole or in part from Princeton University's WordNet® project in order to eliminate ambiguity and aid natural language processing."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; + rdfs:label "Action"@en . ### http://purl.imsglobal.org/caliper/Agent :Agent rdf:type owl:Class ; rdfs:subClassOf :Entity ; rdfs:comment "A Caliper Agent is a generic type that represents an Entity that can initiate or perform an action. Utilize Agent only if no suitable subtype exists to represent the actor being described."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Agent"@en . @@ -988,6 +1083,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper Annotation is a generic type that represents a comment, explanation, highlight, mark, note, question or tag linked to a DigitalResource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Annotation"@en . @@ -1042,6 +1138,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :Frame ] ; rdfs:comment "A Caliper AnnotationEvent models the annotating of digital content. The resulting Annotation is also described and is subtyped for greater type specificity."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "AnnotationEvent"@en . @@ -1061,6 +1158,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper Assessment represents an assessment instrument such as a test or quiz."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Assessment"@en . @@ -1113,6 +1211,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :Attempt ] ; rdfs:comment "A Caliper AssessmentEvent models learner interactions with assessments instruments such as online tests or quizzes."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "AssessmentEvent"@en . @@ -1131,6 +1230,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper AssessmentItem represents a single test question."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "AssessmentItem"@en . @@ -1184,6 +1284,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :AssessmentItem ] ; rdfs:comment "A Caliper AssessmentItemEvent models a learner's interaction with an individual AssessmentItem."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "AssessmentItemEvent"@en . @@ -1192,6 +1293,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:subClassOf :DigitalResource ; :DigitalResource ; rdfs:comment "A Caliper AssignableDigitalResource is a generic type that represents digital content associated with a graded or ungraded assignment. Utilize AssignableDigitalResource only if no suitable subtype exists to represent the resource being described."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "AssignableDigitalResource"@en . @@ -1248,6 +1350,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :Frame ] ; rdfs:comment "A Caliper AssignableEvent models activities associated with the assignment of digital content assigned to a learner for completion."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "AssignableEvent"@en . @@ -1281,6 +1384,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :Attempt ] ; rdfs:comment "A Caliper Attempt provides a count of the number of times an actor has interacted with an AssignableDigitalResource along with start time, end time and duration information. An Attempt is generated as the result of an action such as starting an Assessment."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Attempt"@en . @@ -1288,6 +1392,7 @@ xsd:duration rdf:type rdfs:Datatype . :AudioObject rdf:type owl:Class ; rdfs:subClassOf :MediaObject ; rdfs:comment "A Caliper AudioObject represents an audio or sound file."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "AudioObject"@en . @@ -1295,6 +1400,7 @@ xsd:duration rdf:type rdfs:Datatype . :BookmarkAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; rdfs:comment "A Caliper BookmarkAnnotation represents the act of marking a DigitalResource at a particular location."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "BookmarkAnnotation"@en . @@ -1302,6 +1408,7 @@ xsd:duration rdf:type rdfs:Datatype . :Chapter rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; rdfs:comment "A Caliper Chapter represents a major sub-division of a piece of digital content."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Chapter"@en . @@ -1310,6 +1417,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:subClassOf :Organization ; owl:disjointWith :Group ; rdfs:comment "A Caliper CourseOffering represents the occurrence of a course or a type during a specified time period."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "CourseOffering"@en . @@ -1317,6 +1425,7 @@ xsd:duration rdf:type rdfs:Datatype . :CourseSection rdf:type owl:Class ; rdfs:subClassOf :CourseOffering ; rdfs:comment "A Caliper CourseSection represents a specific instance of a CourseOffering occurring during a specific semester, term or period."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "CourseSection"@en . @@ -1324,6 +1433,7 @@ xsd:duration rdf:type rdfs:Datatype . :DigitalResource rdf:type owl:Class ; rdfs:subClassOf :Entity ; rdfs:comment "A Caliper DigitalResource is a generic type that represents digital content. Utilize DigitalResource only if no suitable subtype exists to represent the resource being described."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "DigitalResource"@en . @@ -1342,6 +1452,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper DigitalResourceCollection represents an ordered collection of DigitalResource entities."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "DigitalResourceCollection"@en . @@ -1349,24 +1460,28 @@ xsd:duration rdf:type rdfs:Datatype . :Document rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; rdfs:comment "A Caliper Document represents paginated textual content."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Document"@en . ### http://purl.imsglobal.org/caliper/Entity :Entity rdf:type owl:Class ; rdfs:comment "A Caliper Entity is a generic type that represents objects or things that participate in learning-related activities. Entity is subtyped for enhanced type specificity in order to better describe people, groups, digital content, courses, assignments, assessments, forums, messages, software applications and other entities that constitute the \"stuff\" of a Caliper Event. Utilize Entity only if no suitable subtype exists to represent the thing being described."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Entity"@en . ### http://purl.imsglobal.org/caliper/Envelope :Envelope rdf:type owl:Class ; rdfs:comment "A Caliper Envelope is a container that is used to transmit one or more Caliper Events and/or Caliper Entity describes."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Envelope"@en . ### http://purl.imsglobal.org/caliper/Event :Event rdf:type owl:Class ; rdfs:comment "A Caliper Event is a generic type that describes a relationship established between an actor and an object, formed as a result of a purposeful action undertaken by the actor in connection to the object at a particular moment in time."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Event"@en . @@ -1374,6 +1489,7 @@ xsd:duration rdf:type rdfs:Datatype . :FillinBlankResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; rdfs:comment "A Caliper FillinBlankResponse represents a type of Response in which a respondent is asked to provide one or more words, expressions or short phrases that correctly completes a statement."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "FillinBlankResponse"@en . @@ -1392,6 +1508,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper Forum represents a channel or virtual space in which group discussions take place. A Forum typically comprises one or more threaded conversations to which members can subscribe, post messages and reply to other messages."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Forum"@en . @@ -1436,6 +1553,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper ForumEvent models learners and others participating in online forum communities. Forums typically encompass one or more threads or topics to which members can subscribe, post messages and reply to other messages if a threaded discussion is permitted."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "ForumEvent"@en . @@ -1443,6 +1561,7 @@ xsd:duration rdf:type rdfs:Datatype . :Frame rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; rdfs:comment "A Caliper Frame represents a part, portion or segment of a DigitalResource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Frame"@en . @@ -1491,6 +1610,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :Score ] ; rdfs:comment "A Caliper GradeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "GradeEvent"@en . @@ -1498,6 +1618,7 @@ xsd:duration rdf:type rdfs:Datatype . :Group rdf:type owl:Class ; rdfs:subClassOf :Organization ; rdfs:comment "A Caliper Group represents an ad-hoc, informal or short-lived collection of people organized for some common educational or social purpose. A Group can act as an Agent. It can be linked both to a parent Organization and to its members."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Group"@en . @@ -1505,6 +1626,7 @@ xsd:duration rdf:type rdfs:Datatype . :HighlightAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; rdfs:comment "A Caliper HighlightAnnotation represents the act of marking a particular segment of a DigitalResource between two known coordinates."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "HighlightAnnotation"@en . @@ -1512,6 +1634,7 @@ xsd:duration rdf:type rdfs:Datatype . :ImageObject rdf:type owl:Class ; rdfs:subClassOf :MediaObject ; rdfs:comment "A Caliper ImageObject represents an image file."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "ImageObject"@en . @@ -1519,6 +1642,7 @@ xsd:duration rdf:type rdfs:Datatype . :LearningObjective rdf:type owl:Class ; rdfs:subClassOf :Entity ; rdfs:comment "A Caliper LearningObjective represents a brief statement of what a learner should know or be able to perform after completing a unit of instruction or a period of learning."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "LearningObjective"@en . @@ -1591,6 +1715,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :MediaLocation ] ; rdfs:comment "A Caliper MediaEvent models interactions between learners and rich content such as audio, images and video."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "MediaEvent"@en . @@ -1598,6 +1723,7 @@ xsd:duration rdf:type rdfs:Datatype . :MediaLocation rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; rdfs:comment "A Caliper MediaLocation provides the current playback position in a MediaObject such as an AudioObject or VideoObject."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "MediaLocation"@en . @@ -1605,6 +1731,7 @@ xsd:duration rdf:type rdfs:Datatype . :MediaObject rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; rdfs:comment "A Caliper MediaObject represents a generic piece of media content. Utilize MediaObject only if no suitable subtype exists to represent the resource being described."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "MediaObject"@en . @@ -1634,6 +1761,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper Membership describes the relationship between an Organization and a Person (i.e., a member) in terms of the roles assigned and current status."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Membership"@en . @@ -1652,6 +1780,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper Message is a digital form of written communication sent to a recipient. A series of messages may constitute a Thread if they share a common subject and are connected by a reply or by date relationships."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Message"@en . @@ -1697,6 +1826,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper MessageEvent describes a Person posting a Message or marking a post as either read or unread."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "MessageEvent"@en . @@ -1704,6 +1834,7 @@ xsd:duration rdf:type rdfs:Datatype . :MultipleChoiceResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; rdfs:comment "A Caliper MultipleChoiceResponse represents a type of Response in which a respondent is asked to provide the best possible answer from a list of choices."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "MultipleChoiceResponse"@en . @@ -1711,6 +1842,7 @@ xsd:duration rdf:type rdfs:Datatype . :MultipleResponseResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; rdfs:comment "A Caliper MultipleResponseResponse represents a form of response in which a respondent is asked to select more than one correct answer from a list of choices."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "MultipleResponseResponse"@en . @@ -1774,6 +1906,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :Frame ] ; rdfs:comment "A Caliper NavigationEvent models an actor traversing a network of digital resources."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "NavigationEvent"@en . @@ -1781,6 +1914,7 @@ xsd:duration rdf:type rdfs:Datatype . :Organization rdf:type owl:Class ; rdfs:subClassOf :Agent ; rdfs:comment "A Caliper Organization represents a formal collection of people organized for some common educational, social or administrative purpose. An Organization can act as an Agent. It can be linked both to a parent Organization and to its members."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Organization"@en . @@ -1837,6 +1971,7 @@ xsd:duration rdf:type rdfs:Datatype . ] ; :GradeEvent ; rdfs:comment "A Caliper OutcomeEvent models grading activities performed by an Agent, typically a Person or a SoftwareApplication. OutcomeEvent is DEPRECATED and will be removed in a future version of the specification. Use GradeEvent instead."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "OutcomeEvent"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1845,6 +1980,7 @@ xsd:duration rdf:type rdfs:Datatype . :Page rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; rdfs:comment "A Caliper Page represents an item of paginated content."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Page"@en . @@ -1852,6 +1988,7 @@ xsd:duration rdf:type rdfs:Datatype . :Person rdf:type owl:Class ; rdfs:subClassOf :Agent ; rdfs:comment "A Caliper Person represents a human being, alive or deceased, real or imaginary."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Person"@en . @@ -1860,6 +1997,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:subClassOf :DigitalResource ; :Document ; rdfs:comment "A Caliper Reading represents paginated content. Reading is a DEPRECATED entity superseded by Document that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Reading"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1910,6 +2048,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :Frame ] ; rdfs:comment "A Caliper ReadingEvent models an actor reading textural content. ReadingEvent is DEPRECATED and will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "ReadingEvent"@en ; owl:deprecated "true"^^xsd:boolean . @@ -1918,6 +2057,7 @@ xsd:duration rdf:type rdfs:Datatype . :Response rdf:type owl:Class ; rdfs:subClassOf :Entity ; rdfs:comment "A Caliper Response is a generic type that represents the selected option generated by a Person interacting with an AssessmentItem. Utilize Response only if no suitable subtype exists to represent the response being described."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Response"@en . @@ -1925,6 +2065,7 @@ xsd:duration rdf:type rdfs:Datatype . :Result rdf:type owl:Class ; rdfs:subClassOf :Entity ; rdfs:comment "A Caliper Result represents a grade applied to an assignment submission."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Result"@en . @@ -1939,6 +2080,7 @@ xsd:duration rdf:type rdfs:Datatype . :Score rdf:type owl:Class ; rdfs:subClassOf :Entity ; rdfs:comment "A Caliper Score represents a grade. The Score value is considered immutable."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Score"@en . @@ -1946,12 +2088,14 @@ xsd:duration rdf:type rdfs:Datatype . :SelectTextResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; rdfs:comment "A Caliper SelectTextResponse represents a type of Response that identifies text or a mapping from a presented paragraph or list."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "SelectTextResponse"@en . ### http://purl.imsglobal.org/caliper/Selector :Selector rdf:type owl:Class ; rdfs:comment "A Caliper Selector is a generic class that describes a fragment or segment of a resource. Utilize Selector only if no suitable subtype exists to represent the selection being described."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Selector"@en . @@ -1970,6 +2114,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper Session represents a web application user session."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Session"@en . @@ -2042,6 +2187,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :DigitalResource ] ; rdfs:comment "A Caliper SessionEvent models the creation and subsequent termination of a user session established by a Person interacting with a SoftwareApplication."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "SessionEvent"@en . @@ -2049,6 +2195,7 @@ xsd:duration rdf:type rdfs:Datatype . :SharedAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; rdfs:comment "A Caliper SharedAnnotation represents the act of sharing a reference to a DigitalResource with other agents."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "SharedAnnotation"@en . @@ -2056,6 +2203,7 @@ xsd:duration rdf:type rdfs:Datatype . :SoftwareApplication rdf:type owl:Class ; rdfs:subClassOf :Agent ; rdfs:comment "A Caliper SoftwareApplication represents a computer program, application, module, platform or system."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "SoftwareApplication"@en . @@ -2070,6 +2218,7 @@ xsd:duration rdf:type rdfs:Datatype . :TagAnnotation rdf:type owl:Class ; rdfs:subClassOf :Annotation ; rdfs:comment "A Caliper TagAnnotation represents the act of tagging a DigitalResource with tags or labels."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "TagAnnotation"@en . @@ -2077,6 +2226,7 @@ xsd:duration rdf:type rdfs:Datatype . :TextPositionSelector rdf:type owl:Class ; rdfs:subClassOf :Selector ; rdfs:comment "A Caliper TextPositionSelector represents a fragment or selection of textual content, the starting and ending positions of which are determined by the distance in characters from the initial character (position 0) of the enclosing full text."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "TextPositionSelector"@en . @@ -2106,6 +2256,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper Thread represents a series of one or more messages that share a common subject and are connected by a reply or by date relationships."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "Thread"@en . @@ -2150,6 +2301,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper ThreadEvent models an actor interacting with a Forum thread or topic."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "ThreadEvent"@en . @@ -2194,6 +2346,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :SoftwareApplication ] ; rdfs:comment "A Caliper ToolUseEvent models a Person using a learning tool in a way that the tool's creators have determined is an indication of a learning interaction."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "ToolUseEvent"@en . @@ -2201,6 +2354,7 @@ xsd:duration rdf:type rdfs:Datatype . :TrueFalseResponse rdf:type owl:Class ; rdfs:subClassOf :Response ; rdfs:comment "A Caliper TrueFalseResponse represents a type of Response to an AssessmentItem in which only two possible options are provided (e.g., true/false, yes/no)."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "TrueFalseResponse"@en . @@ -2208,6 +2362,7 @@ xsd:duration rdf:type rdfs:Datatype . :VideoObject rdf:type owl:Class ; rdfs:subClassOf :MediaObject ; rdfs:comment "A Caliper VideoObject represents a visual recording stored in digital form."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "VideoObject"@en . @@ -2252,6 +2407,7 @@ xsd:duration rdf:type rdfs:Datatype . owl:someValuesFrom :Frame ] ; rdfs:comment "A Caliper ViewEvent describes an actor's examination of digital content whenever the activity emphasizes thoughtful observation or study as opposed to the mere retrieval of a resource."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "ViewEvent"@en . @@ -2259,6 +2415,7 @@ xsd:duration rdf:type rdfs:Datatype . :WebPage rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; rdfs:comment "A Caliper WebPage represents a document containing markup that is suitable for display in a web browser."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "WebPage"@en . @@ -2267,6 +2424,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:subClassOf :DigitalResource ; :Chapter ; rdfs:comment "A Caliper EpubChapter represents a major structural division of a piece of writing. EpubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "EpubChapter"@en ; owl:deprecated "true"^^xsd:boolean . @@ -2275,6 +2433,7 @@ xsd:duration rdf:type rdfs:Datatype . :epubPart rdf:type owl:Class ; rdfs:subClassOf :DigitalResource ; rdfs:comment "A Caliper EpubPart represents a major structural division of a piece of writing, typically encapsulating a set of related chapters. EpubPart is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "EpubPart"@en ; owl:deprecated "true"^^xsd:boolean . @@ -2294,6 +2453,7 @@ xsd:duration rdf:type rdfs:Datatype . rdf:type owl:Class ] ; rdfs:comment "A Caliper EpubSubChapter represents a major sub-division of an EpubChapter. EpubSubChapter is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."^^xsd:string ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "EpubSubChapter"@en ; owl:deprecated "true"^^xsd:boolean . @@ -2303,6 +2463,7 @@ xsd:duration rdf:type rdfs:Datatype . rdfs:subClassOf :DigitalResource ; :Document ; rdfs:comment "A Caliper EpubVolume represents a component of a collection. EpubVolume inherits all the properties and requirements defined for DigitalResource, its supertype. EpubVolume is a DEPRECATED entity that will be removed in a future version of the specification. It SHOULD NOT be referenced."@en ; + rdfs:isDefinedBy "http://purl.imsglobal.org/caliper" ; rdfs:label "EpubVolume"@en ; owl:deprecated "true"^^xsd:boolean . From 02b389d78feb0098429ba86d946f743472cac1dc Mon Sep 17 00:00:00 2001 From: Anthony Whyte Date: Mon, 9 Apr 2018 10:45:23 -0400 Subject: [PATCH 6/6] Update version to 1.1.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 627a2d9..bbce03f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # IMS Global Learning Consortium, Inc. -# Caliper Analytics® Ontology, version 1.1 +# Caliper Analytics® Ontology, version 1.1.1 ## IPR and Distribution Notice Recipients of this ontology are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the specification set forth in this document, and to provide supporting documentation. @@ -32,7 +32,7 @@ The Caliper ontology is available in three flavors: [JSON-LD](./caliper-jsonld.o * __develop__: unstable development branch. Current work that targets a future release is merged to this branch. ## Tags -Caliper ontology releases are tagged and versioned MAJOR.MINOR.PATCH\[-label\] (e.g., 1.1.0). Pre-release tags are identified with an extensions label (e.g., "1.2.0-RC01"). The tags are stored in this repository. +Caliper ontology releases are tagged and versioned MAJOR.MINOR.PATCH\[-label\] (e.g., 1.1.1). Pre-release tags are identified with an extensions label (e.g., "1.2.0-RC01"). The tags are stored in this repository. ©2018 IMS Global Learning Consortium, Inc. All Rights Reserved. Trademark Information - http://www.imsglobal.org/copyright.html \ No newline at end of file