Skip to content

Commit

Permalink
Merge pull request #160 from psychoinformatics-de/ddist
Browse files Browse the repository at this point in the history
Move conforms_to into distribution schema
  • Loading branch information
mih authored Apr 10, 2024
2 parents 61820a0 + abe3735 commit 19482d5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ nav:
- Thing (unreleased): s/thing/unreleased/index.md
- Provenance (unreleased): s/prov/unreleased/index.md
- Distribution (unreleased): s/distribution/unreleased/index.md
- Scientific data distribution (unreleased): s/datalad-dataset/unreleased/index.md
plugins:
- mermaid2
- redirects:
redirect_maps:
# map unversioned URLs to the latest version
's/thing/index.md': 's/thing/unreleased/index.md'
's/prov/index.md': 's/prov/unreleased/index.md'
's/distribution/index.md': 's/distribution/unreleased/index.md'
's/sdd/index.md': 's/sdd/unreleased/index.md'
- search
site_author: DataLad Team
site_description:
Expand Down
16 changes: 11 additions & 5 deletions src/distribution/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ slots:
exact_mappings:
- spdx:checksum

conforms_to:
slot_uri: dlprov:conforms_to
description: >-
An established standard to which the subject conforms.
range: uriorcurie
comments:
- This property SHOULD be used to indicate the model, schema, ontology, view or profile that this representation of a dataset conforms to. This is (generally) a complementary concern to the media-type or format.
exact_mappings:
- dcterms:conformsTo

date_modified:
slot_uri: dldist:date_modified
description: >-
Expand Down Expand Up @@ -352,10 +362,6 @@ slots:


classes:
#
# activities
#

#
# agents
#
Expand Down Expand Up @@ -400,6 +406,7 @@ classes:
slots:
- byte_size
- checksum
- conforms_to
- date_modified
- date_published
# TODO multivalued?
Expand Down Expand Up @@ -449,7 +456,6 @@ classes:
- keyword
- landing_page
- version
#- was_generated_by
slot_usage:
is_part_of:
range: Resource
Expand Down
13 changes: 0 additions & 13 deletions src/prov/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,6 @@ slots:
broad_mappings:
- prov:influencer

conforms_to:
slot_uri: dlprov:conforms_to
description: >-
An established standard to which the subject conforms.
range: uriorcurie
comments:
- This property SHOULD be used to indicate the model, schema, ontology, view or profile that this representation of a dataset conforms to. This is (generally) a complementary concern to the media-type or format.
exact_mappings:
- dcterms:conformsTo
todos:
- Consider making a `Things` property

ended_at:
slot_uri: dlprov:ended_at
description: >-
Expand Down Expand Up @@ -368,7 +356,6 @@ classes:
A physical, digital, conceptual, or other kind of thing with some
fixed aspects; entities may be real or imaginary.
slots:
- conforms_to
- qualified_attribution
- qualified_derivation
- qualified_relation
Expand Down

0 comments on commit 19482d5

Please sign in to comment.