@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:conceptTerm a rdf:Property ;
	rdfs:label "Concept Term"@en-US ;
	rdfs:comment "A term drawn from a controlled vocabulary used by the promulgating agency to refine and differentiate individual resources contextually."@en-US ;
	dct:description "The conceptTerm property is used in ASN-conforming data solely to denote the topicality of the competency - e.g., \"Pythagorean Theorem\", \"Trigonometric functions\", \"Forces and energy\", \"Scientific method\", \"Oral history\" etc. The value of the conceptTerm property must be drawn from a controlled vocabulary where concepts have all been assigned URI - e.g., terms drawn from the Australia Schools Online Thesaurus (ScOT)."@en-US ;
	vann:usageNote "Note: Topic terms can include relevant people, places, things, and events.
Note: To express topical terms using free-text keywords, use the conceptKeyword 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/conceptTerm/json> ;
	rdfs:subPropertyOf dct:subject ;
	schema:domainIncludes ceasn:Competency, ceasn:CompetencyFramework, skos:ConceptScheme ;
	schema:rangeIncludes skos:Concept ;
	owl:equivalentProperty asn:conceptTerm, ceterms:subject .

