Ontology Version: 2.2.0

cacontology-physical:functionalStatus leaf node


URI

https://cacontology.projectvic.org/physical#functionalStatus

Label

functional status

Description

Whether the device is functional (working, non_functional, partially_functional).

Usage

DOMAINPROPERTYRANGE
cacontology-physical:ComputerEquipment cacontology-physical:functionalStatus xsd:string

Implementation

@prefix cacontology-physical: <https://cacontology.projectvic.org/physical#> .
@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#> .
cacontology-physical:functionalStatus a owl:DatatypeProperty ;
    rdfs:label "functional status"@en ;
    rdfs:comment "Whether the device is functional (working, non_functional, partially_functional)."@en ;
    rdfs:domain cacontology-physical:ComputerEquipment ;
    rdfs:range xsd:string .