Skip to content

Commit

Permalink
Include OWL files. Possibly fixes #102 (#140)
Browse files Browse the repository at this point in the history
* Include OWL files. Possibly fixes #102

* change default owl opts
  • Loading branch information
cmungall authored Feb 11, 2022
1 parent dc9df1e commit 7c06f8e
Show file tree
Hide file tree
Showing 2 changed files with 548 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $(PKG_T_OWL)/%.owl.ttl: target/owl/%.owl.ttl
mkdir -p $(PKG_T_OWL)
cp $< $@
target/owl/%.owl.ttl: $(SCHEMA_DIR)/%.yaml tdir-owl install
$(RUN) gen-owl $(GEN_OPTS) $< > $@
$(RUN) gen-owl --no-metaclasses --no-type-objects $(GEN_OPTS) $< > $@

# ---------------------------------------
# JSON-LD Context
Expand Down
Loading

0 comments on commit 7c06f8e

Please sign in to comment.