observable:profileIsProtected leaf node


URI

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

Label

Is_Protected

Description

Specifies whether the twitter profile is protected.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:profileIsProtected xsd:boolean

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:profileIsProtected a owl:DatatypeProperty ;
    rdfs:label "Is_Protected"@en-US ;
    rdfs:comment "Specifies whether the twitter profile is protected."@en-US ;
    rdfs:range xsd:boolean .