owl
Need reference to a Working example of Ontology
I got introduced to OWL here and here. And also seen few examples like... http://www.co-ode.org/ontologies/pizza/pizza.owl[详细]
2023-01-05 02:49 分类:问答Using AllDifferent in OWL Ontology defintion
Can I someone explain what is meant by \'OWL doe开发者_C百科s not have a unique name assumption. Just because two names are different does not mean they refer to different individuals\'.[详细]
2023-01-04 20:26 分类:问答Problem of reading OWL/XML
I have a problem reading OWL/XML files from Java using Jena. I have no problem reading RDF/XML files, but whenever I create a OWL/XML file from Protege and try to read it, Java gives this error belo[详细]
2023-01-03 18:37 分类:问答Problem in inferring instances that have integer cardinality constraint
I have created an RDF/OWL file using Protege 4.1 alpha. I also created a defined class in Protege called CheapPhone. This class has a restriction which is shown below :[详细]
2023-01-03 13:16 分类:问答Importing owl files
I have a problem with importing owl files using owl api in Java. I successfully can import 2 owl files. However, a problem occurs, when I try to import 开发者_运维百科3 or more owl files that are inte[详细]
2023-01-03 05:09 分类:问答Inferring using Jena
InfModel infmodel = ModelFactory.createInfModel(reasoner, m); Resource vegetarian = infmodel.getResource(source + \"开发者_JAVA技巧Vegetarian\");[详细]
2023-01-02 23:32 分类:问答How to use DL Query programmatically
I would like to know whether I can use DL Query in Protege programat开发者_C百科ically. Is it possible to enter a query in Java and retrieve individuals like how it is done in SQL?[详细]
2023-01-02 19:43 分类:问答Do you know of any OWL 2 tools/libraries implemented in C#?
Do you know of any OWL 2 tools/libraries implemented in C#? There are开发者_C百科 some in Java, but am I to rewrite them to C# or invent my own ones If I prefer .Net?Unfortunately there aren\'t any th[详细]
2022-12-31 00:05 分类:问答Is ROWLEX 2.1 OWL2-aware?
Is ROWLEX开发者_C百科 2.1 an OWL 2 or OWL 1 framework? OWL 1[详细]
2022-12-30 21:00 分类:问答A representation in OWL XML
I am trying to construct an ontology in protege. However, I was wondering how to represent the following in OWL XML:[详细]
2022-12-28 20:01 分类:问答