bedeo:requires_partnership_role leaf node


URI

https://csse.utoronto.ca/requires_partnership_role

Label

Requires partnership role

Description

Identifies a role type that is needed for a partnership opportunity

Usage

DOMAINPROPERTYRANGE
bedeo:PartnershipOpportunity bedeo:requires_partnership_role bedeo:RoleType

Implementation

@prefix bedeo: <https://csse.utoronto.ca/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bedeo:requires_partnership_role a owl:ObjectProperty ;
    rdfs:label "Requires partnership role"@en ;
    rdfs:comment "Identifies a role type that is needed for a partnership opportunity"@en ;
    rdfs:domain bedeo:PartnershipOpportunity ;
    rdfs:range bedeo:RoleType .