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
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:
description: >-
Associated outcome variables.
@ -113,11 +104,16 @@ slots:
of the source subject.
range: SubjectType
protocols:
implements:
title: Implemented protocols
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
multivalued: true
broad_mappings:
- dcterms:conformsTo
specimen_of:
description: >-
@ -148,7 +144,6 @@ classes:
one representation, with differing schematic layouts, formats, and
serializations.
slots:
- conforms_to
- name
- short_name
@ -248,7 +243,7 @@ classes:
- dimensions
- factors
- instruments
- protocols
- implements
- name
- short_name
@ -264,7 +259,7 @@ classes:
slots:
- factors
- instruments
- protocols
- implements
- study
- subjects

View file

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

View file

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