Skip to content

Commit

Permalink
Fix #91
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarijo committed May 15, 2020
1 parent b65f89d commit 7cd13d5
Show file tree
Hide file tree
Showing 10 changed files with 1,914 additions and 23 deletions.
23 changes: 23 additions & 0 deletions examples/games/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
ontologies:
- examples\games\vgo.owl
name: Videogame
output_dir: outputs

openapi:
openapi: 3.0.1
info:
description: This is the API of the videogame ontology
title: Videogame
version: v0.0.1
externalDocs:
description: Videogame ontology
url: http://purl.org/net/VideoGameOntology#
servers:
- url: http://localhost:8080/v0.0.1


endpoint:
url: http://localhost:3030/
prefix: http://example.org/game
graph_base: http://localhost:3030/game/data/

912 changes: 912 additions & 0 deletions examples/games/vgo.owl

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions examples/le/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
ontologies:
- http://linked.earth/ontology#
# Example with an ontology that aggregates several ontologies (big)
name: LinkedEarth
output_dir: outputs

openapi:
openapi: 3.0.1
info:
description: This is the API of the Linked Earth Ontology
title: LinkedEarth
version: v0.0.1
externalDocs:
description: Linked Earth Ontology
url: http://linked.earth/ontology#
servers:
- url: http://localhost:8080/v0.0.1


endpoint:
url: http://localhost:3030/
prefix: http://linked.earth/data
graph_base: http://localhost:3030/wings/data/

33 changes: 33 additions & 0 deletions examples/opmw/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
ontologies:
- examples\opmw\opmw.owl
#- http://www.opmw.org/ontology/
#Example with a slash ontology
name: opmw
output_dir: outputs

openapi:
openapi: 3.0.1
info:
description: Example of the opmw ontology
title: opmw
version: v1.0.0
externalDocs:
description: open provenance ontology for workflows
url: http://datos.opmw.es/def/

firebase:
key:

#endpoint not used for this example.
endpoint:
url: http://endpoint.mint.isi.edu/example
prefix: https://w3id.org/okn/i/example
graph_base: http://endpoint.mint.isi.edu/example

enable_get_paths: true
enable_post_paths: false
enable_delete_paths: false
enable_put_paths: false

follow_references: true

Loading

0 comments on commit 7cd13d5

Please sign in to comment.