Obsolete conforms_to and unify with protocols to implements #70

Merged
mih merged 1 commit from flatentry into main 2025-05-23 05:14:50 +00:00
3 changed files with 13 additions and 18 deletions

View file

@ -63,15 +63,6 @@ imports:
- inm7schemas:flat-base/unreleased - inm7schemas:flat-base/unreleased
slots: slots:
conforms_to:
description: >-
An established standard to which the subject conforms.
range: Thing
comments:
- This property SHOULD be used to indicate a model, schema, ontology, view or profile that the subject conforms to.
exact_mappings:
- dcterms:conformsTo
dimensions: dimensions:
description: >- description: >-
Associated outcome variables. Associated outcome variables.
@ -113,11 +104,16 @@ slots:
of the source subject. of the source subject.
range: SubjectType range: SubjectType
protocols: implements:
title: Implemented protocols
description: >- description: >-
Implemented protocols. Protocols or standards that are relevant for the subject.
For example particular standard operating procedures,
data acquisition techniques, or organization standards.
range: Protocol range: Protocol
multivalued: true multivalued: true
broad_mappings:
- dcterms:conformsTo
specimen_of: specimen_of:
description: >- description: >-
@ -148,7 +144,6 @@ classes:
one representation, with differing schematic layouts, formats, and one representation, with differing schematic layouts, formats, and
serializations. serializations.
slots: slots:
- conforms_to
- name - name
- short_name - short_name
@ -248,7 +243,7 @@ classes:
- dimensions - dimensions
- factors - factors
- instruments - instruments
- protocols - implements
- name - name
- short_name - short_name
@ -264,7 +259,7 @@ classes:
slots: slots:
- factors - factors
- instruments - instruments
- protocols - implements
- study - study
- subjects - subjects

View file

@ -45,7 +45,7 @@
"instruments": [ "instruments": [
"inm7:inst/q1" "inm7:inst/q1"
], ],
"protocols": [ "implements": [
"inm7:prot/demographics-v1" "inm7:prot/demographics-v1"
], ],
"study": "inm7:study/demo", "study": "inm7:study/demo",
@ -66,7 +66,7 @@
"instruments": [ "instruments": [
"inm7:inst/q1" "inm7:inst/q1"
], ],
"protocols": [ "implements": [
"inm7:prot/demographics-v1" "inm7:prot/demographics-v1"
], ],
"name": "Demo study", "name": "Demo study",

View file

@ -34,7 +34,7 @@ relations:
- inm7:fac/site/fzj - inm7:fac/site/fzj
instruments: instruments:
- inm7:inst/q1 - inm7:inst/q1
protocols: implements:
- inm7:prot/demographics-v1 - inm7:prot/demographics-v1
subjects: subjects:
- inm7:sub/hgd54732 - inm7:sub/hgd54732
@ -45,5 +45,5 @@ factors:
- inm7:fac/site/fzj - inm7:fac/site/fzj
instruments: instruments:
- inm7:inst/q1 - inm7:inst/q1
protocols: implements:
- inm7:prot/demographics-v1 - inm7:prot/demographics-v1