https://cacontology.projectvic.org/legal-outcomes#hasPaymentSchedule
Links a judgment, prosecution outcome, or monetary penalty grouping to its schedule of payments.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | cacontology-legal-outcomes:hasPaymentSchedule | cacontology-legal-outcomes:PaymentSchedule |
@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 .