[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[ice-build] [eclipse/ice] 6b98fe: Figured out basic Jena operations with the ICE ont...
|
Branch: refs/heads/MarkIII
Home: https://github.com/eclipse/ice
Commit: 6b98fe14e6d55014c8c50d3ad2aa4bfbe37a28fa
https://github.com/eclipse/ice/commit/6b98fe14e6d55014c8c50d3ad2aa4bfbe37a28fa
Author: Jay Jay Billings <billingsjj@xxxxxxxx>
Date: 2019-02-12 (Tue, 12 Feb 2019)
Changed paths:
A org.eclipse.ice.data/src/main/java/org/eclipse/ice/data/ComponentBuilder.java
A org.eclipse.ice.data/src/main/java/org/eclipse/ice/data/ICEDataConstants.java
A org.eclipse.ice.data/src/main/java/org/eclipse/ice/data/ModelFactory.java
R org.eclipse.ice.data/src/main/resources/data/ice-owl.rdf
M org.eclipse.ice.data/src/main/resources/data/ice-owl.ttl
R org.eclipse.ice.data/src/main/resources/data/person.ttl
R org.eclipse.ice.data/src/main/resources/data/personShape.ttl
R org.eclipse.ice.data/src/main/resources/data/test.rdf
R org.eclipse.ice.data/src/main/resources/data/test.ttl
A org.eclipse.ice.data/src/test/java/org/eclipse/ice/tests/data/ComponentBuilderTest.java
M org.eclipse.ice.data/src/test/java/org/eclipse/ice/tests/data/ExampleAPI_ICE_01.java
A org.eclipse.ice.data/src/test/resources/test.rdf
A org.eclipse.ice.data/src/test/resources/test.ttl
Log Message:
-----------
Figured out basic Jena operations with the ICE ontology.
Committing intermediate progress before tearing it all up. I have
migrated to Turtle for defining the ontology instead of RDF/XML. The
latter is just too difficult to use in my opinion. I converted the
ontology from the RDF/XML file using EasyRDF. I removed some previously
committed test files and moved other test files into the test directory.
I added a data constants class that can be used for constants commonly
required throughout the code.
Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>
Commit: 01bedd762cf9265a4156e761682076607c078261
https://github.com/eclipse/ice/commit/01bedd762cf9265a4156e761682076607c078261
Author: Jay Jay Billings <billingsjj@xxxxxxxx>
Date: 2019-02-12 (Tue, 12 Feb 2019)
Changed paths:
M org.eclipse.ice.data/src/main/java/org/eclipse/ice/data/ComponentBuilder.java
A org.eclipse.ice.data/src/main/java/org/eclipse/ice/data/ICEConstants.java
R org.eclipse.ice.data/src/main/java/org/eclipse/ice/data/ICEDataConstants.java
Log Message:
-----------
Minor changes based on the static constants.
Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>
Compare: https://github.com/eclipse/ice/compare/6b98fe14e6d5%5E...01bedd762cf9