Stream: community

Topic: LinkML - Linked Data Modeling Language


view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 06 2024 at 13:19):

Has anyone heard of LinkML? It stands for Linked Data Modeling Language and the website is https://linkml.io

view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 06 2024 at 13:20):

I heard about it at #community > Distribits 2024

view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 09 2024 at 12:24):

Here is the unreleased schema DataLad is using: https://concepts.datalad.org/s/distribution/unreleased/

view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 09 2024 at 12:27):

Michael Hanke showed me a few examples, including this from Resource:

# arbitrary well-defined properties can be attached to any
# Agent, Activity, or Entity
#
# Example: dataset on something heavy from Canada
id: exthisdsver:#
has_property:
  - type: obo:HSO_0000360
    name: origin country
    value: Canada
    is_defined_by: http://dbpedia.org/resource/Canada
  - meta_type: dldist:QuantitativeProperty
    type: obo:NCIT_C181733
    name: biospecimen weight (kg)
    value: "145.3"
    # kilogram
    unit: obo:UO_0000009
    range: xsd:decimal

view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 09 2024 at 12:32):

And this:

      - id: exthisds:#s002
        name: s002
        has_property:
          # biological sex
          - type: obo:PATO_0000047
            value: male
            is_defined_by: obo:PATO_0000384

view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 09 2024 at 12:32):

It's hard to explain, but it seems like a nice way to describe metadata.

view this post on Zulip Philip Durbin ๐Ÿš€ (Apr 09 2024 at 12:35):

Let me at least link to the section of his talk at https://www.youtube.com/live/BwRy3z_hQ70?si=RKJKhicMgjshoc6o&t=5631 where he starts talking about DataLad's metadata needs. Here's also a screenshot:

Screenshot-2024-04-09-at-8.34.14-AM.png


Last updated: Nov 01 2025 at 14:11 UTC