Fixes
- Bumped version numbers where necessary
- ositrace:
- Set Cardinalities explicitely
- Add
hasMovingObject
andhasHostMovingObject
to ositrace:content - Remove
hasMovingObject
from ositrace:ResourceDataExtension - Moved
hasEvent
correctly toContent
- 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
andhasData -> hasContent
for consistency - Set cardinalities explicitely
- Renamed
- 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
- release/v0.0.4 by @thomassedlmayer in #148
New Contributors
- @thomassedlmayer made their first contribution in #148
Full Changelog: v0.0.3...v0.0.4