observable:EmailAddressFacet leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/EmailAddressFacet

Label

EmailAddressFacet

Description

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.

Target Classes (1)

Shape Properties

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

Implementation

@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 .