@prefix adminRecord: <https://credreg.net/qdata/vocabs/adminRecord/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix asn: <http://purl.org/asn/schema/core/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix collectionMethod: <https://credreg.net/qdata/vocabs/collectionMethod/> .
@prefix dataWithholding: <https://credreg.net/qdata/vocabs/dataWithholding/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix demoCat: <https://credreg.net/qdata/vocabs/demoCat/> .
@prefix incomeDetermination: <https://credreg.net/qdata/vocabs/incomeDetermination/> .
@prefix meta: <https://credreg.net/meta/terms/> .
@prefix metricCat: <https://credreg.net/qdata/vocabs/metricCat/> .
@prefix obi: <https://w3id.org/openbadges#> .
@prefix qdata: <https://credreg.net/qdata/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sourceCoverage: <https://credreg.net/qdata/vocabs/sourceCoverage/> .
@prefix subjectCategory: <https://credreg.net/qdata/vocabs/subjectCategory/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# CHANGE HISTORY
<https://credreg.net/qdata/termhistory/metricCat/IndustryGrowth/turtle> a meta:ChangeHistory ;
	meta:changeHistory <https://credreg.net/qdata/termhistory/metricCat/IndustryGrowth/turtle/1f6aeba9-3e4d-4abc-9183-6e7c212b54bd> .

#----------------------------
# CHANGE SET
<https://credreg.net/qdata/termhistory/metricCat/IndustryGrowth/turtle/1f6aeba9-3e4d-4abc-9183-6e7c212b54bd> a cs:ChangeSet ;
	cs:subjectOfChange metricCat:IndustryGrowth ;
	cs:createdDate 30/01/2026 ;
	cs:changeReason "New Concept."@en-US ;
	ceterms:subjectWebpage <https://github.com/CredentialEngine/Schema-Development/issues/941> ;
	cs:addition _:ChangeStatement_2adcd597-a9bc-4d9e-9206-6fccc3afbe72 ;
	cs:addition _:ChangeStatement_d34b5839-a457-450f-8a64-b74e182f00fd ;
	cs:addition _:ChangeStatement_873ca417-4213-437e-8afc-55d051d1bdf6 ;
	cs:addition _:ChangeStatement_b45da607-b065-4dc0-bdc2-e943b85d0c8e ;
	cs:addition _:ChangeStatement_ce7bc0c1-504f-4995-aa4b-1e1e30dba230 .


# ADD TRIPLE
_:ChangeStatement_2adcd597-a9bc-4d9e-9206-6fccc3afbe72 a cs:Statement ;
	rdf:subject metricCat:IndustryGrowth ;
	rdf:predicate skos:prefLabel ;
	rdf:object "Industry Growth"@en-US .

# ADD TRIPLE
_:ChangeStatement_d34b5839-a457-450f-8a64-b74e182f00fd a cs:Statement ;
	rdf:subject metricCat:IndustryGrowth ;
	rdf:predicate skos:definition ;
	rdf:object "Measurement of the growth rate of an industry."@en-US .

# ADD TRIPLE
_:ChangeStatement_873ca417-4213-437e-8afc-55d051d1bdf6 a cs:Statement ;
	rdf:subject metricCat:IndustryGrowth ;
	rdf:predicate skos:broader ;
	rdf:object metricCat:JobIndustryOccupation .

# ADD TRIPLE
_:ChangeStatement_b45da607-b065-4dc0-bdc2-e943b85d0c8e a cs:Statement ;
	rdf:subject metricCat:IndustryGrowth ;
	rdf:predicate skos:inScheme ;
	rdf:object qdata:MetricCategory .

# ADD TRIPLE
_:ChangeStatement_ce7bc0c1-504f-4995-aa4b-1e1e30dba230 a cs:Statement ;
	rdf:subject metricCat:IndustryGrowth ;
	rdf:predicate vs:term_status ;
	rdf:object vs:unstable .


