Skip to content

Releases: acdh-oeaw/arche-schema

5.1.1

14 Nov 14:12
Compare
Choose a tag to compare

Set acdh:hasLicenseSummary and acdh:hasAccessRestrictionSummary range to rdf:langString (from xsd:string)

5.1.0

18 Sep 08:29
Compare
Choose a tag to compare

acdh:hasUrl is now allowed also on acdh:Place (which effectively means it is allowed on all non-technical classes)

5.0.0

16 Sep 17:25
Compare
Choose a tag to compare

Changes made to acdh:hasNextItem:

  • Allowed 0:n cardinality on the acdh:Collection to support usage of the acdh:hasNextItem on multiple collection levels.
  • Dropped the acdh:automatedFill annotation property as this property is (at least as for now) used only when manual ordering of children is required.

Range changed to rdf:langString for few properties

27 Aug 18:28
Compare
Choose a tag to compare

Range of acdh:hasAppliedMethod, acdh:hasSubject, acdh:hasRightsInformation, acdh:hasTransferMethod and acdh:hasTag changed to rdf:langString.

4.3.0

26 Apr 06:33
6a2b942
Compare
Choose a tag to compare
  • domain of acdh:hasCustomIiifManifest changed to acdh:Collection
  • achd:hasPixelWidth and acdh:hasPixelHeight introduced

4.2.0

18 Mar 12:32
Compare
Choose a tag to compare

Drop acdh:langTag annotation property in favour of the http://www.w3.org/1999/02/22-rdf-syntax-ns#langString range.

4.1.1

04 Mar 11:26
Compare
Choose a tag to compare

Fixes in acdh:exampleValue:

  • lang tags removed for properties which do not use the lang tag
  • unnecessary double quotes over some example values removed

4.1.0

29 Feb 14:22
bec28f9
Compare
Choose a tag to compare
  • acdh:exampleValue annotation properties added
  • rdfs:range removed from acdh:technical, acdh:disseminationServices and acdh:hasLiteralIdentifier to indicate they should not be used directly. arche-lib-schema adjusted to skip properties without range in 7.0.1 and 6.2.1

4.0

22 Jan 11:18
3bcc445
Compare
Choose a tag to compare
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 domain acdh:RepoObject.
  • Introduced the acdh:hasIiifManifest with domain acdh:BinaryContent.
  • Introduced the acdh:hasRightsInformation with domain acdh:RepoObject.

Existing property changes:

  • Added the acdh:automatedFill 'true' to the acdh:disseminationServices.
  • Added the acdh:automatedFill 'true' to the acdh:technical.
  • Changed range of the acdh:hasLatitude to xsd:float.
  • Changed range of the acdh:hasLongitude to xsd:float.
  • Changed range of the acdh:hasRawBinarySize to xsd: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

12 Oct 06:39
Compare
Choose a tag to compare

Mark acdh:technical and acdh:disseminationService properties with acdh:automatedFill "true" so they are easy to filter out.