Protege is a free, open-source platform that provides a growing user community with a suite of tools to construct domain models and knowledge-based applications with ontologies.
0
votes
0answers
4 views
SWRL: How to use the built-in swrlb:booleanNot?
I am using Protege 3.4.8. Say I have some instances with a datatype property colors and object property hasMeaning. The value of colors are represented by a string, e.g. red blue yellow.
I'd like to ...
0
votes
1answer
21 views
Jena: property name cannot be resolved to a variable?
I'm using Jena to query my ontology, and I'm following Step 8: Querying a Model of this tutorial. The RDF file vc-db-1.rdf being queried here is generated from Step 3: Writing RDF and is shown below:
...
0
votes
1answer
27 views
How to use an existing ontology in a Java application?
I've created an ontology with several instances. What I'm going to do with it is :
Using Eclipse, create a searching program. User can input a string, and if an instance has this string as one of its ...
0
votes
1answer
24 views
EPUB in Protege
How can i represent an EPUB property in Protege?
I need to set it with the content of an EPUB file, so I can infer some metadata about the individuals of my ontology.
0
votes
2answers
30 views
Describing “inclusion” in ontologies using Protege
I am using Protege 4.3.0 to describe remediation activities in oil-damaged areas.
I am a complete newbie at ontologies and followed Matthew Horridge's tutorial.
He expresses the fact that every Pizza ...
0
votes
1answer
12 views
Protege DataMaster: Table records cannot be shown or imported
There are some records in my tables stored in MySQL, and the Protege DataMaster plugin can be successfully connected to the database. Tables can be listed on the left. But when I click any one of ...
0
votes
0answers
4 views
Install the plug-in OntoLT V1.0 in the Protégé 2000 V 1.8
I'm trying to install the plug-in OntoLT V1.0 in the Protégé 2000 V1.8. I follow the instructions on the guide_install, but don't work!
Please, somebody knows how can I install?
Thanks!
1
vote
1answer
48 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
1answer
32 views
Getting SWI-Prolog to convert Literal to number
It will be quite a miracle if someone could help with the following...
I'm using SWI-Prolog to perform queries in a triples RDF file. The values can be queried, but instead of just a number, the word ...
0
votes
1answer
27 views
How to create bilingual ontology in Protege?
I want to create a web application based on semantic web. The knowledge base is an ontology. My problem is that my application have to supports two languages (English and Romanian). In this moment the ...
0
votes
1answer
19 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
1answer
49 views
Sparql Query results in Tamil using Eclipse
We are trying to execute SparQL query for our OWL Ontology created in Tamil using Protege in Eclipse IDE. The code works fine but the results don't seem to appear in Tamil. The following is the code ...
0
votes
1answer
122 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 ...
0
votes
0answers
35 views
Convert OWL ontology to relational schema [closed]
I have an OWL ontology (company.owl) which contains some classes and properties. I need to create a relational schema (company) from an OWL ontology(company.owl).
Can anyone suggest me a plugin or ...
1
vote
1answer
69 views
OWL ontology design with protege
Hi I am designing an Ontology in which I need to define a data property 'SSN' for a class named 'Person'. Now one restriction, which I am thinking, would be of uniqueness. That is no two instances of ...
0
votes
1answer
40 views
Protege 3.2 RDF File
I downloaded Protege 3.2 only to be able to run Sparql queries on RDF file now Protege 3.2 is not loading rdf file. When i try to open existing file, its says supported .pprj,.owl files but not rdf, ...
0
votes
2answers
49 views
How to store coordinates(Latitude,Longitude) in RDF
I have a c# class showing the coordinates as
class Coordinates{
double lat;
double lon;
}
how can i convert it in rdf triples in rdf as the RDF does not support double type?and if float is ...
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
27 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
2answers
115 views
Return System.out to String
I have query Sparql on OWL 'ressu.owl' file which created with protege 3.x.. am obliged to point to transform the resultset into something usable like JTextArea for this i work with ...
0
votes
1answer
57 views
how to use a class like a range for a data properties in Protege
I create a data properties named kind.
I want it range to be StateKing. I don't know how to do. In fact, in the "Property assertions view", "Description view", when I click on to the 'Add' icon (+) ...
1
vote
1answer
119 views
How to translate RDF graphs properties into OWL object properties?
I need to convert my RDF graph document into OWL (1 or 2) recognized by Protege 3.x. There is a W3C Recommendation for mapping OWL 2 Web Ontology Language Mapping to RDF Graphs which says that to ...
1
vote
1answer
90 views
Use Jena to parse enumerated datatype generated by Protege
I have an Ontology file generated by Protege 4.2.0. It includes a DatatypeProperty defined as follows.
<owl:DatatypeProperty rdf:about="http://example.com/NLPSchema.owl#race">
<rdf:type ...
-1
votes
1answer
65 views
Any Protege 4 java tutorials? [closed]
I wanted to use features of Proteger 4 software in my java code. I downloaded the lates 4.2 version, added all the jars to my project class path and tried to use some examplary code, e.g.:
OWLModel ...
0
votes
2answers
112 views
Database for SQWRL queries and SWRL rules
I have built an ontology using protege, but how to write data to it? do we need to have separate database? I followed this link ...
0
votes
1answer
167 views
Jena change my owl file after adding Instance
I have owl file crated with protege 4.2. when I add some Instance with Jena, Jena change the file structure but the file extension remain the same (.owl) the file is readable in protege with some ...
0
votes
0answers
76 views
How to use Protege OWL to get domains for property
I would like to know how to get the domain list for a given Property and a given Range in with Java using Protege-OWL.
For example, I have the property hasColor and the range is Red with multiple ...
1
vote
3answers
175 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
178 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
190 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
23 views
Ontology Management Program supporting Weighted Relations between nodes
I am looking for ontology management services which can handle "bi-relation"
for example, suppose that there are nodes "Tiger" and "Lion"
We want to describe quantitive relation between the nodes :
...
0
votes
1answer
144 views
Unable to retrieve results from owl using Jena
First of all, I created my own, sample ontology using Protege 4. My actual goal is developing a semantic web application that benefits from object properties to offer something to users. After I ...
0
votes
1answer
25 views
Can I use “Class” and “Type” in my OWL Ontology
I need to have Class "Class" (within a namespace) and data property "Type" (also within a namespace).
Protege acts funny when I create them.
0
votes
1answer
105 views
How to translate a first-order logic sentence into a restriction in Protègè with string matching?
I'm tring to build an ontology to infer some informations about a domain classification and a terminology, but I'm experiencing some conceptual difficulties.
Let me explain the problem. In Protègè ...
0
votes
2answers
123 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.
0
votes
1answer
128 views
Save model after create individuals
I am trying to create individuals and save them in OWL file. The OWL file was created in Protégé. The size of the file was 10KB but after trying to save the individuals in the ontology the size of the ...
0
votes
0answers
83 views
Protege ontology structure
I'm trying to build a very simlpe ontology to represent an RPG game with protege and owl.
I'm fairly new to ontologies so probably I'm not really getting many things (for example, the open world ...
2
votes
1answer
177 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 ...
0
votes
2answers
97 views
Why my rule on Ontology doen't work
I built a simple Ontology to test how SWRL refer new relation between individuals in Ontology. But it didn't work.
This is my simple Ontology: ...
1
vote
1answer
198 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
0answers
39 views
Protege DatatypeProperty
I have an anthology made with protege about Questions, question have a DatatypeProperty Option and Key where option are the options of a Multiple choice question and key is the correct answer.
My ...
1
vote
1answer
183 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
144 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
65 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
158 views
tools for generating semantic web based on ontology
what is the differencce between creating ontology in protege IDE and creating RDf/ontology in netbeans using jena?
i am using this tutorial http://jena.sourceforge.net/tutorial/RDF_API/ for ...
0
votes
1answer
243 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 ...
1
vote
1answer
65 views
What “pun”, “punning” stand for in terms of Protege?
I'am a new to ontologies and Protege and I sometimes meet such words as "pun" or "punning". However, I do not have a clue what they mean. Can you clarify it for me?
1
vote
1answer
121 views
OWL Ontology (giving property restrictions)
I am currently working on the OWL Ontology I have a question in regard to property.
To be frankly saying, I don't really see the importance of giving a property restriction to class.
For example,
...
2
votes
2answers
566 views
SWRL tab in Protege 4
The protege SWRL tab is not available in Protege 4 versions, I have tried both protege 4.1 and protege 4.2. The axiome plugin mentioned to edit the SWRL rules in protege has been said to work only in ...
0
votes
0answers
34 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


