File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ $(ROBOT_FILE): setup
8383reason-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
106106reason-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
109109test-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
Original file line number Diff line number Diff line change 2626# ## http://purl.org/dc/terms/bibliographicCitation
2727dcterms:bibliographicCitation rdf:type owl:AnnotationProperty .
2828
29-
3029# ## http://purl.org/dc/terms/created
3130dcterms:created rdf:type owl:AnnotationProperty .
3231
You can’t perform that action at this time.
0 commit comments