1
vote
1answer
14 views

Restrictions in Protégé

I'm following the Protégé tutorial and doing the steps of the Pizza ontology. The problem is that I cannot create a restriction. I can't find the Superclasses header. How can I do it?
0
votes
0answers
38 views

using OWLreasoner javascript library, trouble loading ontology

I am trying to load an ontology using this library https://code.google.com/p/owlreasoner/. I am using the same method shown(link) to load an .owl file with the url parser. var url = ...
0
votes
0answers
24 views

How to use own ontology to classify dbpedia terms extracted with stanbol?

I am trying to build an application using Apache Stanbol which: recognizes entities from DBpedia classifies these entities using an OWL ontology which extends the definition of the dcterms:subject ...
0
votes
1answer
22 views

Owl Protege model repository

I can't really grasp the concept of how I can add an ontology model in a repository for storing. For example, I've created an ontology model in Protege 4.3. What's the next step? Suppose I want to ...
1
vote
0answers
23 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 ...
0
votes
1answer
42 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
1answer
41 views

how to rename an ontology's prefixes

I have created an onology using Jena API which contains the following classes and DataType Properties: public class Onto { OntClass USER,...; OntModel model; String uriBase; ...
3
votes
2answers
80 views

Representing if-then sentence using OWL?

I am working with basic OWL, and it's quite easy to represent some simple sentence like "Songoku is a lecturer, he teaches Maths". E.g.: <owl:Class rdf:ID="Lecturer"></owl:Class> ...
1
vote
1answer
68 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: ...
0
votes
2answers
36 views

catch all the inferences generated by pellet reasoner

I have a problem when executing the reasoner in my application, I can't capture the inferences generated by the reasoner. It's normally performed, the printClassTree shows me that inferences were ...
0
votes
2answers
57 views

Tagging and Categorizing text automatically using NLP and Ontology respectively

I am working on a project in which user adds some text into Database, and while saving also adds tags to his/her entry, so that others can search using those tags. EXAMPLE: TEXT: "Next Formula 1 ...
0
votes
1answer
21 views

Forcing inconsitency by following qualified cardinality restriction

My question goes beyond one question which already has been asked here I defined a qualified cardinality restriction like this one: Pizza and hasTopping exactly 4 CheeseTopping and hasTopping only ...
0
votes
2answers
44 views

Annotate Web pages using given Ontology

i have to annotate some web pages using particular ontology of a particular domain and generate annotated web pages in RDF format. so there is any open source tool available which will complete my ...
0
votes
1answer
107 views

Jena multiple rdfs:label

I'm new to Jena and Owl I was given an ontology. I can open it with Protege 4.2 without any problems but when I try to open it with Jena I get: Exception in thread "main" ...
1
vote
1answer
72 views

OWL type inference with a restriction

I am studying the notion of OWL restrictions with Protege 4 using FaCT++ and a trivial ontology. Suppose I have an individual foo of class Something: :Something a owl:Class. :foo a :Something, ...
0
votes
1answer
139 views

OWL ObjectProperty loading as annotation in Protégé

I'm trying to load an ontology in Protégé but it is not processed as expected. Most problematic is that all the Object and Data Properties appear as Annotation instead of Data Property and Object ...
1
vote
0answers
62 views

Animal Ontology [closed]

I am looking for ontology like an animal ontology where I can get the hierarchy, e.g. Bird ==>Duck ======>Mallard_Duck I have seen this one, ...
3
votes
1answer
43 views

How do I state in OWL that a Property must have a set of ordered values?

How do I state in OWL that a Property must have a set of ordered values? For example: a Programme must have an rdf:Seq of Series, and a Series must have an rdf:Seq of Episodes? The ...
1
vote
1answer
59 views

Keyword search over a collection of OWL ontologies

I have a collection of OWL ontologies. Each ontology is stored in a dataset of a triple store database (e.g OWLIM, Stardog, AllegroGraph ). Now I need to develop an application which supposes ...
1
vote
1answer
44 views

SPARQL simple query

I have made an ontology for Email. I want to make a query to test but believe me I forgot to how to write a simple one!! can anyone help me? considering these : Email has ...
0
votes
3answers
74 views

How to embed MathML in an ontology and reference parts of it

I'm fairly new to MathML, so I apologize if this is a silly question. I'd like to embed MathML 3.0 into an ontology (RDF/OWL etc). But I'd like the variables in the equation to refer to entities in ...
1
vote
1answer
185 views

How to get individual information from owl by passing its name to a java program

I have an owl file and I need to write a java program in which I pass the individual name (such as Lion) and get all object/data properties values related to this individual from owl (such as: Golden ...
0
votes
1answer
111 views

Hosting an OWL ontology on the web to work with Apache Stanbol

I am new to ontology development and I just finished my first ontology. Now I need to use this ontology within Apache Stanbol to perform re-factoring of some RDF graphs. This is how you write a ...
2
votes
2answers
193 views

A SPARQL Query to get my pizza's name

I am just a beginner in SPARQL and can write some basic queries. I have a pizza ontology in which there is one pizza whose properties are as follows: rdf:subClassOf NamedPizza hasTopping only ...
0
votes
0answers
138 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 ...
-1
votes
1answer
63 views

Reasoner not returning instances

When I'm doing this, its not working OWLClassExpression query = factory.getOWLObjectIntersectionOf(factory.getOWLClass("#belgique", pm)) reasoner.getInstances(query,true); this one is working: ...
0
votes
0answers
58 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 ...
1
vote
3answers
193 views

Inconsistent OWL ontology and bad individuals in Protege 4.1

I designed for homework an OWL ontology using Protege 4.1 about creatures (creatures classification), after reasoning with Hermit or Fact i'm getting inconsistent ontology, bad individuals, but I'm ...
0
votes
1answer
207 views

no inferences with DL queries in OWL - API

I am trying to write a query Hospitals and hasNameWithWords value "center"^^string This query returns me the instances that has the hospitals that has "center" in its name in Protege 4.2 with ...
1
vote
3answers
248 views

Example ontology for the medical domain

I am searching for a clear example ontology respective to the medical domain. Maybe to show some reasoning. Or has anyone a good idea for a small medical example which I can implement with Protégé? ...
0
votes
1answer
80 views

Merging Domain Ontologies

I have worked and developed two different domain ontologies. But now i like to merge these two ontologies as my application requirement has been changed and requires knowledge of both ontologies. What ...
0
votes
1answer
116 views

traverse an ontology using dotnetrdf

I have created an ontology using protege. Now I want to write a code to traverse ontology using dotNetRDF. By mean of traverse is displaying all classes, sub-classes etc. I am using following code ...
2
votes
1answer
78 views

Checking logical implication relationships between OWL expressions?

I have a simple question which I suspect has no simple answer. Essentially, I want to check whether it is true that one OWL expression (#B) follows on logically from another (#A) - in other words I ...
0
votes
2answers
140 views

SWRL Tab and Jess Tab Support on Protégé 4

I need to add SWRL Tab and Jess Tab to my ontology on Protégé 4 but i could not find any support for JESS. Do Protege 4 have any support or plugin for jess or there is any other substitute.
1
vote
2answers
145 views

Ontology Evaluation for Ontology Driven Application

I have developed an Ontology driven application where i have use ontology to extract information from raw data source and and have mapped it in the form of concept, relations and individuals. But now ...
2
votes
1answer
192 views

Writing ontologies in DL syntax?

I just discovered OWL and Protege. Upon reading through this reference page (which I quote below), I am left wondering whether it is possible to not use the abstract OWL syntax, and rather to write in ...
1
vote
1answer
222 views

Qualified cardinality restriction definition in Protege

I was following this tutorial -> LINK At page 75, it explains how to define a FourCheesePizza using a qualified cardinality restriction. Under the instructions it says "With this description a ...
0
votes
2answers
306 views

Finding The Super Class of a class just before Top Class with Jena

I am using jena framework to process my owl ontology. I want to write a method which can find the super class it belongs which is just under the Thing class. Four example, if there are 5 level ...
1
vote
2answers
83 views

Limited choices in a rdf:property

I'm making an Ontology that describes programming languages, but I have the following problem: a language can have strong or weak typing, and I need to limit my schema to these two options... so, how ...
1
vote
1answer
213 views

How to retrieve comments from an owl file using Jena API?

currently I am doing a project on Ontology Based Information Retrieval. I have created the base ontology using the ontology editor, Protege and obtained the file , say family.owl .Basically i want to ...
0
votes
1answer
158 views

DL Query and OWL

I have created an ontology in protege. I have a class called AlcoholicBeverage, under this class there are subclasses Beer, Wine. These subclasses are disjoint. I have a class called Person (no ...
1
vote
1answer
69 views

Relating classes in ontology

I have problems relating classes (not individuals) in my ontology. I need to know which one OWL(full-dl-lite) allows to relate classes. i mean the domain and range of property be ...
1
vote
1answer
199 views

OWL ontology and data - How do they interact?

This might be a naive question. I am modelling an OWL ontology(for some university data) with relevant Classes and object properties etc. I have the university data lying in a simple text file (say ...
0
votes
1answer
256 views

How to get an individual which match an Objectproperty with Jena?

Let consider the following ontology, where PERSON, NAME, SURNAME and IDENTIFICATION are classes. NAME and SURNAME are subclass of IDENTIFICATION. hasSurname and hasName are functional ObjectProperty. ...
2
votes
1answer
51 views

Using Excluded By in OWL

Dear Semantic Web folks, I'm questioning myself how I could define an "Excluded by" construction in OWL. For now the only solution I can think of is using disjointWith. What I mean with "Excluded ...
0
votes
1answer
252 views

writing owl file

I have some hierarchy and I need to write them in owl syntax. All objects are classes no individuals here. The relation between classes in each hierarchy is the same. For example "relates" is the ...
2
votes
1answer
83 views

Confused about Ontology being “data-driven” s.t. updating an ontology

I have read here* that ontologies (RDF's in nature) are data-driven because one can work with a small ontology and use it for an application, and later... integrate additional concepts to the same ...
2
votes
2answers
193 views

Creating relations between classes in web ontology language(owl)

I need to define relations between classes in my ontology in OWL syntax. what should i do?
0
votes
1answer
236 views

Convert Owl class to java class or xml

I am wondering if there are any tools that can convert an owl ontology xml schema or an xml document. Or is there any way to generate a java class for a given owl class. Lets say I have owl class ...
0
votes
2answers
155 views

Obtain only names after “#” from SPARQL query

I have this java code that, using apache jena api, queries the pizza ontology String queryStr = "prefix pizza: <" + PIZZA_NS + "> " + "prefix rdfs: <" + RDFS.getURI() + ...

1 2 3