Skip to content

Commit 76352ea

Browse files
committedJun 19, 2023
citation info
1 parent e5c820b commit 76352ea

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed
 

‎CITATION.cff

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
title: "OBA: Ontology-Based APIs"
2+
license: Apache-2.0
3+
authors:
4+
- family-names: Osorio
5+
given-names: Maximiliano
6+
orcid: "https://orcid.org/0000-0002-3611-6510"
7+
- family-names: Garijo
8+
given-names: Daniel
9+
orcid: "https://orcid.org/0000-0003-0454-7145"
10+
cff-version: 1.2.0
11+
message: "If you use this software, please cite both the article from preferred-citation and the software itself."
12+
preferred-citation:
13+
authors:
14+
- family-names: Osorio
15+
given-names: Maximiliano
16+
- family-names: Garijo
17+
given-names: Daniel
18+
title: "OBA: An Ontology-Based Framework for Creating REST APIs for Knowledge Graphs"
19+
type: article
20+
year: 2021
21+
doi: 10.1007/978-3-030-62466-8_4
22+
identifiers:
23+
- description: "Collection of archived snapshots for OBA"
24+
type: doi
25+
value: 10.5281/zenodo.6639554

‎README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ontology-Based APIs (OBA) [![Test](https://github.com/KnowledgeCaptureAndDiscovery/OBA/actions/workflows/build.yaml/badge.svg)](https://github.com/KnowledgeCaptureAndDiscovery/OBA/actions/workflows/build.yaml)
1+
# Ontology-Based APIs (OBA) [![Test](https://github.com/KnowledgeCaptureAndDiscovery/OBA/actions/workflows/build.yaml/badge.svg)](https://github.com/KnowledgeCaptureAndDiscovery/OBA/actions/workflows/build.yaml) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6639554.svg)](https://doi.org/10.5281/zenodo.6639554)
22

33
OBA reads ontologies (OWL) and generates an OpenAPI Specification (OAS). Using this definition, OBA creates a REST API server automatically.
44

@@ -35,3 +35,19 @@ $ java -jar oba-*-jar-with-dependencies.jar -c config.yaml
3535
Congratulations! You have generated an Open Api Specification.
3636

3737
For instructions on using OBA to create your API server, go to the [documentation](https://oba.readthedocs.io/en/latest/)
38+
39+
## Citation
40+
Please cite our work as follows:
41+
42+
```
43+
@inproceedings{garijo2020OBA,
44+
title = {{OBA}: An Ontology-Based Framework for Creating REST APIs for Knowledge Graphs},
45+
author = {Garijo, Daniel and Osorio, Maximiliano},
46+
booktitle={International Semantic Web Conference},
47+
pages={48--64},
48+
year={2020},
49+
doi={https://doi.org/10.1007/978-3-030-62466-8_4},
50+
organization = {Springer, Cham},
51+
isbn={978-3-030-62466-8}
52+
}
53+
```

0 commit comments

Comments
 (0)
Please sign in to comment.