Ontology Version: 3.0.0

cacontology-legal-outcomes:involvesParticipantCount leaf node


URI

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

Label

involves participant count

Description

Number of participants involved in legal situation.

Usage

DOMAINPROPERTYRANGE
cac-core:Situation cacontology-legal-outcomes:involvesParticipantCount xsd:integer

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@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:involvesParticipantCount a owl:DatatypeProperty ;
    rdfs:label "involves participant count"@en ;
    rdfs:comment "Number of participants involved in legal situation."@en ;
    rdfs:domain cac-core:Situation ;
    rdfs:range xsd:integer .