Class: WhoisRegistrarInfoType
"A Whois registrarInfo type is a grouping of characteristics unique to registrar-related information present in a response record conformant to the WHOIS protocol standard (RFC 3912). [based on https://en.wikipedia.org/wiki/WHOIS]"
URI: master:WhoisRegistrarInfoType
 classDiagram
    class WhoisRegistrarInfoType
      UcoInherentCharacterizationThing <|-- WhoisRegistrarInfoType
      WhoisRegistrarInfoType : contactPhoneNumber
          WhoisRegistrarInfoType ..> ObservableObject : contactPhoneNumber
      WhoisRegistrarInfoType : emailAddress
          WhoisRegistrarInfoType ..> ObservableObject : emailAddress
      WhoisRegistrarInfoType : geoLocationAddress
          WhoisRegistrarInfoType ..> Location : geoLocationAddress
      WhoisRegistrarInfoType : referralURL
          WhoisRegistrarInfoType ..> ObservableObject : referralURL
      WhoisRegistrarInfoType : registrarGUID
      WhoisRegistrarInfoType : registrarID
      WhoisRegistrarInfoType : registrarName
      WhoisRegistrarInfoType : whoisServer
          WhoisRegistrarInfoType ..> ObservableObject : whoisServer
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- WhoisRegistrarInfoType
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| geoLocationAddress | 0..1  Location  | 
"An administrative address for a particular geolocation | direct | 
| contactPhoneNumber | 0..1  ObservableObject  | 
"contactPhoneNumber specifies a telephone service account number for contacti... | direct | 
| emailAddress | 0..1  ObservableObject  | 
"An emailAddress | direct | 
| referralURL | 0..1  ObservableObject  | 
"Specifies the corresponding referralURL for a registrar | direct | 
| whoisServer | 0..1  ObservableObject  | 
"Specifies the corresponding Whois server for a registrar | direct | 
| registrarGUID | 0..1  String  | 
"Specifies the Registrar GUID field of a Whois entry | direct | 
| registrarID | 0..1  String  | 
"Specifies the Registrar ID field of a Whois entry | direct | 
| registrarName | 0..1  String  | 
"The name of the registrar organization | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| WhoisFacet | registrarInfo | range | WhoisRegistrarInfoType | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:WhoisRegistrarInfoType | 
| native | master:WhoisRegistrarInfoType | 
LinkML Source
Direct
name: WhoisRegistrarInfoType
description: '"A Whois registrarInfo type is a grouping of characteristics unique
  to registrar-related information present in a response record conformant to the
  WHOIS protocol standard (RFC 3912). [based on https://en.wikipedia.org/wiki/WHOIS]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- geoLocationAddress
- contactPhoneNumber
- emailAddress
- referralURL
- whoisServer
- registrarGUID
- registrarID
- registrarName
Induced
name: WhoisRegistrarInfoType
description: '"A Whois registrarInfo type is a grouping of characteristics unique
  to registrar-related information present in a response record conformant to the
  WHOIS protocol standard (RFC 3912). [based on https://en.wikipedia.org/wiki/WHOIS]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  geoLocationAddress:
    name: geoLocationAddress
    description: '"An administrative address for a particular geolocation."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: geoLocationAddress
    owner: WhoisRegistrarInfoType
    domain_of:
    - ContactAddress
    - WhoisRegistrarInfoType
    range: Location
  contactPhoneNumber:
    name: contactPhoneNumber
    description: '"contactPhoneNumber specifies a telephone service account number
      for contacting a contact entity by telephone."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: contactPhoneNumber
    owner: WhoisRegistrarInfoType
    domain_of:
    - ContactPhone
    - WhoisRegistrarInfoType
    range: ObservableObject
  emailAddress:
    name: emailAddress
    description: '"An emailAddress."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - edam.data:1691
    - IAO:0000429
    - SIO:001323
    - sumo:EmailAddress
    - wikidata:Q1273217
    rank: 1000
    alias: emailAddress
    owner: WhoisRegistrarInfoType
    domain_of:
    - ContactEmail
    - EmailAccountFacet
    - WhoisRegistrarInfoType
    range: ObservableObject
  referralURL:
    name: referralURL
    description: '"Specifies the corresponding referralURL for a registrar."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: referralURL
    owner: WhoisRegistrarInfoType
    domain_of:
    - WhoisRegistrarInfoType
    range: ObservableObject
  whoisServer:
    name: whoisServer
    description: '"Specifies the corresponding Whois server for a registrar."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: whoisServer
    owner: WhoisRegistrarInfoType
    domain_of:
    - WhoisRegistrarInfoType
    range: ObservableObject
  registrarGUID:
    name: registrarGUID
    description: '"Specifies the Registrar GUID field of a Whois entry."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: registrarGUID
    owner: WhoisRegistrarInfoType
    domain_of:
    - WhoisRegistrarInfoType
    range: string
  registrarID:
    name: registrarID
    description: '"Specifies the Registrar ID field of a Whois entry."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: registrarID
    owner: WhoisRegistrarInfoType
    domain_of:
    - WhoisRegistrarInfoType
    range: string
  registrarName:
    name: registrarName
    description: '"The name of the registrar organization."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: registrarName
    owner: WhoisRegistrarInfoType
    domain_of:
    - WhoisRegistrarInfoType
    range: string