Skip to content

Bug fixes and improved validation scripts

Latest
Compare
Choose a tag to compare
@jdsika jdsika released this 21 Mar 14:42
· 5 commits to main since this release
c79c77d

Fixes

  • Bumped version numbers where necessary
  • ositrace:
    • Set Cardinalities explicitely
    • Add hasMovingObject and hasHostMovingObject to ositrace:content
    • Remove hasMovingObject from ositrace:ResourceDataExtension
    • Moved hasEvent correctly to Content
    • fix example
    • fixed the georeference in the OSITrace example to "UTM" as coordinate system specification
    • Set minCount 0 for hasGeoreference
    • setting shapes to closed where applicable
  • Environment-Model:
    • Explicit cardinality of properties of resourceDataExtension set to 1
  • HD Map:
    • Explicit cardinality of properties of resourceDataExtension set to 1
    • Moved Range2D from ResourceDataExtension to Quality (Bug)
    • removed incorrect xsd:string from properties with literals as sh:in ("example")
  • Surface-Model:
    • Renamed Data -> Content and hasData -> hasContent for consistency
    • Set cardinalities explicitely
  • Validation scripts:
    • make run_all_checks_locally.py executable on Windows
    • Remove unnecessary debug output from check_jsonld_against_shacle_shape.py
    • Allow it to find the ontologies and shacls with a relativ path in relation to the execution script
      Resolves #147

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4