Some finasl subissue here:
In http://www.w3.org/2007/11/21-turtle
I read:
3.2 Comments

Comments in Turtle take the form of '#', outside an relativeURI or strings, and 
continue to the end of line (marked by characters U+000D or U+000A) or end of 
file if there is no end of line after the comment marker. Comments are treated 
as white space and defined by token comment.



So this would explain that there is no foubling in imports...

But...I have the feeling this #-type info is actually processed.....or not?

 
 
 

   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]

LinkedIn http://www.linkedin.com/in/michelbohms

Skype michelbohms

Twitter @MichelBohms

 

 

Disclaimer 

 

 
 
 
 
 
 
 

> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Scott Henninger
> Sent: dinsdag 15 februari 2011 21:21
> To: TopBraid Suite Users
> Subject: [topbraid-users] Re:
> 
> Composer will always check the workspace first.  Removing the 
> files from the Web will have no impact.
> 
> Perhaps you should check for base URI conflicts in the 
> workspace?  The will be marked with yellow triangles on the 
> icons in the Navigator view.  (A nice alternative is to use 
> the Base URI Management page in Ensemble - while TBC-ME is 
> open, go to http://localhost:8083/tbl, click on TopBraid 
> Liver Server Administration, then on Base URI Management.  
> Base URI conflicts are shown with yellow warning signs.
> This view also displays missing imports.)
> 
> Again, what did you mean that there are "untyped refs" in the 
> original post?
> 
> -- Scott
> 
> On Feb 15, 2:13 pm, "Bohms, H.M. (Michel)" <[email protected]>
> wrote:
> > - I am using 3.4.0.v20101130-1222R
> > (remember my license is not going further:) working on that to 
> > upgrade...)
> > - all files are in my work space in TopBraid subfolder
> >
> > - maybe I should actually delete them from web? So that it 
> does not see them at all?
> > (guess I have some server-mimetype issue there)
> >
> >    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]
> >
> > LinkedInhttp://www.linkedin.com/in/michelbohms
> >
> > Skype michelbohms
> >
> > Twitter @MichelBohms
> >
> > Disclaimer
> >
> >
> >
> > > -----Original Message-----
> > > From: [email protected] 
> > > [mailto:[email protected]] On Behalf Of Scott 
> > > Henninger
> > > Sent: dinsdag 15 februari 2011 21:05
> > > To: TopBraid Suite Users
> > > Subject: [topbraid-users] Re:
> >
> > > So if I take the three file you enclosed and put them in my 
> > > workspace, the files open without any problems - no untyped 
> > > resources or other warnings, etc.
> >
> > > So you'll need to explain what you are doing in a bit more detail.
> > > Are you opening the files from your workspace or not?  If 
> not, how 
> > > are you opening the files in Composer (I take it you mean TBC-ME 
> > > 3.4.2,
> > > correct?)
> >
> > > Also, what exactly are you seeing that causes you to 
> believe there 
> > > are "untyped refs"?
> >
> > > -- Scott
> >
> > > On Feb 15, 1:40 pm, "Bohms, H.M. (Michel)" <[email protected]>
> > > wrote:
> > > > Hi Scot,
> >
> > > > Nope, all imports are there too...
> >
> > > > mm.ttl is standalone
> > > > ob.ttl uses mm.ttl
> > > > bim.ttl uses mm.ttl and ob.ttl
> >
> > > > In ob.ttl I start with:
> >
> > > > # Saved by TopBraid on Wed Feb 02 20:45:58 CET 2011 # 
> > > > baseURI:http://www.bimtoolset.org/ontologies/ob.ttl
> > > > # imports:http://www.bimtoolset.org/ontologies/mm.ttl
> >
> > > > @prefix :        
> <http://www.bimtoolset.org/ontologies/ob.ttl#> .
> > > > @prefix mm:      
> <http://www.bimtoolset.org/ontologies/mm.ttl#> .
> > > > @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#> .
> >
> > > > In bim.ttl I start with:
> >
> > > > # Saved by TopBraid on Wed Feb 02 20:45:58 CET 2011 # 
> > > > baseURI:http://www.bimtoolset.org/ontologies/bim.ttl
> > > > # imports:http://www.bimtoolset.org/ontologies/ob.ttl
> > > > # imports:http://www.bimtoolset.org/ontologies/mm.ttl
> >
> > > > @prefix :        
> <http://www.bimtoolset.org/ontologies/bim.ttl#> .
> > > > @prefix ob:      
> <http://www.bimtoolset.org/ontologies/ob.ttl#> .
> > > > @prefix mm:      
> <http://www.bimtoolset.org/ontologies/mm.ttl#> .
> > > > @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#> .
> >
> > > > And all three ontologies are actually avail. For import 
> > > > atwww.bimtoolset.org/ontologies/
> >
> > > > It must be something very simple...but what?.... :)
> >
> > > > I noticed that after ftp-ing the file to this place I see
> > > them in the ontology folder but when I click on them I get:
> >
> > > > Not Found
> >
> > > > The requested document was not found on this server.
> > > > Web Server at bimtoolset.org
> >
> > > > Which is not the behaviour I get with.owl 
> files......strange......
> >
> > > --
> > > 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
> >
> > This e-mail and its contents are subject to the DISCLAIMER 
> > athttp://www.tno.nl/disclaimer/email.html
> 
> --
> 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
> 
This e-mail and its contents are subject to the DISCLAIMER at 
http://www.tno.nl/disclaimer/email.html

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