Skip to content

Commit

Permalink
Update information on supported metadata formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Sep 22, 2023
1 parent 0fc7519 commit 4bd6a45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/documentation/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ Examples of URLs that will return the metadata with content negotiation:
* [https://w3id.org/riverbench/schema/metadata](https://w3id.org/riverbench/schema/metadata)
* [https://w3id.org/riverbench/schema/metadata/dev](https://w3id.org/riverbench/schema/metadata/dev)

To request a metadata file in a given format explicitly, you can also append `.nt`, `.ttl`, or `.rdf` to these URLs.
To request a metadata file in a given format explicitly, you can also append `.nt`, `.ttl`, `.rdf`, or `.jelly` to these URLs.

The following metadata formats are supported:
- [N-Triples](https://www.w3.org/TR/n-triples/) (`.nt`, content type `application/n-triples`)
- [Turtle](https://www.w3.org/TR/turtle/) (`.ttl`, content type `text/turtle`)
- [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/) (`.rdf`, content type `application/rdf+xml`)
- [Jelly](https://github.com/Jelly-RDF) (`.jelly`, content type `application/x-jelly-rdf`)

*You can find the rules that make this work [here](https://github.com/perma-id/w3id.org/tree/master/riverbench).*

Expand Down

0 comments on commit 4bd6a45

Please sign in to comment.