reasoning Questions

3

Solved

it's my first time writing here but i'm really struck with a problem: is it possible to use the Jena reasoner on a No-SQL database, like Neo4J, already filled with data? I've a Neo4J's graph rappr...
Melodymeloid asked 8/4, 2014 at 10:51

1

Solved

How can one calculate the last few non-zero digits of a factorial of a large number? By large, i mean like n=10^100 or something (EDIT : 10^100 is the magnitude of 'n' in n! ) By few, i mean till ...
Chit asked 20/7, 2017 at 19:52

2

I'm serving a dataset containing 10-20 named graphs from a TDB dataset in Fuseki 2. I'd like to use a reasoner to do inference on my data. The behaviour I'd like to see is that triples inferred wit...
Quijano asked 16/2, 2016 at 9:4

1

Solved

Let's say we have two classes named People and Disease. These classes are related by the Object Property has. :People :has :Disease People has subclass (or individual) John, and Disease has sub...
Indispose asked 10/5, 2016 at 14:41

1

Solved

import java.util.UUID public class Person implements Serializable { private UUID uuid; public Person() { uuid = UUID.fromString("3856c3da-ea56-4717-9f58-85f6c5f560a5"); } public UUID getUui...
Renunciation asked 31/12, 2010 at 19:6

3

Solved

I'd like to create an application that can do simple reasoning using first order logic. Can anyone recommend an "engine" that can accept an arbitrary number of FOL expressions, and allow querying o...
Meathead asked 21/2, 2010 at 4:8
1

© 2022 - 2024 — McMap. All rights reserved.