@prefix asn: . @prefix asnPublicationStatus: . @prefix asnscheme: . @prefix ceasn: . @prefix ceterms: . @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:codedNotation a rdf:Property ; rdfs:label "Coded Notation"@en-US ; rdfs:comment "An alphanumeric notation or ID code as defined by the promulgating body to identify this competency."@en-US ; dct:description "This property should be used only for codes created by the promulgating body. For alternative competency notations in common use in the community of practice, but not endorsed by the promulgating body, the altCodedNotation property can be used (sparingly on clear evidence of common use and need)."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; rdfs:subPropertyOf dct:identifier ; schema:domainIncludes ceasn:Competency ; schema:rangeIncludes xsd:string ; owl:equivalentProperty asn:statementNotation, ceterms:codedNotation .