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

Activity.include uses an obsolete namespace for xsd #15

Closed
ecow opened this issue Jun 22, 2021 · 0 comments
Closed

Activity.include uses an obsolete namespace for xsd #15

ecow opened this issue Jun 22, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ecow
Copy link
Member

ecow commented Jun 22, 2021

see line 63:
@prefix xsd: <http://www.w3.org/2000/10/XMLSchema#> .

sholud be:
@Prefix xsd: http://www.w3.org/2001/XMLSchema# .

Also in ActivityTest.bats

34: [ "${lines[3]}" = "@prefix xsd: <http://www.w3.org/2000/10/XMLSchema#> ." ]

@ecow ecow added the bug Something isn't working label Jun 22, 2021
@ecow ecow self-assigned this Jun 23, 2021
@ecow ecow mentioned this issue Jun 24, 2021
@ecow ecow closed this as completed Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant