Ontology Version: 3.0.0

cacontology-hotlines:playsRole leaf node


URI

https://cacontology.projectvic.org/hotlines#playsRole

Label

plays role

Description

Links an entity to a role it plays in hotline operations.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cacontology-hotlines:playsRole cac-core:Role

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-hotlines: <https://cacontology.projectvic.org/hotlines#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-hotlines:playsRole a owl:ObjectProperty ;
    rdfs:label "plays role"@en ;
    rdfs:comment "Links an entity to a role it plays in hotline operations."@en ;
    rdfs:range cac-core:Role .