Skip to content

Commit

Permalink
Place dummy descriptions to passify linter
Browse files Browse the repository at this point in the history
This makes it easier to see if incremental changes make things worse.
  • Loading branch information
mih committed Dec 19, 2023
1 parent 7a0d351 commit 89b12c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/linkml/datalad-datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 89b12c0

Please sign in to comment.