You could look for these issues, by doing a SPARQL query to find all
resource where NOT EXISTS {?s rdf:type ?t}-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Scott Henninger Sent: Tuesday, February 15, 2011 11:58 AM To: TopBraid Suite Users Subject: [topbraid-users] Re: Michel; In general an untyped resource warning simply means that a resource does not have an rdf:type triple associated with it. This isn't an error, as RDF does not require that resources are typed. But is is often an indicator that there is something wrong with an RDFS or OWL model, hence we provide warning statements for untyped resources. In this case, it seems that there are some resource, such a mm:Function and mm:Object that are untyped, and it seems like these should be owl:Class definitions. I.e. the following triples would be needed: mm:Function a owl:Class . mm:Object a owl:Class . -- Scott On Feb 15, 10:41 am, "Bohms, H.M. (Michel)" <[email protected]> wrote: > Can anybody tell me what cause the untypes refs when opening file attached? > > thx a lot, Michel > > TNO.NL > > Michel Böhms > sr. Research Scientist Building Innovation > > TNO > Van Mourik Broekmanweg 6 | PO Box 49 > 2600 AA | Delft | The Netherlands > > Tel +31 888663107 > Moblie +31 6 30381220 > E-mail [email protected]<mailto:[email protected]> > LinkedInhttp://www.linkedin.com/in/michelbohms > Skype michelbohms > Twitter @MichelBohms > > Disclaimer<blocked::http://www.tno.nl/content.cfm?&context=overtno&content=o vertnosub&laa...> > > This e-mail and its contents are subject to the DISCLAIMER athttp://www.tno.nl/disclaimer/email.html > > ob.ttl > 3KViewDownload -- 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 -- 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
