https://unifiedcyberontology.org/ontology/uco/observable#TwitterProfileFacet
Instances of observable:TwitterProfileFacet can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
VALUE CONSTRAINTS |
TYPE |
---|---|---|---|---|
observable:TwitterProfileFacet | ||||
observable:favoritesCount | 0 | 1 |
|
xsd:nonNegativeInteger
|
observable:followersCount | 0 | 1 |
|
xsd:nonNegativeInteger
|
observable:friendsCount | 0 | 1 |
|
xsd:nonNegativeInteger
|
observable:listedCount | 0 | 1 |
|
xsd:integer
|
observable:profileBackgroundHash | 0 | * |
|
types:Hash
|
observable:profileBackgroundLocation | 0 | 1 |
|
observable:ObservableObject
|
observable:profileBannerHash | 0 | * |
|
types:Hash
|
observable:profileBannerLocation | 0 | 1 |
|
observable:ObservableObject
|
observable:profileImageHash | 0 | * |
|
types:Hash
|
observable:profileImageLocation | 0 | 1 |
|
observable:ObservableObject
|
observable:profileIsProtected | 0 | 1 |
|
xsd:boolean
|
observable:profileIsVerified | 0 | 1 |
|
xsd:boolean
|
observable:statusesCount | 0 | 1 |
|
xsd:nonNegativeInteger
|
observable:twitterHandle | 0 | 1 |
|
xsd:string
|
observable:twitterId | 1 | 1 |
|
xsd:string
|
observable:userLocationString | 0 | 1 |
|
xsd:string
|
@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@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 sh: <http://www.w3.org/ns/shacl#> .
@prefix types: <https://unifiedcyberontology.org/ontology/uco/types#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
observable:TwitterProfileFacet a owl:Class,
sh:NodeShape ;
rdfs:label "TwitterProfileFacet" ;
rdfs:comment "A twitter profile facet is a grouping of characteristics unique to an explicit digital representation of identity and characteristics of the owner of a single Twitter user account. [based on https://en.wikipedia.org/wiki/User_profile]" ;
rdfs:subClassOf core:Facet ;
sh:property [ sh:class observable:ObservableObject ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:profileBackgroundLocation ],
[ sh:class observable:ObservableObject ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:profileBannerLocation ],
[ sh:class observable:ObservableObject ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:profileImageLocation ],
[ sh:class types:Hash ;
sh:minCount 0 ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:profileBackgroundHash ],
[ sh:class types:Hash ;
sh:minCount 0 ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:profileBannerHash ],
[ sh:class types:Hash ;
sh:minCount 0 ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:profileImageHash ],
[ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:profileIsProtected ],
[ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:profileIsVerified ],
[ sh:datatype xsd:integer ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:listedCount ],
[ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:favoritesCount ],
[ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:followersCount ],
[ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:friendsCount ],
[ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:statusesCount ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:twitterId ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:twitterHandle ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:userLocationString ] ;
sh:targetClass observable:TwitterProfileFacet .