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

3
votes
1answer
537 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 ...
2
votes
1answer
161 views

How to define a owl:imports with OWL API v3?

I am using OWL API 3. I created a new ontology, but I do not understand how to associate a owl:imports with the ontology. I used IRImappers but they did not work. Thank you for the help.
2
votes
1answer
264 views

How create ontology with OntoStudio?

I need to create a taxonomy and rdf/xml ontology for it,Initially i started with "Protege" i found tutorial with sample example,and done with it. On googling i found OntoStudio is better than ...
2
votes
1answer
213 views

Execute a SPARQL query in SWI-Prolog, on a OWL ontology

I'd like to know how to execute a SPARQL query in SWI-Prolog, after I've loaded an ontology from a OWL/RDF file. I've found that it's possible to execute a query through sparql_query/3, but it ...
2
votes
1answer
347 views

Conflict of same individuals property and datatype property

I am having a problem with "same individuals property" in protege, when i run a reasoner (pellet 1.5 or fact++) Lets take ontology example thing has class sons A and B, A has sons C and D. B, C ...
1
vote
1answer
126 views

Serialize Ontology Reasoner Results with OWL API for web site

I would like to generate inferences over an ontology with the OWL API or directly with something like the Hermit reasoner. That is easy (code shown below). However, I would like to cache / store / ...
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 ...
1
vote
1answer
469 views

Ontology and the Web

I've been having trouble accessing an ontology that we built here via the web. I've been trying to understand sparql and as far as I can tell there's no real PHP support for ontologies yet. I was ...
1
vote
1answer
164 views

Using Arrays of resources in Jena

I need to read CSV file and then populate an ontology using jena and java. Since I need to reference some resources later in code, I created Arrays of resources such as the one below: Resource [] ...
2
votes
0answers
172 views

Build a SKOS Reasoner rule-based

I have to build a reasoner for ontologies SKOS to reason with rules made ​​in CLIPS / Jess. I want to have simple forms of automated reasoning. I could not find anything specifically to help me create ...
1
vote
0answers
3 views

How to convert a concept (class) into an instance in an ontology?

I am working on creating a large ontology and want to convert a concept (class) into an instance. Is this possible automatically? For example I have the class "x" and it has been defined as a subclass ...
1
vote
0answers
36 views

Querying anonymous classes in OWL API with Manchester Syntax

I'm using OWL API for reasoning over ontology created in Protege. I'm dealing with OWL API Example DL query: ...
1
vote
0answers
54 views

Commercial RDF Visualization tool?

I was wondering if anybody is aware of a commercial RDF Visualization Tool? There are a number of posts on SO about RDF visualization tools, but most of them seem to be open source projects.
1
vote
0answers
40 views

using topGO for ontology management and others

Im trying to use topGO [bioconductor]. I do not know well how it works, but it may exists a input for using it. Anyone knows hot it works? I have a list of ontologys and i want to do a graph with ...
1
vote
0answers
48 views

library/platform for managing folksonomy?

I'm building an application that involves significant user and automated tagging of clothing. The structure generally looks like: [Category Tag] exclusive=true values=pants,shirt,shoe,tie,etc So ...
1
vote
0answers
88 views

Running NavigOwl plugin for Protégé

I'm working on a semantic-web project and I'm looking for real-life ontologies to test a couple of applications an algorithms. What I'm searching for are different sizes and structures, something that ...
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?
1
vote
0answers
76 views

How much infromation from ontology we need to export to our home made ontology?

I'm creating an ontology that is based on wordnet. I want to know what level of information I should add to my own ontology? Like, for example, if the lexica has a "instance of" and "hypernym" ...
1
vote
0answers
143 views

Neon toolkit and Gate Web Service

I am trying to run any of the services from gate web service, in neon 2.3. Even Annie that runs so well in gate doesn't run, or better, it stay for indefinite time processing, a thing that should ...
0
votes
0answers
15 views

How to populate an existing ontology with rdf triplets from multiple xml files?

I have an ontology which has already been defined. and i have a folder with hundreds of xml files which have been extracted by crawling.How can i extract triplets from all these xml files and populate ...
0
votes
0answers
21 views

Owl api: creating a new ontology that imports others

I have just started using the OWL API in order to generate some examples that use other ontologies. The situation is like this: I have two ontologies A and B that have many elements and imports from ...
0
votes
0answers
42 views

Ontologies to determine data types?

currently I'm using a rule based system to check two user selected sql database columns then suggest a graphed output. It works fine but it's really inefficient when it comes to adding new datasets as ...
0
votes
0answers
89 views

Program to Display Data Values Of Instances of an Ontology using Jena

The following is my ontology .owl file which has a Smurf and a Mailbomb Instance( the instances are at the end of the file) . I wish to print the values of the data properties of the instances along ...
0
votes
0answers
15 views

Semantic DataBase Integration

Does semantic database integration always involve generation of local ontologies from source databases(databases to be integrated), creating global ontology by ontology merging and querying the ...
0
votes
0answers
61 views

how to get all resources related to resource using jena API's..?

I have created a few methods in StoryModel. If there is any mistake in the code I really appreciate corrections. public class StoryModel { String dbName = "DB3"; String sns = ...
0
votes
0answers
32 views

Writing the sparql to get all carnivorous

I'm trying to get all the carnivorous from this ontology. The BBC page here enter link description here is build on this ontology. I'm no expert in sparql and rdf, can someone help me to write this ...
0
votes
0answers
59 views

How to use OWLviz in Protege 3.4.4?

I am using Protege 3.4.4. on Windows 7. I have created an ontology, but I have a problem with OWLviz. I have already set the DOT path. For that I installed Graphviz version 2.22. The graph has been ...
0
votes
0answers
59 views

Sparql query label annotation for data properties

In my ontology there is an individual "Lion" belong to a class "Carnivorous" which is belong to "Animal" class ( Animal>>Carnivorous:Lion) this individual or instance "Lion" has multiple data ...
0
votes
0answers
33 views

Searching for a tool that build Sparql query automatically by selecting a particular individual

I have built my ontology using protege 4.1 , and i query the ontology through jena api, i need a visual tool that can help me to build the correct sparql query that select an individual or data ...
0
votes
0answers
26 views

Add keyword to Ontology concepts

I created an ontology for music of my country , so : I would add keywords to my concepts created . I would know if there is an ontology for "words" because I have a trouble with how I can analyse ...
0
votes
0answers
114 views

Imported OWL files not being used

I have created an OWL file in TURTLE notation from Protege, which uses two imports: owl:imports <http://localhost/imported1.owl> , <http://localhost/imported2.owl> . I have loaded this ...
0
votes
0answers
23 views

Cannot check consistency of Gene Ontology owl file

Well it's a huge ontology! It's 95 MB. http://www.geneontology.org/GO.downloads.ontology.shtml But I cannot perform reasoning. What I cant avoid is memory overflows problems. In Protege 3.X with ...
0
votes
0answers
53 views

Database/Version Control System for Ontologies

I'm searching for a Application with is able to store (multiple) Ontology and is capable of storing SCD Information of them. Or in different Terms a Version Control System for an Ontology. a) An ...
0
votes
0answers
26 views

Where can I find a full annotion file for a full Gene Ontology file?

I downloaded a Full Gene Ontology Term file from the following link: http://www.geneontology.org/GO.downloads.ontology.shtml The file that I downloaded is the one in the first row. It has around ...
0
votes
0answers
24 views

How to use “exists” in KAON2

Hi everyone I'm working on ontology using KAON2 now and I'm having a hard time. The software is well documented compared to others however I still cannot find out how to use the quantifier "exists". ...
0
votes
0answers
36 views

sparql request on IMSLP music pieces

I'm french, and I want to retrieve all scores on the wiki of classical music "imslp" (http://imslp.org) I searched and I found this: ...
0
votes
0answers
80 views

Ontology editor for CLIPS applications

What GUI-based ontology editors are there that can export ontologies to CLIPS format? I am aware of Protege but some CLIPS language features are not supported and the associated CLIPSTab plugin ...
0
votes
0answers
186 views

Creating base URI for an ontology

I need to query an ontology which I designed in protege 3.4.8 in my Netbeans project. How do I create the base URI for my ontology so that I can perform this task. Or is there any other way I can do ...
0
votes
0answers
67 views

Convert XML to RDF using php

I would like to convert XML to rdf triples (using xslt) with php, what classe or API can i use for that? How can i use an ontology when i convert xml to rdf, of course in php.
0
votes
0answers
258 views

How to get Gene ontology (GO) terms per probe

I am new to R/BioC. I am trying to do GO-based clustering of genes. The input needs to be gene name and GO terms in each row. Example: AP4B1 GO:0005215 GO:0005488 GO:0005515 GO:0005625 GO:0005802 ...
0
votes
0answers
41 views

how to integrate imageNet with java

I need to use imageNet(http://image-net.org) with Java. Can anyone point me to some useful resources? Like how to integrate it with java and how to use the api.
0
votes
0answers
33 views

Mapping Ontologies

I have created an ontology using Protege.Now I have an XML file which I need to map with the Ontology.Can anyone please give detailed steps for this
0
votes
0answers
49 views

Recommending Ontology terms for Documents

I have a PDF document collection containing financial documents. Each document contains several sections. I have a financial ontology (ontology terms and their definitions) Task-I want to develop an ...
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
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 ...
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 ...
0
votes
0answers
334 views

Extracting values from OWL Classes

I'm using the FaCT++ reasoner and the Manchester OWL API provided here: http://owlapi.sourceforge.net/ I have an OWL detailing the elements in the periodic table, however I am struggling to extract ...
0
votes
0answers
46 views

data generator for ontology

I want to use several ontologies that has been becoming the benchmark. However, none of them has data inside, in which I need to evaluate the query over them. My questing is, is there any data (ABox) ...
0
votes
0answers
239 views

ontology to database tool

can I convert an ontology to a database using a tool? and if done, how does it store the element ? can anyone explain please note that ontology was created using protege

1 2