Skip to content

Commit 2f8d5c0

Browse files
authored
Merge branch 'CommonCoreOntology:develop' into develop
2 parents 1072728 + 1ba44d1 commit 2f8d5c0

5 files changed

Lines changed: 107 additions & 150 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ reason-combined: $(combined-file) | $(ROBOT_FILE)
107107
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)
110-
java -jar $(ROBOT_FILE) verify --input $(combined-file) --output-dir $(config.REPORTS_DIR) --queries $(QUERIES) --fail-on-violation false || true
110+
java -jar $(ROBOT_FILE) verify --input $(combined-file) --catalog src/cco-modules/catalog-v001.xml --output-dir $(config.REPORTS_DIR) --queries $(QUERIES) --fail-on-violation false || true
111111

112112
.PHONY: report-edit
113113
report-edit: TEST_INPUT = $(EDITOR_BUILD_FILE)

src/cco-modules/AgentOntology.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ cco:ont00000987 rdf:type owl:Class ;
20742074
cco:ont00001006 rdf:type owl:Class ;
20752075
rdfs:subClassOf obo:BFO_0000023 ;
20762076
rdfs:label "Operator Role"@en ;
2077-
skos:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ;
2077+
skos:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Material Artifact."@en ;
20782078
skos:example "the role of driving a car" ,
20792079
"the role of flying an airplane" ,
20802080
"the role of operating a crane" ;

0 commit comments

Comments
 (0)