@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:PublicationStatus a skos:ConceptScheme ;
	rdfs:label "Publication Status Concept Scheme"@en-US ;
	rdfs:comment "Describes the various publication statuses of competency frameworks and statements."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdlasn/termhistory/ceasn/PublicationStatus/json> ;
	owl:equivalentClass asnscheme:ASNPublicationStatus ;
	meta:hasConcept publicationStatus:Deprecated, publicationStatus:Draft, publicationStatus:Published ;
	skos:hasTopConcept publicationStatus:Deprecated, publicationStatus:Draft, publicationStatus:Published .

publicationStatus:Deprecated a skos:Concept ;
	skos:prefLabel "Deprecated"@en-US ;
	skos:definition "Status assigned to a document/statement by the promulgating agency asserting that the document/statement has been superseded or its use otherwise disfavored."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdlasn/termhistory/publicationStatus/Deprecated/json> ;
	owl:equivalentClass asnPublicationStatus:Deprecated ;
	skos:inScheme ceasn:PublicationStatus ;
	skos:topConceptOf ceasn:PublicationStatus .

publicationStatus:Draft a skos:Concept ;
	skos:prefLabel "Draft"@en-US ;
	skos:definition "A status assigned to all documents/statements during development."@en-US ;
	vann:usageNote "Draft documents and statements should not be displayed to anyone other than their owners and relevant administrators."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdlasn/termhistory/publicationStatus/Draft/json> ;
	owl:equivalentClass asnPublicationStatus:Draft ;
	skos:inScheme ceasn:PublicationStatus ;
	skos:topConceptOf ceasn:PublicationStatus .

publicationStatus:Published a skos:Concept ;
	skos:prefLabel "Published"@en-US ;
	skos:definition "Status assigned to all documents that have been published."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdlasn/termhistory/publicationStatus/Published/json> ;
	owl:equivalentClass asnPublicationStatus:Published ;
	skos:inScheme ceasn:PublicationStatus ;
	skos:topConceptOf ceasn:PublicationStatus .

