Ontology Version: 3.1.0

cacontology-legal-outcomes:hasPaymentSchedule leaf node


URI

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

Label

has payment schedule

Description

Links a judgment, prosecution outcome, or monetary penalty grouping to its schedule of payments.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cacontology-legal-outcomes:hasPaymentSchedule cacontology-legal-outcomes:PaymentSchedule

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:hasPaymentSchedule a owl:ObjectProperty ;
    rdfs:label "has payment schedule"@en ;
    rdfs:comment "Links a judgment, prosecution outcome, or monetary penalty grouping to its schedule of payments."@en ;
    rdfs:range cacontology-legal-outcomes:PaymentSchedule .