Skip to content

Class: DomainIdentifier

URI: fedid:DomainIdentifier

 classDiagram
    class DomainIdentifier
    click DomainIdentifier href "../DomainIdentifier"
      JsonLDObject <|-- DomainIdentifier
        click JsonLDObject href "../JsonLDObject"

      DomainIdentifier : belongsToDomain

      DomainIdentifier : hasDescription

      DomainIdentifier : hasLabel

      DomainIdentifier : id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
belongsToDomain 1
String
direct
id 1
String
JsonLDObject
hasLabel *
String
JsonLDObject
hasDescription *
String
JsonLDObject

Usages

used by used in type used
FederatedId knownAs range DomainIdentifier

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/cde/admin-loc/v1.0/

Mappings

Mapping Type Mapped Value
self fedid:DomainIdentifier
native adloc:DomainIdentifier

LinkML Source

Direct

name: DomainIdentifier
from_schema: https://w3id.org/cde/admin-loc/v1.0/
is_a: JsonLDObject
slots:
- belongsToDomain
class_uri: fedid:DomainIdentifier

Induced

name: DomainIdentifier
from_schema: https://w3id.org/cde/admin-loc/v1.0/
is_a: JsonLDObject
attributes:
  belongsToDomain:
    name: belongsToDomain
    from_schema: https://w3id.org/cde/admin-loc/v1.0/
    rank: 1000
    slot_uri: fedid:belongsToDomain
    multivalued: false
    alias: belongsToDomain
    owner: DomainIdentifier
    domain_of:
    - FederatedObject
    - DomainIdentifier
    range: string
    required: true
  id:
    name: id
    from_schema: https://w3id.org/cde/admin-loc/v1.0/
    rank: 1000
    slot_uri: jsonld:id
    identifier: true
    alias: id
    owner: DomainIdentifier
    domain_of:
    - JsonLDObject
    range: string
    required: true
  hasLabel:
    name: hasLabel
    from_schema: https://w3id.org/cde/admin-loc/v1.0/
    rank: 1000
    slot_uri: rdfs:label
    multivalued: true
    alias: hasLabel
    owner: DomainIdentifier
    domain_of:
    - JsonLDObject
    range: string
  hasDescription:
    name: hasDescription
    from_schema: https://w3id.org/cde/admin-loc/v1.0/
    rank: 1000
    slot_uri: rdfs:comment
    multivalued: true
    alias: hasDescription
    owner: DomainIdentifier
    domain_of:
    - JsonLDObject
    range: string
class_uri: fedid:DomainIdentifier