Skip to content

Commit

Permalink
Merge pull request #93 from casework/release-0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
plbt5 committed Jun 17, 2022
2 parents 8e5f056 + eac1c03 commit 760c954
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 63 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Start from clean state
run: make clean
- name: Run tests
Expand Down
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2022-06-16
* ONT-476: Release CASE 0.7.0, with release notes at https://caseontology.org/releases/0.7.0/
* (3d13cc1): Adopt UCO 0.9.0

2022-06-14
* (6ff8e99) UCO Issue 373: Upgraded Java to 11 and rdf-toolkit to post-1.10.0; delegated rdf-toolkit retrieval to UCO implementation

2022-06-10
* (07810a2) ONT-465: Updated syntax surrounding ExaminerActionLifecycle

2022-03-24
* ONT-463: Release CASE 0.6.0, with release notes at https://caseontology.org/releases/0.6.0/

Expand Down
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ all:
.git_submodule_init.done.log
touch $@

.lib.done.log:
.lib.done.log: \
.git_submodule_init.done.log
$(MAKE) \
--directory lib
--directory dependencies/UCO \
.lib.done.log
touch $@

check: \
.git_submodule_init.done.log \
.lib.done.log
$(MAKE) \
--directory ontology \
Expand Down
1 change: 0 additions & 1 deletion lib/.gitignore

This file was deleted.

46 changes: 0 additions & 46 deletions lib/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion lib/rdf-toolkit.jar.sha512

This file was deleted.

2 changes: 1 addition & 1 deletion ontology/investigation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ all:
.check-investigation.ttl: \
$(top_srcdir)/.lib.done.log \
investigation.ttl
java -jar $(top_srcdir)/lib/rdf-toolkit.jar \
java -jar $(top_srcdir)/dependencies/UCO/lib/rdf-toolkit.jar \
--infer-base-iri \
--inline-blank-nodes \
--source investigation.ttl \
Expand Down
10 changes: 5 additions & 5 deletions ontology/investigation/investigation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ investigation:Examiner
sh:targetClass investigation:Examiner ;
.

investigation:ExaminerActionLifecylce
investigation:ExaminerActionLifecycle
a
owl:Class ,
sh:NodeShape
;
rdfs:subClassOf uco-action:ActionLifecycle ;
rdfs:label "ExaminerActionLifecylce"@en ;
rdfs:comment "An examiner action life cycle is an action pattern consisting of an ordered set of actions or subordinate action-lifecycles performed by an entity acting in a role involved in providing scientific evaluations of evidence that is used to aid law enforcement investigations and court cases."@en ;
rdfs:label "ExaminerActionLifecycle"@en ;
rdfs:comment "An examiner action lifecycle is an action pattern consisting of an ordered set of actions or subordinate action-lifecycles performed by an entity acting in a role involved in providing scientific evaluations of evidence that is used to aid law enforcement investigations and court cases."@en ;
sh:targetClass investigation:ExaminerActionLifecylce ;
.

Expand Down Expand Up @@ -219,7 +219,7 @@ investigation:SubjectActionLifecycle
;
rdfs:subClassOf uco-action:ActionLifecycle ;
rdfs:label "SubjectActionLifecycle"@en ;
rdfs:comment "A subject action life cycle is an action pattern consisting of an ordered set of multiple actions or subordinate action-lifecycles performed by an entity acting in a role whose conduct may be within the scope of an investigation."@en ;
rdfs:comment "A subject action lifecycle is an action pattern consisting of an ordered set of multiple actions or subordinate action-lifecycles performed by an entity acting in a role whose conduct may be within the scope of an investigation."@en ;
sh:targetClass investigation:SubjectActionLifecycle ;
.

Expand All @@ -230,7 +230,7 @@ investigation:VictimActionLifecycle
;
rdfs:subClassOf uco-action:ActionLifecycle ;
rdfs:label "VictimActionLifecycle"@en ;
rdfs:comment "A victim action life cycle is an action pattern consisting of an ordered set of multiple actions or subordinate action-lifecycles performed by an entity acting in a role characterized by its potential to be harmed as a result of a crime, accident, or other event or action."@en ;
rdfs:comment "A victim action lifecycle is an action pattern consisting of an ordered set of multiple actions or subordinate action-lifecycles performed by an entity acting in a role characterized by its potential to be harmed as a result of a crime, accident, or other event or action."@en ;
sh:targetClass investigation:VictimActionLifecycle ;
.

Expand Down
2 changes: 1 addition & 1 deletion ontology/master/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ all:
.check-case.ttl: \
$(top_srcdir)/.lib.done.log \
case.ttl
java -jar $(top_srcdir)/lib/rdf-toolkit.jar \
java -jar $(top_srcdir)/dependencies/UCO/lib/rdf-toolkit.jar \
--infer-base-iri \
--inline-blank-nodes \
--source case.ttl \
Expand Down
2 changes: 1 addition & 1 deletion ontology/master/case.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
owl:incompatibleWith <http://case.example.org/core> ;
owl:ontologyIRI <https://ontology.caseontology.org/case/case> ;
owl:priorVersion <http://case.example.org/core> ;
owl:versionInfo "0.6.0" ;
owl:versionInfo "0.7.0" ;
.

2 changes: 1 addition & 1 deletion ontology/vocabulary/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ all:
.check-vocabulary.ttl: \
$(top_srcdir)/.lib.done.log \
vocabulary.ttl
java -jar $(top_srcdir)/lib/rdf-toolkit.jar \
java -jar $(top_srcdir)/dependencies/UCO/lib/rdf-toolkit.jar \
--infer-base-iri \
--inline-blank-nodes \
--source vocabulary.ttl \
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ case_monolithic.ttl: \
__$@ \
$(case_turtle_files) \
$(uco_turtle_files)
java -jar $(top_srcdir)/lib/rdf-toolkit.jar \
java -jar $(top_srcdir)/dependencies/UCO/lib/rdf-toolkit.jar \
--infer-base-iri \
--inline-blank-nodes \
--source __$@ \
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ all: \
--output __$@ \
$< \
; rc=$$? ; test 0 -eq $$rc -o 1 -eq $$rc
java -jar $(top_srcdir)/lib/rdf-toolkit.jar \
java -jar $(top_srcdir)/dependencies/UCO/lib/rdf-toolkit.jar \
--inline-blank-nodes \
--source __$@ \
--source-format turtle \
Expand Down

0 comments on commit 760c954

Please sign in to comment.