... Just do it. An instance can have multiple rdf:types so just declare it is an instance of both Concreteresource and AtomicResource. E.g. <ConcreteResource...
... Somewhat ... baffling. Things to try: (a) use jena.rdfcopy to copy the file and see how long that takes. (b) Provide us a *complete* *minimal* example of...
... How are you printing that out? In code, use Literal.getLexicalForm() to get the "John" part. From the command line, then one of these might work for you: ...
I want to get all statements for specified subjects which are in a collection. How could I get that just calling jena one time. Thanks. -- Haipeng Du Software...
haipeng du
haipengdu@...
Jun 1, 2005 3:50 pm
16384
... Why does it have to be "just calling jena one time"? Get the statements for each subject in turn (easy) and munge them all into a single collection (also...
... By a "collection" do you mean an RDF collection, i.e. a list of Resources? Assuming that is what you mean then I don't think there is a single call (i.e....
You are welcome to make some comments about the discussion at: http://www.bcngroup.org/beadgames/generativeMethodology/110.htm Dr Paul Prueitt BCNGroup *** The...
Hello all. I'm developing a Java Web service that has to access an ontology and extract information from it. I've made the owl file (using Protégé 2.1.2)...
Dear all. I'm developing a Java Web service that has to access an ontology and extract information from it. I've made the owl file (using Protégé 3) where...
Hi, I am developing a java web service that queries a persistent model and returns data to an ASP.NET consumer app. I need a convenient way of dislpaying data...
I wonder how to query a rdf file including "...rdfs:label="{semantic web, SW}">"? There is multiple values in the rdfs:label and I want to respectively use...
... Upgrade to 2.2 ASAP. ... It depends. It depends on the size of your model, how often it changes, how quickly the changes should be reflected through to the...
... It's hard to tell, since it looks like something messed your queries up (what's the "target=_blank>" doing there?) and we don't know the contents of...
... You have read the RDF tutorial and the ontology documentation, yes? -- Chris "electric hedgehog" Dollin It's called *extreme* programming, not *stupid*...
... /" ... When sending email, could you include a brief, concise, complete description of the situation. If the reader can't work out what's going on from...
... If that is an extract of RDF/XML, then there is one value there, the string "{semantic web, SW}" You application may have encoded multiple values into one...
Yes, I read et the RDF tutorial form the Jena documentation but I cannot transpose these exemples for OWL files. Patrick ... and ... Protégé 3) ... is ... ...
... (a) why not (ie explain the problem) (b) since I infer you didn't read the ontology dopcumentation, read the ontology documentation. -- Chris "electric...
... [You need more context in your message] Eventually all of the model-reading stuff comes down to one or other of the model.read() variants. If you supply a...
hello. This is the first time to send e-mail to jena. I'm little bit nervous someone the other side of the planet think that "oh he don't know about the rules...
... problem, ... Hi, My machine is not as fast as yours. It is 1.4GHz with 512M memory. I set the heap to 300M. I am not sure how to correctly set up a test...
... Just to confirm that on my machine (a similar spec to Chris') I get a load time of 1.4s using that code and data. Most of that is disk IO and classloading,...
... It will support RDQL - it will take an RDQL query in and give a result set back. ((ARQ already has RDQL as well as SPARQL)). It may, or may not, do it with...