Licensed under a Creative Commons Attribution 4.0 International License.
The Achievement Standards Network (ASN) Description Language (ASN-DL) is comprised of a core set of Resource Description Framework (RDF) properties and classes that can be combined in community profiles with properties and classes defined by others to describe competency frameworks. This documentation describes both those properties and classes defined in the ASN namespace and properties borrowed from other publicly recognized namespaces to form a profile of all the schemas used in its design. The vast majority of properties defined in the data model are from the ASN namespace. The second most frequent properties used in the ASN-DL are from the Dublin Core Metadata Initiative (DCMI) Terms vocabulary.
The core RDF namespace described here provides IRIs for vocabulary terms useful in RDFa markup and in development of application profiles in the manner defined by Dublin Core. Custom community application profiles for competency frameworks that meet particular national or project needs can be designed using: (1) properties and classes from the even more namespaces, (2) locally defined sub-classes and sub-properties of the ASN terms; and (3) other RDF description languages and ontologies useful in the context of the application profile. One significant profile example is the Credential Engine's CTDL-ASN serving the education-to-work ecosystem.
While the ASN is rooted in RDF and dedicated to supporting open world applications, creators of non-RDF metadata can use the ASN-DL in non-RDF, closed world contexts, such as XML, JSON, UML and relational databases, by disregarding both the global IRI identifier and the formalisms of the RDF-specific aspects of term definitions and taking domain, range, and subproperty relations as usage suggestions and focus instead on the natural-language text of definitions and comments.
Development of the ASN-DF dates back to 2000 and and its application gained significant momentum with near decade-long funding from the U.S. National Science Foundation (NSF) starting in 2002 to the Information School of the University of Washington and its collaborator, JES & Co., a U.S. non-profit. Subsequent support for the ASN was provided by the Bill & Melinda Gates Foundation to develop the means for long-term sustainability of the language.
In 2013, stewardship of the ASN-US repository of K-12 competency frameworks developed under NSF funding was transferred to D2L with a commitment on its part to maintain access to the repository as an open, public service. Leadership in the further development of the ASN-DL has been a cooperative endeavor of the Information School of the University of Washington, D2L and community input. Work is currently underway through D2L on deployment of the ASN-DL in describing Canadian provincial frameworks.
The ASN-DL defines a vocabulary of properties and classes referred to as terms. ASN-DL is also referred to as a vocabulary or terms. Each property defines the classes or types to which it is applicable in the "Property Domain" row of each property definition table. Similarly, the value space(s) for each property are identified in the "Property Range" row of each property definition table. ASN-DL classes do not identified applicable properties; that is a function of the properties through their domain property.
The ASN-DL does not define data structures or constraints on use of properties beyond their definitions (e.g., whether a term is require or optional, cardinality etc.). These tasks are left to application profile developers serving different communities of practice that profile the ASN-DL.
While this document focuses in the asn:StandardDocument and the asn:Statement classes in the figure below in Section 3, in depth coverage of the asn:Rubric and its adjacent classes can be found in Model for ASN Rubrics.
In addition to the serializations of the ASN-DL terms (classes and properties), controlled vocabularies for some of the properties have been defined. The RDF insignia found on each vocabulary page referenced below is a link to the RDF/XML encoding of the vocabulary.
The five key entities of the ASN conceptual model diagram below include:
In addition, the ASN model provides two sets of utility entities (not shown in the diagram above):
The data model comes in both RDF/XML and JSON-LD serializations:
Prefixed Used | Vocabulary Title | Namespace Name |
---|---|---|
asn | Achievement Standards Network Profile | http://purl.org/ASN/schema/profile/ |
dc | The Dublin Core Metadata Element Set, v1.1 | http://purl.org/dc/elements/1.1/ |
dcterms | Dublin Core Terms | http://purl.org/dc/terms/ |
foaf | Friend of a Friend | http://xmlns.com/foaf/0.1/ |
gem | Gateway to 21st Century Skills | http://purl.org/gem/qualifiers/ |
skos | Simple Knowledge Organization System | http://www.w3.org/2004/02/skos/core# |
vann | Vocabulary for Annotating Vocabulary Descriptions | http://purl.org/vocab/vann/ |
Property listing for the classes identified in the Classes section below:
See Editor's Note for guidance on use.
The format and content of the ASN property definition tables are summarized as follows:
Property URI | A Uniform Resource Identifier used to identify the property. |
Label | A human-readableLabel assigned to the property (May be represented in different languages.) |
Defined By | An identifier of a namespace, pointer to a schema, or bibliographic reference for a document within which the property is defined. |
Source Definition | The definition of the property in the namespace in which the property was originated. (May be represented in different languages.) |
Source Comment | Comments on the property from the namespace in which the property originated. (May be represented in different languages.) |
Type of Term | The grammatical category of the term ("Property", "Class"). |
Refines | The described property semantically refines the referenced property. A refinement makes the meaning of the element narrower or more specific as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). It will share the meaning of the unrefined element but with a more restricted scope. |
Property Domain | The domain of the property being defined identifies the class(es) that may be acceptable instances of the subject of RDF statements for the property. |
Property Range | The range of the property being defined identifies the class(es) that may be acceptable instances of the object of RDF statements for the property. |
ASN Usage Note | A comment on the usage of the property or class in ASN (vann:usageNote ). |
Equivalent Property | The property being defined is equivalent to the property indicated (owl:equivalentProperty ). |
Property URI | http://purl.org/ASN/schema/core/alignFrom |
Label | Align From |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A standards document or statement from which the statement or document being described is aligned. |
Source Comment | An alignment is an assertion of some degree of equivalency between the subject and the object of the assertion. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) [Document-to-document] Statement (http://purl.org/ASN/schema/core/Statement) [Statement-to-statement] |
Property URI | |
Label | Align To |
Defined By | |
Source Definition | A standards document or statement to which the statement or document being described is aligned. |
Source Comment | An alignment is an assertion of some degree of equivalency between the subject and the object of the assertion. |
Type of Term | |
Refines | -- |
Property Domain |
StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range |
StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) [Document-to-document] |
Property URI | http://purl.org/ASN/schema/core/altIdentifier |
Label | Alternative Identifier |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | An alternative URI by which the resource is identified. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/identifier |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | http://www.w3.org/2004/02/skos/core#altLabel |
Label | Alternative Label |
Defined By | http://www.w3.org/2004/02/skos/core# |
Source Definition | An alternative lexical label for a resource. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://www.w3.org/2000/01/rdf-schema#label |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | |
Label | Alternative Statement Label |
Defined By | |
Source Definition | An alphanumeric notation or ID code identifying the statement in common use among end-users. |
Source Comment | Unlike Statement Notation, Alternative Statement Notation need not be an official identifier created by the promulgating agency. It must be an identifier in common use among end-users of the statement. Alternative Statement Notation should be seldom used and only with a clear demonstration of need (i.e., in common use). For example, in the Common Core State Standards (Math) in the U.S., the official Statement Notation of "CCSS.Math.Content.1.NBT.C.4" is abbreviated in common use by end-users to the unofficial Alternative Statement Notation of "1.NBT.4". |
Type of Term | |
Refines | |
Property Domain |
Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | |
Label | Assesses Competency |
Defined By | |
Source Definition | The competency that the learning resource being described assesses. |
Source Comment | -- |
Type of Term | |
Refines | http://purl.org/dc/terms/conformsTo |
Property Domain |
LearningResource (http://purl.org/ASN/schema/core/LearningResource) |
Property Range |
Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/ASN/schema/core/assessmentRubric |
Label | Assessment Rubric |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Related resource providing guidance in evaluating the quality and level of person's responses or actions based on an explicit set of criteria. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Rubric (http://purl.org/ASN/schema/core/Rubric) |
Property URI | http://creativecommons.org/ns#attributionName |
Label | Attribution Name |
Defined By | http://creativecommons.org/ns# |
Source Definition | The name the creator of a Work would like used when attributing re-use. |
Source Comment | — |
ASN Usage Note | Frequently used to provide attribution to the creator of the data representation of a standards document or statement. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | RightsAndAttribution (http://purl.org/ASN/schema/core/RightsAndAttribution) |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | http://creativecommons.org/ns#attributionURL |
Label | Attribution URL |
Defined By | http://creativecommons.org/ns# |
Source Definition | The URL the creator of a Work would like used when attributing re-use. |
Source Comment | -- |
ASN Usage Note | Frequently used to provide attribution to the creator of the data representation of a standards document or statement. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | RightsAndAttribution (http://purl.org/ASN/schema/core/RightsAndAttribution) |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | http://id.loc.gov/vocabulary/relators/aut |
Label | Author |
Defined By | http://id.loc.gov/vocabulary/relators/ |
Source Definition | A person, family, or organization responsible for creating a work. |
Source Comment | -- |
ASN Usage Note | In ASN, the author property should be used only where individual people have been identified as authors. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | |
Label | Authority Status |
Defined By | |
Source Definition | The status of a standards statement denoting whether the statement owes its origin to the promulgating agency of the standards document of which the statement is a member (i.e., value "Original") or to some 3rd party (i.e., value "Derived"). |
Source Comment | -- |
Type of Term | |
Refines | -- |
Property Domain |
Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range |
Property URI | http://purl.org/ASN/schema/core/benchmark |
Label | Benchmark |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Description of a level of achievement in performance of a task defined by the RubricCriterion. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | CriterionLevel (http://purl.org/ASN/schema/core/CriterionLevel) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Equivalent Property | https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14443 |
Property URI | http://purl.org/ASN/schema/core/broadAlignment |
Label | Broad Alignment |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The target competency covers all of the relevant concepts in the competency being described as well as relevant concepts not found in the competency being described. |
Source Comment |
(See Decision Questions) |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | |
Label | Broad Correlation |
Defined By | |
Source Definition | The competency covers all of the relevant concepts in the learning resource being described as well as relevant concepts not found in the learning resource. |
Source Comment |
(See Decision Questions) |
Type of Term | |
Refines | http://purl.org/dc/terms/conformsTo |
Property Domain |
LearningResource (http://purl.org/ASN/schema/core/LearningResource) |
Property Range |
Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://www.w3.org/2004/02/skos/core#broader |
Label | Broader |
Defined By | http://www.w3.org/2004/02/skos/core# |
Source Definition | Relates a concept to a concept that is more general in meaning. |
Source Comment | Broader concepts are typically rendered as parents in a concept hierarchy (tree). |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Concept (http://www.w3.org/2004/02/skos/core#Concept) |
Property Range | Concept (http://www.w3.org/2004/02/skos/core#Concept) |
Property URI | http://purl.org/ASN/schema/core/comment |
Label | Comment |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Supplemental text provided by the promulgating body that clarifies the nature, scope or use of the statement being described. |
Source Comment | Use comment when the text provides useful context for the statement. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | http://purl.org/ASN/schema/core/complexityLevel |
Label | Complexity Level |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The expected performance level of a learner or professional as defined by a competency. |
Source Comment | The value of «complexityLevel» should be a concept IRI of a member of the class «ProficiencyScale». |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/ASN/schema/core/proficiencyLevel |
Property Domain | http://purl.org/ASN/schema/core/Statement |
Property Range | http://purl.org/ASN/schema/core/ProficiencyScale |
Property URI | |
Label | Comprised Of |
Defined By | |
Source Definition | The resource being described includes, comprehends or encompass, in whole or in part, the meaning, nature or importance of the resource being referenced. |
Source Comment | -- |
Type of Term | |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/ASN/schema/core/conceptKeyword |
Label | Concept Keyword |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A word or phrase used by the promulgating agency to refine and differentiate individual statements contextually. |
Source Comment | The «conceptKeyword» property is used in ASN-conforming data solely to denote the significant topicality of the achievement standard using free-text keywords and phrases derived and assigned by the indexer, e.g., "George Washington", "Ayers Rock", etc. «conceptKeyword» should be used judiciously and in moderation. «conceptKeyword» should be used only if an appropriate term does not exist in a controlled vocabulary. Note: To express topical values from a controlled vocabulary (e.g., terms drawn from the Australia Schools Online Thesaurus (ScOT)), use the property «conceptTerm». Note: Use «subject» to denote the learning area/discipline of the achievement standard—e.g., "History", "Science", "Social Studies", "Mathematics" etc. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/subject |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | |
Label | Concept Term |
Defined By | |
Source Definition | A term drawn from a controlled vocabulary used by the promulgating agency to refine and differentiate individual statements contextually. |
Source Comment |
The conceptTerm property is used in ASN-conforming data solely to denote the topicality of the achievement standard—e.g., "Pythagorean Theorem", "Trigonometric functions", "Forces and energy", "Scientific method", "Oral history" etc. The value of the «conceptTerm» property must be drawn from a controlled vocabulary where concepts have all been assigned URI—e.g., terms drawn from the Australia Schools Online Thesaurus (ScOT). |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/subject |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Concept (http://www.w3.org/2004/02/skos/core#Concept) |
Property URI | http://purl.org/dc/terms/created |
Label | Date Created |
Defined By | http://purl.org/dc/terms/ |
Source Definition | Date of creation of the resource. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | http://purl.org/ASN/schema/core/criterionCategoryOf |
Label | Criterion Category Of |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Resource referenced is a Rubric to which this CriterionCategory belongs. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | CriterionCategory (http://purl.org/ASN/schema/core/CriterionCategory) |
Property Range | Rubric (http://purl.org/ASN/schema/core/Rubric) |
Property URI | http://purl.org/ASN/schema/core/criterionFor |
Label | Criterion For |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Reference to the asn:Rubric to which the asn:RubricCriteria being described belongs. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/relation |
Property Domain | RubricCriterion (http://purl.org/ASN/schema/core/RubricCriterion) |
Property Range | Rubric (http://purl.org/ASN/schema/core/Rubric) |
Property URI | http://purl.org/ASN/schema/core/crossSubjectReference |
Label | Cross Subject Reference |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | An explicit reference by the promulgating agency establishing a relationship between the statement being described and a statement in a separate subject standards document (interdisciplinary statement reference). |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/relation |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/dc/terms/dateCopyrighted |
Label | Date Copyrighted |
Defined By | http://purl.org/dc/terms/ |
Source Definition | Typically a year. Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. |
Source Comment | -- |
ASN Usage Note | For range, use xsd:date (http://www.w3.org/2001/XMLSchema#date) |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | W3CDTF (http://purl.org/dc/terms/W3CDTF) |
Property URI | http://purl.org/dc/terms/modified |
Label | Date Modified |
Defined By | http://purl.org/dc/terms/ |
Source Definition | Date on which the resource was changed. |
Source Comment | -- |
ASN Usage Note | For range, use xsd:date (http://www.w3.org/2001/XMLSchema#date) |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) RightsAndAttributionhttp://purl.org/ASN/schema/core/RightsAndAttribution |
Property Range | W3CDTF (http://purl.org/dc/terms/W3CDTF) |
Property URI | http://purl.org/ASN/schema/core/derivedFrom |
Label | Derived From |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The URI of a statement from which the derived statement being described has been derived. |
Source Comment | The derivedFrom property is used by 3rd parties only in derived statements and must appear in conjunction with a value of "Derived" in the statement's authorityStatus property. |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/dc/terms/descripton |
Label | Description |
Defined By | http://purl.org/dc/terms/ |
Source Definition | An account of the resource. |
Source Comment | -- |
ASN Usage Note | In this ASN profile, the description property is used to provide the actual text of the competency (Statement) and to provide an abstract of the competency framework (StandardDocument). |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | http://purl.org/ASN/schema/core/educationLevel |
Label | Education Level |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Concept (http://www.w3.org/2004/02/skos/core#Concept) |
Property URI | http://purl.org/ASN/schema/core/exactAlignment |
Label | Exact Alignment |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The relevant concepts in both competencies are coextensive. |
Source Comment |
(See Decision Questions) |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/ASN/schema/core/exactCorrelation |
Label | Exact Correlation |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The relevant concepts in the educational resource and the competency are coextensive. |
Source Comment |
(See Decision Questions) |
Type of Term | |
Refines | http://purl.org/dc/terms/conformsTo |
Property Domain | LearningResource (http://purl.org/ASN/schema/core/LearningResource) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/ASN/schema/core/exportVersion |
Label | Export Version |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The URI of the ASN export version of the standards file. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Document (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Concept ( |
Property URI | http://purl.org/ASN/schema/core/hasChild |
Label | Has Child |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The resource being described is higher in some arbitrary hierarchy than the resource being pointed to by this Relation element. |
Source Comment | The asn:hasChild property is declared here as the owl:equivalentProperty to the gem:hasChild property used previously by ASN. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) Statement (http://purl.org/ASN/schema/core/Statement |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Equivalent Property | http://purl.org/gem/qualifiers/hasChild |
Property URI | http://purl.org/ASN/schema/core/hasCriterion |
Label | Has Criterion |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | RubricCriterion referenced by the Rubric that defines a criterion to be met to demonstrate quality in execution in performance of a task or obtaining an objective. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Rubric (http://purl.org/ASN/schema/core/Rubric) Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Rubric Criterion (http://purl.org/ASN/schema/core/RubricCriterion) |
Property URI | http://purl.org/ASN/schema/core/hasCriterionCategory |
Label | Has Criterion Category |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Resource referenced by the Rubric that defines categories for clustering logical sets of RubricCriterion. |
Source Comment | -- |
ASN Usage Note | Large rubrics are occasionally divided into logical sections or categories that need to be identified and described |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Rubric (http://purl.org/ASN/schema/core/Rubric) |
Property Range | CriterionCategory (http://purl.org/ASN/schema/core/CriterionCategory) |
Property URI | http://purl.org/ASN/schema/core/hasLevel |
Label | Has Level |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Resource description of a level of performance based on a RubricCriterion. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | RubricCriterion (http://purl.org/ASN/schema/core/RubricCriterion) Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | CriterionLevel (http://purl.org/ASN/schema/core/CriterionLevel) |
Property URI | http://purl.org/dc/terms/hasPart |
Label | Has Part |
Defined By | http://purl.org/dc/terms/ |
Source Definition | A related resource that is included either physically or logically in the described resource. |
Source Comment | This property is intended to be used with non-literal values. This property is an inverse property of Is Part Of. |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) |
Property Range | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) |
Property URI | http://purl.org/ASN/schema/core/hasProgressionLevel |
Label | Has Progression Level |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Reference to a specific point in a progression model. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | ProgressionModel (http://purl.org/ASN/schema/core/ProgressionModel) |
Property Range | ProgressionLevel (http://purl.org/ASN/schema/core/ProgressionLevel) |
Property URI | http://purl.org/ASN/schema/core/hasProgressionModel |
Label | Has Progression Model |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Reference to a progression model used. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) Rubric (http://purl.org/ASN/schema/core/Rubric) |
Property Range | ProgressionModel (hhttp://purl.org/ASN/schema/core/ProgressionModel) |
Property URI | http://purl.org/ASN/schema/core/hasScope |
Label | Has Scope |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Description of what the rubric's creator intended to assess or evaluate. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Rubric (http://purl.org/ASN/schema/core/Rubric) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | http://www.w3.org/2004/02/skos/core#hasTopConcept |
Label | Has Top Concept |
Defined By | http://www.w3.org/2004/02/skos/core# |
Source Definition | Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies. |
Source Comment | -- |
ASN Usage Note | The hasTopConcept is used solely on the top concept in a hierarchy of parent and child concepts. It should not be used to relate the concept scheme to all of the concepts in a standard document |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | ConceptScheme (http://www.w3.org/2004/02/skos/ConceptScheme) |
Property Range | Concept (http://www.w3.org/2004/02/skos/Concept) |
Property URI | http://purl.org/dc/terms/hasVersion |
Label | Has Version |
Defined By | http://purl.org/dc/terms/ |
Source Definition | A related resource that is a version, edition, or adaptation of the described resource. |
Source Comment | -- |
ASN Usage Note | Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) |
Property Range | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) |
Property URI | http://purl.org/ASN/schema/core/identifier |
Label | Identifier |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The URI by which the resource is identified by its creator. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/identifier |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | http://purl.org/ASN/schema/core/indexingStatus |
Label | Indexing Status |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The indexing status of a statement denoting whether correlators should or should not assign the statement during correlation--Values="Yes"/"No". |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | ASNIndexingStatus http://purl.org/ASN/scheme/ASNIndexingStatus/ |
Property URI | http://www.w3.org/2004/02/skos/core#inScheme |
Label | In Scheme |
Defined By | http://www.w3.org/2004/02/skos/core# |
Source Definition | Relates a resource (for example a concept) to a concept scheme in which it is included. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Concept (http://www.w3.org/2004/02/skos/core#Concept) |
Property Range | ConceptScheme http://www.w3.org/2004/02/skos/core#ConceptScheme |
Property URI | http://purl.org/ASN/schema/core/isChildOf |
Label | Is Child Of |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The statement being described is lower in some arbitrary hierarchy than the statement identified in the asn:isChildOf property. The statement identified is a parent of the statement being described. |
Source Comment | The asn:isChildOf property is declared here as the owl:equivalentProperty to the gem:isChildOf property used previously by ASN. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) Statement (http://purl.org/ASN/schema/core/Statement) |
Equivalent Property | http://purl.org/gem/qualifiers/isChildOf |
Property URI | http://purl.org/dc/terms/isPartOf |
Label | Is Part Of |
Defined By | http://purl.org/dc/terms/ |
Source Definition | A related resource in which the described resource is physically or logically included. |
Source Comment | This property is intended to be used with non-literal values. This property is an inverse property of Has Part. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) |
Property Range | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) |
Property URI | http://purl.org/dc/terms/isVersionOf |
Label | Is Version Of |
Defined By | http://purl.org/dc/terms/ |
Source Definition | A related resource of which the described resource is a version, edition, or adaptation. |
Source Comment | Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Has Version. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) |
Property Range | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) |
Property URI | http://purl.org/ASN/schema/core/jurisdiction |
Label | Jurisdiction |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A legal, quasi-legal, organizational or institutional domain of the entity mandating the use of the achievement standard--e.g., California, Singapore, NCTM. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Concept (http://www.w3.org/2004/02/skos/core#jurisdiction Value URI from a controlled vocabulary is mandatory http://purl.org/ASN/scheme/ASNJurisdiction |
Property URI | http://purl.org/dc/terms/language |
Label | Language |
Defined By | http://purl.org/dc/terms/ |
Source Definition | A language of the resource. |
Source Comment | Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [IETF-BCP47] language tag |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | http://purl.org/ASN/schema/core/levelFor |
Label | Level For |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Reference to the asn:RubricCriterion to which the asn:CriterionLevel being described belongs. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | CriterionLevel (http://purl.org/ASN/schema/core/CriterionLevel) |
Property Range | RubricCriterion (http://purl.org/ASN/schema/core/RubricCriterion) |
Property URI | http://purl.org/dc/terms/license |
Label | License |
Defined By | http://purl.org/dc/terms/ |
Source Definition | A legal document giving official permission to do something with the resource. |
Source Comment | Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided. |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | LicenseDocument (http://purl.org/dc/terms/LicenseDocument) |
Property URI | http://purl.org/ASN/schema/core/listID |
Label | List ID |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A set of one or more alphanumeric characters and/or symbols denoting the positioning of the statement being described in a sequential listing of statements. |
Source Comment | A list ID is transcribed exactly as found in the source competency framework--e.g., "A", "b", "c)", "". |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/identifier |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Literal http://www.w3.org/2000/01/rdf-schema#Literal |
Property URI | http://purl.org/ASN/schema/core/localSubject |
Label | Local Subject |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The text string denoting the subject of the document as designated by the promulgating agency. |
Source Comment | The local subject may (or many not) be the same as the ASN subject. If the local subject and the ASN subject are the same, enter the local subject text string in the «localSubject» property as well as the ASN subject URI in the «subject» property. Language designation required. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/subject |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | |
Label | Major Alignment |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Major overlap of relevant concepts between the two competencies. |
Source Comment |
(See Decision Questions) |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/ASN/schema/core/majorCorrelation |
Label | Major Correlation |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Major overlap of relevant concepts between the learning resource being described and the competency statement. |
Source Comment |
(See Decision Questions) |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/conformsTo |
Property Domain | Learning Resource (http://purl.org/ASN/schema/core/LearningResource) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | |
Label | Minor Alignment |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Minor overlap of relevant concepts between the two competencies. |
Source Comment |
(See Decision Questions) |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | |
Label | Minor Correlation |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Minor overlap of relevant concepts between the learning resource being described and the competency statement. |
Source Comment |
(See Decision Questions) |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | LearningResource (http://purl.org/ASN/schema/core/LearningResource) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/ASN/schema/core/narrowAlignment |
Label | Narrow Alignment |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The competency being described covers all of the relevant concepts in the target competency as well as relevant concepts not found in the target competency. |
Source Comment |
(See Decision Questions) |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/ASN/schema/core/narrowCorrelation |
Label | Narrow Correlation |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The learning resource being described covers all of the relevant concepts in the competency statement as well as relevant concepts not found in the competency. |
Source Comment |
(See Decision Questions) |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/conformsTo |
Property Domain | LearningResource (http://purl.org/ASN/schema/core/LearningResource) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://www.w3.org/2004/02/skos/core#narrower |
Label | Narrower |
Defined By | http://www.w3.org/2004/02/skos/core# |
Source Definition | Relates a concept to a concept that is more specific in meaning. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | Concept (http://www.w3.org/2004/02/skos/core#Concept) |
Property Range | Concept (http://www.w3.org/2004/02/skos/core#Concept) |
Property URI | http://www.w3.org/2004/02/skos/core#note |
Label | Note |
Defined By | http://www.w3.org/2004/02/skos/core# |
Source Definition | A general note, for any purpose. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | http://www.w3.org/2004/02/skos/core#prefLabel |
Label | Preferred Label |
Defined By | http://www.w3.org/2004/02/skos/core# |
Source Definition | A general note, for any purpose. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | Concept (http://www.w3.org/2004/02/skos/core#Concept) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | http://purl.org/ASN/schema/core/prerequisiteAlignment |
Label | Prerequisite Alignment |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The competency being described is a prerequisite to the target competency. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/ASN/schema/core/prerequisiteCompetency |
Label | Prerequisite Competency |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A prerequisite competency for the learning resource being described. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/conformsTo |
Property Domain | Learning Resource (http://purl.org/ASN/schema/core/LearningResource) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://xmlns.com/foaf/0.1/primaryTopic |
Label | Primary Topic |
Defined By | http://xmlns.com/foaf/0.1/ |
Source Definition | The primaryTopic property relates a document to the main thing that the document is about. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | RightsAndAttributes (http://purl.org/ASN/schema/core/RightsAndAttributes) |
Property Range | StandardDocument (http://purl.org/ASN/schema/core/StandardDocumant) |
Property URI | http://purl.org/ASN/schema/core/proficiencyLevel |
Label | Proficiency Level |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The performance level of a learner or professional in relationship to a competency. |
Source Comment | The value of asn:proficiencyLevel should be a concept IRI of a member of the class asn:ProficiencyScale .
|
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | ProficiencyScale (http://purl.org/ASN/schema/core/ProficiencyScale) |
Property URI | http://purl.org/ASN/schema/core/publicationStatus |
Label | Publication Status |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The publication status of the of the standards document--e.g., "Draft", "Published", "Deprecated". |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Concept (http://www.w3.org/2004/02/skos/Concept)") Vocabulary (http://purl.org/ASN/scheme/ASNPublicationStatus/) |
Property URI | http://purl.org/dc/elements/1.1/publisher |
Label | Publisher |
Defined By | http://purl.org/dc/elements/1.1/ |
Source Definition | An entity responsible for making the resource available. |
Source Comment | Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | http://purl.org/ASN/schema/core/qualityLabel |
Label | Quality Label |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Qualitative description of the degree of achievement used for a column header in a tabular rubric. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | CriterionLevel (http://purl.org/ASN/schema/core/CriterionLevel) |
Property Range | Concept (http://www.w3.org/2004/02/skos/Concept) |
Property URI | http://purl.org/ASN/schema/core/repositoryDate |
Label | Repository Date |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The date the standards document was added to the ASN repository. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/elements/1.1/date |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | W3CDTF (http://purl.org/dc/terms/W3CDTF) (ISO 8601) |
Property URI | http://purl.org/dc/terms/rights |
Label | Rights |
Defined By | http://purl.org/dc/terms/ |
Source Definition | Information about rights held in and over the resource. |
Source Comment | Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided. |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | http://purl.org/dc/terms/rightsHolder |
Label | Rights Holder |
Defined By | http://purl.org/dc/terms/ |
Source Definition | A person or organization owning or managing rights over the resource. |
Source Comment | Recommended practice is to refer to the rights holder with a URI. If this is not possible or feasible, a literal value that identifies the rights holder may be provided. |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) Statement (http://purl.org/ASN/schema/core/Statement) RightsAndAttribution (http://purl.org/ASN/schema/core/RightsAndAttribution) |
Property Range | Agent (http://purl.org/dc/terms/Agent) |
Property URI | http://www.w3.org/2004/02/skos/core#scopeNote |
Label | Scope Note |
Defined By | http://www.w3.org/2004/02/skos/core# |
Source Definition | A note that helps to clarify the meaning and/or the use of a concept. |
Source Comment | --. |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | http://purl.org/ASN/schema/core/score |
Label | Score |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Points to be awarded for achieving this level for a RubricCriterion. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | CriterionLevel (http://purl.org/ASN/schema/core/CriterionLevel) |
Property Range | float (http://www.w3.org/2001/XMLSchema#float) |
Equivalent Property | https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14447 |
Property URI | http://purl.org/ASN/schema/core/sequence |
Label | Sequence |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Numeric value representing the resource's position in a list (array) of resources. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | CriterionLevel (http://purl.org/ASN/schema/core/CriterionLevel) RubricCriterion (http://purl.org/ASN/schema/core/RubricCriterion) |
Property Range | integer (http://www.w3.org/2001/XMLSchema#integer) |
Equivalent Property | https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14445 |
Property URI | http://purl.org/ASN/schema/core/skillEmbodied |
Label | Skill Embodied |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Cognitive, affective, psychomotor or other skill directly or indirectly embodied in the statement. |
Source Comment | -- |
ASN Usage Note | For example, a term from Bloom's Taxonomy. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/ASN/schema/core/source |
Label | Source |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The original resource which this resource is based on or derived from. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) Rubric (http://purl.org/ASN/schema/core/Rubric) |
Property Range | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) |
Property URI | http://purl.org/dc/terms/spatial |
Label | Spatial |
Defined By | http://purl.org/dc/terms/ |
Source Definition | Spatial characteristics of the resource. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement); StandardDocumant (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Location (http://purl.org/dc/terms/Location |
Property URI | http://purl.org/ASN/schema/core/statementLabel |
Label | StatementLabel |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The textualLabel identifying the class of the statement as designated by the promulgating body—e.g., "Standard," "Benchmark," "Strand," or "Topic." |
Source Comment | The statementLabel is a class and should not be confused with instances of the class. For example, where two statements in a standards document have been identified respectively by the promulgating agency as "Strand: Renaissance" and "Strand: Social history", the statementLabel for both these statements is "Strand". |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Language String (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | http://purl.org/ASN/schema/core/statementNotation |
Label | Statement Notation |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | An alphanumeric notation or ID code as defined by the promulgating body to identify the statement. |
Source Comment | Statement notation should be used only for referents created by the promulgating body. For alternative statement notations in common use in the community of practice, but not endorsed by the promulgating body, alternative statement notation can be used sparingly on clear evidence of common use and need. |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | http://purl.org/dc/terms/identifier |
Property Domain | Statement (http://purl.org/ASN/schema/core/Statement) |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | http://purl.org/dc/terms/subject |
Label | Subject |
Defined By | http://purl.org/dc/terms/ |
Source Definition | A topic of the resource. |
Source Comment | -- |
ASN Usage Note | Used in ASN to denote a subject subject area of the framework; e.g., "Science", "Mathematics", "English". |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Concept (http://www.w3.org/2004/02/skos/core#Concept |
Property URI | http://purl.org/dc/terms/tableOfContents |
Label | Table of Contents |
Defined By | http://purl.org/dc/terms/ |
Source Definition | A list of subunits of the resource. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | Resource (http://www.w3.org/2000/01/rdf-schema#Resource) |
Property URI | http://purl.org/ASN/schema/core/teachesCompetency |
Label | Teaches Competency |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A competency that the learning resource being described teaches. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | LearningResource (http://purl.org/ASN/schema/core/LearningResource) |
Property Range | Statement (http://purl.org/ASN/schema/core/Statement) |
Property URI | http://purl.org/dc/terms/temporal |
Label | Temporal |
Defined By | http://purl.org/dc/terms/ |
Source Definition | Temporal characteristics of the resource. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | PeriodOfTime (http://purl.org/dc/terms/PeriodOfTime) |
Property URI | http://purl.org/dc/elements/1.1/title |
Label | Title |
Defined By | http://purl.org/dc/elements/1.1/ |
Source Definition | A name given to the resource. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | StandardDocument (http://purl.org/ASN/schema/core/StandardDocument) |
Property Range | langString (http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) |
Property URI | http://purl.org/dc/terms/valid |
Label | Valid |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Date (often a range) of validity of a resource. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | http://purl.org/ASN/schema/core/StandardDocument |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
Property URI | http://purl.org/ASN/schema/core/weight |
Label | Weight |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A textually asserted measurement of the weight, degree, percent, or strength of a recommendation, requirement, or comparison; e.g., "15%", ".5". |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
Refines | -- |
Property Domain | http://purl.org/ASN/schema/core/Statement |
Property Range | Literal (http://www.w3.org/2000/01/rdf-schema#Literal) |
The format and content of the ASN class tables are summarized below:
Class URI | A Uniform Resource Identifier used to identify the class. |
Label | A human-readableLabel assigned to the class (May be represented in different languages.) |
Defined By | An identifier of a namespace, pointer to a schema, or bibliographic reference for a document within which the class is defined. |
Source Definition | The definition of the class in the namespace in which the class was originated. (May be represented in different languages.) |
Source Comment | Comments on the class from the namespace in which the property originated. (May be represented in different languages.) |
Type of Term | The grammatical category of the term ("Property", "Class"). |
Subclass Of | Used to state that all the instances of one class are instances of another. |
ASN Usage Note | A comment on the usage of the property or class (vann:usageNote ). |
Equivalent Class | The class being defined is equivalent to the class indicated (owl:equivalentClass ). |
Class URI | http://purl.org/ASN/schema/core/CompetencyMap |
Label | Competency Map |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A Competency Map can be viewed as an identified graph that aggregates two or more competency statements (asn:Statement) and the relationships asserted among them. |
Source Comment | A Competency Map is a profile that borrows statements (asn:Statement) from two or more standard documents (asn:StandardDocument). A Competency Map may or may not define new statements in its own namespace for use in the map. |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/CorrelationResource |
Label | Correlation Resource |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The Correlation Resource is an entity intended to provide a rich description of a mapping (correlation) between a Learning Resource and a Statement when a binary assertion of a relationship is insufficient. |
Source Comment | A resource that describes the mapping between a Learning Resource and a node in a learning outcomes framework. |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/CriterionCategory |
Label | Criterion Category |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Resource identifying a category by which Rubric Criterion may be grouped. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/CriterionLevel |
Label | Criterion Level |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Resource identifying one or more benchmarks that must be met to achieve a performance task. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/CriterionLevel |
Label | Criterion Level |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Resource identifying one or more benchmarks that must be met to achieve a performance task. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/DerivedStandardDocument |
Label | Derived Standard Document |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A collection of statements representing an expectation of what students should know, value, and be able to do at a target age or age range that are substantially defined by a different jurisdiction. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Subclass Of | http://purl.org/ASN/schema/core/StandardDocument |
Class URI | http://purl.org/ASN/schema/core/DerivedStandardDocument |
Label | Derived Standard Document |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | An assertion representing an expectation of what students should know, value, and be able to do at a target age or age range that is derived from a statement defined by a different jurisdiction. |
Source Comment | -- |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Subclass Of | http://purl.org/ASN/schema/core/Statement |
Class URI | http://purl.org/ASN/schema/core/Educational Framework |
Label | Educational Framework |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The class of all structured sets of conceptual resources intentionally designed for use as value vocabulary terms in education and training contexts. |
Source Comment | Similar to the class skos:ConceptScheme with an intended focus on education and training. Examples of educational frameworks include, but are not limited to, frameworks enumerating competencies, text complexity, proficiency scales, assessment rubrics of various forms, and specialized subject vocabularies. |
ASN Usage Note | -- |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Class URI | http://purl.org/ASN/schema/core/JurisdictionScheme |
Label | Jurisdiction Encoding Schemes |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Controlled vocabularies of terms denoting the jurisdiction or domain of the Standard Document. |
Source Comment | -- |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/LearningResource |
Label | Learning Resource |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A resource that is used as part of an Educational Activity (e.g. a textbook) or that describes (e.g. a lesson plan) or records the Educational Activity (e.g. an audio- or video-recording of a lesson). |
Source Comment | -- |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/ProgressionLevel |
Label | Progression Level |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Identifiable point along a developmental progression of competence, achievement or temporal position. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/ProgressionModel |
Label | Progression Model |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Model of identifiable points along a developmental progression including increasing levels of competence, achievement or temporal position (e.g., "Second Quarter"). |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/ProficiencyScale |
Label | Proficiency Scale |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | The class of structured profiles describing discrete levels of expertise and performance mastery. |
Source Comment | Proficiency scales define levels of performance (what a person does) as distinct from knowledge of specific information (what a person knows) and outline tasks a person can manage and the skills necessary to progressively accomplish explicit competencies at increasing levels of complexity. Proficiency scales: (1) assist in making judgments about the kinds of tasks related to a competency that a person is able to perform; and (2) to compare the abilities of different persons with regard to achievement of those competencies at different levels. |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Subclass Of | http://purl.org/ASN/schema/core/EducationalFramework |
Class URI | http://purl.org/ASN/schema/core/RightsAndAttribution |
Label | Rights and Attributions |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Resource providing information about the rights and attribution requirements of the entity making the metadata description available. These rights are distinct from any rights held in the content of the competency framework or competencies described. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/Rubric |
Label | Rubric |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Resource providing guidance in evaluating the quality and level of a person's responses or actions based on an explicit set of criteria. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/RubricCriterion |
Label | Rubric Criterion |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Resource identifying a criterion that must be met to demonstrate quality performance of an objective or task. |
Source Comment | -- |
Type of Term | http://www.w3.org/1999/02/22-rdf-syntax-ns#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/StandardDocument |
Label | Standard Document |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | A collection of Statements representing an expectation of what students should know, value, and be able to do at a target age or age range. |
Source Comment | -- |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Subclass Of | http://purl.org/ASN/schema/core/EducationalFramework |
Class URI | http://purl.org/ASN/schema/core/Statement |
Label | Statement |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | An assertion representing an expectation of what students should know, value, and be able to do at a target age or age range. |
Source Comment | -- |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Subclass Of | -- |
Class URI | http://purl.org/ASN/schema/core/StatusScheme |
Label | Status Encoding Schemes |
Defined By | http://purl.org/ASN/schema/core/ |
Source Definition | Controlled vocabularies of terms denoting the publication status of the Standard Document. |
Source Comment | -- |
Type of Term | http://www.w3.org/2000/01/rdf-schema#Class |
Subclass Of | -- |
[1] Editor's Note: The ASN-DL description language discussion uses the term "property" and deliberately avoids the use of the term "element". An XML element and an RDF property are not equivalent since they are based in distinct information models (hierarchy (i.e., document tree) vs. graph). Where a useful XML element exists that is defined in an XML schema but not as an RDF property, consideration should be given when creating an ASN-DF profile to create a derived RDF property in a namespace controlled by the profile creator that transposes the XML element to an RDF property with appropriate attribution of the XML schema—unless such an RDF derivation is prohibited by the creators of the XML schema.