Ontology Version: 3.0.0

cacontology-legal-outcomes:communicationPlatform leaf node


URI

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

Label

communication platform

Description

Platform used for electronic communication in the offense.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:FloridaStateCharge cacontology-legal-outcomes:communicationPlatform 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:communicationPlatform a owl:DatatypeProperty ;
    rdfs:label "communication platform"@en ;
    rdfs:comment "Platform used for electronic communication in the offense."@en ;
    rdfs:domain cacontology-legal-outcomes:FloridaStateCharge ;
    rdfs:range xsd:string .