@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix constraintType: <https://credreg.net/meta/vocabs/constraintType/> .
@prefix cs: <http://purl.org/vocab/changeset/schema#> .
@prefix graphPublicationStatus: <https://credreg.net/meta/vocabs/graphPublicationStatus/> .
@prefix groupType: <https://credreg.net/meta/vocabs/groupType/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tst: <https://credreg.net/meta/vocabs/tst/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

adms:status a rdf:Property ;
	rdfs:label "status"@en-US ;
	rdfs:comment "The status of the Asset in the context of a particular workflow process."@en-US ;
	vs:term_status vs:unstable ;
	meta:changeHistory <https://credreg.net/meta/termhistory/adms/status/json> ;
	schema:domainIncludes rdfs:Resource ;
	schema:rangeIncludes skos:Concept ;
	meta:targetScheme meta:graphPublicationStatus .

