ebucoreplus icon indicating copy to clipboard operation
ebucoreplus copied to clipboard

Maintenance and development of the EBUCorePlus

Results 109 ebucoreplus issues
Sort by recently updated
recently updated
newest added

This pull request includes the renaming of ten object properties. - `appliesOutOf` to `hasTerritoryExcludes` - `appliesTo` to `hasTerritoryIncludes` - `applyTo` to `hasTerritoryIncludes` - `clonedTo` to `hasClone` - `isClonedFrom` to `isCloneOf`...

The document mention: ``` owl:versionIRI ; ``` and ``` owl:versionInfo "Version 1.0.0"@en ; ``` Add a check on the CI can be great to ensure version information is similar to...

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

EBUCorePlus defines some type's class `WrappingType` `alternativeTitleTypes` and others contains a `_` between name and Type as `Storage_Type` `Track_Type` It may be relevant to have a common syntax for these...

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 object property “hasProgramme” has a label “has programme”. Most of the other object properties have short names (see examples below). For consistency reasons, I expected a label “Programme” here,...

documentation