From 89b12c09275737c4ddf81aabdea69bf6d68ed847 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Tue, 19 Dec 2023 13:58:38 +0100 Subject: [PATCH] Place dummy descriptions to passify linter This makes it easier to see if incremental changes make things worse. --- src/linkml/datalad-datasets.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/linkml/datalad-datasets.yaml b/src/linkml/datalad-datasets.yaml index e95a47a..e2e274e 100644 --- a/src/linkml/datalad-datasets.yaml +++ b/src/linkml/datalad-datasets.yaml @@ -184,22 +184,32 @@ classes: Tree referenced by the commit. range: Directory author: + description: >- + Place holder for an actual description slot_uri: dct:author # TODO dedicated class for a GitAgent range: GitAgent inlined: false committer: + description: >- + Place holder for an actual description slot_uri: dct:creator range: GitAgent inlined: false created: + description: >- + Place holder for an actual description slot_uri: dct:created # TODO ISO date type #range: datetime range: string title: + description: >- + Place holder for an actual description range: string description: + description: >- + Place holder for an actual description range: string GitAgent: @@ -209,12 +219,16 @@ classes: attributes: # TODO others could use ORCID id: + description: >- + Place holder for an actual description identifier: true string_serialization: "{name} <{email}>" range: string name: range: string email: + description: >- + Place holder for an actual description # TODO email range: string