I have question on metadata. We create an empty owl model with an import
and it has the owl:Ontology form shown in 1) after running some sms scripts
(for loading spreadsheets) and saving the model the owl:Ontology form is
replaced by 2)
Do they mean the same thing? i.e., did our SparqlMotion scripts mess
something up?
1) Before (at creation)
<owl:Ontology rdf:about="">
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Created with TopBraid Composer</owl:versionInfo>
<owl:imports rdf:resource="
http://www.objectreservoir.com/owl/2010/02/22/shale"/>
</owl:Ontology>
2) After (script run and save)
<rdf:Description rdf:about="">
<owl:versionInfo
rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Created
with TopBraid Composer</owl:versionInfo>
<owl:imports rdf:resource="
http://www.objectreservoir.com/owl/2010/02/22/shale"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>
Regards
Arthur
--
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en