Re: mesh ontology queries

2024-05-09 Thread Luis Enrique Ramos García
} > } > GROUP BY ?graph_name > ``` > > See also > > https://jena.apache.org/tutorials/sparql_datasets.html#describing-rdf-datasets---from-and-from-named > . > > I hope this helps. > > Arne > > Am Mi., 8. Mai 2024 um 19:23 Uhr schrieb Luis Enrique Ramos G

mesh ontology queries

2024-05-08 Thread Luis Enrique Ramos García
I uploaded the mesh ontology in fuseki, but when I try with the query the sample queries recommended in their documentation: https://hhs.github.io/meshrdf/sample-queries I get no results. For instance: PREFIX rdf: PREFIX rdfs:

Training offer for SPARQL

2023-01-13 Thread Luis Enrique Ramos García
Dear All, (with the permission of the administrators) In our company we are interested in getting some practical training offers for the application of the SPARQL in triplestores. If any of you know a company or person who could provide this service, please drop us a line. Best regards Luis

Re: How to deploy a scalable SPARQL Jena service ?

2023-01-08 Thread Luis Enrique Ramos García
Dear Nicolas, I would be interested in getting more information about your approach, should I contact you directly, or could you provide such information by this way?. Best regards Luis Ramos El lun, 9 ene 2023 a las 6:51, Nicholas Car () escribió: > In case readers of this

Re: Demo of Fuseki in large-scale geo data production

2022-10-07 Thread Luis Enrique Ramos García
Congratulations!!! great news. Luis El vie, 7 oct 2022 a las 8:19, Bruno Kinoshita () escribió: > Hi Nick, > > It is looking really good! I wish (and hope) someone would do the same for > NZ data (digitalNZ/Stats/at/etc). Looks like you used GeoSPARQL too, it is > the first time I accessed a

Creating namedgraphs using fuseki UI.

2022-07-21 Thread Luis Enrique Ramos García
Dear All, I would like to know if could be possible to create name graphs using fuseki UI, as illustrated in this tutorial: https://jena.apache.org/tutorials/sparql_datasets.html In the tutorial, the name graphs are manipulated and queried, but I do not know if I can upload the name graph to

Re: How to use Jena with Eclipse?

2022-06-21 Thread Luis Enrique Ramos García
Hi, you can also import your dependencies directly if you have a maven project. On Maven, add dependencies, and then type jena. That brings you all dependencies related to jena. (eclipse). Luis Ramos El mar, 21 jun 2022 a las 8:19, Dương Hồ () escribió: > Hi All. > I want test use Jena

Re: Apache Jena - 10 years as an Apache Project.

2022-04-18 Thread Luis Enrique Ramos García
Congratulations El lun., 18 abr. 2022 18:40, Andy Seaborne escribió: > Today is the 10th anniversary of Apache Jena as a Top Level Project of > the Apache Software Foundation! > >

Re: How to cite Jena?

2021-12-11 Thread Luis Enrique Ramos García
Hi, I think this is the first paper of jena: https://dl.acm.org/doi/10.1145/1013367.1013381 there you can get the citation. Luis Ramos El sáb, 11 dic 2021 a las 15:36, Jakub Jałowiec (< j.jalow...@student.uw.edu.pl>) escribió: > Hi, > is there any preferred way to cite Apache Jena in a

Re: Apache Jena rules to find the minimum in a list of data property values

2021-12-05 Thread Luis Enrique Ramos García
Hi dear, The issue here is the monotonic level of owl, with sparql functions you can get this information, but with owl based rules, or inference not (in a set larger than 2). The point is that to get that the reasoner (or function) should create a list, order it and extract the first or last

Re: OWL inferences in Apache Jena (for e.g. owl:allValuesFrom)

2021-12-05 Thread Luis Enrique Ramos García
Hi, If I properly understand your notation, you are try to obtain an instance as an inferred class. In this case is CatPerson, a person who only has a pet of kind cat. And, as I see you defined person_1, and you say he has a cat, then you expect the system to infer he is a cat person, and

abox, tbox for owl in jena

2021-11-04 Thread Luis Enrique Ramos García
Dear All, I found this information regarding the use of the so called ABox and TBox with a reasoner in Jena: https://jena.apache.org/documentation/ontology/ However, I wonder if there is the possibility, after creating and populating an ontology with instances, to split the ontology in abox,

Re: fuseki and shiro.ini

2021-08-24 Thread Luis Enrique Ramos García
T to the "/dataset" > endpoint in the normal setup. > > Andy > > On 23/08/2021 13:11, Luis Enrique Ramos García wrote: > > Dear All, > > > > I installed fuseki in a virtual server, and when I tried to load a > dataset > > I realized it has some

fuseki and shiro.ini

2021-08-23 Thread Luis Enrique Ramos García
Dear All, I installed fuseki in a virtual server, and when I tried to load a dataset I realized it has some security setup. I found some indications here: https://jena.apache.org/documentation/fuseki2/fuseki-security.html and modified my shiro.ini as follows: *shiro.ini [main]

Re: Ontology

2021-08-19 Thread Luis Enrique Ramos García
Hi, I recommend the book Ontology Engineering by Gomez Perez, which is good to begin with. Luis El jue, 19 ago 2021 a las 21:30, Matt Whitby () escribió: > This will be off-topic but I believe you're the best group of people to ask > this to. We need to look at our various datasets and start

Re: Path between two nodes

2020-08-10 Thread Luis Enrique Ramos García
HI Ahmed, Although the task of finding a path between two nodes is very common terminology used in graphdb, it is worth remembering that rdf, rdfs and owl (ann ontologies) are graph based approaches, and therefore graph principles can be applied to them. Of course, there are some specific

Re: benchmark results

2020-05-07 Thread Luis Enrique Ramos García
Hi Hashim, Thanks for the information, could ou please tell me the size of the data set in bytes, Luis El mié., 6 may. 2020 a las 23:59, Hashim Khan () escribió: > -- Forwarded message - > From: Hashim Khan > Date: Wed 6 May 2020 18:12 > Subject: benchmark results > To: , >

Re: subproperty as qualifiers

2020-04-22 Thread Luis Enrique Ramos García
; > That said, I'd also point you to RDF* which Andy added quite recently > > and will be part of next release (@Andy I guess? ) > > Yes - as an experimental version working for in-memory storage. > > Andy > > > > > On 21.04.20 11:17, Luis Enrique Ramo

Re: Advice on RDFS versus OWL DL, OntModel Profiles?

2020-04-21 Thread Luis Enrique Ramos García
Dear Steve, from the questions you posted, I am going to try to answer this part: *If so, is there some way to make a simple selection between OWL_LITE,OWL_DL, and OWL_FULL Profiles somewhere, analogous to the way differentreasoners can be selected?* As i understood from documentation of

Re: subproperty as qualifiers

2020-04-21 Thread Luis Enrique Ramos García
ally done via some kind of reification on the > statements (triples). Their approach is very thorough, you might reuse > it for your data. > > That said, I'd also point you to RDF* which Andy added quite recently > and will be part of next release (@Andy I guess? ) > > On 21.04.20 11:17, L

subproperty as qualifiers

2020-04-21 Thread Luis Enrique Ramos García
Dear friends, I am trying to model a relation between two individuals, in this case two companies, and the relations is the ownership represented in percentage as a value of shares. For instance, I could say. c1 is_Owner_of c2 c2 shares *60 %* of c2 I have done a similar modeling using a class

Re: issue trying to query wikidata with jena api

2020-04-09 Thread Luis Enrique Ramos García
> "SELECT ?item1 WHERE {\n" + > > "?item1 wdt:P31 ?item2.\n" + > > "} LIMIT 10"; > > > > qs1.getResource("s") > > The variable is called "item1" > > qs1.getResource("item1") &

Re: issue trying to query wikidata with jena api

2020-04-09 Thread Luis Enrique Ramos García
The variable is called "item1" > > qs1.getResource("item1") > > Andy > > On 09/04/2020 13:47, Luis Enrique Ramos García wrote: > > dear member of jena community, > > > > I have been trying to query wikidata following the documentation [

issue trying to query wikidata with jena api

2020-04-09 Thread Luis Enrique Ramos García
dear member of jena community, I have been trying to query wikidata following the documentation [1] and other examples I have found, but result obtained has been null values, besides it is a simple query, that I have just previously tested in the wikidata query GUI. I followed two methods, one

Re: unexpected output in rule

2020-03-18 Thread Luis Enrique Ramos García
:59, Dave Reynolds () escribió: > Hi Luis, > > On 16/03/2020 09:41, Luis Enrique Ramos García wrote: > > Hi again Dave, > > > > sorry if I have not explained appropriately, > > > > let me tell you at first my goal: I am inspecting a dataset of 1,5 > million

Re: unexpected output in rule

2020-03-16 Thread Luis Enrique Ramos García
ource code snippet that > generates the rule) then post that. Then maybe someone can spot what's > happening. > > Dave > > > El lun., 16 mar. 2020 a las 9:13, Dave Reynolds (< > dave.e.reyno...@gmail.com>) > > escribió: > > > >> > >> On

Re: unexpected output in rule

2020-03-16 Thread Luis Enrique Ramos García
ió: > > On 16/03/2020 06:58, Luis Enrique Ramos García wrote: > > Dear friends, > > > > I am running a rule in a data set, which has the following format: > > > >http://www.example.com/onto/gleif1.owl#097900BHID080614;> > > > > xml:

unexpected output in rule

2020-03-16 Thread Luis Enrique Ramos García
Dear friends, I am running a rule in a data set, which has the following format: http://www.example.com/onto/gleif1.owl#097900BHID080614;> ord:urn:iso:std:iso:17442:2019:ed-1:v2:en:[097900BHID080614] scope s.r.o. search_ID RA000526 scope s.r.o. *

Re: Java heap space

2020-02-27 Thread Luis Enrique Ramos García
lem? Did you try setting the -Xmx property on the > Java command line? I don't recall what the default is but you could set it > to something like -Xmx:1g to allocate 1 gig of memory. > > Claude > > > On Wed, Feb 5, 2020 at 12:24 PM Luis Enrique Ramos García > wrote: &

Re: fuseki server in windows and ubuntu

2020-02-10 Thread Luis Enrique Ramos García
nformatik.uni-leipzig.de>) escribió: > We had some trouble with the executable bit in the last release > > please go to your Fuseki directory and do > > chmod +x fuseki-server > > > I'm also not sure why you want to run Fuseki as root? > > On 11.02.20 08:32, Luis Enriq

fuseki server in windows and ubuntu

2020-02-10 Thread Luis Enrique Ramos García
Dear member of jena community, I am beginning to work with fuseki server, and for windows installation (home laptop) I followed this instructions, and got the server running in some minutes: https://www.youtube.com/watch?v=3WTtKaIfqnk However, when I tried to do it in ubuntu (work laptop),

Java heap space

2020-02-05 Thread Luis Enrique Ramos García
> > Dear members of jena community > I am working with two ontologies, merged in a model, the size of the ontologies is as follows: *ontology1* 2,7 Mbytes, 25K axioms and 6000 individuals *ontology2* 8,1 Mbytes, 72 K axioms, and 9000 items, I implemented a rule that checks if an item of o1 has

Re: substractDate built in

2020-01-22 Thread Luis Enrique Ramos García
e and > register your own rule primitive? > > On 22.01.20 08:25, Luis Enrique Ramos García wrote: > > Dear friends, > > barry, here is the reference: > > > > > https://henrietteharmse.com/2018/04/21/creating-custom-rule-primitives-for-jena/ > > > >

Re: substractDate built in

2020-01-21 Thread Luis Enrique Ramos García
that evaluate to true if one data > is more recent than another. > > Regards, Barry > > -Original Message- > From: Luis Enrique Ramos García > > Sent: dinsdag 21 januari 2020 10:56 > To: users@jena.apache.org > Subject: substractDate built in > > Dear frie

Re: unexpected output when running rule

2020-01-21 Thread Luis Enrique Ramos García
ou are doing over either a plain Model > or over an OntModel with no second reasoning layer. > > If you want OWL inference and then want to run your own rules on top of > that then the setup you have is one way to do that. > > Comments inline below ... > > On 20/01/2020 10:

substractDate built in

2020-01-21 Thread Luis Enrique Ramos García
Dear friends, I a trying to perform some operations with dates using rules in jena. One of those is calculating ages. I found the built in subtractDates(x1, x2, x3), and at first I wonder if this is a valid jena built in?, at second, I implemented it with the rule 1 however it does not trigger as

unexpected output when running rule

2020-01-20 Thread Luis Enrique Ramos García
> Dear friends of jena community, I am testing the syntax of apache jena rules, with a very simple example, where I create the following model and classes: OntModel m = ModelFactory.createOntologyModel(); OntClass c0 = m.createClass( NS + "c0" ); OntClass c1 = m.createClass( NS + "c1" );

Re: reasoner performance

2020-01-08 Thread Luis Enrique Ramos García
to think of it that way). Is it absolutely > necessary to do this using inferencing? Are you trying to use that because > your recent experience has been with OWL? > > ajs6f > > > On Jan 8, 2020, at 5:14 AM, Luis Enrique Ramos García > wrote: > > > > Dear friends,

Re: reasoner performance

2020-01-08 Thread Luis Enrique Ramos García
> Anyways, we should start with i) and ii) here. > > On 07.01.20 09:59, Dave Reynolds wrote: > > On 07/01/2020 08:31, Luis Enrique Ramos García wrote: > >> Dear friends, > >> > >> I am currently working in an application in where I have to implement a &g

reasoner performance

2020-01-07 Thread Luis Enrique Ramos García
Dear friends, I am currently working in an application in where I have to implement a reasoner, in which I have had some experience, the difference is that this time i have to implement it in a big data environment, where I have to deal with a data set od some giga bytes. About that, my

issue installing jena 3 in windows 8

2019-07-14 Thread Luis Enrique Ramos García
Dear friends, I am trying to install jena 3.12.0 in windows 8 to use it with eclipse. I followed instructions of this web page: https://jena.apache.org/getting_involved/index.html at first the repository indicated there seems to be invalid, then I used the following repository: