Dear Support,
When using the RdfXMLWriter this seems to be ALMOST exactly what I need.
However, it is noted that the writer outputs
<owl:Thing
rdf:about="http://example.org/#AIR_COOLED_HEAT_EXCHANGER.DGNEC::1566080000::
ECXA::2.ELEVATION">
<tpl:R10528152386
rdf:resource="http://rdl.rdlfacade.org/data#R36970488283" />
<tpl:R11450580697
rdf:resource="http://example.org/#AIR_COOLED_HEAT_EXCHANGER.DGNEC::156608000
0::ECXA::2" />
<tpl:R56806886394
rdf:resource="http://rdl.rdlfacade.org/data#R60277357355" />
<tpl:R65789235245>1001</tpl:R65789235245>
<type rdf:resource="http://tpl.rdlfacade.org/data#R33612674560" />
</owl:Thing>
when in reality I was expecting
<owl:Thing
rdf:about="http://example.org/#AIR_COOLED_HEAT_EXCHANGER.DGNEC::1566080000::
ECXA::2.ELEVATION">
<tpl:R10528152386
rdf:resource="http://rdl.rdlfacade.org/data#R36970488283" />
<tpl:R11450580697
rdf:resource="http://example.org/#AIR_COOLED_HEAT_EXCHANGER.DGNEC::156608000
0::ECXA::2" />
<tpl:R56806886394
rdf:resource="http://rdl.rdlfacade.org/data#R60277357355" />
<tpl:R65789235245>1001</tpl:R65789235245>
<rdf:type rdf:resource="http://tpl.rdlfacade.org/data#R33612674560" />
</owl:Thing>
Is there a special reason the Writer outputs <type> rather than <rdf:type>
If I wanted to output <rdf:type> what do I need to do ?
Do I have to create a new RdfXmlFormatter ? and if so ... can I start with
the current one ?
I am hoping this is an option and I just need to set a switch somewhere.
I have tested every CompressionLevel, but this makes no difference, however,
there are quite a few settings on the TripleFormatterType, but I am not sure
that is where to look.
TIA
Glen
|