observable:cpuFamily leaf node


URI

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

Label

cpuFamily

Description

Specifies the name of the CPU family used by the system.

Usage

DOMAINPROPERTYRANGE
observable:ComputerSpecificationFacet observable:cpuFamily xs: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:cpuFamily a owl:DatatypeProperty ;
    rdfs:label "cpuFamily"@en ;
    rdfs:comment "Specifies the name of the CPU family used by the system."@en ;
    rdfs:domain observable:ComputerSpecificationFacet ;
    rdfs:range xsd:string .