klms:roleSpecs leaf node


URI

http://stelar-project.eu/klms#roleSpecs

Label

Role -specification

Description

This property contains the specification of a User's role (admin, editor, or member) regarding the Catalog within an Organization.

Usage

DOMAINPROPERTYRANGE
org:Role klms:roleSpecs klms:UserRolesEnum

Implementation

@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 .