| 4 | |
| 5 | == Vocabulary: use DC instead of data == |
| 6 | |
| 7 | We are using many properties of Dublic Core, but redefining them. For compabilities sake, we should inlcude the real DC vocabularies right from the start, and not use our own uris. |
| 8 | |
| 9 | Heinz Kirchmann had the trouble that our DATA vocabulary was not Dublin core, and in his project he had to write a converter. Although the converter is easy to write, using Dublin Core in the first place would have been better. |
| 10 | |
| 11 | Note that Leo designed the Data ontology very bad and used own properties only because the f*** generation code from Schemagen(Jena) only supports one namespace at a time. We can circumvent that now by using better tools or by other tricks. So the generation of one JAVA file named DATA with all properties in it, the propeties are then a mixture from DC and others, would be possible. |