Hi Colin,

are you sure you want to set sml:replace true? That would remove triples that may be needed, e.g. the imported graphs containing the sxml triples.

It's tricky to help without seeing details. Are you able to package up a minimal executable set of files for us to run and reproduce locally? Feel free to send them to me off-list, if there is private data.

Holger


On 27/02/2020 18:27, Colin Meerveld wrote:
Hi,

I try to use a SPARQLMotion script to convert (semantic) xml into a XML document. Unfortunately i am not able to let it work. Here are the main Modules:

export:ApplyTopSPIN
  a sml:ApplyTopSPIN ;
  sm:next export:ConvertRDFToXML ;
  sml:flatten false ;
  sml:predicate spin:rule ;
  sml:replace true ;
  sml:singlePass true ;
  rdfs:label "Apply Inferencing" ;
.
export:ConvertRDFToXML
  a sml:ConvertRDFToXML ;
  sm:outputVariable "archimatexml" ;
  sml:document converter:model ;
  rdfs:label "Convert RDF To XML" ;
.

The expected behavior is that the outputVariable archimatexml has some xml structure but it is always empty. The way it does work is by save the output of export:ApplyTopSPIN to a rdf file. Than i manually select the generated file and choose export > XML from RDF in Composer. Do i miss something?

Cheers,

Colin
--
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] <mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/8af614c5-7d4a-4475-8ebc-a0e0dab7c802%40googlegroups.com <https://groups.google.com/d/msgid/topbraid-users/8af614c5-7d4a-4475-8ebc-a0e0dab7c802%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/b3d4dbe2-4ce6-9f67-cdc1-86fae5fba93b%40topquadrant.com.

Reply via email to