Ontology Version: 2.2.0

cacontology-platforms:deviceType leaf node


URI

https://cacontology.projectvic.org/platforms#deviceType

Label

device type

Description

Type of electronic device (computer, phone, tablet, storage media).

Usage

DOMAINPROPERTYRANGE
cacontology-platforms:ElectronicDeviceEvidence cacontology-platforms:deviceType xsd:string

Implementation

@prefix cacontology-platforms: <https://cacontology.projectvic.org/platforms#> .
@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-platforms:deviceType a owl:DatatypeProperty ;
    rdfs:label "device type"@en ;
    rdfs:comment "Type of electronic device (computer, phone, tablet, storage media)."@en ;
    rdfs:domain cacontology-platforms:ElectronicDeviceEvidence ;
    rdfs:range xsd:string .