General
Test was expected to fail and it did.
Files
Using no-landingpage-fail.json from test resources
JSON-LD context is present - uplifting
Output JSON-LD no-landingpage-fail.jsonld created
Output Turtle no-landingpage-fail.ttl created
JSON Schema
ValidationError: 'dcat:landingPage' is a required property
Failed validating 'required' in schema[0]:
{'properties': {'dcat:landingPage': {'type': 'string'},
'dct:title': {'type': 'string'},
'mod:acronym': {'type': 'string'}},
'required': ['mod:acronym', 'dct:title', 'dcat:landingPage'],
'type': 'object'}
On instance:
{'dct:title': 'my semantic artefact', 'mod:acronym': 'mySA'}