Skip to content

Class: AlspacDataCatalogue

Represents an alspac data catalogue. That is a set of named alspac data sets.

URI: dcat:Catalog

classDiagram class AlspacDataCatalogue NamedThing <|-- AlspacDataCatalogue AlspacDataCatalogue : description AlspacDataCatalogue : id AlspacDataCatalogue : name AlspacDataCatalogue : named_alspac_datasets AlspacDataCatalogue : primary_email AlspacDataCatalogue : primary_investigator_orcids AlspacDataCatalogue : see_also

Inheritance

Slots

Name Cardinality and Range Description Inheritance
primary_investigator_orcids 0..*
Person
The orcid ids of the pis direct
primary_email 0..1
xsd:string
The main email address to contact direct
named_alspac_datasets 0..*
NamedAlspacDataset
A list of named alspac data sets curies ids direct
see_also 0..*
xsd:anyURI
Links to useful info direct
id 1..1
xsd:anyURI
A unique identifier for a thing NamedThing
name 0..1
xsd:string
A human-readable name for a thing NamedThing
description 0..1
xsd:string
A human-readable description for a thing NamedThing

Usages

used by used in type used
NamedAlspacDataset in_catalog range AlspacDataCatalogue

Identifier and Mapping Information

Schema Source

  • from schema: http://purl.org/alspac/alspac-data-catalogue-schema/

Mappings

Mapping Type Mapped Value
self dcat:Catalog
native alspacdcs:AlspacDataCatalogue

LinkML Source

Direct

name: AlspacDataCatalogue
description: Represents an alspac data catalogue. That is a set of named alspac data
  sets.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
slots:
- primary_investigator_orcids
- primary_email
- named_alspac_datasets
- see_also
class_uri: dcat:Catalog

Induced

name: AlspacDataCatalogue
description: Represents an alspac data catalogue. That is a set of named alspac data
  sets.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
  primary_investigator_orcids:
    name: primary_investigator_orcids
    description: The orcid ids of the pis
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    multivalued: true
    alias: primary_investigator_orcids
    owner: AlspacDataCatalogue
    domain_of:
    - AlspacDataCatalogue
    - NamedAlspacDataset
    range: Person
    inlined: true
    inlined_as_list: true
  primary_email:
    name: primary_email
    description: The main email address to contact
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    exact_mappings:
    - foaf:email
    rank: 1000
    slot_uri: schema:email
    alias: primary_email
    owner: AlspacDataCatalogue
    domain_of:
    - AlspacDataCatalogue
    - NamedAlspacDataset
    - AlspacDataSetVersionFreeze
    range: string
  named_alspac_datasets:
    name: named_alspac_datasets
    description: A list of named alspac data sets curies ids
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    multivalued: true
    alias: named_alspac_datasets
    owner: AlspacDataCatalogue
    domain_of:
    - AlspacDataCatalogue
    range: NamedAlspacDataset
    inlined: true
    inlined_as_list: true
  see_also:
    name: see_also
    description: Links to useful info
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    multivalued: true
    alias: see_also
    owner: AlspacDataCatalogue
    domain_of:
    - AlspacDataCatalogue
    range: uriorcurie
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: AlspacDataCatalogue
    domain_of:
    - NamedThing
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: AlspacDataCatalogue
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: AlspacDataCatalogue
    domain_of:
    - NamedThing
    range: string
class_uri: dcat:Catalog