I want to create a reusable set of governance roles and include these in 
EDG deployments programatically.

If I owl:import these into the governance singleton it gets ignored.

So I tried to do an select/insert but could not get EDG to find the 
original data..

so tried to test SPARQL on TBC - to find out that TBC does not seem to be 
able to load a governance model - it replaces it with an empty graph ...

<https://example.org/organisation_governance>
  a owl:Ontology ;
  rdfs:comment "Empty graph created due to failed import" ;
  owl:imports <http://edg.topbraid.solutions/1.0/dashboards/default> ;
  owl:imports <http://edg.topbraid.solutions/1.0/schema/dashboards> ;
  owl:imports <http://edg.topbraid.solutions/1.0/schema/edg> ;
  owl:imports <http://edg.topbraid.solutions/1.0/schema/governance> ;
  owl:imports <http://edg.topbraid.solutions/1.0/schema/quantities> ;
  owl:imports <http://edg.topbraid.solutions/1.0/schema/requirements-model> 
;
  owl:imports <http://edg.topbraid.solutions/1.0/shapes/core> ;
  owl:imports <http://edg.topbraid.solutions/1.0/shapes/datamodels> ;
  owl:imports <http://edg.topbraid.solutions/1.0/shapes/governance> ;
  owl:imports <http://edg.topbraid.solutions/1.0/shapes/requirements-model> 
;
  owl:imports <http://spinrdf.org/spl> ;
  owl:imports <http://topbraid.org/teamworkconstraints> ;
.


So what is it actually supposed to do and how do you create a reusable set 
of governance objects and load them?

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/fb212e7d-839c-4f2c-885b-e685b74b3d8an%40googlegroups.com.

Reply via email to