Skip to search.
jena-dev · Jena Users

Group Information

  • Members: 2056
  • Category: Software
  • Founded: Sep 19, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 26003 - 26032 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26003 M.J. van der Veen
forward@... Send Email
Nov 1, 2006
8:41 am
Sorry about being incomplete: <activities rdf:parseType="Collection"> <activity rdf:about="&airport;goFromHomeToAirport" /> <activity...
26004 Jethro
jethro_borsje Offline Send Email
Nov 1, 2006
3:06 pm
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#> ...
26005 Martynas Jusevicius
martynas.jus... Offline Send Email
Nov 1, 2006
3:31 pm
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...
26006 Seaborne, Andy
andyseaborne Offline Send Email
Nov 1, 2006
3:38 pm
... 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 -...
26007 salokd Offline Send Email Nov 1, 2006
3:45 pm
... 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....
26008 Chris Dollin
kers_ihy Offline Send Email
Nov 1, 2006
3:48 pm
... 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...
26009 Jethro
jethro_borsje Offline Send Email
Nov 1, 2006
3:58 pm
... I figured it out after all, I have to enclose the anoymous ID between "<_:" and ">"....
26010 Jethro
jethro_borsje Offline Send Email
Nov 1, 2006
4:17 pm
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...
26011 Seaborne, Andy
andyseaborne Offline Send Email
Nov 1, 2006
5:12 pm
... 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...
26012 Seaborne, Andy
andyseaborne Offline Send Email
Nov 1, 2006
5:19 pm
... Java will require any code to be on the classpath whether you use the java: mechanism or you explicitly register an extension. Explicitly registered...
26013 Seaborne, Andy
andyseaborne Offline Send Email
Nov 1, 2006
5:24 pm
... 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: ...
26014 Seaborne, Andy
andyseaborne Offline Send Email
Nov 1, 2006
5:50 pm
... 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 ...
26015 mochl13 Offline Send Email Nov 1, 2006
6:37 pm
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...
26016 Martynas Jusevicius
martynas.jus... Offline Send Email
Nov 1, 2006
6:55 pm
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,...
26017 Seaborne, Andy
andyseaborne Offline Send Email
Nov 1, 2006
8:33 pm
... 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 _ ...
26018 Dave Reynolds
derihy Offline Send Email
Nov 1, 2006
8:44 pm
... 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...
26019 aiyer75 Offline Send Email Nov 2, 2006
12:29 am
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...
26020 jommanboy Offline Send Email Nov 2, 2006
5:49 am
I made rss channel sample in jena. follow is source code: ////////////////////////////////////////////////////////////////////// / Model model =...
26021 Kwang-Sub Kim
jommanboy Offline Send Email
Nov 2, 2006
5:57 am
I made rss channel sample in jena. follow is source code: /////////////////////////////////////////////////////////////////////// Model model =...
26022 M.J. van der Veen
forward@... Send Email
Nov 2, 2006
11:47 am
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...
26023 Dave Reynolds
derihy Offline Send Email
Nov 2, 2006
12:41 pm
... 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...
26024 Seaborne, Andy
andyseaborne Offline Send Email
Nov 2, 2006
1:02 pm
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) } ...
26025 paul divine
pl_divine Offline Send Email
Nov 2, 2006
3:58 pm
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:...
26026 Seaborne, Andy
andyseaborne Offline Send Email
Nov 2, 2006
4:46 pm
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...
26027 neilhornbeck Offline Send Email Nov 2, 2006
6:56 pm
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...
26028 andrew_crapo Offline Send Email Nov 2, 2006
10:49 pm
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...
26029 calvin_cyc Offline Send Email Nov 3, 2006
12:47 am
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...
26030 paul divine
pl_divine Offline Send Email
Nov 3, 2006
7:25 am
Yes, I am behind a firewall. Thanks a lot Paul ... From: "Seaborne, Andy" <andy_seaborne@...> To: jena-dev@yahoogroups.com Sent: Thursday, November...
26031 Jethro
jethro_borsje Offline Send Email
Nov 3, 2006
8:46 am
... So no matter which of the two optiones I use, I still have to place the class containing the extension in the classpath?...
26032 Chris Dollin
kers_ihy Offline Send Email
Nov 3, 2006
8:46 am
... (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...
Messages 26003 - 26032 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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