http://www.w3.org/ns/org#role
Indicates the Role that a User plays in a Membership relationship with an Organization.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| org:Membership | org:role | org:Role |
@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 .