Ontology is a formal representation of knowledge as a set of concepts within a domain,and the relationships between those concepts

learn more… | top users | synonyms

0
votes
1answer
115 views

Can I use DBpedia to reference the first / given / Christian name of a person on Wikipedia?

I don't believe Wikipedia's infoboxes take into account the various parts of a person's name such as separating the surname from the given (aka first or Christian) name, etc. But I also believe ...
1
vote
1answer
118 views

How to get all restrictions on an individual in Jena

my ontology has a Road class, and a shop class. The Road class has an individual called 'highstreetroad' which is related to 8 different shop individuals. I'm trying to print all the existing ...
-1
votes
1answer
126 views

user profile ontology

I work on "consideration of a user profile in information retrieval". For that I need to implement an ontology of user profile to use this ontology for the improvement of research process. I do not ...
3
votes
1answer
466 views

Semantic web ontology tools and support for ASP.net projects [closed]

DotnetRDF, is the best contribution for Semantic Web support in DotNet, however it doesn't support Ontology as Jena and other Non-DotNet projects do. Some people are talking about a new stable ...
-1
votes
1answer
171 views

Display Ontology Content in Java [closed]

I got an ontology/.owl-file. I want to display the content in my JAVA-Application. The content which is to read should be just the classes and instances. I really hard tried different things in the ...
4
votes
2answers
218 views

When should I use Semantic Web Technology?

My goal is to implement a semantic search for my data. My data domain contains proffession skills. I need additional relations for my data structure like 'sameAs' and 'broader'. So, for example if I ...
1
vote
1answer
83 views

Enumerations in OWL Restrictions

I am trying to add restrictions to properties in an ontology using Protege3.x. I have a problem specifying enumerations inside restrictions. For example trying to specify a enum to restrict the ...
-10
votes
1answer
329 views

Skills/Qualifications ontology [closed]

I'm looking for an ontology for engineering skills(qualifications). Do you know such ontology? I would prefer it in a owl or rdf format.
2
votes
1answer
243 views

Ontology: OWL - Creating connections between classes

I ve got an Ontology written in OWL with Protege. But I don't find a solution for creating relations between Classes. Of course, there is a "subclass" relation, but I want to define my own relations. ...
0
votes
1answer
71 views

How to proprely instantiate DatatyProperties on Jena?

I wrote the following Jena code. But It is an error and I didn't know how to address this. Here is the code Resource subject = null; Property property = null; Statement statement = null; ...
1
vote
2answers
147 views

How write this SPARQL request?

I've the following Ontology built in Protege 4. In this Ontology : The main class Frame has an datatypeProperty hasDuration with domain 'Frame' and range UnsignedShort. the ClassShortFrame and ...
1
vote
1answer
180 views

How to adapt a user interface to an OWL ontology

For example consider the ontology describes a family tree I would want to represent this graphically on the web. For instance, the class 'mother' would have the image of a woman and the class ...
0
votes
2answers
400 views

How to count individuals of an owl class in Jena?

I'm working on automatic instanciation of an OWL model with Jena. Since every individual need an unique identifier. How could I know the number of individual of a given OWL class in order to ...
0
votes
2answers
341 views

How to instantiate just one concept in an Ontology with Jena?

I'm working on how to automatically instantiate an ontology with Jena. I'm interested in instantiating concepts discovered from a set of data. My problem is that sometimes I need just to instantiate ...
-1
votes
1answer
378 views

How to deal with Error when Reading Protege's ontology file with Jena?

I'm trying to read an ontology manually designed on Protege 4 to update It in Eclipse with Jena. now to do simple, I just want to read the ontology from the file and to print the content back to the ...
3
votes
1answer
539 views

Good framework to repesent ontology inside a neo4j database?

I'd like to build an ontology for my web application, and I thought of using Neo4j to represent the ontology (since I use Neo4j anyway). Right now, it seems I have to write it from scratch, including ...
1
vote
1answer
88 views

DL Query to get the Individual has object relation with given individual - not some (OWL)

Please explain how to get the set of individuals that has a relation ship the given set of individuals along some object property in DL query (not using the some quantifier)
0
votes
1answer
131 views

Open an Ontology with KAON2 Reasoner

I have a KAON2 Reasoner and I want to open an Ontology with that. How is this possible? Thanks
0
votes
0answers
58 views

multiple keyword semantic similarity in ontology

I wanted a method to assess similarity between documents, given some keywords for each of them. The keywords basically form an ontology. I found this: http://www.softnet.tuc.gr/~angelos/ijswis.pdf ...
0
votes
1answer
261 views

NoClassDefFoundError in Jade Agents?

I created two agents and it runs well. but when I add Ontology class and registered the ontology I can't create the agents... I got following errors.. Jun 1, 2012 8:56:55 AM jade.core.BaseService ...
0
votes
0answers
110 views

DataType Protege Ontology

I am new in ontology (using Protege 4.1). I need to create an ontology with two classes: case1 and case2. Also I have two DataType properties called bound1 and bound2 with different range value. For ...
1
vote
0answers
534 views

How do I implement this class expression in Java OWLAPI?

This is an example of a class expression for use in a demo application: Lecturer and (hasResearch some (relatedTo some Semantic_Web)) and (teaches at-least 3 Course) and (hasTitle value ...
1
vote
0answers
143 views

How to customize ontology merge in OWL API?

Can anyone tell me how to customize ontology merge code in OWL API according to our requirements? Is there any method to customize this merging of two/more OWL files?
0
votes
1answer
90 views

Medical dataset for annotation tool

I am developing an ontology-based annotation tool for medical texts and I'm having a little trouble finding an appropriate data set. I am using the Disease Ontology and so I need a medical data set ...
2
votes
1answer
58 views

Tools to Generate an Ontology from a Database Schema and Content

Is there a tool that can infer an ontology from information contained in both a database schema and the content in that schema? Let's say that there are tables in the database defining the following: ...
0
votes
1answer
94 views

How should I use getDatatypeProperty(String PropertyName) in Jena?

I have an owl ontology in which has a DatatypeProperty "hasAge" Can anyone tell me why this code returns null value? String URI = "http://owldl.com/ontologies/dl-safe.owl" DatatypeProperty data = ...
0
votes
1answer
117 views

equivalent Classes in RDF triples

I have a number of classes inside an ontology file and the same number of classes with different names inside xml files. I have created a RDF triple store from the XML files. Now I need to change the ...
0
votes
1answer
106 views

Protege Stanford JessTab error

im trying to explore n getting familiar with JessRules. i have installed jessrules ver 7 engine into protege 3.4.8. first im creating person class without problem: Jess> (defclass Person (is-a ...
1
vote
2answers
955 views

Run *.sql files in sequence from an XML file using “ant” command (building i2b2 ontology database on SQL Server 2008 Express)?

Below are commands in an i2b2 database setup tutorial to create a bunch of tables and load the data for a particular database. I've only run *.sql commands manually (in a new query window) in SQL ...
1
vote
2answers
128 views

Logic programming with integer or even floating point domains

I am reading a lot about logic programming - ASP (Answer Set Programming) is one example or this. They (logic programs) are usually in the form: [Program 1] Rule1: a <- a1, a2, ..., not am, am+1; ...
4
votes
1answer
221 views

owl - protege not inferring correctly? how to define precisely a class “vegetarian”?

I have been stuck for two days now trying to understand why the following scenario isn't working: screenshots here: http://dl.dropbox.com/u/4677548/screenshots.html I have a VegetarianFood class ...
0
votes
1answer
126 views

how to retrieve value of an object in RDF when we have subject and properties using jena without sparql?

I want to retrieve my RDF statement's object value and I know how to iterate all of my classes and their respective properties but I don't know how can I access to their objects? for example : ...
2
votes
1answer
162 views

what kind of jena vocabulary should I use for creating a RDF which is mosly based on ART?

I want to create some RDF my problem is I don't know what kind of vocabulary should I use for such thing: here is a sample of my data (which I have stored them into several XML files) ...
3
votes
1answer
312 views

OutOfMemoryError using Pellet as Reasoner

I'm trying to infer data using Pellet, but my application always crashes during reasoning due to an "OutOfMemoryError: Java heap space". As suggested elsewhere I have already tried to increase heap ...
0
votes
1answer
55 views

What is Ontology Exporter?

What is ontology exporter?I saw this on ResearchCyc site. It mentioned that "An Ontology Exporter that makes it simple to export specified portions of the knowledge base to OWL files".Where can I find ...
3
votes
1answer
780 views

SPARQL query to retrieve all objects and properties

Using the Wine ontology, I want to create SPARQL query so I can retrieve all wines and their properties like the table below - consider that I don't know the properties' names a priori. vin ...
0
votes
0answers
53 views

XML Casting Type

I'm basically parsing an XML file into a RDF resource full of data. However one of the xml tags is unknown within the ontology I'm using. I'd like to map it to an existing type within the RDF. I ...
5
votes
1answer
643 views

Jena: How to infer data / performance issues

I'd like to use Jena's inference capabilities, but I'm having some performance problems when I am using InfModel. Here's a simplified overview of my ontology: Properties: hasX ...
1
vote
1answer
96 views

Design Document of Text2Onto

Does anybody know if there is any design document of Text2Onto? I am trying to study its source code. It would be very helpful if there is any documentation about the code.
1
vote
1answer
59 views

Query to display Propernoun using SPARQL over dbpedia

How to display all propernoun like Manchester_United_F_C., Arsenel_FC, United_States using SPARQL over DBpedia ?
2
votes
2answers
435 views

extract information from xml file as RDF triples

Could any one please recommend a tutorial or tell me how can I build a java program for extracting information from xml files and produce the out put as RDF triples using an existing ontology. an ...
1
vote
1answer
38 views

Issues with rdf

I have a question regarding issues in rdf for representing semantic web. The speaker at this tutorial http://videolectures.net/training06_sure_stsw/ says that rdf lacks precisely described meaning. ...
1
vote
1answer
299 views

Ontology applications and inference rules [closed]

actually my project is based on ontology(knowledge base). Here i created an ontology from which the data should be retrieved. An application where the question will be asked and the required answers ...
1
vote
1answer
129 views

How to get OWL file from opencyc?

I want to get some domain of knowledge in opencyc KB in OWL form.. Assume we want to take fruit. Then how can I take this knowledge as OWL form? Because I want to load that file into protege as OWL ...
0
votes
1answer
142 views

How to implement opencyc into my project?

I download opencyc from their site. I want to use it on my project. But I do not know how to implement it on to my project. I went through documents available in the opencyc site. can anybody let me ...
-1
votes
1answer
424 views

How to use ontologies

I have this question. I can understand that the web pages is only interpretable by humans not by machines. So we create vocabularies and semantics and represent the information in rdf in a directed ...
2
votes
1answer
825 views

SPARQL: How to get an insance of an ontology, if depth of the class hierarchy is unknown?

I have a question about SPARQL. I have an ontology of animals: Animals (is a superclass with object property <hasColor>) ------ Mammals (subclass of Animals) ------------- Dog (subclass of ...
1
vote
1answer
132 views

Python Sparql Quering A Local File

I have the following code which I use to print whole of my ontology. However, how can i perform some sparql with it, query and then print the resulting graph? g = Graph() g.parse('PLAYERS3.owl') for ...
1
vote
1answer
933 views

Jena: how to query data from model?

Is it possible to query data from a Model without writing sqarql-queries? Adding properties to resources or resources to models can be done easily, but I haven't found out yet, if there is a more ...
2
votes
1answer
123 views

Protege: how to express 'not hasNext'?

I am currently developing an ontology using protege and would like to determine if a node is a last one of a list. So basically a list points to a node and every node has some content and can have ...

1 2 3 4 5 8