@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
<http://credreg.com/qdata/termhistory/schema/MonetaryAmountDistribution/turtle> a meta:ChangeHistory ;
	meta:changeHistory <https://credreg.net/qdata/termhistory/schema/MonetaryAmountDistribution/turtle/7769526b-bb6a-4c5b-8771-d3f00f1211fd> .

#----------------------------
# CHANGE SET
<https://credreg.net/qdata/termhistory/schema/MonetaryAmountDistribution/turtle/7769526b-bb6a-4c5b-8771-d3f00f1211fd> a cs:ChangeSet ;
	cs:subjectOfChange schema:MonetaryAmountDistribution ;
	cs:createdDate 30/01/2026 ;
	cs:addition _:ChangeStatement_ab20a9ab-c874-44d8-bea1-33c19b265bca ;
	cs:addition _:ChangeStatement_5082ad31-e8ba-4fde-acf1-f8504f8cfebe ;
	cs:addition _:ChangeStatement_d2b0210d-2810-41b6-9bc8-12822c7ec490 .


# ADD TRIPLE
_:ChangeStatement_ab20a9ab-c874-44d8-bea1-33c19b265bca a cs:Statement ;
	rdf:subject schema:MonetaryAmountDistribution ;
	rdf:predicate rdfs:comment ;
	rdf:object "Statistical distribution of monetary amounts."@en-US .

# ADD TRIPLE
_:ChangeStatement_5082ad31-e8ba-4fde-acf1-f8504f8cfebe a cs:Statement ;
	rdf:subject schema:MonetaryAmountDistribution ;
	rdf:predicate rdfs:label ;
	rdf:object "Monetary Amount Distribution"@en-US .

# ADD TRIPLE
_:ChangeStatement_d2b0210d-2810-41b6-9bc8-12822c7ec490 a cs:Statement ;
	rdf:subject schema:MonetaryAmountDistribution ;
	rdf:predicate vs:term_status ;
	rdf:object vs:stable .


