Skip to content

Commit

Permalink
Generate and expose OWL
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Apr 11, 2024
1 parent e6c8e33 commit 7002ba7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ build/linkml-docs/s/%: src/%.yaml src/%/extra-docs
&& (cp -r src/$*/extra-docs/*.md $@ || true) \
&& cp $< $@.yaml
# try to inject any extra-docs (if any exist)
# generate OWL
gen-owl \
-f owl \
--mergeimports \
$< > $@.owl.ttl

build/mkdocs-site: build/linkml-docs src/extra-docs/*.md
# top-level content
Expand Down
6 changes: 6 additions & 0 deletions src/thing/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ description: |
- a dedicated [`meta_type`](meta_type) slot enables the distinction of the semantic type of a `Thing` from the type of data structure used to represent the `Thing` in a particular data record
Moreover, qualitative ([`Property`](Property)) and quantitative ([`QuantitativeProperty`](QuantitativeProperty)) properties can be assigned to a `Thing` ([`has_property`](has_property)), again without prescribing a particular vocabulary.
Available as
- [OWL TTL](../unreleased.owl.ttl)
- [LinkML YAML](../unreleased.yaml)
comments:
- ALL CONTENT HERE IS UNRELEASED AND MAY CHANGE ANY TIME

Expand Down

0 comments on commit 7002ba7

Please sign in to comment.