Ontology Version: 3.0.0

cacontology-legal-outcomes:contributionType leaf node


URI

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

Label

contribution type

Description

Type of contribution in delinquency charges (delinquency, dependency, both).

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:ContributingToDelinquency cacontology-legal-outcomes:contributionType xsd:string

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:contributionType a owl:DatatypeProperty ;
    rdfs:label "contribution type"@en ;
    rdfs:comment "Type of contribution in delinquency charges (delinquency, dependency, both)."@en ;
    rdfs:domain cacontology-legal-outcomes:ContributingToDelinquency ;
    rdfs:range xsd:string .