observable:hostname leaf node


URI

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

Label

hostname

Description

Specifies the hostname of the system.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:hostname 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:hostname a owl:DatatypeProperty ;
    rdfs:label "hostname"@en ;
    rdfs:comment "Specifies the hostname of the system."@en ;
    rdfs:range xsd:string .