Skip to content

Commit

Permalink
Support for functional properties
Browse files Browse the repository at this point in the history
- Functional data properties and Functional object properties are included.
- An example ontology is also added in the examples directory to illustrate several ontology constructs that will be covered by OBA.
  • Loading branch information
paoespinozarias committed Jun 21, 2020
1 parent f6d59b5 commit cafd43d
Show file tree
Hide file tree
Showing 6 changed files with 824 additions and 14 deletions.
33 changes: 33 additions & 0 deletions examples/example/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
ontologies:
- examples/example/example.owl
name: example
output_dir: outputs

openapi:
openapi: 3.0.1
info:
description: This is the API for the example ontology
title: Example ontology
version: v1.5.0
externalDocs:
description: Example ontology
url: https://w3id.org/example
servers:
- url: http://localhost:8080/v1.5.0

firebase:
key: "test"

endpoint:
url: http://localhost:8080/example-1.5.0
prefix: https://w3id.org/example
graph_base: http://localhost:8080/example-1.5.0/data/

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

auth:
provider: firebase
follow_references: true
Loading

0 comments on commit cafd43d

Please sign in to comment.