Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
22answers
2k views

What scripting language should I learn for file/text manipulation tasks?

I am trying to design a script for the automation of a very tedious configuration process we had been doing by hand. The configuration process mostly consists of copying files from various ClearCase ...
3
votes
2answers
114 views

How to check for ontology consistency using java

I am using Ontology for recognition of user activities....I have an ontology(OWL) consisting of the various classes i will be using along with the object properties..... i am new to ontology and am ...
2
votes
1answer
87 views

A data extraction - Need Ideas

Consider there are n rows of text similar to the ones below: "Sony KDL46NX720 BRAVIA 46" 3D LED Backlit HDTV - 1080p, 1920 x 1080, 16:9, 120Hz, HDMI, USB, WiFi Ready » for $1148.99 at Tiger ...
2
votes
1answer
78 views

What are the Best Practises in developing semantic application using Jena & RDF

Semantic Web : Best Practices Hi, I am new to Semantic Web, in my application, I m using Protege,RDF,SPARQL,Jena,Virtuaso. My concern is,in popular Java Frameworks (like Hibernate), we have POJO ...
2
votes
1answer
106 views

Architecture for Semantic Web Framework

I am doing a project on Web Based Ontology for E-citizenship where a ".owl" file will be generated using Protege OWL editor. We have to use that file for enabling Web service. Can anyone suggest me ...
2
votes
1answer
139 views

Problem in understanding some aspects of “The Pizza Ontology ”

I am now reading the guide to building ontology using Protege tutorial that deals with the famous Pizza example. There are two thing that I don't understand in particular. Shouldn't ...
2
votes
1answer
124 views

Updating OWL issue with JENA library and Protege

I'm new to this forum! I can't save any writing update to my RDF/XML OWL file using Protege. Each time I close the application I then loose all my editing. I've used JENA library to read this file ...
2
votes
1answer
189 views

how we can create a query based on SPARQL to see the value of some data type property?

I create this query: PREFIX VB: <http://VBnet#> SELECT ?x ?y WHERE { ?x VB:HasName ?y } HasName is one datatype property. When I run this query in Protege, system show me just the ...
2
votes
0answers
321 views

Using Protege owl ontology on Android

I have a practical seminar this semester, and I want to use ontology on Android application. I choose Protege owl ontology as a ontology API and this tool worked in normal Java project. But when I ...
2
votes
1answer
229 views

Ontology - 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
121 views

Protege - Specifying primary key and foregin key for RDF file

Using protege, I am creating RDF file. Now I want to know to how to specify an slot is an primary and foreign keys to the given classes? Thanks in advance
1
vote
3answers
163 views

CRUD Operation in OWL

I have created an ontology. Now I want to create an application but how can I perform CRUD operations in owl file. I came across different apis like Dotnetrdf, jena etc all support RDF/RDFS but there ...
1
vote
2answers
203 views

Displaying Relations in Protege-OWL Editor

I have created a basic Class hierarchy for my ontology in Protege-OWL Editor version 4.1. But I am not able to visualise Object Properties and relations between the classes in OwlViz other than the ...
1
vote
1answer
268 views

RDF and OWL workflow question

I have been looking at and playing with OWL through Protege and I would like to know if I understand the "workflow" and idea of it correctly (for building up a database from scratch: Generate an OWL ...
1
vote
1answer
35 views

Error trying to import a a daml file in protege

I'm trying to import a daml file (.daml) in protege, but I get the following exception: Exception in thread "AWT-EventQueue-0" java.lang.noClassDefFoundError: ...
1
vote
1answer
298 views

Merge Ontology with Protege-OWL API

I used protege to create two ontology and I save as A.owl, B.owl. I know that the protege-4.0 can merge many ontology. I want to use protege-owl API to merge ontology A.owl and B.owl to C.owl; But I ...
1
vote
2answers
378 views

Solving 'logicals' with Protege: how to get individual results?

Perhaps a stupid newbie question: i would like to get in touch with ontologies and reasoning. There is an interesting 'logical' on the net that can also be solved with the help of ontologies and ...
1
vote
1answer
235 views

RDF/OWL/Protege: let a subclass be a union of some disjoint super classes?

I have following classes: Classes B, C and D are the subclasses of A. A ----+----------> B | +----------> C | +----------> D Besides, I have an object property, ...
1
vote
3answers
615 views

get property value

HI, in my ontology i have the class called "festival" and it has property value called "CRISTMAS". it's a string type value.. son how can i get this value using JENA owl api.. CAN ANY ONE SHOW ME ...
1
vote
1answer
301 views

How does Rowlex relate to Protege and are there other .NET offerings for OWL?

I work with RDF and OWL but until I came to SO I'd never heard of Rowlex and OwlGrinder. It's got a much larger presence on SO than Protege or Pellet (although from a smallish number of active ...
0
votes
1answer
12 views

I have ontology file which i have created using Protege.. Want to retrieve classes and properties

I have ontology file which i have created using Protege.. For my java application i need to retrieve classes and their properties.. I have tried following code but it retrieves only tripples.. I m new ...
0
votes
1answer
155 views

Can someone help with learning Protégé, Jena Semantic Framework and the use of RDFa?

I've been reading Semantic Web Programming and we used Protégé early on but then in the later chapter on real life Ontologies, we looked at Semantic Web Frameworks and Protégé was not included. Sorry ...
0
votes
1answer
296 views

Protege OntoGraf Plug-in is not work

I am developing ontology in Protege IDE, but plug-in OntoGraf does not work fo me. Please help me with this issue. Below you would see stacktrace: ./run.sh Starting Protege 4 OWL Editor (Version ...
0
votes
0answers
44 views

How to show eqiuvalence between 2 instances in protege owl

I am new to Protege OWL. I created 2 classes. These classes have some datatype properties. Its like : Class : JSkill has datatype property: JSkillname Class : CSkill has datatype property: ...
0
votes
2answers
120 views

Protege and java

How to open, read and manipulate the contents of .owl file in java?
0
votes
1answer
130 views

Protege Ontology Help Sub class, Sibling Class

quick question ive got a couple of sibling classes which include sub classes now what i want to do is connect a sub classes to two diffrent sibling classes, is this possible? also i want it to show in ...
0
votes
1answer
247 views

creating an object property “relation/predicate” between individuals “instances” in protege?

i am using protege 4 to create an ontology if the question was not clear, here is an example : Superclass is (thing) Subclasses are as follow (company) that has two data properties ...
0
votes
1answer
81 views

How Implement My Idea in protege

I just now Say the problem domain. I have some collection of words words are below Algoithms,Sorting,Tree Sorting The above words to be stored in protege. How to store and retrive from ...
0
votes
1answer
321 views

add property values in jena

how could i add property values in to individuals. i created a new individual called "laknath". then after i need to add the property values to it.. OntClass cul = ...
0
votes
1answer
908 views

jena ontology api

i'm new to jena and protege.i did some stuff with these. i have some problems:: 1) Do i need to use sparql query to get the ontology classes,subclasses,property and values? or can do it with owl-api? ...
0
votes
1answer
341 views

How to use DL Query programmatically

I would like to know whether I can use DL Query in Protege programatically. Is it possible to enter a query in java and retrieve individuals like how it is done in SQL ? E.g. Query : ...
0
votes
1answer
1k views

how to create Java Application and query about OWL using SPARQL/Jena and how to do it on local/remote?

I want to create simple application using Java Jena and SPARQL ,that insert, delete , update and query the OWL/RDF data I worked on protege to create the ontology and noticed SPARQL in it but I want ...
0
votes
1answer
173 views

How to use OWL/RDL to represent and query a connected graph?

In PROLOG you can represent and query a connect graph, as in this tutorial: http://www.csupomona.edu/~jrfisher/www/prolog_tutorial/2_15.html How would you do this using an OWL/RDL tool such as ...
0
votes
1answer
460 views

Error when compiling code with the Protege API

I am new to Protege API and I have just created on Eclipse a small application which uses an external OWL file. Also I did import all the necessary libraries. import java.util.Collection; import ...
0
votes
2answers
325 views

Creating a search application on Eclipse with GWT and Protege

Hi everyone I would like to create a search application connected to a RDF/OWL database on Eclipse. I would like to use the Google Widget Toolkit plugin for the front end and the Protege plugin for ...
0
votes
2answers
2k views

SPARQL query in Protege

I am trying to query my ontology through the Protégé Tool. But the result I am getting for my queries is "No Match Found". My SPARQL query is given below. SELECT ?g WHERE { ?g rdfs:subClassOf ...