@prefix asn: <http://purl.org/asn/schema/core/> .
@prefix asnPublicationStatus: <http://purl.org/asn/scheme/ASNPublicationStatus/> .
@prefix asnscheme: <http://purl.org/asn/scheme/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix cs: <http://vocab.org/changeset/schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix gem: <http://purl.org/gem/elements/> .
@prefix gemq: <http://purl.org/gem/qualifiers/> .
@prefix loc: <http://www.loc.gov/loc.terms/> .
@prefix locr: <http://www.loc.gov/loc.terms/relators/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix publicationStatus: <http://purl.org/ctdlasn/vocabs/publicationStatus/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ceasn:conceptKeyword a rdf:Property ;
	rdfs:label "Concept Keyword"@en-US ;
	rdfs:comment "A word or phrase used by the promulgating agency to refine and differentiate individual resources contextually."@en-US ;
	dct:description "The conceptKeyword property is used in ASN-conforming data solely to denote the significant topicality of the competency using free-text keywords and phrases derived and assigned by the indexer, e.g., \"George Washington\", \"Ayers Rock\", etc."@en-US ;
	vann:usageNote "This property should be used judiciously and in moderation. This property 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 conceptTerm property.
Note: Use the subject property to denote the learning area/discipline of the achievement standard - e.g., \"History\", \"Science\", \"Social Studies\", \"Mathematics\" etc."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdlasn/termhistory/ceasn/conceptKeyword/json> ;
	rdfs:subPropertyOf dct:subject ;
	schema:domainIncludes ceasn:Competency, ceasn:CompetencyFramework, skos:ConceptScheme ;
	schema:rangeIncludes rdf:langString ;
	owl:equivalentProperty asn:conceptKeyword, ceterms:keyword .

