https://ontology.unifiedcyberontology.org/uco/observable/EmailAddressFacet
An email address facet is a grouping of characteristics unique to an identifier for an electronic mailbox to which electronic mail messages (conformant to the Simple Mail Transfer Protocol (SMTP)) are sent from and delivered to.
Instances of observable:EmailAddressFacet can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
---|---|---|---|---|
observable:DigitalAddressFacet | ||||
observable:addressValue | 1 |
xsd:string
|
||
observable:displayName | 1 |
xsd:string
|
@prefix observable: <https://ontology.unifiedcyberontology.org/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#> .
observable:EmailAddressFacet a owl:Class,
sh:NodeShape ;
rdfs:label "EmailAddressFacet"@en ;
rdfs:comment "An email address facet is a grouping of characteristics unique to an identifier for an electronic mailbox to which electronic mail messages (conformant to the Simple Mail Transfer Protocol (SMTP)) are sent from and delivered to."@en ;
rdfs:subClassOf observable:DigitalAddressFacet ;
sh:targetClass observable:EmailAddressFacet .