observable:accountType leaf node


URI

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

Label

accountType

Description

The type of account, for instance bank, phone, application, service, etc.

Usage

DOMAINPROPERTYRANGE
observable:AccountFacet observable:accountType vocabulary:AccountTypeVocab

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 vocabulary: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .

observable:accountType a owl:DatatypeProperty ;
    rdfs:label "accountType"@en ;
    rdfs:comment "The type of account, for instance bank, phone, application, service, etc."@en ;
    rdfs:domain observable:AccountFacet ;
    rdfs:range vocabulary:AccountTypeVocab .