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

add quad support #22

Open
2 tasks
cmdoret opened this issue Nov 8, 2024 · 1 comment
Open
2 tasks

add quad support #22

cmdoret opened this issue Nov 8, 2024 · 1 comment
Assignees

Comments

@cmdoret
Copy link
Member

cmdoret commented Nov 8, 2024

Add support for common quad formats: TriG and nquads, mimicking the rdfpipe behaviour.

Requirements:

  • API covers quad formats
  • conversions behaves as rdfpipe:
    • quad -> triple: triples are unwrapped from the named graph and context is discarded
    • triple -> quad: all triples are wrapped in a named graph with arbitrary name (file://path by default)
@cmdoret cmdoret self-assigned this Nov 8, 2024
@cmdoret
Copy link
Member Author

cmdoret commented Nov 14, 2024

Focus on developing the feature in the sop tool instead, as it does true streaming and is more modular than rdfpipe.

@cmdoret cmdoret closed this as completed Nov 14, 2024
@cmdoret cmdoret reopened this Nov 14, 2024
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

1 participant