Skip to content

Commit 7cd13d5

Browse files
committed
Fix #91
1 parent b65f89d commit 7cd13d5

10 files changed

Lines changed: 1914 additions & 23 deletions

File tree

examples/games/config.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
ontologies:
2+
- examples\games\vgo.owl
3+
name: Videogame
4+
output_dir: outputs
5+
6+
openapi:
7+
openapi: 3.0.1
8+
info:
9+
description: This is the API of the videogame ontology
10+
title: Videogame
11+
version: v0.0.1
12+
externalDocs:
13+
description: Videogame ontology
14+
url: http://purl.org/net/VideoGameOntology#
15+
servers:
16+
- url: http://localhost:8080/v0.0.1
17+
18+
19+
endpoint:
20+
url: http://localhost:3030/
21+
prefix: http://example.org/game
22+
graph_base: http://localhost:3030/game/data/
23+

examples/games/vgo.owl

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.

examples/le/config.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
ontologies:
2+
- http://linked.earth/ontology#
3+
# Example with an ontology that aggregates several ontologies (big)
4+
name: LinkedEarth
5+
output_dir: outputs
6+
7+
openapi:
8+
openapi: 3.0.1
9+
info:
10+
description: This is the API of the Linked Earth Ontology
11+
title: LinkedEarth
12+
version: v0.0.1
13+
externalDocs:
14+
description: Linked Earth Ontology
15+
url: http://linked.earth/ontology#
16+
servers:
17+
- url: http://localhost:8080/v0.0.1
18+
19+
20+
endpoint:
21+
url: http://localhost:3030/
22+
prefix: http://linked.earth/data
23+
graph_base: http://localhost:3030/wings/data/
24+

examples/opmw/config.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
ontologies:
2+
- examples\opmw\opmw.owl
3+
#- http://www.opmw.org/ontology/
4+
#Example with a slash ontology
5+
name: opmw
6+
output_dir: outputs
7+
8+
openapi:
9+
openapi: 3.0.1
10+
info:
11+
description: Example of the opmw ontology
12+
title: opmw
13+
version: v1.0.0
14+
externalDocs:
15+
description: open provenance ontology for workflows
16+
url: http://datos.opmw.es/def/
17+
18+
firebase:
19+
key:
20+
21+
#endpoint not used for this example.
22+
endpoint:
23+
url: http://endpoint.mint.isi.edu/example
24+
prefix: https://w3id.org/okn/i/example
25+
graph_base: http://endpoint.mint.isi.edu/example
26+
27+
enable_get_paths: true
28+
enable_post_paths: false
29+
enable_delete_paths: false
30+
enable_put_paths: false
31+
32+
follow_references: true
33+

0 commit comments

Comments
 (0)