Metadata-Version: 2.4
Name: semantic-api
Version: 0.0.6
Summary: A simple python API for creating, inserting, querying, and processing semantic data. This requires semantic services that are not included here
Project-URL: Homepage, https://source.coderefinery.org/wac/semantic-api
Project-URL: Issues, https://source.coderefinery.org/wac/semantic-api/-/issues
Author-email: William A Coolidge <wac@mmmi.sdu.dk>
License: Apache Licenses 2.0
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: behave==1.2.6
Requires-Dist: future==0.18.2
Requires-Dist: paho-mqtt==2.1.0
Requires-Dist: pydantic-core==2.27.2
Requires-Dist: pydantic==2.10.4
Requires-Dist: pymonad==2.4.0
Requires-Dist: pyrsistent==0.20.0
Requires-Dist: typing-extensions==4.12.2
Requires-Dist: typing==3.7.4.3
Requires-Dist: urllib3==1.26.5
Description-Content-Type: text/markdown


# Semantic API

#### Versions

```0.0.1``` : Intial version with only the API for insertion and query.

| Element | Status | Comment |
|:--- |:--- |:--- |
| insert  | ✅ | complete |
| query  | ✅ | complete |
| typelib |   ❌  | in-process |
| type tools | ❌ | in-process |
| database tools | ❌ | in-process |
| chain tools  | ❌ | in-process | 


#### 1 [Python API](src/doc/python-api.md#python-api-concept)

#### 2 [Background](src/doc/background.md)

#### 3 [RDF and Types](src/doc/rdf-and-types.md)

#### 4 [Editing Ontologies](src/doc/editing-ontologies.md)




