Skip to content

Commit ed66cae

Browse files
committed
Bump pointers and OWL import
A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent f744aa4 commit ed66cae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ontology/case-example.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# imports: http://example.org/ontology/uco-example
2-
# imports: https://ontology.caseontology.org/case/case/1.3.0
2+
# imports: https://ontology.caseontology.org/case/case/1.4.0
33

44
@prefix drafting: <http://example.org/ontology/drafting/> .
55
@prefix ex: <http://example.org/ontology/example/> .
@@ -13,7 +13,7 @@
1313
a owl:Ontology ;
1414
owl:imports
1515
<http://example.org/ontology/uco-example> ,
16-
<https://ontology.caseontology.org/case/case/1.3.0>
16+
<https://ontology.caseontology.org/case/case/1.4.0>
1717
;
1818
.
1919

0 commit comments

Comments
 (0)