|
Andriy;
Attached is a file that does this. Choose the instance SomeThing
(instance of owl:Thing) and click on the Graph view. The depiction
will appear for the node. -- Scott On 4/1/10 5:15 AM, Andriy Sokolov wrote: --Hallo Holger, 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-composer-users?hl=en To unsubscribe, reply using "remove me" as the subject. |
# Saved by TopBraid on Thu Apr 01 17:15:26 CDT 2010 # baseURI: http://supportquestions.tq.com/unnamed0 # imports: http://xmlns.com/foaf/0.1/ @prefix : <http://supportquestions.tq.com/unnamed0#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://supportquestions.tq.com/unnamed0> rdf:type owl:Ontology ; owl:imports foaf: ; owl:versionInfo "Created with TopBraid Composer"^^xsd:string . owl:SomeThing rdf:type owl:Thing ; foaf:depiction <http://topquadrant.com/images/TBLServerStack300.png> .
