Re: GeoSPARQL and Weighted graph to find the Shortest path

2023-03-27 Thread Yang-Min KIM
t :A ; rdf:predicate :active ; rdf:object :B ; :score 1 . :BtoC rdf:type rdf:Statement ; rdf:subject :B ; rdf:predicate :active ; rdf:object :C ; :score 2 . # ...etc Le sam., mars 25 2023 at 09:12:44 +0100, Lorenz Buehmann a écrit : Hi, comments inline On 24.03.23 18:30

GeoSPARQL and Weighted graph to find the Shortest path

2023-03-24 Thread Yang-Min KIM
Dear Jena community, I would like to use GeoSPARQL, but before I proceed I need your valuable advice. What I want to do: - Using GeoSPARQL, nodes have their own position (or zone). - Graph is weighted: edge has a value - Find the shortest path between nodes in a weighted graph For instance, t

Re: Inference reasoner

2023-02-20 Thread Yang-Min KIM
a ja:InfModel ; ja:baseModel :tdbGraph ; ja:reasoner [ - ja:reasonerURL <<http://jena.hpl.hp.com/2003/GenericRuleReasoner>> + ja:reasonerURL <<http://jena.hpl.hp.com/2003/OWLFBRuleReasoner>> ] . 

Re: Inference reasoner

2023-02-16 Thread Yang-Min KIM
; Thank you for your help. Min Le jeu., févr. 9 2023 at 18:17:48 +0100, Yang-Min KIM a écrit : Thank you for your reply! @Lorenz I tried all reasoners: Generic Rule Reasoner, Transitive Reasoner, RDFS Rule Reasoner, Full OWL Reasoner, Mini OWL Reasoner, and Micro OWL Reasoner. <

Re: Inference reasoner

2023-02-09 Thread Yang-Min KIM
(TDP2), please let me know. On 2/8/2023 10:45 AM, Yang-Min KIM wrote: Dear Jena community, As a beginner in Jena (and I do not code in Java), I would like to ask you a question about ontology integration. - Data: small test data and corresponding OWL ontology - Method: put data into Gra

Inference reasoner

2023-02-08 Thread Yang-Min KIM
Dear Jena community, As a beginner in Jena (and I do not code in Java), I would like to ask you a question about ontology integration. - Data: small test data and corresponding OWL ontology - Method: put data into GraphDB and Jena servers then run SPARQL query - Expected result: initial missin

Re: Re: Re: How to implicitly integrate OWL ontology?

2023-02-06 Thread Yang-Min KIM
related to your current issue? Can you share the ontology with the father relation where the inference doesn't work for you? On 06.02.23 10:42, Yang-Min KIM wrote: Le lun., févr. 6 2023 at 10:30:17 +0100, Lorenz Buehmann <mailto:buehm...@informatik.uni-leipzig.de>> a écrit : SW

Re: Re: How to implicitly integrate OWL ontology?

2023-02-06 Thread Yang-Min KIM
Le lun., févr. 6 2023 at 10:30:17 +0100, Lorenz Buehmann a écrit : SWRL Dear Dave and Lorenz, Thank you for your reply! As I am a beginner in ontology, I do not yet know all the different terms, e.g. SWRL, I'm checking! My exemple (father-child...etc) is not related to the link (Biolink M

How to implicitly integrate OWL ontology?

2023-02-03 Thread Yang-Min KIM
Dear Jena community, I hope your day is going great. I have a question about the ontology: we want to request an ontoogy data A that also import another ontology OWL-B. e.g. A includes: John is Male. John has a daughter called Monica. OWL-B includes: Daughter is subcl