Obsolete conforms_to and unify with protocols to implements #70
3 changed files with 13 additions and 18 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue