https://unifiedcyberontology.org/ontology/uco/observable#twitterId
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:twitterId | xsd:string |
@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:twitterId a owl:DatatypeProperty ;
rdfs:label "Twitter ID"@en-US ;
rdfs:comment "Specifies the twitter id associated with the profile."@en-US ;
rdfs:range xsd:string .