Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid IRIs #87

Open
cliffcaseyyet opened this issue Apr 6, 2020 · 1 comment
Open

Invalid IRIs #87

cliffcaseyyet opened this issue Apr 6, 2020 · 1 comment

Comments

@cliffcaseyyet
Copy link

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
Copy link
Collaborator

New pull request should resolve these issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants