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

[BUG] SOSA and SSN namespace have been defined incorrectly #1187

Closed
edmondchuc opened this issue Oct 14, 2020 · 3 comments
Closed

[BUG] SOSA and SSN namespace have been defined incorrectly #1187

edmondchuc opened this issue Oct 14, 2020 · 3 comments

Comments

@edmondchuc
Copy link
Contributor

edmondchuc commented Oct 14, 2020

In RDFLib 5.0.0 rdflib.namespace sosa and ssn have been defined as follows:

SOSA = Namespace('http://www.w3.org/ns/ssn/')
SSN = Namespace('http://www.w3.org/ns/sosa/')

https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L494-L495

They need to be switched around.

@edmondchuc
Copy link
Contributor Author

Looks like it's already fixed in master.

@ashleysommer
Copy link
Contributor

ashleysommer commented Oct 14, 2020

Hi Edmond.
This was reported in #1126
and fixed in #1128

Github should have pointed these out to you as existing topics in its auto-search feature when you created this issue.

@edmondchuc
Copy link
Contributor Author

Hi Ashley, not sure why but GitHub didn't show related issues for me when I wrote this.

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