core:createdBy leaf node


URI

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

Label

createdBy

Description

The identity that created a characterization of a concept.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:createdBy core:IdentityAbstraction

Implementation

@prefix core: <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#> .

core:createdBy a owl:ObjectProperty ;
    rdfs:label "createdBy"@en ;
    rdfs:comment "The identity that created a characterization of a concept."@en ;
    rdfs:range core:IdentityAbstraction .