|
| 1 | +--- |
| 2 | +id: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/ |
| 3 | +version: "0.1.0rc2.post36.dev0+e9bd12a9" # Managed by dynamic-versioning. Don't change this line! |
| 4 | +name: chem-dcat-ap |
| 5 | +title: ChemDCAT-AP |
| 6 | +description: |- |
| 7 | + This is an extension of the DCAT Application Profile PLUS LinkML schema. It is intended to be used by NFDI4Chem & NFDI4Cat as a core that can further be extended in profiles/schemas to provide chemistry specific specific metadata for a dataset. |
| 8 | +license: CC-BY 4.0 |
| 9 | +see_also: |
| 10 | + - https://nfdi-de.github.io/chem-dcat-ap/ |
| 11 | + - https://github.com/HendrikBorgelt/DCAT-ap_as_LinkML_template/blob/main/src/dcatlinkml/schema/dcatlinkml.yaml |
| 12 | + - https://gitlab.com/opensourcelab/scientificdata/scidats/-/blob/feature/linkml-schemata/schemata/metadata_model_scidats_dcat_ap.yaml?ref_type=heads |
| 13 | +prefixes: |
| 14 | + chemdcatap: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/ |
| 15 | + dcatapplus: https://w3id.org/nfdi-de/dcat-ap-plus/ |
| 16 | + linkml: https://w3id.org/linkml/ |
| 17 | + biolink: https://w3id.org/biolink/vocab/ |
| 18 | + schema: http://schema.org/ |
| 19 | + dcterms: http://purl.org/dc/terms/ |
| 20 | + dcat: http://www.w3.org/ns/dcat# |
| 21 | + adms: http://www.w3.org/ns/adms# |
| 22 | + prov: http://www.w3.org/ns/prov# |
| 23 | + sosa: http://www.w3.org/ns/sosa/ |
| 24 | + vcard: http://www.w3.org/2006/vcard/ns# |
| 25 | + rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# |
| 26 | + rdfs: http://www.w3.org/2000/01/rdf-schema# |
| 27 | + owl: http://www.w3.org/2002/07/owl# |
| 28 | + skos: http://www.w3.org/2004/02/skos/core# |
| 29 | + foaf: http://xmlns.com/foaf/0.1/ |
| 30 | + qudt: http://qudt.org/schema/qudt/ |
| 31 | + RO: http://purl.obolibrary.org/obo/RO_ |
| 32 | + PATO: http://purl.obolibrary.org/obo/PATO_ |
| 33 | + OBI: http://purl.obolibrary.org/obo/OBI_ |
| 34 | + IAO: http://purl.obolibrary.org/obo/IAO_ |
| 35 | + CHEBI: http://purl.obolibrary.org/obo/CHEBI_ |
| 36 | + CHMO: http://purl.obolibrary.org/obo/CHMO_ |
| 37 | + BFO: http://purl.obolibrary.org/obo/BFO_ |
| 38 | + T4FS: http://purl.obolibrary.org/obo/T4FS_ |
| 39 | + FOODON: http://purl.obolibrary.org/obo/FOODON_ |
| 40 | + CHEMINF: http://semanticscience.org/resource/CHEMINF_ |
| 41 | + RXNO: http://purl.obolibrary.org/obo/RXNO_ |
| 42 | + MOP: http://purl.obolibrary.org/obo/MOP_ |
| 43 | + ex: http://example.org/ |
| 44 | + NCIT: http://purl.obolibrary.org/obo/NCIT_ |
| 45 | + SIO: http://semanticscience.org/resource/SIO_ |
| 46 | + doi: https://doi.org/ |
| 47 | + NMR: "http://nmrML.org/nmrCV#NMR:" |
| 48 | + AFE: http://purl.allotrope.org/ontologies/equipment#AFE_ |
| 49 | + AFRL: http://purl.allotrope.org/ontologies/role#AFRL_ |
| 50 | + AFP: http://purl.allotrope.org/ontologies/process#AFP_ |
| 51 | + AFR: http://purl.allotrope.org/ontologies/result#AFR_ |
| 52 | + VOC4CAT: https://w3id.org/nfdi4cat/voc4cat_ |
| 53 | + PROCO: http://purl.obolibrary.org/obo/PROCO_ |
| 54 | + time: http://www.w3.org/2006/time# |
| 55 | + REX: http://purl.obolibrary.org/obo/REX_ |
| 56 | + ENVO: http://purl.obolibrary.org/obo/ENVO_ |
| 57 | +default_prefix: chemdcatap |
| 58 | +default_range: string |
| 59 | +imports: |
| 60 | + - linkml:types |
| 61 | + - dcatapplus:latest/schema/dcat_ap_plus |
| 62 | + - chemical_entities_ap |
| 63 | + - chemical_reaction_ap |
| 64 | + |
| 65 | +classes: |
| 66 | + ############ |
| 67 | + # Datasets # |
| 68 | + ############ |
| 69 | + # The only difference between these classes and their DCAT-AP+ parents are the made range restrictions |
| 70 | + # This process is described in more depth at: |
| 71 | + # https://nfdi-de.github.io/dcat-ap-plus/latest/design-patterns/#problems-dcat-ap-addresses |
| 72 | + |
| 73 | + SubstanceSampleCharacterizationDataset: |
| 74 | + is_a: Dataset |
| 75 | + class_uri: dcat:Dataset |
| 76 | + description: >- |
| 77 | + A Dataset about a SubstanceSample that was produced by a SubstanceSampleCharacterization activity. |
| 78 | + This is a coarse-grained convenience shape that conflates measurement and analysis into a single |
| 79 | + data-generating activity. Domain-specific sub-profiles that need to distinguish raw measurement |
| 80 | + from post-processing or structure assignment should define their own Dataset subclasses, potentially |
| 81 | + using the DCAT-AP+ DataAnalysis/AnalysisDataset chain instead of reusing this class. |
| 82 | + slot_usage: |
| 83 | + was_generated_by: |
| 84 | + range: SubstanceSampleCharacterization |
| 85 | + multivalued: true |
| 86 | + inlined_as_list: true |
| 87 | + description: The slot to specify the SubstanceCharacterization activity that produced this dataset. |
| 88 | + is_about_entity: |
| 89 | + range: SubstanceSample |
| 90 | + multivalued: true |
| 91 | + inlined_as_list: true |
| 92 | + description: The slot to specify the SubstanceSample this dataset is about. |
| 93 | + |
| 94 | + ReactionMonitoringDataset: |
| 95 | + is_a: Dataset |
| 96 | + class_uri: dcat:Dataset |
| 97 | + description: >- |
| 98 | + A Dataset about a ChemicalReaction that was produced by a ReactionMonitoring activity. |
| 99 | + This is a coarse-grained convenience shape that conflates experimental documentation and analysis |
| 100 | + into a single data-generating activity. Domain-specific sub-profiles that need to distinguish |
| 101 | + reaction monitoring from subsequent data evaluation should define their own Dataset subclasses, |
| 102 | + potentially using the DCAT-AP+ DataAnalysis/AnalysisDataset chain instead of reusing this class. |
| 103 | + slot_usage: |
| 104 | + was_generated_by: |
| 105 | + range: ReactionMonitoring |
| 106 | + multivalued: true |
| 107 | + inlined_as_list: true |
| 108 | + description: The slot to specify the ReactionMonitoring activity that produced this dataset. |
| 109 | + is_about_activity: |
| 110 | + range: ChemicalReaction |
| 111 | + description: The slot to specify the ChemicalReaction this dataset is about. |
| 112 | + |
| 113 | + ############################ |
| 114 | + # DataGeneratingActivities # |
| 115 | + # ########################## |
| 116 | + # The only difference between these classes and their DCAT-AP+ parents are the made range restrictions |
| 117 | + # This process is described in more depth at: |
| 118 | + # https://nfdi-de.github.io/dcat-ap-plus/latest/design-patterns/#problems-dcat-ap-addresses |
| 119 | + |
| 120 | + SubstanceSampleCharacterization: |
| 121 | + is_a: DataGeneratingActivity |
| 122 | + class_uri: prov:Activity |
| 123 | + broad_mappings: |
| 124 | + - OBI:0000070 |
| 125 | + description: >- |
| 126 | + A DataGeneratingActivity that produces data about a SubstanceSample, such as a spectroscopic |
| 127 | + measurement, a physical property determination, or a combined measurement-and-analysis workflow. |
| 128 | + This is a coarse-grained convenience shape that does not distinguish between raw data acquisition |
| 129 | + and subsequent data processing or analysis. Domain-specific sub-profiles that need this distinction |
| 130 | + should define their own DataGeneratingActivity subclasses and use the DCAT-AP+ DataAnalysis chain |
| 131 | + to separate raw measurement from derived results. |
| 132 | + slot_usage: |
| 133 | + evaluated_entity: |
| 134 | + range: SubstanceSample |
| 135 | + multivalued: true |
| 136 | + inlined_as_list: true |
| 137 | + description: The slot to specify the SubstanceSample being characterized. |
| 138 | + |
| 139 | + ReactionMonitoring: |
| 140 | + is_a: DataGeneratingActivity |
| 141 | + class_uri: prov:Activity |
| 142 | + description: >- |
| 143 | + A DataGeneratingActivity that produces data about a ChemicalReaction, such as reaction monitoring, |
| 144 | + experimental documentation, or a combined recording-and-evaluation workflow. This is a coarse-grained |
| 145 | + convenience shape that does not distinguish between raw experimental recording and subsequent data |
| 146 | + evaluation. Domain-specific sub-profiles that need this distinction should define their own |
| 147 | + DataGeneratingActivity subclasses and use the DCAT-AP+ DataAnalysis chain to separate raw data |
| 148 | + from derived results. |
| 149 | + slot_usage: |
| 150 | + evaluated_activity: |
| 151 | + range: ChemicalReaction |
| 152 | + multivalued: true |
| 153 | + inlined_as_list: true |
| 154 | + description: The slot to specify the ChemicalReaction being recorded. |
| 155 | + |
| 156 | + ################ |
| 157 | + # Surroundings # |
| 158 | + ################ |
| 159 | + |
| 160 | + Laboratory: |
| 161 | + is_a: Surrounding |
| 162 | + class_uri: ENVO:01001405 |
| 163 | + description: A facility that provides controlled conditions in which scientific or technological research, experiments, and measurement may be performed. |
0 commit comments