-
Notifications
You must be signed in to change notification settings - Fork 24
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
Adding new prefix from web doesn't work #41
Comments
Hi, it hasn't been disabled, but the number of prefixes that it works for was reduced when I removed any23 to fix dependency problems. It will only work with URLs that return RDF representations. It should return some sort of message though, so I'll look at that. I'll see if it is possible to re-introduce any23. |
Turns out there was an error in the javascript. Should be fixed in https://github.com/stkenny/grefine-rdf-extension/releases/download/v1.2.1-orefine-3.3/rdf-extension-1.2.1-orefine-3.3.zip. Although I'm still unable to get the DBpedia ontology to import. |
Same issue: I would add Sophox prefix : see osm2rdf/osmutils.py#L34 Tested with Safari: when pressing the Add prefix button, the javascript console display the following error:
Tested with Firefox:
Tested with Chrome:
Chrome console:
Note: Sophox is the SPARL engine for OpenStreetMap |
Could add prefix one by one with Advanced…
@prefix osmroot: <https://www.openstreetmap.org>.
@prefix osmnode: <https://www.openstreetmap.org/node/>.
@prefix osmway: <https://www.openstreetmap.org/way/>.
@prefix osmrel: <https://www.openstreetmap.org/relation/>.
@prefix osmm: <https://www.openstreetmap.org/meta/>.
@prefix osmt: <https://wiki.openstreetmap.org/wiki/Key:>. The following step must be repeated for each prefix 😞 |
Any23 has been added back in 1.3.0. Vocab import should work better now. |
Hello,
I'm using rdf-extension-1.2.0 with openrefine 3.3. I tried to add dbo prefix but the import from web seems blocked. OK is enabled but doesn't do anything. I don't get any error (popup are enabled), as in the screenshot.
Only Cancel and Advanced seem to work, but forcing the import doesn't produce any change.
I was finally able to add the vocabulary downloading the file (finding out with trial and error what the correct format is) and import it manually.
Is the import from web disabled?
Kind regards,
-Elena
The text was updated successfully, but these errors were encountered: