Skip to content

Class: ContactPoint

Structured contact information for a data source, providing a name and email for the responsible party.

URI: vcard:Kind

classDiagram class ContactPoint click ContactPoint href "../ContactPoint/" ContactPoint : contact_email ContactPoint : contact_name

Slots

Name Cardinality and Range Description Inheritance
contact_name 1
String
Full name of the contact person direct
contact_email 1
String
Email address of the contact person direct

Usages

used by used in type used
DataSource contact_point range ContactPoint

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ber-data/ber-data-registry

Mappings

Mapping Type Mapped Value
self vcard:Kind
native ber_registry:ContactPoint

LinkML Source

Direct

name: ContactPoint
description: Structured contact information for a data source, providing a name and
  email for the responsible party.
from_schema: https://w3id.org/ber-data/ber-data-registry
slots:
- contact_name
- contact_email
class_uri: vcard:Kind

Induced

name: ContactPoint
description: Structured contact information for a data source, providing a name and
  email for the responsible party.
from_schema: https://w3id.org/ber-data/ber-data-registry
attributes:
  contact_name:
    name: contact_name
    description: Full name of the contact person.
    from_schema: https://w3id.org/ber-data/ber-data-registry
    rank: 1000
    slot_uri: vcard:fn
    alias: contact_name
    owner: ContactPoint
    domain_of:
    - ContactPoint
    range: string
    required: true
  contact_email:
    name: contact_email
    description: Email address of the contact person.
    from_schema: https://w3id.org/ber-data/ber-data-registry
    rank: 1000
    slot_uri: vcard:hasEmail
    alias: contact_email
    owner: ContactPoint
    domain_of:
    - ContactPoint
    range: string
    required: true
class_uri: vcard:Kind