Ontology Version: 3.1.0

cacontology-legal-outcomes:includesPenalty leaf node


URI

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

Label

includes penalty

Description

Links a payment schedule to the monetary penalties it covers.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:PaymentSchedule cacontology-legal-outcomes:includesPenalty cacontology-legal-outcomes:MonetaryPenalty

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#> .
cacontology-legal-outcomes:includesPenalty a owl:ObjectProperty ;
    rdfs:label "includes penalty"@en ;
    rdfs:comment "Links a payment schedule to the monetary penalties it covers."@en ;
    rdfs:domain cacontology-legal-outcomes:PaymentSchedule ;
    rdfs:range cacontology-legal-outcomes:MonetaryPenalty .