Skip to content

Class: DomainNameFacet

"A domainName facet is a grouping of characteristics unique to an identification string that defines a realm of administrative autonomy, authority or control within the Internet. [based on https://en.wikipedia.org/wiki/Domain_name]"

URI: master:DomainNameFacet

classDiagram class DomainNameFacet Facet <|-- DomainNameFacet DomainNameFacet : isTLD DomainNameFacet : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
isTLD 0..1
BooleanType
direct
value 0..1
String
A string value direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:DomainNameFacet
native master:DomainNameFacet

LinkML Source

Direct

name: DomainNameFacet
description: '"A domainName facet is a grouping of characteristics unique to an identification
  string that defines a realm of administrative autonomy, authority or control within
  the Internet. [based on https://en.wikipedia.org/wiki/Domain_name]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- isTLD
- value

Induced

name: DomainNameFacet
description: '"A domainName facet is a grouping of characteristics unique to an identification
  string that defines a realm of administrative autonomy, authority or control within
  the Internet. [based on https://en.wikipedia.org/wiki/Domain_name]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  isTLD:
    name: isTLD
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: isTLD
    owner: DomainNameFacet
    domain_of:
    - DomainNameFacet
    range: boolean type
  value:
    name: value
    description: A string value.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: value
    owner: DomainNameFacet
    domain_of:
    - ControlledVocabulary
    - DictionaryEntry
    - DomainNameFacet
    - EnvironmentVariable
    - PropertyReadEffectFacet
    - ActionArgumentFacet
    range: string