core:eventType leaf node


URI

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

Label

Event Type

Description

An event type specifies a classification type for the event.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:eventType xsd:string

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

core:eventType a owl:DatatypeProperty ;
    rdfs:label "Event Type"@en ;
    rdfs:comment "An event type specifies a classification type for the event."@en ;
    rdfs:range xsd:string .