Search the web
Sign In
New User? Sign Up
jena-dev · Jena Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 26003 - 26032 of 35871   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26003
Sorry about being incomplete: <activities rdf:parseType="Collection"> <activity rdf:about="&airport;goFromHomeToAirport" /> <activity...
M.J. van der Veen
forward@...
Send Email
Nov 1, 2006
8:41 am
26004
Hi everybody, I would like to execute a query using an anonymous ID. This is the query: <query> PREFIX hermes: <http://www.owl-ontologies.com/unnamed.owl#> ...
Jethro
jethro_borsje
Offline Send Email
Nov 1, 2006
3:06 pm
26005
Hi, I'm trying to use Ontology API. How do I find out if a property expects a resource, literal, or datatype (e.g. integer) value? I can check...
Martynas Jusevicius
martynas.jus...
Offline Send Email
Nov 1, 2006
3:31 pm
26006
... if ... you're ... That's what the optional/!bound idiom does. There is also the ARQ query language, which is SPARQL+extensions. One extension is UNSAID -...
Seaborne, Andy
andyseaborne
Offline Send Email
Nov 1, 2006
3:38 pm
26007
... I can't seem to find any way to divine an email address from your posts. If you are interested in discussing further, please shoot me an email....
salokd
Offline Send Email
Nov 1, 2006
3:45 pm
26008
... Where do you want to go from there? Note that getRange returns /one/ type OntResource, and an OntProperty can have /several/ range types. Suppose you're...
Chris Dollin
kers_ihy
Offline Send Email
Nov 1, 2006
3:48 pm
26009
... I figured it out after all, I have to enclose the anoymous ID between "<_:" and ">"....
Jethro
jethro_borsje
Offline Send Email
Nov 1, 2006
3:58 pm
26010
Hi everybody, I have written my first custom SPARQL function for ARQ. I understood that there are two ways to use this function: 1 - dynamically loading it...
Jethro
jethro_borsje
Offline Send Email
Nov 1, 2006
4:17 pm
26011
... Right - it's a fake URI! Using a blank node in a query as _:a or [] in a query is like a variable. Blank nodes are, well, blank. The anonymous id is the...
Seaborne, Andy
andyseaborne
Offline Send Email
Nov 1, 2006
5:12 pm
26012
... Java will require any code to be on the classpath whether you use the java: mechanism or you explicitly register an extension. Explicitly registered...
Seaborne, Andy
andyseaborne
Offline Send Email
Nov 1, 2006
5:19 pm
26013
... As the function is registered by URI, that URI is used to call it: FILTER ( <http://example/function1234>(?x, "arg")) which can be abbeviated as usual: ...
Seaborne, Andy
andyseaborne
Offline Send Email
Nov 1, 2006
5:24 pm
26014
... me ... I was wondering if start is always from &travelers; or from &flights;. If so, you might use a UNION but it has a very similar effect to two ...
Seaborne, Andy
andyseaborne
Offline Send Email
Nov 1, 2006
5:50 pm
26015
I am setting up RDF databases of biological data, and many of the terms used (e.g. NCBI Taxonomy terms, or Gene Ontology terms) use numeric identifiers for the...
mochl13
Offline Send Email
Nov 1, 2006
6:37 pm
26016
Ok, I'll try to be more specific. I get a string parameter from a web application that is supposed to be a value of a property. That string may include a URI,...
Martynas Jusevicius
martynas.jus...
Offline Send Email
Nov 1, 2006
6:55 pm
26017
... In the SPARQL syntax, the local part of a prefixed name can't begin with a digit. Both are an NCNAMEs and NCNAMEs (in XML) start with a letter or a _ ...
Seaborne, Andy
andyseaborne
Offline Send Email
Nov 1, 2006
8:33 pm
26018
... Sure. One question is whether you have any control over the RDFS property definitions. If someone leaves a property range blank or declares the property to...
Dave Reynolds
derihy
Offline Send Email
Nov 1, 2006
8:44 pm
26019
Hi, Does anyone know of any tools which can be used to generate a Web-UI for manipulating OWL instance data based on a given OWL file ? What i'm looking for is...
aiyer75
Offline Send Email
Nov 2, 2006
12:29 am
26020
I made rss channel sample in jena. follow is source code: ////////////////////////////////////////////////////////////////////// / Model model =...
jommanboy
Offline Send Email
Nov 2, 2006
5:49 am
26021
I made rss channel sample in jena. follow is source code: /////////////////////////////////////////////////////////////////////// Model model =...
Kwang-Sub Kim
jommanboy
Offline Send Email
Nov 2, 2006
5:57 am
26022
Hi, I was wondering if it is possible to embed javascript in rdf? I'm getting parse errors when using < and & values. Is there a parseType of something for...
M.J. van der Veen
forward@...
Send Email
Nov 2, 2006
11:47 am
26023
... Yes. ... Presumably you are using XML syntax in which case you need to use the usual entity escapes &lt; and &amp; . I put javascript in RDF using the N3...
Dave Reynolds
derihy
Offline Send Email
Nov 2, 2006
12:41 pm
26024
M.J. van der Veen wrote: ... There is a FILTER function datatype() define in SPARQL { ?field rdf:type ns:Field . FILTER (datatype(?field) = xsd:dateTime) } ...
Seaborne, Andy
andyseaborne
Offline Send Email
Nov 2, 2006
1:02 pm
26025
Hi, I installed joseki on my PC with Windows XP. From the page, http://localhost:2020/sparql.html I put the following lines in the text area PREFIX rdfs:...
paul divine
pl_divine
Offline Send Email
Nov 2, 2006
3:58 pm
26026
Are you behind a firewall? If so, you're browser is presumably set up to get through. You'll need to set the proxy for Java to run Joseki. ... You'll get no...
Seaborne, Andy
andyseaborne
Offline Send Email
Nov 2, 2006
4:46 pm
26027
I have been trying to construct RDF from relational data. The spec says that two resources should point to each other using rdf:resource. I have been able to...
neilhornbeck
Offline Send Email
Nov 2, 2006
6:56 pm
26028
I've only used SPARQL with SELECT up to this point, and I am now trying to use CONSTRUCT. I seem to be having some difficulty getting my head around how the...
andrew_crapo
Offline Send Email
Nov 2, 2006
10:49 pm
26029
I found some difficulties while compiling the tutorials. Do I need to download other packages to do the tutorials? Thanks. Below is the detail: javac...
calvin_cyc
Offline Send Email
Nov 3, 2006
12:47 am
26030
Yes, I am behind a firewall. Thanks a lot Paul ... From: "Seaborne, Andy" <andy_seaborne@...> To: jena-dev@yahoogroups.com Sent: Thursday, November...
paul divine
pl_divine
Offline Send Email
Nov 3, 2006
7:25 am
26031
... So no matter which of the two optiones I use, I still have to place the class containing the extension in the classpath?...
Jethro
jethro_borsje
Offline Send Email
Nov 3, 2006
8:46 am
26032
... (There are tools that allow you to present data in an RDB as RDF, notably D2RQ which allows you to construct a Jena graph over RDB data: see...
Chris Dollin
kers_ihy
Offline Send Email
Nov 3, 2006
8:46 am
Messages 26003 - 26032 of 35871   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help