has role leaf node


URI

http://semanticscience.org/resource/hasRole

Label

has role

Description

has role is a relation between an entity and a role that it bears.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has role role

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:hasRole a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has role"@en ;
    dct:description "has role is a relation between an entity and a role that it bears."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:range sio:Role ;
    rdfs:subPropertyOf sio:hasRealizableProperty .