Close, except for "in the context of TBC".  When you open a model in
Composer, the W3C vocabularies for RDF, RDFS, OWL, and XSD are pre-
defined.  This does nothing more than provide access to the correct
URIs for these vocabularies.

If you create a text serialization from a model created in Composer,
it will be complete, including correct URIs for standard terms.  I.e.
rdfs:label will point to <http://www.w3.org/2000/01/rdf-schema#label>,
etc.  If the third party wants to add some of the relationships
internal to RDFS such as the subproperty definition for
rdfs:isDefinedBy, they are free to do that.  Composer does not add
these.  This is what Irene alludes to.

To confirm, create a new model (ttl is suggested for readability), add
a couple of triples, save the model, then open the serialization in a
text editor (in Composer, click-right on the file name in the
Navigator and Open With > Text editor).  You will see that the
prefixes are included only for those namespaces that are used in the
model if/when needed.  But the vocabulary itself is not included in
the serialization.  This is how the standards define text
serializations, so other RDF editors will know to bring in the
standard vocabularies.  In particular, a syntax checker can choose
whether or not to include the standard vocabularies, and a OWL 1 DL
syntax checker should not.

Again, Composer adds nothing except for access to the names (URIs) of
the aforementioned vocabularies.

-- Scott

On Feb 1, 8:34 pm, Leonard Jacuzzo <[email protected]> wrote:
> Thanks to all for this good info.
> I am not using a syntax checker. I am merely attempting to gain an
> understanding of what officially counts as what.
>
> I did not take Irene to be giving information that is pertinenant to a
> syntax checker. Correct me if I am wrong, but Irene's point seemed to be
> that RDFS, in the context of TBC, provides framework information and is not
> included in a model that is exported from TBC. Thuse,  I do not need to
> delete it in order  to have exported ontologies, which do not use these
> expressions, count as OWL 1-DL.
>
> Is this correct?
> Best,
> Leonard
>
> On Tue, Feb 1, 2011 at 8:45 PM, Scott Henninger
> <[email protected]>wrote:
>
> > Just to be clear, Irene is correct about this.  Breaking the RDFS
> > standard by removing rrdfs:subPropertyOf relationships should have no
> > effect on results from your DL syntax checker.  The problems you are
> > experiencing are either due to other relationships in your model or
> > the DL checker you are using is in error.
>
> > Composer is faithfully following the standard and does nothing extra
> > in this case.
>
> > -- Scott
>
> > On Feb 1, 5:44 pm, "Irene Polikoff" <[email protected]> wrote:
> > > Furthermore, as far as I can tell, deleting this axiom would have no
> > impact
> > > whatsoever on the ontologies Leonard develops. This includes not only
> > > whether they would pass OWL DL compliance check, but also, even more
> > > fundamentally, their content.
>
> > > This is because ontologies one develops do not contain the statement
> > Leonard
> > > considering deleting. Just like they do not contain statements defining
> > what
> > > owl:Class is or what owl:ObjectProperty is. These triples come from the
> > > standard namespaces implementing the W3C specifications and are not part
> > of
> > > the user defined domain ontologies.
>
> > > Regards,
>
> > > Irene
>
> > --
> >  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]<topbraid-users%[email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/topbraid-users?hl=en

-- 
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