adlnet / xapi-authored-profiles

Repository of official xAPI Profiles
https://adlnet.gov/projects/xapi/
Apache License 2.0
42 stars 44 forks source link

Invalid IRIs #87

Open cliffcaseyyet opened 4 years ago

cliffcaseyyet commented 4 years ago

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

FlorianTolk commented 4 years ago

New pull request should resolve these issues