Merge pull request #508 from gregfowlerphd/505-act-of-repayment-and-returning-a-financial-instrument

modified act of repayment definition per 505
This commit is contained in:
Mark Jensen
2024-10-30 19:57:14 -04:00
committed by GitHub

View File

@@ -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 .