Ontology Version: 3.1.0

cacontology-legal-outcomes:totalAmountUSD leaf node


URI

https://cacontology.projectvic.org/legal-outcomes#totalAmountUSD

Label

total amount USD

Description

Total amount of the payment schedule in U.S. dollars.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:PaymentSchedule cacontology-legal-outcomes:totalAmountUSD xsd:decimal

Implementation

@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-legal-outcomes:totalAmountUSD a owl:DatatypeProperty ;
    rdfs:label "total amount USD"@en ;
    rdfs:comment "Total amount of the payment schedule in U.S. dollars."@en ;
    rdfs:domain cacontology-legal-outcomes:PaymentSchedule ;
    rdfs:range xsd:decimal .