From f849669ce15ed1539869d032cf742911c13f2a39 Mon Sep 17 00:00:00 2001 From: Gregory Fowler <158520057+gregfowlerphd@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:20:26 -0400 Subject: [PATCH] modified act of repayment definition --- src/cco-modules/EventOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index 8df0f3b..a80cb5e 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -927,7 +927,7 @@ cco:ActOfRenting rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepayment cco:ActOfRepayment rdf:type owl:Class ; rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco:definition "An Act of Financial Instrument Use wherein a Financial Instrument is returned by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount owed to the Creditor from an earlier Act of Loaning."@en ; + cco:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount the Debtor owes to the Creditor from an earlier Act of Loaning."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Repayment"@en .