Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cco-modules/EventOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down