core:role leaf node


URI

https://unifiedcyberontology.org/ontology/uco/core#role

Label

role

Description

Usual or customary function based on contextual perspective.

Usage

DOMAINPROPERTYRANGE
core:RelatedIdentity core:role xs:string

Implementation

@prefix default1: <https://unifiedcyberontology.org/ontology/uco/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

default1:role a owl:DatatypeProperty ;
    rdfs:label "role"@en ;
    rdfs:comment "Usual or customary function based on contextual perspective."@en ;
    rdfs:domain default1:RelatedIdentity ;
    rdfs:range xsd:string .