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:requestURI (<http://russet.ischool.berkeley.edu:8080/activities>);
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 ].
}.
--
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 [email protected]
---
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 [email protected].
For more options, visit https://groups.google.com/d/optout.