1

Are there any solutions/products offering ABAC access control for knowledge graphs ?

Ontotext has mentioned that they supports ABAC in the below link-

https://www.ontotext.com/company/news/ontotext-platform-3-2-better-system-integration-and-kg-access-and-integrity/.

But i couldn't find any details in the documentation . Is there any way we could try out the ABAC capability in the ontotext ?

Muthu
  • 11
  • 1

1 Answers1

0

There are few examples and documentation about the functionality, here.

Also there is a working tutorial based on or similar to SWAPI dataset.

Basically the functionality is provided by the Ontotext Platform, which sits on top of GraphDB instance, where the actual data is stored. The Platform provides an GraphQl, which is more easy to learn and use, if you are not familiar with SPARQL. In order to map the RDF to GraphQl, the Platform uses model language called Semantic Objects Modeling Language (SOML), where you can describe the permission model and the roles that you will need.

However, if you want to get you hands dirty with your own data, you'll need to request a trial license.

Tomerikoo
  • 18,379
  • 16
  • 47
  • 61
Tony
  • 72
  • 1
  • 8