@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:listID a rdf:Property ; rdfs:label "List ID"@en-US ; rdfs:comment "An alphanumeric string indicating this competency's position in a list of competencies at the same level in some arbitrary hierarchy."@en-US ; dct:description "Competencies with lower alphanumeric values for this property come before competencies with higher values."@en-US ; vann:usageNote "Values may be repeated within a competency framework if the values apply to competencies at different levels of some arbitrary hierarchy. If two or more competencies at the same level of some arbitrary hierarchy have the same listID value, their order (relative to each other) is unspecified."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; rdfs:subPropertyOf asn:listID ; schema:domainIncludes ceasn:Competency ; schema:rangeIncludes xsd:string .