observable:SIMType leaf node


URI

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

Label

SIMType

Description

The type of SIM card such as SIM, USIM, UICC.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:SIMType 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:SIMType a owl:DatatypeProperty ;
    rdfs:label "SIMType"@en ;
    rdfs:comment "The type of SIM card such as SIM, USIM, UICC."@en ;
    rdfs:range xsd:string .