org:role leaf node


URI

http://www.w3.org/ns/org#role

Label

role

Description

Indicates the Role that a User plays in a Membership relationship with an Organization.

Usage

DOMAINPROPERTYRANGE
org:Membership org:role org:Role

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .

org:role a owl:ObjectProperty ;
    dcterms:identifier "org:role" ;
    vann:usageNote "Recommended property. Indicates the Role that a User plays in a Membership relationship with an Organization."@en ;
    rdfs:comment "Indicates the Role that a User plays in a Membership relationship with an Organization."@en ;
    rdfs:domain org:Membership ;
    rdfs:isDefinedBy <http://www.w3.org/ns/org> ;
    rdfs:range org:Role .