Arthur; Yes these mean the same thing.  There are a few ways to do the
text serialization and this is the basic difference between RDF/XML-
Abbrev (1) and RDF/XML (2).

You can see these by going to the Ontology Home page in Composer and
selecting Source Code.  If you view this in Turtle (n3), you'll note
they are the same, i.e.:

<http://...>
      a       owl:Ontology ;
      http://www.objectreservoir.com/owl/2010/02/22/shale> .

-- Scott

On Jun 18, 10:08 am, Arthur Keen <[email protected]> wrote:
> 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

Reply via email to