-
Notifications
You must be signed in to change notification settings - Fork 561
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
Shipped namespace bindings missing/misspelled #2196
Labels
bug
Something isn't working
core
Relates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`
enhancement
New feature or request
regression
Something stopped working
Comments
cthoyt
added a commit
to cthoyt/rdflib
that referenced
this issue
Mar 19, 2023
aucampia
pushed a commit
that referenced
this issue
Mar 19, 2023
Changed `cdterms` to `dcterms`, see <#2196> for more info.
I believe the first point has been corrected already now: I will look into the second point, I presume this is a regression. |
aucampia
added
the
core
Relates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`
label
Mar 19, 2023
Regarding "The WGS namespace is missing." I don't think we ever released a version with the |
aucampia
added a commit
to aucampia/rdflib
that referenced
this issue
Mar 19, 2023
… back the `wgs` binding <RDFLib#1686> inadvertently changed prefix for `https://schema.org/` from `schema` to `sdo` and removed the `wgs` prefix. This PR changes the `https://schema.org/` binding back to `schema` and adds the `wgs` binding back. - Closes <RDFLib#2196>.
aucampia
added a commit
to aucampia/rdflib
that referenced
this issue
Mar 19, 2023
… the `wgs` binding back <RDFLib#1686> inadvertently changed the prefix for `https://schema.org/` from `schema` to `sdo` and removed the `wgs` prefix. This PR changes the `https://schema.org/` binding back to `schema` and adds the `wgs` binding back. - Closes <RDFLib#2196>.
aucampia
added a commit
to aucampia/rdflib
that referenced
this issue
Mar 19, 2023
… the `wgs` binding back <RDFLib#1686> inadvertently changed the prefix for `https://schema.org/` from `schema` to `sdo` and removed the `wgs` prefix. This PR changes the `https://schema.org/` binding back to `schema` and adds the `wgs` binding back. - Closes <RDFLib#2196>.
aucampia
added a commit
to aucampia/rdflib
that referenced
this issue
Mar 19, 2023
… the `wgs` binding back <RDFLib#1686> inadvertently changed the prefix for `https://schema.org/` from `schema` to `sdo` and removed the `wgs` prefix. This PR changes the `https://schema.org/` binding back to `schema` and adds the `wgs` binding back. - Closes <RDFLib#2196>.
4 tasks
aucampia
added a commit
to aucampia/rdflib
that referenced
this issue
Mar 19, 2023
… the `wgs` binding back <RDFLib#1686> inadvertently changed the prefix for `https://schema.org/` from `schema` to `sdo` and removed the `wgs` prefix. This PR changes the `https://schema.org/` binding back to `schema` and adds the `wgs` binding back. - Closes <RDFLib#2196>.
aucampia
added a commit
to aucampia/rdflib
that referenced
this issue
Mar 20, 2023
<RDFLib#1686> inadvertently removed the `wgs` prefix. This change adds it back. - Closes <RDFLib#2196>.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
core
Relates to core functionality of RDFLib, i.e. `rdflib.{graph,store,term}`
enhancement
New feature or request
regression
Something stopped working
Version: 6.2.0
In
rdflib.namespace._NAMESPACE_PREFIXES_RDFLIB
there are two bugs:The text was updated successfully, but these errors were encountered: