JuergenGrupp

Results 40 issues of JuergenGrupp

Issue came up during the #299 refactoring. Check out the resprective branches to find the properties that need a corrected label. Other refactoring will probably reveal similar problems.

documentation

276"B" stands for the second try :) fixed by splitting, renaming and adding an `inverseOf` statement: `holdsAward` `is the inverse of` `isAwardedTo`.

The object property `hasBeenAwarded` has as its range `Award` and `Agent`. More strangely, the second case has also `Agent` as its domain, stating that "an agent has been awarded and...

bug

Removed duplicate property "isClonedFrom" with unlimited cardinality, leaving cardinality "max 1" only.

Class "Resource" has duplicate property "objectType". Removed the one with cardinality "max 1".

added the following object properties: - ConsumptionEvent hasConsumer Consumer - ConsumptionEvent accountingTo Account - ConsumptionEvent occursOn PublicationPlatform - ConsumptionEvent occursIn PublicationChannel - ConsumptionEvent occursIn PublicationService

The file ebucoreplus/ontology/EBUCorePlus/ebucore.rdf is outdated and not maintained any further. After the merge of CCDM and ebucore, we only continue development based on ebucoreplus.owl. I propose to remove ebucore.rdf from...

A direct reference from the `ConsumptionEvent` to the `Consumer` and to the `Account` is missing. The same with the `PublicationPlatform`, `PublicationChannel` and `PublicationService`. Without it the ConsumptionEvent would be almost...

bug

The class `Series` has the properties `hasEpisode`, `hasSeason` and `hasBrand` (to be replaced by `hasEditorialFormat`, see #231 ). The class `Serial` needs the same properties.

enhancement

C2PA stands for "Coalition for Content Provenance and Authenticity" and is a specific task within the CAI (Content Authenticity Initiative). The goal is a standard to be included in metadata...

enhancement