http://stelar-project.eu/klms#roleSpecs
This property contains the specification of a User's role (admin, editor, or member) regarding the Catalog within an Organization.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| org:Role | klms:roleSpecs | klms:UserRolesEnum |
@prefix : <http://stelar-project.eu/klms#> .
@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/> .
:roleSpecs a owl:DatatypeProperty ;
rdfs:label "Role -specification"@en ;
dcterms:identifier "klms:roleSpecs" ;
vann:usageNote "Recommended property. This property contains the specification of a User's role (admin, editor, or member) regarding the Catalog within an Organization."@en ;
rdfs:comment "This property contains the specification of a User's role (admin, editor, or member) regarding the Catalog within an Organization."@en ;
rdfs:domain org:Role ;
rdfs:range :UserRolesEnum .