ns1:hasPrincipalInvestigator leaf node


URI

http://scigraph.springernature.com/ontologies/core/hasPrincipalInvestigator

Label

Property: has principal investigator

Description

The :hasPrincipalInvestigator property specifies the PI (principal investigator) associated with a grant.

Usage

DOMAINPROPERTYRANGE
ns1:Grant ns1:hasPrincipalInvestigator ns1:Person

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns1:hasPrincipalInvestigator a owl:ObjectProperty ;
    rdfs:label "Property: has principal investigator"@en ;
    rdfs:comment "The :hasPrincipalInvestigator property specifies the PI (principal investigator) associated with a grant."@en ;
    rdfs:domain ns1:Grant ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range ns1:Person .