IMS Context Description Notes
Version
This is the set of term definitions for the context.
List of Properties
Class Definitions
The container for the details for an association link. This was added as part of the CASE Link Data to avoid using the Association object to define the relationship between two objects.
The list and definition of the child properties is:-
- associationType
- The type of association. This uses an enumerated vocabulary.
- identifier
- An unambiguous, synthetic, globally unique identifier (this may or may not be a UUID) for the associated object.
- uri
- The uri of the link target.
- title
- A human readable title for the associated object.
The list and definition of the child properties is:-
- CFAssociationGrouping
- The CFAssociationGrouping instance.
- CFConcept
- The set of CFConcepts instance.
- CFDocument
- The CFDocument instance.
- CFItem
- The CFItem instance.
- CFItemType
- The set of CFItemTypes instance.
- CFLicense
- The CFLicense instance.
- CFPackage
- The CFPackage instance i.e. the document and ALL of the associated objects.
- CFRubric
- The CFRubric instance.
- CFSubject
- The set of CFSubjects instance.
This is the container for the data about the relationship between two CFDocuments or between two CFItems outside of the context of a CFPackage or CFItem.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFAssociation. This is the primary way in which the exchange identification is achieved.
- associationType
- The type of association. This is used to allow relationships that cannot be expressed using the predefined association relationships.
- sequenceNumber
- This is used to order associated objects. Associations can be created through mapping rather than strict hierarchy. As such the presentation of the list cannot be ordered by the objects in the list. They may be different based on the parent being viewed.
- uri
- An unambiguous reference to the CFAssociation using a network-resolvable URI.
- originNodeURI
- The resolvable URI for the origin node object.
- destinationNodeURI
- The resolvable URI for the destination node object.
- CFAssociationGroupingURI
- The network resolvable URI for the link data relationship to a CFAssociationGrouping.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- CFDocumentURI
- An unambiguous reference to the CFDocument that would be used in the context of this CFAssociation using a network-resolvable URI.
This is the container for information about a set of associations that have been labelled as a group (the nature of the group being defined by this container).
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFAssociationGrouping. This is the primary way in which the exchange identification is achieved.
- uri
- An unambiguous reference to the CFAssociationGrouping using a network-resolvable URI.
- title
- The title of the CFAssociationGrouping.
- description
- A human readable description of the CFAssociationGrouping.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- type
- The JSON-LD @type.
This is the container for a collection of CFAssociations. There must be at least one CFAssociation. Note that the association can be between CFDocuments or between CFItems.
The list and definition of the child properties is:-
- CFItem
- This is the container for the specified CFItem object. This is the content that either describes a specific competency (learning objective) or describes a grouping of competencies within the taxonomy of a Competency Framework Document.
- CFAssociations
- This is the data for a single CFAssociation within the CFAssociationSet container. The association can be between CFDocuments or between CFItems
The container for the definition of a concept which is addressed by the competency framework.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFConcept. This is the primary way in which the exchange identification is achieved.
- uri
- An unambiguous reference to the CFConcept using a network-resolvable URI.
- title
- The title of the CFConcept.
- keywords
- Defined listing of keywords delimited by '|' that the concept encompasses.
- hierarchyCode
- A human-referenceable code designated by the publisher to identify the item in the hierarchy of the Concepts.
- description
- A human readable description of the CFConcept.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- type
- The JSON-LD @type.
The container for the set of CFConcepts supplied in the response payload. The relationship between the CFConcepts is determined by the 'hierarchyCode'. The first CFConcept is that which has been specified in the call. The other CFConcepts are the set of children as determined by their place in the 'hierarchyCode' of the CFConcept.
The list and definition of the child properties is:-
- CFConcepts
- The set of CFConcepts. The relationship between the CFConcepts is determined by the 'hierarchyCode'. The first CFConcept is that which has been specified in the call. The other CFConcepts are the set of children as determined by their place in the 'hierarchyCode' of the CFConcept.
The container for the set of definitions used for the competency framework i.e. the set of CFSubjects, CFConcepts, CFItemTypes, CFAssociationGroupings and CFLicenses.
The list and definition of the child properties is:-
- CFConcepts
- The set of concept definitions.
- CFSubjects
- The set of subject definitions.
- CFLicenses
- The set of license definitions.
- CFItemTypes
- The set of item type definitions.
- CFAssociationGroupings
- The set of association grouping definitions.
The container for the data about a competency framework document (CFDocument) when exchanged outside of the context of a CFPackage. A CFDocument is the root for the creation of a learning standard/competency.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFDocument. This is the primary way in which the exchange identification is achieved.
- uri
- An unambiguous reference to the CFDocument using a network-resolvable URI.
- creator
- The entity with authority that promulgates the competency framework. This is the entity that authorized or created the competency framework. It could be an education agency, higher education institution, professional body. It is the owner of the competency framework.
- title
- The title of the CFDocument.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- officialSourceURL
- The URL link to the formal citation of the original achievement standards document created for humans.
- publisher
- The entity responsible for making the learning standards document available.
- description
- A human readable description of the CFDocument.
- subject
- The topic or academic subject of the Document (this should use some appropriate K-12, HE, etc. based vocabulary).
- subjectURI
- A set of Link URIs denoting the set of subjects for the document as designated by the promulgating agency.
- language
- The default language of the text used for the content in the learning standard document (use ISO 639-2 [ISO 639]).
- version
- Defines the revision of the document (the nature of this versoning is an implementation issue).
- adoptionStatus
- The publication status of the document.
- statusStartDate
- The date the CFDocument status started.
- statusEndDate
- The date the CFDocument status ended or changed to another status.
- licenseURI
- A link to a legal document controlling permission to do something with the standards document.
- notes
- Any text used to comment on the published CFDocument.
- associationSet
- The set of associations for this CFDocument. This is supplied as a list of AssociationLinks; i.e. it does NOT use the CFAssociation structure.
- type
- The JSON-LD @type.
- CFPackageURI
- An unambiguous reference to the CFPackage that would be used to contain this CFDocument using a network-resolvable URI.
This is the container for a collection of CFDocuments. There must be at least one CFDocument.
The list and definition of the child properties is:-
- CFDocuments
- This is the data for a single CFDocument within the CFDocumentSet container.
This is the container for the CFItem data outside of the context of a CFPackage. This is the content that either describes a specific competency (learning objective) or describes a grouping of competencies within the taxonomy of a Competency Framework Document.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFItem. This is the primary way in which the exchange identification is achieved.
- fullStatement
- The text of the statement. The textual content that either describes a specific competency or describes a less granular group of competencies within the taxonomy of the standards document.
- alternativeLabel
- An alternate 'term' for Competency. Some institutions may want to render their achievements as outcomes, or objectives, etc. Semantically they are the same as Competencies, but diversity of terms is used. This allows for the flexibility for the institution to define their own term for 'Competency' and not being locked into it.
- CFItemType
- The textual label identifying the class of the statement as designated by the promulgating body.
- uri
- An unambiguous reference to the CFItem using a network-resolvable URI.
- humanCodingScheme
- A human-referenceable code designated by the publisher to identify the item among learning standard items.
- listEnumeration
- A set of one or more alphanumeric characters and/or symbol denoting the positioning of the statement being described in a sequential listing of statements.
- abbreviatedStatement
- An abbreviated version of the Full Statement.
- conceptKeywords
- The significant topicality of the CFItem using free-text keywords and phrases.
- conceptKeywordsURI
- The significant topicality of the CFItem using a controlled vocabulary maintained as linked data.
- notes
- Information about the derivation of a CFItem statement.
- language
- The default language of the text used for the content in the learning standard document (use ISO 639-2 [ISO 639]).
- educationLevel
- The education level, grade level or primary instructional level at which a CFItem is intended
- CFItemTypeURI
- This is the linked data location for the CFItemType.
- licenseURI
- A link to a legal document controlling permission to do something with the CFItem.
- statusStartDate
- The date the CFItem status started.
- statusEndDate
- The date the CFItem status ended or changed to another status.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- associationSet
- The set of associations for this CFItem. This is supplied as a list of AssociationLinks; i.e. it does NOT use the CFAssociation structure.
- type
- The JSON-LD @type.
- CFDocumentURI
- An unambiguous reference to the CFDocument that would be used to contain this CFItem using a network-resolvable URI.
The container for the ItemType information use within the competency framework.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFItemType. This is the primary way in which the exchange identification is achieved.
- uri
- An unambiguous reference to the CFItemType using a network-resolvable URI.
- title
- The title of the CFItemType.
- description
- A human readable description of the CFItemType.
- hierarchyCode
- A human-referenceable code designated by the publisher to identify the item in the hierarchy of ItemTypes.
- typeCode
- Text code used for type identification.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- type
- The JSON-LD @type.
The container for the set of CFItemTypes supplied in the response payload. The relationship between the CFItemTypes is determined by the 'hierarchyCode'. The first CFItemType is that which has been specified in the call. The other CFItemTypes are the set of children as determined by their place in the 'hierarchyCode' of the CFItemType.
The list and definition of the child properties is:-
- CFItemTypes
- The set of CFItemTypes. The relationship between the CFItemTypes is determined by the 'hierarchyCode'. The first CFItemType is that which has been specified in the call. The other CFItemTypes are the set of children as determined by their place in the 'hierarchyCode' of the CFItemType.
The container for the information about a license used within the competency framework.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFLicense. This is the primary way in which the exchange identification is achieved.
- uri
- An unambiguous reference to the CFLicense using a network-resolvable URI.
- title
- The title of the CFLicense.
- description
- A human readable description of the CFLicense.
- licenseText
- Legal license text used by the organization to convey license permissions. This may include the actual license text, or a link to a web location containing the license as a document or as text.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- type
- The JSON-LD @type.
This is the container for all of the data for a Competency Framework Package i.e. the root CFDocument and ALL of the corresponding components i.e. the CFItems, CFAssociations and CFDefinitions.
The list and definition of the child properties is:-
- CFDocument
- The root Competency Framework Document. There must be only one CFDocument.
- CFItems
- The set of Competency Framework Items that are a components (direct or indirect children) of the root Competency Framework Document. There must be at least one Competency Framework Item.
- CFAssociations
- The set of Competency Framework Associations. This includes: the set of associations between the component CFItems and other CFItems; the set of associations between the root CFDocument and other CFDocuments.
- CFDefinitions
- The Competency Framework Definitions for the CFDocument and the associated component CFItems. The definitions contains the corresponding set of: CFConcepts, CFSubjects, CFLicenses, CFItemTypes and CFAssociationGroupings.
- CFRubrics
- The set of Competency Framework CFRubrics including the associated CFRubricCriteria and CFRubrcCriterionLevels that are required to complete all of the information relevant to the parent CFRubric.
This is the container for the data about the relationship between two CFDocuments or between two CFItems within the context of a CFPackage.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFAssociation. This is the primary way in which the exchange identification is achieved.
- associationType
- The type of association. This is used to allow relationships that cannot be expressed using the predefined association relationships.
- sequenceNumber
- This is used to order associated objects. Associations can be created through mapping rather than strict hierarchy. As such the presentation of the list cannot be ordered by the objects in the list. They may be different based on the parent being viewed.
- uri
- An unambiguous reference to the CFAssociation using a network-resolvable URI.
- originNodeURI
- The resolvable URI for the origin node object.
- destinationNodeURI
- The resolvable URI for the destination node object.
- CFAssociationGroupingURI
- The network resolvable URI for the link data relationship to a CFAssociationGrouping.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
The container for the data about a competency framework document (CFDocument) within a CFPackage. A CFDocument is the root for the creation of a learning standard/competency.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFDocument. This is the primary way in which the exchange identification is achieved.
- uri
- An unambiguous reference to the CFDocument using a network-resolvable URI.
- creator
- The entity with authority that promulgates the competency framework. This is the entity that authorized or created the competency framework. It could be an education agency, higher education institution, professional body. It is the owner of the competency framework.
- title
- The title of the CFDocument.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- officialSourceURL
- The URL link to the formal citation of the original achievement standards document created for humans.
- publisher
- The entity responsible for making the learning standards document available.
- description
- A human readable description of the CFDocument.
- subject
- The topic or academic subject of the Document (this should use some appropriate K-12, HE, etc. based vocabulary).
- subjectURI
- A set of Link URIs denoting the set of subjects for the document as designated by the promulgating agency.
- language
- The default language of the text used for the content in the learning standard document (use ISO 639-2 [ISO 639]).
- version
- Defines the revision of the document (the nature of this versoning is an implementation issue).
- adoptionStatus
- The publication status of the document.
- statusStartDate
- The date the CFDocument status started.
- statusEndDate
- The date the CFDocument status ended or changed to another status.
- licenseURI
- A link to a legal document controlling permission to do something with the standards document.
- notes
- Any text used to comment on the published CFDocument.
- associationSet
- The set of associations for this CFDocument. This is supplied as a list of AssociationLinks; i.e. it does NOT use the CFAssociation structure.
- type
- The JSON-LD @type.
This is the container for the CFItem data within the context of a CFPackage. This is the content that either describes a specific competency (learning objective) or describes a grouping of competencies within the taxonomy of a Competency Framework Document.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFItem. This is the primary way in which the exchange identification is achieved.
- fullStatement
- The text of the statement. The textual content that either describes a specific competency or describes a less granular group of competencies within the taxonomy of the standards document.
- alternativeLabel
- An alternate 'term' for Competency. Some institutions may want to render their achievements as outcomes, or objectives, etc. Semantically they are the same as Competencies, but diversity of terms is used. This allows for the flexibility for the institution to define their own term for 'Competency' and not being locked into it.
- CFItemType
- The textual label identifying the class of the statement as designated by the promulgating body.
- uri
- An unambiguous reference to the CFItem using a network-resolvable URI.
- humanCodingScheme
- A human-referenceable code designated by the publisher to identify the item among learning standard items.
- listEnumeration
- A set of one or more alphanumeric characters and/or symbol denoting the positioning of the statement being described in a sequential listing of statements.
- abbreviatedStatement
- An abbreviated version of the Full Statement.
- conceptKeywords
- The significant topicality of the CFItem using free-text keywords and phrases.
- conceptKeywordsURI
- The significant topicality of the CFItem using a controlled vocabulary maintained as linked data.
- notes
- Information about the derivation of a CFItem statement.
- language
- The default language of the text used for the content in the learning standard document (use ISO 639-2 [ISO 639]).
- educationLevel
- The education level, grade level or primary instructional level at which a CFItem is intended
- CFItemTypeURI
- This is the linked data location for the CFItemType.
- licenseURI
- A link to a legal document controlling permission to do something with the CFItem.
- statusStartDate
- The date the CFItem status started.
- statusEndDate
- The date the CFItem status ended or changed to another status.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- associationSet
- The set of associations for this CFItem. This is supplied as a list of AssociationLinks; i.e. it does NOT use the CFAssociation structure.
- type
- The JSON-LD @type.
The container for the definition of a rubric which is addressed by the competency framework. This includes the set of associated CFRubricCriteria and CFRubricCriterionLevels.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFRubric. This is the primary way in which the exchange identification is achieved.
- uri
- An unambiguous reference to the CFRubric using a network-resolvable URI.
- title
- The title of the CFRubric.
- description
- A human readable description of the CFRubric.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- CFRubricCriteria
- The set of CFRubricCriterion that are required to complete the definition of the parent CFRubric.
- type
- The JSON-LD @type.
The container for the definition of a rubric criterion which is addressed by the competency framework.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFRubricCriterion. This is the primary way in which the exchange identification is achieved.
- uri
- An unambiguous reference to the CFRubricCriterion using a network-resolvable URI.
- category
- A textual label for category by which CFRubricCriterion may be grouped.
- description
- A human readable description of the CFRubricCriterion.
- CFItemURI
- An unambiguous reference to the CFItem to which this rubric criterion is associated using a network-resolvable URI and link data.
- weight
- A numeric weight assigned to this CFRubricCriterion, used for scored rubrics.
- position
- A numeric value representing this criterion's position in the criteria list for this CFRubric.
- rubricId
- The UUID for the parent CFRubric. This is included for forwards compatibility to enable access to the CFRubricCriterion without requiring embedding within the CFRubric itself.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- CFRubricCriterionLevels
- The set of CFRubricCriterionLevels that are required to complete the definition of the parent CFRubricCriterion.
The container for the definition of a criterion level which is addressed by the competency framework.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFRubricCriterionLevel. This is the primary way in which the exchange identification is achieved.
- uri
- An unambiguous reference to the CFRubricCriterionLevel using a network-resolvable URI.
- description
- A human readable description of the CFRubricCriterionLevel.
- quality
- A qualitative description of this degree of achievement used for column headers or row labels in tabular rubrics.
- score
- The points awarded for achieving this level.
- feedback
- Pre-defined feedback text to be relayed to the person or organization being evaluated. This may include guidance and suggestions for improvement or development.
- position
- A numeric value representing the level's position in the list of levels defined for the CFRubricCriterion.
- rubricCriterionId
- The UUID for the parent CFRubricCriterion. This is included for forwards compatibility to enable access to the CFRubricCriterionLevel without requiring embedding within the CFRubricCriterion itself.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
The container for the definition of a topic or academic subject which is addressed by the competency framework.
The list and definition of the child properties is:-
- identifier
- An unambiguous, synthetic, globally unique identifier for the CFSubject. This is the primary way in which the exchange identification is achieved.
- uri
- An unambiguous reference to the CFSubject using a network-resolvable URI.
- title
- The title of the CFSubject.
- hierarchyCode
- A human-referenceable code designated by the publisher to identify the item in the hierarchy of the subjects.
- description
- A human readable description of the CFSubject.
- lastChangeDateTime
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- type
- The JSON-LD @type.
The container for the set of CFSubjects supplied in the response payload. The relationship between the CFSubjects is determined by the 'hierarchyCode'. The first CFSubject is that which has been specified in the call. The other CFSubjects are the set of children as determined by their place in the 'hierarchyCode' of the CFSubject.
The list and definition of the child properties is:-
- CFSubjects
- The set of CFSubjects. The relationship between the CFSubjects is determined by the 'hierarchyCode'. The first CFSubject is that which has been specified in the call. The other CFSubjects are the set of children as determined by their place in the 'hierarchyCode' of the CFSubject.
A container for the information that is used to achieve the link data reference.
The list and definition of the child properties is:-
- title
- A human readable title for the associated object.
- identifier
- An unambiguous, synthetic, globally unique identifier (this may or may not be a UUID) for the associated object.
- uri
- A network-resolvable URI pointing to the authoritative reference for the associated object.
A container for the information that is used to achieve the link data reference.
The list and definition of the child properties is:-
- title
- A human readable title for the associated object.
- identifier
- An unambiguous, synthetic, globally unique identifier (UUID) for the associated object.
- uri
- A network-resolvable URI pointing to the authoritative reference for the associated object.
The data-type for establishing a Uniform Resource Locator (URL) as defined by W3C.
The data-type for establishing a Globally Unique Identifier (GUID). The form of the GUID is a Universally Unique Identifier (UUID) of 16 hexadecimal characters (lower case) in the format 8-4-4-4-12. All permitted versions (1-5) and variants (1-2) are supported.
Property Definitions
The CFAssociationGrouping instance.
The network resolvable URI for the link data relationship to a CFAssociationGrouping.
The set of association grouping definitions.
This is the data for a single CFAssociation within the CFAssociationSet container. The association can be between CFDocuments or between CFItems
The set of CFConcepts instance.
The set of CFConcepts. The relationship between the CFConcepts is determined by the 'hierarchyCode'. The first CFConcept is that which has been specified in the call. The other CFConcepts are the set of children as determined by their place in the 'hierarchyCode' of the CFConcept.
The Competency Framework Definitions for the CFDocument and the associated component CFItems. The definitions contains the corresponding set of: CFConcepts, CFSubjects, CFLicenses, CFItemTypes and CFAssociationGroupings.
The CFDocument instance.
An unambiguous reference to the CFDocument that would be used in the context of this CFAssociation using a network-resolvable URI.
This is the data for a single CFDocument within the CFDocumentSet container.
The CFItem instance.
The set of CFItemTypes instance.
This is the linked data location for the CFItemType.
The set of item type definitions.
An unambiguous reference to the CFItem to which this rubric criterion is associated using a network-resolvable URI and link data.
The set of Competency Framework Items that are a components (direct or indirect children) of the root Competency Framework Document. There must be at least one Competency Framework Item.
The CFLicense instance.
The set of license definitions.
The CFPackage instance i.e. the document and ALL of the associated objects.
An unambiguous reference to the CFPackage that would be used to contain this CFDocument using a network-resolvable URI.
The CFRubric instance.
The set of CFRubricCriterion that are required to complete the definition of the parent CFRubric.
The set of CFRubricCriterionLevels that are required to complete the definition of the parent CFRubricCriterion.
The set of Competency Framework CFRubrics including the associated CFRubricCriteria and CFRubrcCriterionLevels that are required to complete all of the information relevant to the parent CFRubric.
The set of CFSubjects instance.
The set of subject definitions.
This property is used in the following classes:-
- dtCFPckgItem Class
- An abbreviated version of the Full Statement.
This property is used in the following classes:-
- dtCFPckgDocument Class
- The publication status of the document.
This property is used in the following classes:-
- dtCFPckgItem Class
- An alternate 'term' for Competency. Some institutions may want to render their achievements as outcomes, or objectives, etc. Semantically they are the same as Competencies, but diversity of terms is used. This allows for the flexibility for the institution to define their own term for 'Competency' and not being locked into it.
The set of associations for this CFDocument. This is supplied as a list of AssociationLinks; i.e. it does NOT use the CFAssociation structure.
The type of association. This uses an enumerated vocabulary.
This property is used in the following classes:-
- dtCFRubricCriterion Class
- A textual label for category by which CFRubricCriterion may be grouped.
This property is used in the following classes:-
- dtCFPckgItem Class
- The significant topicality of the CFItem using free-text keywords and phrases.
The significant topicality of the CFItem using a controlled vocabulary maintained as linked data.
This property is used in the following classes:-
- dtCFPckgDocument Class
- The entity with authority that promulgates the competency framework. This is the entity that authorized or created the competency framework. It could be an education agency, higher education institution, professional body. It is the owner of the competency framework.
This property is used in the following classes:-
- dtCFAssociationGrouping Class
- A human readable description of the CFAssociationGrouping.
- dtCFConcept Class
- A human readable description of the CFConcept.
- dtCFItemType Class
- A human readable description of the CFItemType.
- dtCFLicense Class
- A human readable description of the CFLicense.
- dtCFPckgDocument Class
- A human readable description of the CFDocument.
- dtCFRubric Class
- A human readable description of the CFRubric.
- dtCFRubricCriterion Class
- A human readable description of the CFRubricCriterion.
- dtCFRubricCriterionLevel Class
- A human readable description of the CFRubricCriterionLevel.
- dtCFSubject Class
- A human readable description of the CFSubject.
The resolvable URI for the destination node object.
This property is used in the following classes:-
- dtCFPckgItem Class
- The education level, grade level or primary instructional level at which a CFItem is intended
This property is used in the following classes:-
- dtCFRubricCriterionLevel Class
- Pre-defined feedback text to be relayed to the person or organization being evaluated. This may include guidance and suggestions for improvement or development.
This property is used in the following classes:-
- dtCFPckgItem Class
- The text of the statement. The textual content that either describes a specific competency or describes a less granular group of competencies within the taxonomy of the standards document.
This property is used in the following classes:-
- dtCFConcept Class
- A human-referenceable code designated by the publisher to identify the item in the hierarchy of the Concepts.
- dtCFItemType Class
- A human-referenceable code designated by the publisher to identify the item in the hierarchy of ItemTypes.
- dtCFSubject Class
- A human-referenceable code designated by the publisher to identify the item in the hierarchy of the subjects.
This property is used in the following classes:-
- dtCFPckgItem Class
- A human-referenceable code designated by the publisher to identify the item among learning standard items.
This property is used in the following classes:-
- dtAssociationLink Class
- An unambiguous, synthetic, globally unique identifier (this may or may not be a UUID) for the associated object.
- dtCFAssociationGrouping Class
- An unambiguous, synthetic, globally unique identifier for the CFAssociationGrouping. This is the primary way in which the exchange identification is achieved.
- dtCFConcept Class
- An unambiguous, synthetic, globally unique identifier for the CFConcept. This is the primary way in which the exchange identification is achieved.
- dtCFItemType Class
- An unambiguous, synthetic, globally unique identifier for the CFItemType. This is the primary way in which the exchange identification is achieved.
- dtCFLicense Class
- An unambiguous, synthetic, globally unique identifier for the CFLicense. This is the primary way in which the exchange identification is achieved.
- dtCFPckgAssociation Class
- An unambiguous, synthetic, globally unique identifier for the CFAssociation. This is the primary way in which the exchange identification is achieved.
- dtCFPckgDocument Class
- An unambiguous, synthetic, globally unique identifier for the CFDocument. This is the primary way in which the exchange identification is achieved.
- dtCFPckgItem Class
- An unambiguous, synthetic, globally unique identifier for the CFItem. This is the primary way in which the exchange identification is achieved.
- dtCFRubric Class
- An unambiguous, synthetic, globally unique identifier for the CFRubric. This is the primary way in which the exchange identification is achieved.
- dtCFRubricCriterion Class
- An unambiguous, synthetic, globally unique identifier for the CFRubricCriterion. This is the primary way in which the exchange identification is achieved.
- dtCFRubricCriterionLevel Class
- An unambiguous, synthetic, globally unique identifier for the CFRubricCriterionLevel. This is the primary way in which the exchange identification is achieved.
- dtCFSubject Class
- An unambiguous, synthetic, globally unique identifier for the CFSubject. This is the primary way in which the exchange identification is achieved.
- dtLinkGenURI Class
- An unambiguous, synthetic, globally unique identifier (this may or may not be a UUID) for the associated object.
- dtLinkURI Class
- An unambiguous, synthetic, globally unique identifier (UUID) for the associated object.
This property is used in the following classes:-
- dtCFConcept Class
- Defined listing of keywords delimited by '|' that the concept encompasses.
This property is used in the following classes:-
- dtCFPckgDocument Class
- The default language of the text used for the content in the learning standard document (use ISO 639-2 [ISO 639]).
- dtCFPckgItem Class
- The default language of the text used for the content in the learning standard document (use ISO 639-2 [ISO 639]).
This property is used in the following classes:-
- dtCFAssociationGrouping Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- dtCFConcept Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- dtCFItemType Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- dtCFLicense Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- dtCFPckgAssociation Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- dtCFPckgDocument Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- dtCFPckgItem Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- dtCFRubric Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- dtCFRubricCriterion Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- dtCFRubricCriterionLevel Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
- dtCFSubject Class
- A system generated timestamp of the most recent change to this record. This conforms to ISO 8601 dateTime definition [ISO 8601].
This property is used in the following classes:-
- dtCFLicense Class
- Legal license text used by the organization to convey license permissions. This may include the actual license text, or a link to a web location containing the license as a document or as text.
A link to a legal document controlling permission to do something with the standards document.
This property is used in the following classes:-
- dtCFPckgItem Class
- A set of one or more alphanumeric characters and/or symbol denoting the positioning of the statement being described in a sequential listing of statements.
This property is used in the following classes:-
- dtCFPckgDocument Class
- Any text used to comment on the published CFDocument.
- dtCFPckgItem Class
- Information about the derivation of a CFItem statement.
The URL link to the formal citation of the original achievement standards document created for humans.
The resolvable URI for the origin node object.
This property is used in the following classes:-
- dtCFRubricCriterion Class
- A numeric value representing this criterion's position in the criteria list for this CFRubric.
- dtCFRubricCriterionLevel Class
- A numeric value representing the level's position in the list of levels defined for the CFRubricCriterion.
This property is used in the following classes:-
- dtCFPckgDocument Class
- The entity responsible for making the learning standards document available.
This property is used in the following classes:-
- dtCFRubricCriterionLevel Class
- A qualitative description of this degree of achievement used for column headers or row labels in tabular rubrics.
The UUID for the parent CFRubricCriterion. This is included for forwards compatibility to enable access to the CFRubricCriterionLevel without requiring embedding within the CFRubricCriterion itself.
The UUID for the parent CFRubric. This is included for forwards compatibility to enable access to the CFRubricCriterion without requiring embedding within the CFRubric itself.
This property is used in the following classes:-
- dtCFRubricCriterionLevel Class
- The points awarded for achieving this level.
This property is used in the following classes:-
- dtCFPckgAssociation Class
- This is used to order associated objects. Associations can be created through mapping rather than strict hierarchy. As such the presentation of the list cannot be ordered by the objects in the list. They may be different based on the parent being viewed.
This property is used in the following classes:-
- dtCFPckgDocument Class
- The date the CFDocument status ended or changed to another status.
- dtCFPckgItem Class
- The date the CFItem status ended or changed to another status.
This property is used in the following classes:-
- dtCFPckgDocument Class
- The date the CFDocument status started.
- dtCFPckgItem Class
- The date the CFItem status started.
This property is used in the following classes:-
- dtCFPckgDocument Class
- The topic or academic subject of the Document (this should use some appropriate K-12, HE, etc. based vocabulary).
A set of Link URIs denoting the set of subjects for the document as designated by the promulgating agency.
This property is used in the following classes:-
- dtAssociationLink Class
- A human readable title for the associated object.
- dtCFAssociationGrouping Class
- The title of the CFAssociationGrouping.
- dtCFConcept Class
- The title of the CFConcept.
- dtCFItemType Class
- The title of the CFItemType.
- dtCFLicense Class
- The title of the CFLicense.
- dtCFPckgDocument Class
- The title of the CFDocument.
- dtCFRubric Class
- The title of the CFRubric.
- dtCFSubject Class
- The title of the CFSubject.
- dtLinkGenURI Class
- A human readable title for the associated object.
- dtLinkURI Class
- A human readable title for the associated object.
This property is used in the following classes:-
- dtCFAssociationGrouping Class
- The JSON-LD @type.
- dtCFConcept Class
- The JSON-LD @type.
- dtCFItemType Class
- The JSON-LD @type.
- dtCFLicense Class
- The JSON-LD @type.
- dtCFPckgDocument Class
- The JSON-LD @type.
- dtCFPckgItem Class
- The JSON-LD @type.
- dtCFRubric Class
- The JSON-LD @type.
- dtCFSubject Class
- The JSON-LD @type.
This property is used in the following classes:-
- dtCFItemType Class
- Text code used for type identification.
This property is used in the following classes:-
- dtAssociationLink Class
- The uri of the link target.
- dtCFAssociationGrouping Class
- An unambiguous reference to the CFAssociationGrouping using a network-resolvable URI.
- dtCFConcept Class
- An unambiguous reference to the CFConcept using a network-resolvable URI.
- dtCFItemType Class
- An unambiguous reference to the CFItemType using a network-resolvable URI.
- dtCFLicense Class
- An unambiguous reference to the CFLicense using a network-resolvable URI.
- dtCFPckgAssociation Class
- An unambiguous reference to the CFAssociation using a network-resolvable URI.
- dtCFPckgDocument Class
- An unambiguous reference to the CFDocument using a network-resolvable URI.
- dtCFPckgItem Class
- An unambiguous reference to the CFItem using a network-resolvable URI.
- dtCFRubric Class
- An unambiguous reference to the CFRubric using a network-resolvable URI.
- dtCFRubricCriterion Class
- An unambiguous reference to the CFRubricCriterion using a network-resolvable URI.
- dtCFRubricCriterionLevel Class
- An unambiguous reference to the CFRubricCriterionLevel using a network-resolvable URI.
- dtCFSubject Class
- An unambiguous reference to the CFSubject using a network-resolvable URI.
- dtLinkGenURI Class
- A network-resolvable URI pointing to the authoritative reference for the associated object.
- dtLinkURI Class
- A network-resolvable URI pointing to the authoritative reference for the associated object.
This property is used in the following classes:-
- dtCFPckgDocument Class
- Defines the revision of the document (the nature of this versoning is an implementation issue).
This property is used in the following classes:-
- dtCFRubricCriterion Class
- A numeric weight assigned to this CFRubricCriterion, used for scored rubrics.