[67 total ]
Single query question

Hi all!
I've recently downloaded LinqToRdf, to use it in a Silverlight-enabled
WCF service. For now I only want to get a foaf.rdf listed on the page,
and with Two Way binding, manipulate it too.
Unfortunetly I got stuck right at ... [More] one of the first steps. I added all
the .dll-s as reference, and also add these (as the LinqToRDF Wiki [Less]

Help with examples.

Hi,
Firstly thanks for developing support for RDF on .NET it is definitely
needed. I'm just trying to get started with LinqToRdf and am trying
to use the examples within the manual. I'm having some trouble with
the example however ... [More] and I hope that you can help.
Firstly, the class Track.cs makes reference to TagHandler and I have [Less]

Re: How linqtordf can be utilised in interoperating the 2 MySQL databases.

Hi Naresh,
LinqToRdf can work with any triple store that is able to handle SPARQL
queries. As such if you have a triple store using MySQL, then
LinqToRdf will work with it. SEMWEB.NET supports MySQL directly, so
your best bet ... [More] would be to read the documentation on that project and
use it to create an ASP.NET host (as described in detail in the docs [Less]

How linqtordf can be utilised in interoperating the 2 MySQL databases.

Dear All,
Actually i am a student doing my dissertation project
as part of my course work.... My project mainly aims at interoperating
the 2 MySQL databases using semantic web technologies like RDF, OWL...
etc
Can i really utilise a linqtordf tool, if so how will it be utilised.

Re: Is there a way to use rdfmetal to extract data from local .n3 files?

Yes I was thinking of this, it works so far... thanks.
However... I have ontology files from umbel.org which are in .n3
notation. Is there a way to tell rdfmetal to create classes for all
namespaces inside the file, not just the one you specify?
Since I have to specify a namespace, composite classes that use

Visual Studio Express products

(I don't know if I'm double posting this, my previous post doesn't
seem to show up.)
Does LinqToRdf work with the Express edition products in Visual
Studio? If not, will these changes be incorporated anytime soon?
Thanks.

Visual Studio Express products

Does LinqToRdf have support for the Express edition products in Visual
Studio?

Re: Is there a way to use rdfmetal to extract data from local .n3 files?

Hi Kitsune,
That's right, it uses SPARQL to query for classes and properties. It's
main purpose is to generate an entity model for a model hosted
elsewhere that you don't have direct access to.
As a workaround, you could always host the N3 file (as per the
instructions in the manual) and then run RdfMetal over that.

Is there a way to use rdfmetal to extract data from local .n3 files?

Hello
I have ontology information in .n3 files and would like to create
classes from them, however it looks like rdfmetal only works with
hosted web services, is that true?

Re: Problem still persists

Hi,
I seem to have uncovered a few bugs with the designer that are denying
any simple resolution. Not sure if it's just because I'm running under
SP1 or something else...
Maybe it would be best if I could chat with you about them? I'm quite
interested in having a working designer for VS 2008 SP1!