https://ontology.unifiedcyberontology.org/uco/core/eventType
An event type specifies a classification type for the event.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | core:eventType | xsd:string |
@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 .