https://unifiedcyberontology.org/ontology/uco/core#createdBy
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | core:createdBy | core:IdentityAbstraction |
@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 .