Re: [Virtuoso-users] Inference support?

2018-02-23 Thread Jason Koh
Btw, equivalentClass is working. My code was looking for a different graph than the graph the rules were applied. Thanks! With regards, Jason Koh cseweb.ucsd.edu/~jbkoh On Fri, Feb 23, 2018 at 4:45 PM, Jason Koh wrote: > Hi Kingsley, > > I did the same thing for my schema but it didn't work,

[Virtuoso-users] RDF4J's SAIL support? (or direct SHACL?)

2018-02-23 Thread Jason Koh
Hi there, RDF4J SAIL is pushing a charming feature supporting SHACL, but I found that SAILRepository is incompatible with Virtuoso: https://groups.google.com/forum/#!topic/rdf4j-users/TcGqG3915jc Is there any plan to update Virtuoso-RDF4J to include SAIL? Otherwise, is there any plan for direct s

Re: [Virtuoso-users] Inference support?

2018-02-23 Thread Jason Koh
Hi Kingsley, I did the same thing for my schema but it didn't work, I will debug it more. btw, what does p_score_init (); do? I receive when I run it: ``` Error 42001: [Virtuoso Driver][Virtuoso Server]SR185: Undefined procedure DB.DBA.p_score_init. at line 5 of Top-Level: ``` I use Virtuoso 7.2

Re: [Virtuoso-users] Inference support?

2018-02-23 Thread Kingsley Idehen
On 2/22/18 10:33 PM, Jason Koh wrote: > Just to provide my use case, > > I presumed if there is a graph like > > ```turtle > ex:a rdf:type sch:Class1 . > sch:Class1 owl:equivalentClass sch:Class2 . > ``` > . a query like this should work > ```sparql > select ?s where { > ?s rdf:type sch:Class2 . >