Changes between Version 2 and Version 3 of ApertureClosedIssues


Ignore:
Timestamp:
11/29/06 12:09:46 (17 years ago)
Author:
mylka
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureClosedIssues

    v2 v3  
    22 
    33These things have been discussed on ApertureDiscussion, and were implemented. 
     4 
     5== Vocabulary: use DC instead of data == 
     6 
     7We 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 
     9Heinz 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 
     11Note 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. 
    412 
    513== RDFContainer based on RDF2GO ==