Releases: acdh-oeaw/arche-schema
Releases · acdh-oeaw/arche-schema
4.0
Backward-incompatible changes
- Dropped the
acdh:hasLocationPath
as it wasn't technically required anymore.
New properties:
- Introduced the
acdh:exampleValue
annotation property to allow for the inclusion of example values. - Introduced the
acdh:hasNextItem
with domainacdh:RepoObject
. - Introduced the
acdh:hasIiifManifest
with domainacdh:BinaryContent
. - Introduced the
acdh:hasRightsInformation
with domainacdh:RepoObject
.
Existing property changes:
- Added the
acdh:automatedFill 'true'
to theacdh:disseminationServices
. - Added the
acdh:automatedFill 'true'
to theacdh:technical
. - Changed range of the
acdh:hasLatitude
toxsd:float
. - Changed range of the
acdh:hasLongitude
toxsd:float
. - Changed range of the
acdh:hasRawBinarySize
toxsd:positiveInteger
.
Minor changes:
- Renamed to ARCHE Schema (was ACDH Schema before)
- Expanded description for the
acdh:hasOaiSet
to include visibility in OpenAIRE.
v3.1.2
v3.1.1
Include metadata created as a part of Redmine #19500
v3.1.0
v3.0.2
v3.0.1
v3.0.0
- Added
acdh:hasTag
property with domainowl:Thing
. - Renamed property
acdh:isDerivedPublication
toacdh:isDerivedPublicationOf
. - Changed domain of
acdh:hasFilename
to includeacdh:Collection
andacdh:TopCollection
. - Changed cardinality of
acdh:isTitleImageOf
foracdh:Resource
to0-n
to allow multiple uses of images. - Changed cardinality of
acdh:hasCategory
foracdh:BinaryContent
to0-n
to allow multiple assignement of categories.
Change automatedFill annotation property values type to boolean
Merge pull request #10 from acdh-oeaw/fix-hasFilename_hasHash change automatedFill values to boolean
Fixes to data-migration-scripts/checkCardinalities/check.php
v2.0.9 checkCardinalities/check.php: disambiguate "too many property values"…