@prefix asn: . @prefix asnPublicationStatus: . @prefix asnscheme: . @prefix case: . @prefix ceasn: . @prefix ceterms: . @prefix cs: . @prefix dc: . @prefix dct: . @prefix gem: . @prefix gemq: . @prefix loc: . @prefix locr: . @prefix meta: . @prefix publicationStatus: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix skos: . @prefix vs: . @prefix xsd: . ceasn:altCodedNotation a rdf:Property ; rdfs:label "Alternative Coded Notation"@en-US ; rdfs:comment "An alphanumeric notation or ID code identifying this competency in common use among end-users."@en-US ; dct:description "Unlike the codedNotation property, the value for the altCodedNotation property need not be an official identifier created by the promulgating agency. It must be an identifier in common use among end-users of the competency. This property 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 codedNotation of \"CCSS.Math.Content.1.NBT.C.4\" is abbreviated in common use by end-users to the unofficial altCodedNotation of \"1.NBT.4\"."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; rdfs:subPropertyOf dct:identifier ; schema:domainIncludes ceasn:Competency ; schema:rangeIncludes xsd:string ; owl:equivalentProperty asn:altStatementNotation .