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

Upgrades to oxigraph 0.4 #49

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Upgrades to oxigraph 0.4 #49

merged 1 commit into from
Oct 17, 2024

Conversation

Tpt
Copy link
Contributor

@Tpt Tpt commented Sep 23, 2024

  • Uses RdfFormat type
  • Uses the loader "path" argument if possible to skip Python entirely

@Tpt
Copy link
Contributor Author

Tpt commented Sep 23, 2024

CC @nikokaoja

"to_graph": to_ox(sink.identifier),
}
if isinstance(source, URLInputSource):
source = create_input_source(source.url, format=ox_to_rdflib_type(format))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

swapping the code here also to get a path forfile:// urls

- Uses RdfFormat type
- Uses the loader "path" argument if possible to skip Python entirely
@Tpt Tpt merged commit 0b4935b into main Oct 17, 2024
4 checks passed
@Tpt Tpt deleted the pyoxigraph-up branch October 17, 2024 16:49
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

Successfully merging this pull request may close these issues.

1 participant