Skip to content

Commit

Permalink
Merge branch 'master' of github.com:KnowledgeCaptureAndDiscovery/OBA
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Apr 24, 2020
2 parents d151663 + 0522c26 commit a763f43
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 a763f43

Please sign in to comment.