observable:cpu leaf node


URI

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

Label

cpu

Description

Specifies the name of the CPU used by the system.

Usage

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