Importing N3 rules into topbraid. Possible?

12 views
Skip to first unread message

Jack Hodges

unread,
Aug 26, 2015, 8:14:12 PM8/26/15
to TopBraid Suite Users
I am trying to mitigate some models created by a peer in N3. They are mostly rules. I read in the history a thread entitled "How to convert entire project from .n3 to .rdf/xml?" from Feb 19, 2009 which looked like a partial discussion of the procedure for converting N3 to something TBC can read. Is it possible to import N3 rules into TBC?

Simple example:

?state a st:State; log:includes { ?anObject ex:locatedIn ex:FanLocation. }.
?anObject ex:name ?objectName; ex:id ?objectID.
}
=>
{
_:request http:methodName "POST";
http:reqBody ("{ 'actor' : { 'id': 'http://wot.siemens.com/reasoner', 'objectType': 'application' }, 'object': { 'displayName':'"?objectName"', 'id': '"?objectID"', 'objectType': 'product' }, 'verb': 'drying', 'designatedDevice': 'http://wot.siemens.com/fan', 'published': '2015-01-01T00:00:00.000Z', 'status': 'tentative' }").

[ a st:StateChange;
        st:replaced { ?anObject ex:dried "true". };
        st:parent ?state ].
}.

Holger Knublauch

unread,
Aug 26, 2015, 8:16:46 PM8/26/15
to topbrai...@googlegroups.com
Hi Jack,

no, the N3 rules feature is not supported by TopBraid, and we have no plans to do that.

Holger
--
You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), Reference Data Manager (RDM), TopBraid Composer, TopBraid Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to topbrai...@googlegroups.com
---
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/d/optout.

Reply all
Reply to author
Forward
0 new messages