Skip to content

Commit

Permalink
add wings example: (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob authored Apr 24, 2020
1 parent 520b062 commit 0522c26
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions examples/wings/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
ontologies:
- http://www.wings-workflows.org/ontology/workflow.owl
- http://www.wings-workflows.org/ontology/data.owl
- http://www.wings-workflows.org/ontology/component.owl
name: wings
output_dir: outputs

openapi:
openapi: 3.0.1
info:
description: This is the API of the Wings Ontology
title: Wings Workflow Catalog
version: v1.4.0
externalDocs:
description: Wings Workflow Catalog
url: https://w3id.org/okn/o/sdm
servers:
- url: http://localhost:8080

firebase:
key:

endpoint:
url: http://localhost:3030/wings
prefix: http://www.wings-workflows.org/ontology
graph_base: http://localhost:3030/wings/data/

0 comments on commit 0522c26

Please sign in to comment.