Skip to content

Commit

Permalink
Add language identifiers for N-Triples and N-Quads stardog-union#93
Browse files Browse the repository at this point in the history
  • Loading branch information
RinkeHoekstra authored Jul 23, 2024
1 parent 640e961 commit 4543621
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions stardog-rdf-grammars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,28 @@
".trig"
],
"configuration": "./language-configuration.json"
},
{
"id": "n-triples",
"aliases": [
"ntriples",
"N-Triples"
],
"extensions": [
".nt"
],
"configuration": "./language-configuration.json"
},
{
"id": "n-quads",
"aliases": [
"nquads",
"N-Quads"
],
"extensions": [
".nq"
],
"configuration": "./language-configuration.json"
}
],
"grammars": [
Expand Down

0 comments on commit 4543621

Please sign in to comment.