skosspin.spin.ttl

17 views
Skip to first unread message

PaulZH

unread,
May 21, 2013, 7:54:36 AM5/21/13
to topbrai...@googlegroups.com
Are the constraints for rules S46a and S46b complete?

I get always an error, whatever value I use.

Not if I change the spin file and use additionally a filter comparing the values.


Bob Ducharme

unread,
May 21, 2013, 11:40:48 AM5/21/13
to topbrai...@googlegroups.com
Hi Paul,

I wrote that constraint, and I now see the problem and an even simpler fix: for 46a, instead of a WHERE clause of

WHERE {
    ?this skos:exactMatch ?exactMatch .
    ?this skos:broadMatch ?broadMatch .
}

the constraint's CONSTRUCT query should say 

WHERE {
    ?this skos:exactMatch ?exactMatch .
    ?this skos:broadMatch ?exactMatch .
       }

because the condition we don't want to see is that ?this has the same value for both of those properties. I will make sure that S46A and S46B get fixed for release 4.3, but as  you've seen you can fix them right in skosspin.spin.ttl meanwhile. 

Thanks,

Bob




--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
topbrai...@googlegroups.com
To unsubscribe from this group, send email to
topbraid-user...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
---
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-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages