https://cacontology.projectvic.org/hotlines#playsRole
Links an entity to a role it plays in hotline operations.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | cacontology-hotlines:playsRole | cac-core:Role |
@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 .