core:eventAttribute leaf node


URI

https://ontology.unifiedcyberontology.org/uco/core/eventAttribute

Label

Event Attribute

Description

An event attribute specifies an ad-hoc attribute/value for an event.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:eventAttribute types:Dictionary

Implementation

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

core:eventAttribute a owl:ObjectProperty ;
    rdfs:label "Event Attribute"@en ;
    rdfs:comment "An event attribute specifies an ad-hoc attribute/value for an event."@en ;
    rdfs:range types:Dictionary .