Warm tip: This article is reproduced from stackoverflow.com, please click
rdf azure-cosmosdb

Is it possible to use ontologies with CosmosDB?

发布于 2020-03-27 10:26:01

We have built an ontology and now we would like to store data using it, and we were wondering if it is possible to use CosmosDB for that ? I know it is possible to use CosmosDB to create and query graph databases thanks to the Gremlin API, but I haven't found anything that suggests it is possible to store data expressed with RDF in CosmosDB.

Questioner
MarleneHE
Viewed
55
Jay Gong 2019-07-04 09:22

Per my investigation, cosmos db only has 5 api so far : SQL API,Mongo API,Table API,Graph API(for apache gremlin) and Cassandra API. It doesn't support storing any data with RDF model.

If you do concern about whether ms has related plan, you could submit feedback here to get official comment from ms team.

If your requirement is urgent,maybe you could get idea about Amazon Neptune which supports RDF model.

enter image description here