Skip to content

Commit

Permalink
add-missing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Oct 1, 2024
1 parent 7f3cdf5 commit 434b400
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
Binary file added tests/input/graph_projection.db
Binary file not shown.
47 changes: 47 additions & 0 deletions tests/input/graph_projection.omn
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Prefix: ex: <http://example.org/>
Prefix: : <http://example.org/>
Ontology: <http://example.org/>

##
Individual: I
Types: A

Class: A
SubClassOf: B

Class: B
SubClassOf: P some CTestSome
SubClassOf: P only CTestOnly
SubClassOf: P exactly 1 CTestExactly1
SubClassOf: P exactly 0 CTestExactly0
SubClassOf: P min 1 CTestExactly0
SubClassOf: P value ITestValue
EquivalentTo: CTestEquiv

Individual: J
Facts: P I2
Types: CTestType, P some CTestTypeSome, P value ITestValue

Individual: I2
Types: I2C

Class: I2C

Class: CTestSome
Class: CTestOnly
Class: CTestExactly1
Class: CTestExactly0
Class: CTestEquiv
Class: CTestType
Class: CTestTypeSome

Individual: ITestValue
Types: ITestValueC

Class: ITestValueC

ObjectProperty: P
Characteristics: Transitive



0 comments on commit 434b400

Please sign in to comment.