Skip to content

Class: NamedAlspacDataset

Represents a named_alspac_data_set. That is a set of data that has been collected or produced to be named, reused and distributed.

URI: dcat:Dataset

classDiagram class NamedAlspacDataset NamedThing <|-- NamedAlspacDataset NamedAlspacDataset : derived_from NamedAlspacDataset : description NamedAlspacDataset : documentation_authors_orcids NamedAlspacDataset : has_current_version NamedAlspacDataset : id NamedAlspacDataset : in_catalog NamedAlspacDataset : keywords NamedAlspacDataset : landing_page_url NamedAlspacDataset : main_publication_doi NamedAlspacDataset : name NamedAlspacDataset : primary_email NamedAlspacDataset : primary_investigator_orcids NamedAlspacDataset : publications_dois NamedAlspacDataset : versions

Inheritance

Slots

Name Cardinality and Range Description Inheritance
landing_page_url 0..1
xsd:string
A Web page that can be navigated to in a Web browser to gain access to the ca... direct
primary_investigator_orcids 0..*
Person
The orcid ids of the pis direct
keywords 0..*
xsd:string
A list of keywords direct
has_current_version 0..1
AlspacDataSetVersion
The current version of this named alspac dataset direct
versions 0..*
AlspacDataSetVersion
A list of versions of a named dataset direct
primary_email 0..1
xsd:string
The main email address to contact direct
documentation_authors_orcids 0..*
Person
a list of the orcid ids of the documentation authors direct
main_publication_doi 0..1
Paper
A doi ref to the main publication describing this dataset direct
publications_dois 0..*
Paper
A list of publications dois that use or refer to this data set direct
in_catalog 0..1
AlspacDataCatalogue
What catalog is this dataset a part of direct
derived_from 0..*
NamedAlspacDataset
List of NamedAlspacDatasets that were used at least in part to derive this Na... 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
AlspacDataCatalogue named_alspac_datasets range NamedAlspacDataset
BespokeAlspacDataset derived_from range NamedAlspacDataset
NamedAlspacDataset derived_from range NamedAlspacDataset
AlspacDataSetVersion version_of range NamedAlspacDataset
AlspacDataSetVersionFreeze freeze_of_named_alspac_dataset range NamedAlspacDataset

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self dcat:Dataset
native alspacdcs:NamedAlspacDataset

LinkML Source

Direct

name: NamedAlspacDataset
description: Represents a named_alspac_data_set. That is a set of data that has been
  collected or produced to be named, reused and distributed.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
slots:
- landing_page_url
- primary_investigator_orcids
- keywords
- has_current_version
- versions
- primary_email
- documentation_authors_orcids
- main_publication_doi
- publications_dois
- in_catalog
- derived_from
class_uri: dcat:Dataset

Induced

name: NamedAlspacDataset
description: Represents a named_alspac_data_set. That is a set of data that has been
  collected or produced to be named, reused and distributed.
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
  landing_page_url:
    name: landing_page_url
    description: A Web page that can be navigated to in a Web browser to gain access
      to the catalog, a dataset, its distributions and/or additional information.
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: dcat:landingPage
    alias: landing_page_url
    owner: NamedAlspacDataset
    domain_of:
    - NamedAlspacDataset
    range: string
  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: NamedAlspacDataset
    domain_of:
    - AlspacDataCatalogue
    - NamedAlspacDataset
    range: Person
    inlined: true
    inlined_as_list: true
  keywords:
    name: keywords
    description: A list of keywords.
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    multivalued: true
    alias: keywords
    owner: NamedAlspacDataset
    domain_of:
    - BespokeAlspacDataset
    - NamedAlspacDataset
    range: string
    inlined: false
  has_current_version:
    name: has_current_version
    description: The current version of this named alspac dataset
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: dcat:hasCurrentVersion
    alias: has_current_version
    owner: NamedAlspacDataset
    domain_of:
    - NamedAlspacDataset
    range: AlspacDataSetVersion
  versions:
    name: versions
    description: A list of versions of a named dataset
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    multivalued: true
    alias: versions
    owner: NamedAlspacDataset
    domain_of:
    - NamedAlspacDataset
    range: AlspacDataSetVersion
    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: NamedAlspacDataset
    domain_of:
    - AlspacDataCatalogue
    - NamedAlspacDataset
    - AlspacDataSetVersionFreeze
    range: string
  documentation_authors_orcids:
    name: documentation_authors_orcids
    description: a list of the orcid ids of the documentation authors
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    multivalued: true
    alias: documentation_authors_orcids
    owner: NamedAlspacDataset
    domain_of:
    - NamedAlspacDataset
    range: Person
    inlined: true
    inlined_as_list: true
  main_publication_doi:
    name: main_publication_doi
    description: A doi ref to the main publication describing this dataset.
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    alias: main_publication_doi
    owner: NamedAlspacDataset
    domain_of:
    - NamedAlspacDataset
    range: Paper
  publications_dois:
    name: publications_dois
    description: A list of publications dois that use or refer to this data set
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    multivalued: true
    alias: publications_dois
    owner: NamedAlspacDataset
    domain_of:
    - NamedAlspacDataset
    range: Paper
    inlined: true
    inlined_as_list: true
  in_catalog:
    name: in_catalog
    description: What catalog is this dataset a part of
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    alias: in_catalog
    owner: NamedAlspacDataset
    domain_of:
    - NamedAlspacDataset
    range: AlspacDataCatalogue
  derived_from:
    name: derived_from
    description: List of NamedAlspacDatasets that were used at least in part to derive
      this Named or custom dataset.
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    multivalued: true
    alias: derived_from
    owner: NamedAlspacDataset
    domain_of:
    - BespokeAlspacDataset
    - NamedAlspacDataset
    range: NamedAlspacDataset
    inlined: true
    inlined_as_list: true
  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: NamedAlspacDataset
    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: NamedAlspacDataset
    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: NamedAlspacDataset
    domain_of:
    - NamedThing
    range: string
class_uri: dcat:Dataset