xapi-authored-profiles icon indicating copy to clipboard operation
xapi-authored-profiles copied to clipboard

Invalid IRIs

Open cliffcaseyyet opened this issue 6 years ago • 1 comments

Hello,

While testing a new automated xAPI Profile validator, we noticed that there was a potential conformance issue in a number of Profiles in this repo where a property expecting an IRI encountered an incorrectly formatted one.

For example, the "seeAlso" property in dod-isd/dod-isd.jsonld on line 12

...
"seeAlso": "MIL-HDBK-29612-1A",
"versions": [
...

The validator also found a typo in a flashcards/v0.1/flashcards.jsonld IRI on line 135

"sequence": ["https://w3id.org/xapi/flashcards/templates#launched", "https: //w3id.org/xapi/flashcards/templates#viewed",...

We just wanted to share in case you were unaware of the issue.

Thanks, Cliff Casey

cliffcaseyyet avatar Apr 06 '20 20:04 cliffcaseyyet

New pull request should resolve these issues

FlorianTolk avatar Apr 07 '20 14:04 FlorianTolk