bedeo:has_contribution_type leaf node


URI

https://csse.utoronto.ca/has_contribution_type

Label

has_contribution_type

Usage

DOMAINPROPERTYRANGE
bedeo:contribution bedeo:has_contribution_type bedeo:contribution_type

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:has_contribution_type a owl:ObjectProperty ;
    rdfs:domain bedeo:contribution ;
    rdfs:range bedeo:contribution_type .