Skip to content

Commit a763f43

Browse files
committed
Merge branch 'master' of github.com:KnowledgeCaptureAndDiscovery/OBA
2 parents d151663 + 0522c26 commit a763f43

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

examples/wings/config.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
ontologies:
2+
- http://www.wings-workflows.org/ontology/workflow.owl
3+
- http://www.wings-workflows.org/ontology/data.owl
4+
- http://www.wings-workflows.org/ontology/component.owl
5+
name: wings
6+
output_dir: outputs
7+
8+
openapi:
9+
openapi: 3.0.1
10+
info:
11+
description: This is the API of the Wings Ontology
12+
title: Wings Workflow Catalog
13+
version: v1.4.0
14+
externalDocs:
15+
description: Wings Workflow Catalog
16+
url: https://w3id.org/okn/o/sdm
17+
servers:
18+
- url: http://localhost:8080
19+
20+
firebase:
21+
key:
22+
23+
endpoint:
24+
url: http://localhost:3030/wings
25+
prefix: http://www.wings-workflows.org/ontology
26+
graph_base: http://localhost:3030/wings/data/
27+

0 commit comments

Comments
 (0)