observable:biosDate leaf node


URI

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

Label

biosDate

Description

Specifies the date of the BIOS (e.g. the datestamp of the BIOS revision).

Usage

DOMAINPROPERTYRANGE
observable:ComputerSpecificationFacet observable:biosDate xs:dateTime

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:biosDate a owl:DatatypeProperty ;
    rdfs:label "biosDate"@en ;
    rdfs:comment "Specifies the date of the BIOS (e.g. the datestamp of the BIOS revision)."@en ;
    rdfs:domain observable:ComputerSpecificationFacet ;
    rdfs:range xsd:dateTime .