Hi, thanks for starting such an initiative to make things more simple ;)
2012/5/9 Bertrand Delacretaz <[email protected]>: > Simple interfaces like Category, Annotation, Keyword are used to > represent content enhancements. > > Here's Category, for example (credits to Reto for this one). Plain and simple: > > interface Category { > String getId(); > String getLabel(); > Category getParent(); > } So for each type of enhancement you would have an interface - is this the idea? Can you explain how this corresponds to the enhancement structure defined ones at [1]? What kind of information will become an interface - is it the dc:type? [1] http://wiki.iks-project.eu/index.php/EnhancementStructure -- Fabian http://twitter.com/fctwitt
