Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/chem_dcat_ap/schema/chem_dcat_ap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ see_also:
- https://github.com/HendrikBorgelt/DCAT-ap_as_LinkML_template/blob/main/src/dcatlinkml/schema/dcatlinkml.yaml
- https://gitlab.com/opensourcelab/scientificdata/scidats/-/blob/feature/linkml-schemata/schemata/metadata_model_scidats_dcat_ap.yaml?ref_type=heads
prefixes:
material_entities_ap: https://w3id.org/nfdi-de/dcat-ap-plus/materials/
chemdcatap: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/
chemical_entities_ap: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/entity/
chemical_reaction_ap: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/reaction/
dcatapplus: https://w3id.org/nfdi-de/dcat-ap-plus/
linkml: https://w3id.org/linkml/
biolink: https://w3id.org/biolink/vocab/
Expand Down Expand Up @@ -59,8 +62,8 @@ default_range: string
imports:
- linkml:types
- dcatapplus:latest/schema/dcat_ap_plus
- chemical_entities_ap
- chemical_reaction_ap
- chemical_entities_ap:latest/schema/chemical_entities_ap
- chemical_reaction_ap:latest/schema/chemical_reaction_ap

classes:

Expand Down
3 changes: 2 additions & 1 deletion src/chem_dcat_ap/schema/chemical_entities_ap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description: |-
license: CC-BY 4.0
prefixes:
chemical_entities_ap: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/entity/
material_entities_ap: https://w3id.org/nfdi-de/dcat-ap-plus/materials/
chemdcatap: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/
linkml: https://w3id.org/linkml/
biolink: https://w3id.org/biolink/vocab/
Expand Down Expand Up @@ -37,7 +38,7 @@ default_prefix: chemical_entities_ap
default_range: string
imports:
- linkml:types
- material_entities_ap
- material_entities_ap:latest/schema/material_entities_ap

classes:

Expand Down
4 changes: 3 additions & 1 deletion src/chem_dcat_ap/schema/chemical_reaction_ap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description: |-
This is an application profile for chemical reactions that is intended to be used as an extension of DCAT-AP-PLUS.
license: CC-BY 4.0
prefixes:
material_entities_ap: https://w3id.org/nfdi-de/dcat-ap-plus/materials/
Comment thread
StroemPhi marked this conversation as resolved.
chemical_entities_ap: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/entity/
chemical_reaction_ap: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/reaction/
chemdcatap: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry/
dcatapplus: https://w3id.org/nfdi-de/dcat-ap-plus/
Expand Down Expand Up @@ -53,7 +55,7 @@ default_range: string
imports:
- linkml:types
- dcatapplus:latest/schema/dcat_ap_plus
- chemical_entities_ap
- chemical_entities_ap:latest/schema/chemical_entities_ap

classes:

Expand Down