Ontology Version: 2.2.0

cacontology-case:assignedInvestigator leaf node


URI

https://cacontology.projectvic.org/case-management#assignedInvestigator

Label

assigned investigator

Description

Name or identifier of the assigned investigator.

Usage

DOMAINPROPERTYRANGE
cacontology-case:CaseManagement cacontology-case:assignedInvestigator xsd:string

Implementation

@prefix cacontology-case: <https://cacontology.projectvic.org/case-management#> .
@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-case:assignedInvestigator a owl:DatatypeProperty ;
    rdfs:label "assigned investigator"@en ;
    rdfs:comment "Name or identifier of the assigned investigator."@en ;
    rdfs:domain cacontology-case:CaseManagement ;
    rdfs:range xsd:string .