bedeo:has_primary_contact leaf node


URI

https://csse.utoronto.ca/has_primary_contact

Label

has_primary_contact

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) bedeo:has_primary_contact bedeo:primary_contact

Implementation

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

bedeo:has_primary_contact a owl:ObjectProperty ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( bedeo:account bedeo:partnership_participant ) ] ;
    rdfs:range bedeo:primary_contact .