Skip to content

Commit

Permalink
feat: Set most general query as default value (closes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Jan 26, 2023
1 parent dc67aa1 commit caf8832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/outputAllTriplesDefaultQuery.n3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ ?S ?P ?O . } => { ?S ?P ?O . } .
4 changes: 2 additions & 2 deletions src/components/EyeReasoner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ export default {
},
Module: undefined,
n3doc: "",
n3query: "",
n3query: "{ ?S ?P ?O . } => { ?S ?P ?O . } .",
n3docUrl: "",
n3queryUrl: "",
n3queryUrl: `${window.location.origin}/outputAllTriplesDefaultQuery.n3`,
output: "",
isUrl: true,
loggedIn: undefined,
Expand Down

0 comments on commit caf8832

Please sign in to comment.