Skip to content

Commit

Permalink
deploy: 04dbf67
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 3, 2024
1 parent 387f5d3 commit 3b8c5a9
Show file tree
Hide file tree
Showing 17 changed files with 687 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/AboutView-DACvMaC-.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/DashboardView-D39OJwqc.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.splitpanes[data-v-f8555f28],.splitpanes .splitpanes__pane[data-v-f8555f28]{background-color:inherit}
1 change: 1 addition & 0 deletions assets/DashboardView-Qsg-Qnbs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions assets/EditForm-BJM-rgdJ.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

108 changes: 108 additions & 0 deletions assets/FormDemo-CPUBJTQ4.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/InputForm-BC6GvdIr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/InstanceList-CVNjY_jr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/Source-DX2eDas7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/Term-BD-pKEwA.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions assets/VocPad-c5K6Sg9K.js

Large diffs are not rendered by default.

Binary file added assets/bootstrap-icons-BOrJxbIo.woff
Binary file not shown.
Binary file added assets/bootstrap-icons-BtvjY1KL.woff2
Binary file not shown.
437 changes: 437 additions & 0 deletions assets/index-BtjxeIM9.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions assets/index-DBq2B6UZ.css

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions assets/n3-compare-Duz5UrsV.js

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/OntoPad/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script id="ontopad_configuration" type="application/yaml">
sources:
- id: in_memory
type: in_memory
data: |
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ex: <http://example.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
graph ex: {
<http://example.org/some> a rdf:Class .
<http://example.org/bla> a <http://example.org/some> ;
rdfs:label "hi" .
ex:Norman a foaf:Person ;
foaf:name "Norman" .
ex:Natanael a foaf:Person ;
foaf:name "Natanael" .
ex:Sascha a foaf:Person ;
foaf:name "Sascha" ;
foaf:knows ex:Norman, ex:Natanael .
}
- id: local_quitstore
type: endpoint
quit_url: http://localhost:5000
graph_iri: http://example.org/
resource_iri: http://example.org/Resource
</script>
<title>Vite App</title>

<script type="module" crossorigin src="/OntoPad/assets/index-BtjxeIM9.js"></script>
<link rel="stylesheet" crossorigin href="/OntoPad/assets/index-DBq2B6UZ.css">
</head>
<body>
<div id="app"></div>
</body>
</html>

0 comments on commit 3b8c5a9

Please sign in to comment.