diff --git a/Makefile b/Makefile index bd9542c..a0263c5 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/src/datalad-dataset/unreleased.yaml b/src/datalad-dataset/unreleased.yaml index 8d2995d..d6082d9 100644 --- a/src/datalad-dataset/unreleased.yaml +++ b/src/datalad-dataset/unreleased.yaml @@ -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 diff --git a/src/distribution/unreleased.yaml b/src/distribution/unreleased.yaml index 9937aec..a596527 100644 --- a/src/distribution/unreleased.yaml +++ b/src/distribution/unreleased.yaml @@ -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 diff --git a/src/prov/unreleased.yaml b/src/prov/unreleased.yaml index a972f0f..892a261 100644 --- a/src/prov/unreleased.yaml +++ b/src/prov/unreleased.yaml @@ -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 diff --git a/src/sdd/unreleased.yaml b/src/sdd/unreleased.yaml index 435ec0c..1d6d7c3 100644 --- a/src/sdd/unreleased.yaml +++ b/src/sdd/unreleased.yaml @@ -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 diff --git a/src/thing/unreleased.yaml b/src/thing/unreleased.yaml index e98ffc3..cf79931 100644 --- a/src/thing/unreleased.yaml +++ b/src/thing/unreleased.yaml @@ -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