observable:favoritesCount leaf node


URI

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

Label

Favorites Count

Description

Specifies the number of times that this profile has favorited a tweet.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:favoritesCount xsd:nonNegativeInteger

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:favoritesCount a owl:DatatypeProperty ;
    rdfs:label "Favorites Count"@en-US ;
    rdfs:comment "Specifies the number of times that this profile has favorited a tweet."@en-US ;
    rdfs:range xsd:nonNegativeInteger .