Class: Resource

Resource published or curated by a single agent.

URI: dldist:Resource

erDiagram Resource { W3CISO8601 date_modified W3CISO8601 date_published stringList keyword uri landing_page string version uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } Property { uriorcurie meta_type string description uriorcurie is_defined_by string name string title uriorcurie type uriorcurie range string value } Identifier { string notation } Thing { uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } Activity { W3CISO8601 ended_at uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } Agent { uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } AgentInfluence { string influencer } Entity { uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } EntityInfluence { uriorcurie meta_type string influencer } Derivation { uriorcurie had_activity uriorcurie meta_type string influencer } Attribution { string influencer } Resource ||--|o Agent : "contact_point" Resource ||--|o Resource : "is_part_of" Resource ||--|o Resource : "is_version_of" Resource ||--}o Attribution : "qualified_attribution" Resource ||--}o Derivation : "qualified_derivation" Resource ||--}o EntityInfluence : "qualified_relation" Resource ||--}o Thing : "relation" Resource ||--}o Agent : "was_attributed_to" Resource ||--}o Entity : "was_derived_from" Resource ||--}o Activity : "was_generated_by" Resource ||--}o Identifier : "identifier" Resource ||--}o Property : "has_property" Identifier ||--|o Thing : "schema_agency" Thing ||--}o Identifier : "identifier" Thing ||--}o Property : "has_property" Activity ||--}o AgentInfluence : "qualified_association" Activity ||--}o Thing : "relation" Activity ||--}o Agent : "was_associated_with" Activity ||--}o Activity : "was_informed_by" Activity ||--}o Identifier : "identifier" Activity ||--}o Property : "has_property" Agent ||--}o Thing : "relation" Agent ||--}o Identifier : "identifier" Agent ||--}o Property : "has_property" AgentInfluence ||--|| Agent : "agent" AgentInfluence ||--}| Role : "had_role" Entity ||--}o Attribution : "qualified_attribution" Entity ||--}o Derivation : "qualified_derivation" Entity ||--}o EntityInfluence : "qualified_relation" Entity ||--}o Thing : "relation" Entity ||--}o Agent : "was_attributed_to" Entity ||--}o Entity : "was_derived_from" Entity ||--}o Activity : "was_generated_by" Entity ||--}o Identifier : "identifier" Entity ||--}o Property : "has_property" EntityInfluence ||--}| Entity : "entity" EntityInfluence ||--}| Role : "had_role" Derivation ||--}| Entity : "entity" Derivation ||--}| Role : "had_role" Attribution ||--|| Agent : "agent" Attribution ||--}| Role : "had_role"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
contact_point 0..1
Agent
Relevant contact information for the subject direct
date_modified 0..1
W3CISO8601
Date on which the resource was (last) changed, updated or modified direct
date_published 0..1
W3CISO8601
Date on which the resource was (last) changed, updated or modified direct
is_part_of 0..1
Resource
A related resource that is included either physically or logically in the des... direct
is_version_of 0..1
Resource
A related resource of which the described resource is a version direct
keyword 0..*
String
One or more keywords or tags describing the resource direct
landing_page 0..1
Uri
A Web page that can be navigated to in a Web browser to gain access to a reso... direct
version 0..1
String
Version indicator (name or identifier) of a resource direct
qualified_attribution 0..*
Attribution
Attribution is the ascribing of an entity to an agent Entity
qualified_derivation 0..*
Derivation
A transformation of an entity into another, an update of an entity resulting ... Entity
qualified_relation 0..*
EntityInfluence
Characterizes the relationship or role of an entity with respect to the subje... Entity
relation 0..*
Thing
The subject has a relation to the object Entity
was_attributed_to 0..*
Agent
Attribution is the ascribing of an entity to an agent Entity
was_derived_from 0..*
Entity
Derivation is a transformation of an entity into another, an update of an ent... Entity
was_generated_by 0..*
Activity
Generation is the completion of production of a new entity by an activity Entity
id 1..1
Uriorcurie
Globally unique identifier of a metadata object Thing
conforms_to 0..*
Uriorcurie
An established standard to which the subject conforms Thing
description 0..1
String
A free-text account of the thing Thing
identifier 0..*
Identifier
An unambiguous reference to the subject within a given context Thing
is_about 0..*
Uriorcurie
A relation of an information artifact to a thing Thing
meta_type 0..1
Uriorcurie
Type designator of a metadata object for validation and schema structure hand... Thing
name 0..1
String
Name of a thing Thing
has_property 0..*
Property
Relation between a subject and a quality, capability or role that it bears Thing
same_as 0..*
Uriorcurie
Property that determines that subject and object are equal Thing
title 0..1
String
A summarily description of a thing Thing
type 0..1
Uriorcurie
State that the subject is an instance of a class Thing

Usages

used by used in type used
Distribution is_distribution_of range Resource
Resource is_part_of range Resource
Resource is_version_of range Resource
DataService is_part_of range Resource
DataService is_version_of range Resource

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.datalad.org/s/distribution/unreleased

Mappings

Mapping Type Mapped Value
self dldist:Resource
native dldist:Resource
exact DCAT:Resource

Examples

Example: Resource-dataladdataset

id: https://concepts.datalad.org/ns/dataset-uuid/cec1da92-0dbd-4df3-8602-7c72b2d12854
# we need a definition for a DataLad dataset
#type: ...
identifier:
  - notation: cec1da92-0dbd-4df3-8602-7c72b2d12854
    schema_agency: https://datalad.org
# here could be any additional properties or linked resources
# that are related to the dataset in general and not just to a particular
# version
#is_about: ...

Example: Resource-gitcommit

id: https://concepts.datalad.org/ns/gitsha/8d6f033bb2a6109b2c4d64d6f27b0feb181e4d0f
# link to datalad dataset
is_version_of: https://concepts.datalad.org/ns/dataset-uuid/cec1da92-0dbd-4df3-8602-7c72b2d12854
identifier:
  # two git-tags associated with the commit
  # they must be unique across all commits in the repo, hence we
  # use the context entity for the version-less dataset as the
  # agency/scope
  - notation: final2
    schema_agency: exthisds:#
  - notation: latest
    schema_agency: exthisds:#
# this only *single* version label we can have without making additional
# assumptions is the commit gitsha
version: 8d6f033bb2a6109b2c4d64d6f27b0feb181e4d0f
# commit message
description: >
  This message describes the changes done for this particular
  Dataset version.
qualified_derivation:
  # parent commit(s)
  - entity:
      # in a derivation any number of entities can play a role
      - https://concepts.datalad.org/ns/gitsha/a52963ce19a3e3628e9976555ffc8c422b29f054
    # "change", ie. unknown what was done
    # there are plenty of terms to drill down on the nature
    # of the derivation
    # - obo:NCIT_C64266: merge
    # - obo:NCIT_C64911: add
    had_activity: obo:NCIT_C25446
    had_role:
      - owl:priorVersion
relation:
  # author activity
  # this is modeled as a dedicated action so that the
  # author time can be captured as an independent property.
  # otherwise the author role could be added above
  - id: https://concepts.datalad.org/ns/gitsha/8d6f033bb2a6109b2c4d64d6f27b0feb181e4d0f#authoring
    meta_type: dlprov:Activity
    # "preparation"
    type: obo:NCIT_C25625
    ended_at: "2001-02-28T18:27:04+02:00"
    qualified_association:
      # author of the commit
      - agent: exthisds:#gituser_doe@example.com
        had_role:
          - marcrel:aut
  # commit activity
  - id: https://concepts.datalad.org/ns/gitsha/8d6f033bb2a6109b2c4d64d6f27b0feb181e4d0f#committing
    meta_type: dlprov:Activity
    # go for activity type: "release", but could also be
    # "label as such" (obo:NCIT_C64662)
    type: obo:NCIT_C42882
    ended_at: "2002-05-30T09:30:10+06:00"
    qualified_association:
      # creator of the commit
      - agent: exthisds:#gituser_doe@example.com
        had_role:
          - marcrel:cre
    was_informed_by:
      - https://concepts.datalad.org/ns/gitsha/8d6f033bb2a6109b2c4d64d6f27b0feb181e4d0f#authoring
was_generated_by:
  - https://concepts.datalad.org/ns/gitsha/8d6f033bb2a6109b2c4d64d6f27b0feb181e4d0f#committing

Example: Resource-study

id: exthisdsver:#
relation:
  # study participants (role assigned below)
  - id: exthisds:#s001
    meta_type: dlprov:Agent
    name: s001
    has_property:
      # handedness
      - type: obo:PATO_0002201
        # ambidextrous
        is_defined_by: obo:PATO_0002204
  - id: exthisds:#s002
    meta_type: dlprov:Agent
    name: s002
    has_property:
      # biological sex
      - type: obo:PATO_0000047
        value: male
        is_defined_by: obo:PATO_0000384
      # age in years
      - meta_type: dlthing:QuantitativeProperty
        # length of a person's life, stated in years since birth
        type: obo:NCIT_C37908
        name: age (years)
        value: "36"
        unit: obo:UO_0000036
  # study activity
  - id: exthisds:#study_2005-004406-93
    meta_type: dlprov:Activity
    title: Study about the effectiveness of a disease treatment
    # registered clinical trial
    type: obo:NCIT_C71104
    identifier:
      - notation: 2005-004406-93
        schema_agency: https://eudract.ema.europa.eu
    qualified_association:
      - agent: exthisds:#s001
        had_role:
          # study participant
          - obo:NCIT_C142710
          # healthy control
          - obo:NCIT_C94342
      - agent: exthisds:#s002
        had_role:
          - obo:NCIT_C142710
          # subject Assigned to Protocol Treatment Arm
          - obo:NCIT_C173188
was_generated_by:
  - exthisds:#study_2005-004406-93

LinkML Source

Direct

name: Resource
description: Resource published or curated by a single agent.
notes:
- Try to make having specific subtypes of this class unnecessary
from_schema: https://concepts.datalad.org/s/distribution/unreleased
exact_mappings:
- DCAT:Resource
is_a: Entity
slots:
- contact_point
- date_modified
- date_published
- is_part_of
- is_version_of
- keyword
- landing_page
- version
slot_usage:
  is_part_of:
    name: is_part_of
    domain_of:
    - Resource
    range: Resource
  is_version_of:
    name: is_version_of
    domain_of:
    - Resource
    range: Resource
class_uri: dldist:Resource

Induced

name: Resource
description: Resource published or curated by a single agent.
notes:
- Try to make having specific subtypes of this class unnecessary
from_schema: https://concepts.datalad.org/s/distribution/unreleased
exact_mappings:
- DCAT:Resource
is_a: Entity
slot_usage:
  is_part_of:
    name: is_part_of
    domain_of:
    - Resource
    range: Resource
  is_version_of:
    name: is_version_of
    domain_of:
    - Resource
    range: Resource
attributes:
  contact_point:
    name: contact_point
    description: Relevant contact information for the subject.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - DCAT:contactPoint
    rank: 1000
    slot_uri: dldist:contact_point
    alias: contact_point
    owner: Resource
    domain_of:
    - Resource
    range: Agent
  date_modified:
    name: date_modified
    description: Date on which the resource was (last) changed, updated or modified.
    notes:
    - successful validation with `datetime` as a range and linkml-jsonschema-validate`
      depends on a patched linkml, see https://github.com/linkml/linkml/issues/1806
    - a related problem also exists for `linkml-validate`, we cannot have a more specific
      range right now
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcterms:modified
    rank: 1000
    slot_uri: dldist:date_modified
    alias: date_modified
    owner: Resource
    domain_of:
    - Distribution
    - Resource
    range: W3CISO8601
  date_published:
    name: date_published
    description: Date on which the resource was (last) changed, updated or modified.
    notes:
    - successful validation with `datetime` as a range and linkml-jsonschema-validate`
      depends on a patched linkml, see https://github.com/linkml/linkml/issues/1806
    - a related problem also exists for `linkml-validate`, we cannot have a more specific
      range right now
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - schema:datePublished
    rank: 1000
    slot_uri: dldist:date_published
    alias: date_published
    owner: Resource
    domain_of:
    - Distribution
    - Resource
    range: W3CISO8601
  is_part_of:
    name: is_part_of
    description: A related resource that is included either physically or logically
      in the described resource.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dldist:is_part_of
    alias: is_part_of
    owner: Resource
    domain_of:
    - Resource
    range: Resource
  is_version_of:
    name: is_version_of
    description: A related resource of which the described resource is a version.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dldist:is_version_of
    alias: is_version_of
    owner: Resource
    domain_of:
    - Resource
    range: Resource
  keyword:
    name: keyword
    description: One or more keywords or tags describing the resource.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcat:keyword
    - schema:keywords
    rank: 1000
    slot_uri: dldist:keyword
    multivalued: true
    alias: keyword
    owner: Resource
    domain_of:
    - Resource
    range: string
  landing_page:
    name: landing_page
    description: A Web page that can be navigated to in a Web browser to gain access
      to a resource, its distributions and/or additional information.
    comments:
    - If the distribution(s) are accessible only through a landing page (i.e., direct
      download URLs are not known), then the landing page link SHOULD be duplicated
      as `dldist:access_url` on a distribution.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    see_also:
    - https://www.w3.org/TR/vocab-dcat-3/#example-landing-page
    exact_mappings:
    - DCAT:landingPage
    - foaf:page
    rank: 1000
    slot_uri: dldist:landing_page
    alias: landing_page
    owner: Resource
    domain_of:
    - Resource
    range: uri
  version:
    name: version
    description: Version indicator (name or identifier) of a resource.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - DCAT:version
    - pav:version
    rank: 1000
    slot_uri: dldist:version
    alias: version
    owner: Resource
    domain_of:
    - Resource
    range: string
  qualified_attribution:
    name: qualified_attribution
    description: Attribution is the ascribing of an entity to an agent.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dlprov:qualified_attribution
    multivalued: true
    alias: qualified_attribution
    owner: Resource
    domain_of:
    - Entity
    range: Attribution
    inlined: true
    inlined_as_list: true
  qualified_derivation:
    name: qualified_derivation
    description: A transformation of an entity into another, an update of an entity
      resulting in a new one, or the construction of a new entity based on a pre-existing
      entity.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dlprov:qualified_derivation
    multivalued: true
    alias: qualified_derivation
    owner: Resource
    domain_of:
    - Entity
    range: Derivation
    inlined: true
    inlined_as_list: true
  qualified_relation:
    name: qualified_relation
    description: Characterizes the relationship or role of an entity with respect
      to the subject entity.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dlprov:qualified_relation
    multivalued: true
    alias: qualified_relation
    owner: Resource
    domain_of:
    - Entity
    range: EntityInfluence
    inlined: true
    inlined_as_list: true
  relation:
    name: relation
    description: The subject has a relation to the object.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcterms:relation
    rank: 1000
    domain: Thing
    slot_uri: dlprov:relation
    multivalued: true
    alias: relation
    owner: Resource
    domain_of:
    - Activity
    - Agent
    - Entity
    symmetric: true
    relational_role: OBJECT
    range: Thing
    inlined: true
    inlined_as_list: true
  was_attributed_to:
    name: was_attributed_to
    description: Attribution is the ascribing of an entity to an agent.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    is_a: was_influenced_by
    domain: Entity
    slot_uri: dlprov:was_attributed_to
    multivalued: true
    alias: was_attributed_to
    owner: Resource
    domain_of:
    - Entity
    range: Agent
    inlined: false
  was_derived_from:
    name: was_derived_from
    description: Derivation is a transformation of an entity into another, an update
      of an entity resulting in a new one, or the construction of a new entity based
      on a pre-existing entity.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    is_a: was_influenced_by
    domain: Entity
    slot_uri: dlprov:was_derived_from
    multivalued: true
    alias: was_derived_from
    owner: Resource
    domain_of:
    - Entity
    range: Entity
    inlined: false
  was_generated_by:
    name: was_generated_by
    description: Generation is the completion of production of a new entity by an
      activity. This entity did not exist before generation and becomes available
      for usage after this generation.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    is_a: was_influenced_by
    domain: Entity
    slot_uri: dlprov:was_generated_by
    multivalued: true
    alias: was_generated_by
    owner: Resource
    domain_of:
    - Entity
    range: Activity
    inlined: false
  id:
    name: id
    description: Globally unique identifier of a metadata object.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcterms:identifier
    - schema:identifier
    rank: 1000
    slot_uri: dlthing:id
    identifier: true
    alias: id
    owner: Resource
    domain_of:
    - Thing
    - Role
    range: uriorcurie
    required: true
  conforms_to:
    name: conforms_to
    description: An established standard to which the subject conforms.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dlthing:conforms_to
    multivalued: true
    alias: conforms_to
    owner: Resource
    domain_of:
    - Thing
    range: uriorcurie
  description:
    name: description
    description: A free-text account of the thing.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcterms:description
    - rdfs:comment
    rank: 1000
    slot_uri: dlthing:description
    alias: description
    owner: Resource
    domain_of:
    - Thing
    - Characteristic
    range: string
  identifier:
    name: identifier
    description: An unambiguous reference to the subject within a given context.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dlthing:identifier
    multivalued: true
    alias: identifier
    owner: Resource
    domain_of:
    - Thing
    range: Identifier
    inlined: true
    inlined_as_list: true
  is_about:
    name: is_about
    description: A relation of an information artifact to a thing. For example, the
      subject matter of the content.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dlthing:is_about
    multivalued: true
    alias: is_about
    owner: Resource
    domain_of:
    - Thing
    range: uriorcurie
  meta_type:
    name: meta_type
    description: Type designator of a metadata object for validation and schema structure
      handling purposes. This is used to indicate specialized schema classes for properties
      that accept a hierarchy of classes as their range.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcterms:type
    rank: 1000
    slot_uri: dlthing:meta_type
    designates_type: true
    alias: meta_type
    owner: Resource
    domain_of:
    - Thing
    - Property
    - EntityInfluence
    range: uriorcurie
  name:
    name: name
    description: Name of a thing.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - rdfs:label
    - schema:name
    - foaf:name
    rank: 1000
    slot_uri: dlthing:name
    alias: name
    owner: Resource
    domain_of:
    - DistributionPart
    - Thing
    - Characteristic
    range: string
  has_property:
    name: has_property
    description: Relation between a subject and a quality, capability or role that
      it bears.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dlthing:has_property
    multivalued: true
    alias: has_property
    owner: Resource
    domain_of:
    - Thing
    relational_role: PREDICATE
    range: Property
    inlined: true
    inlined_as_list: true
  same_as:
    name: same_as
    description: Property that determines that subject and object are equal. Can be
      used to indicate a URL of a reference Web page that unambiguously indicates
      the subjects's identity. For example, the URL of the subjects's Wikipedia page,
      Wikidata entry, or official website.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    rank: 1000
    slot_uri: dlthing:same_as
    multivalued: true
    alias: same_as
    owner: Resource
    domain_of:
    - Thing
    range: uriorcurie
  title:
    name: title
    description: A summarily description of a thing. It is closely related to a name,
      but often less compact and more descriptive. Typically used for documents.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcterms:title
    - sio:SIO_000185
    related_mappings:
    - schema:name
    rank: 1000
    slot_uri: dlthing:title
    alias: title
    owner: Resource
    domain_of:
    - Thing
    - Characteristic
    range: string
  type:
    name: type
    description: State that the subject is an instance of a class.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - dcterms:type
    rank: 1000
    slot_uri: rdf:type
    alias: type
    owner: Resource
    domain_of:
    - Thing
    - Characteristic
    range: uriorcurie
class_uri: dldist:Resource