observable:computerName leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#computerName

Label

computerName

Description

A name of the computer on which the log entry was created.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:computerName xsd:string

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@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#> .

observable:computerName a owl:DatatypeProperty ;
    rdfs:label "computerName"@en ;
    rdfs:comment "A name of the computer on which the log entry was created."@en ;
    rdfs:range xsd:string .