Skip to content

Commit

Permalink
Merge pull request #166 from psychoinformatics-de/ddist
Browse files Browse the repository at this point in the history
Build and communicate OWL, JSON-LD context, and LinkML YAML for all schemas
  • Loading branch information
mih authored Apr 12, 2024
2 parents fbc5536 + 6ec3942 commit 3ef325e
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ build/linkml-docs/s/%: src/%.yaml src/%/extra-docs
-f owl \
--mergeimports \
$< > $@.owl.ttl
# jsonld context
gen-jsonld-context \
--mergeimports \
$< > $@.jsonld

build/mkdocs-site: build/linkml-docs src/extra-docs/*.md
# top-level content
Expand Down
6 changes: 6 additions & 0 deletions src/datalad-dataset/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ description: |
- custom namespaces for Git SHA, git-annex key, git-annex remote, and DataLad dataset identifiers
Available as
- [JSON-LD context](../unreleased.jsonld)
- [LinkML YAML](../unreleased.yaml)
- [OWL TTL](../unreleased.owl.ttl)
comments:
- ALL CONTENT HERE IS UNRELEASED AND MAY CHANGE ANY TIME

Expand Down
7 changes: 7 additions & 0 deletions src/distribution/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ description: |
Few slots (provenance related) allow for the inline declaration of (typed)
objects, declaring an identifier that can be used to link to such an object
in other metadata records.
Available as
- [JSON-LD context](../unreleased.jsonld)
- [LinkML YAML](../unreleased.yaml)
- [OWL TTL](../unreleased.owl.ttl)
comments:
- ALL CONTENT HERE IS UNRELEASED AND MAY CHANGE ANY TIME

Expand Down
6 changes: 6 additions & 0 deletions src/prov/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ description: |
- `qualified_association`: for an `AgentInfluence` on an `Activity`
- `qualified_attribution`: for an `AgentInfluence` on an `Entity`
Available as
- [JSON-LD context](../unreleased.jsonld)
- [LinkML YAML](../unreleased.yaml)
- [OWL TTL](../unreleased.owl.ttl)
comments:
- ALL CONTENT HERE IS UNRELEASED AND MAY CHANGE ANY TIME

Expand Down
7 changes: 7 additions & 0 deletions src/sdd/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ title: Scientific data distribution
description: |
At the moment, this is no more than a place for moving existing concepts too
that are not generic enough to work in larger contexts.
Available as
- [JSON-LD context](../unreleased.jsonld)
- [LinkML YAML](../unreleased.yaml)
- [OWL TTL](../unreleased.owl.ttl)
comments:
- ALL CONTENT HERE IS UNRELEASED AND MAY CHANGE ANY TIME

Expand Down
3 changes: 2 additions & 1 deletion src/thing/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ description: |
Available as
- [OWL TTL](../unreleased.owl.ttl)
- [JSON-LD context](../unreleased.jsonld)
- [LinkML YAML](../unreleased.yaml)
- [OWL TTL](../unreleased.owl.ttl)
comments:
- ALL CONTENT HERE IS UNRELEASED AND MAY CHANGE ANY TIME
Expand Down

0 comments on commit 3ef325e

Please sign in to comment.