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 buttons for adding workspace filesystem files #16

Merged

Conversation

agarciadom
Copy link
Member

Fixes #7

This first version is almost there, but I wonder if we may be missing some RDF-related file extensions. Perhaps the IETF or the W3C have some suggested file extensions, or we could look at the Apache Jena test suite to see what file extensions they use.

@agarciadom agarciadom linked an issue Dec 11, 2024 that may be closed by this pull request
@agarciadom
Copy link
Member Author

The Apache Jena RDF I/O Technology (RIOT) API page lists its understood extensions:

https://jena.apache.org/documentation/io/

Specifically:

Extension Language
.ttl Turtle
.nt N-Triples
.nq N-Quads
.trig TriG
.rdf RDF/XML
.owl RDF/XML
.jsonld JSON-LD
.trdf RDF Thrift
.rt RDF Thrift
.rpb RDF Protobuf
.pbrdf RDF Protobuf
.rj RDF/JSON
.trix TriX

It also says:

.n3 is supported but only as a synonym for Turtle.

@agarciadom agarciadom merged commit 5f18345 into main Dec 11, 2024
4 checks passed
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.

UI: add buttons for adding workspace / filesystem files
2 participants