-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from kbss-cvut/refactor/fta-fmea-ui-198-set-ir…
…i-conventions-and-refactor-iris Refactor/fta fmea UI 198 set iri conventions and refactor iris
- Loading branch information
Showing
45 changed files
with
493 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Project Description | ||
|
||
This project generates the `Vocabulary.java` source file based on the ontology specified in the mapping file. | ||
For more details see configuration in [pom.xml](pom.xml) | ||
|
||
## Project structure | ||
- ./ontology - folder containing the ontology files | ||
- ./src/main/resource/mapping - input mapping file used by the jopa-maven-plugin. The file maps ontology IRIs to files | ||
in the ./ontology folder. | ||
|
||
|
||
## Naming conventions | ||
### RDF resources | ||
- resources should be lower-case with words separated by "-" | ||
- IRI fragment should be separated by "/" instead of "#" | ||
- ontology IRI should start with http://onto.fel.cvut.cz/ontologies/ | ||
- resource IRI cannot end with "/" or "#" at the end of the IRI (applies also to ontology IRI) | ||
|
||
### OWL resources | ||
- object property should be named with "has-" and "is-" prefix | ||
- datatype property should be named without "has-" and "is-" prefix |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.