Skip to content

Commit 6b203b2

Browse files
authored
Merge pull request CommonCoreOntology#569 from CommonCoreOntology/feature/fix-build
Direct Build to Local Files Since IRIs Not Resolving
2 parents e3aa1cd + defe501 commit 6b203b2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $(ROBOT_FILE): setup
8383
reason-individual: $(ROBOT_FILE)
8484
for file in $(DEV_FILES); do \
8585
echo "Reasoning on $$file..."; \
86-
java -jar $(ROBOT_FILE) reason --input $$file --reasoner HermiT; \
86+
java -jar $(ROBOT_FILE) reason --input $$file --catalog src/cco-modules/catalog-v001.xml --reasoner HermiT; \
8787
done
8888

8989
# Test individual files
@@ -104,7 +104,7 @@ build-combined: $(combined-file)
104104

105105
.PHONY: reason-combined test-combined
106106
reason-combined: $(combined-file) | $(ROBOT_FILE)
107-
java -jar $(ROBOT_FILE) reason --input $(combined-file) --reasoner HermiT
107+
java -jar $(ROBOT_FILE) reason --input $(combined-file) --catalog src/cco-modules/catalog-v001.xml --reasoner HermiT
108108

109109
test-combined: $(combined-file) | $(ROBOT_FILE)
110110
java -jar $(ROBOT_FILE) verify --input $(combined-file) --output-dir $(config.REPORTS_DIR) --queries $(QUERIES) --fail-on-violation false || true

src/cco-modules/AgentOntology.ttl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
### http://purl.org/dc/terms/bibliographicCitation
2727
dcterms:bibliographicCitation rdf:type owl:AnnotationProperty .
2828

29-
3029
### http://purl.org/dc/terms/created
3130
dcterms:created rdf:type owl:AnnotationProperty .
3231

0 commit comments

Comments
 (0)