@prefix asn: . @prefix asnPublicationStatus: . @prefix asnscheme: . @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:dateValidUntil a rdf:Property ; rdfs:label "Date Valid Until"@en-US ; rdfs:comment "End date of validity of this competency framework."@en-US ; vann:usageNote "Where the standard document is valid for a given period of time, use both the dateValidFrom and dateValidUntil properties."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; rdfs:subPropertyOf dct:valid ; schema:domainIncludes ceasn:CompetencyFramework ; schema:rangeIncludes xsd:dateTime ; owl:equivalentProperty schema:endDate .