1
vote
2answers
28 views

what makes an OWL class anonymous?

I am reading a tutorial that says that this is an anonymous OWL class: <owl:Class rdf:ID="Reptile"> <rdfs:subClassOf rdf:resource="#Animal”/> <rdfs:subClassOf ...
1
vote
1answer
80 views

Using GROUP BY, COUNT and SAMPLE in apache jena SPARQL

So I have an RDF schema that contains many "groups", and each of these groups has a "name", and contains a number of "elements". I need to select the name of every group, along with the number of ...
2
votes
1answer
43 views

SPARQL query on rdf:resource

Suppose I want to retrieve the names of all elements in the periodic table with a standard state of 'gas'. Here are what I believe are the relevant portions of the .owl file… <owl:Class ...
0
votes
2answers
32 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
2answers
54 views

Insert data into OWL ontology

I have a custom OWL ontology and I uploaded into my model like this: OntModel=ModelFactory.createOntologyModel(); InputStream in = FileManager.get().open(urlFile); model.read(in,""); ...
1
vote
2answers
34 views

Architecture for the proper decoupling of OWL/RDF knowledge and (mostly numerical) facts

I am working on an application dealing mainly with public health indicators. The related concepts and knowledge are kept in an OWL ontology. There will also be eventually a (potentially important) ...
0
votes
1answer
53 views

OWL Class Expression for Data Property

In my ontology, I have an individual that has this data property hasName "somaName"^^string, however, when i'm building a class expression and sending to the reasoner for get the instances, I'm ...
0
votes
1answer
59 views

Writing OWLObjectPropertyExpression on OWL Ontology using OWL API

I'm trying to write an OWLObjectPropertyExpression on OWL Ontology object. If I had an OWL Class I use something like the following: OWLOntologyManager managerWriter = ...
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
80 views

How to transform Modellica code to Ontologies (.owl)?

I working on a mechatronic project and i use dymola tool to generate modelica code for my model . now i want to transform modellica to .owl inorder to implement semantic search for the elements . I ...
0
votes
1answer
74 views

Modeling geographic co-ordinates in OWL

I am developing an ontology and need to model geographic co-ordinates (lat/long) as part of an address of a person. Geo Names was the obvious choice, but it's too large and verbose for my use, which ...
0
votes
1answer
63 views

Handling data value restrictions in dl query

I am trying to run a DL Query using the OWL API, using the DL Query ...
0
votes
1answer
180 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
191 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é? ...
1
vote
1answer
58 views

Unique name assumption in OWL

Why is it that in OWL, we don't use unique name assumption? Does it not more complicate things because if two things have different name, is it not ok for it to be different?
1
vote
1answer
96 views

Non-Graphical Tool for OWL Language

I am currently doing a project and I have to work with OWL. I have graphical tools like Protege and OntoStudio, but I need a non-graphical one. A tool that I can work with as I code in Eclipse or ...
2
votes
1answer
76 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
1answer
101 views

Semantic Web Service repository

Does anybody know a good, public and large Web Services repository in which Web Services are semantically described (e.g., using OWL-S) that I could use in order to test some of my work? Thanks!
1
vote
2answers
45 views

return a list matching a search for a text string in ALL subjects, predicates and objects - in one query?

I'm looking to return a list of matching URIs or text nodes that contain a certain text string in it. This allows me to search for any subjects that have the matching string, but I want to also ...
1
vote
1answer
187 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 ...
4
votes
3answers
189 views

How to state “Pat knows Mike's telephone number” in RDF/ OWL

How do I state Pat knows Mike's telephone number as a concept and not the concrete phone number 1112223333 in RDF/OWL? Bonus points to be able to state Mary knows that Pat knows Mike's telephone ...
2
votes
1answer
189 views

OWL API - OWL classes subsumption test in context of web service discovery

I've got very difficult task ahead of me, so any help and suggestion would me welcome. I have to implement Java web service which would match two other given web services for semantic similarity. ...
1
vote
2answers
101 views

learning Ontology web language

I want to write an ontology with .owl format so i need to know all about OWL . I need a source that explain this language completely with examples. Please
0
votes
1answer
213 views

Setting up OWL reasoner in Jena

I am trying to define (in turtle) a symmetric, transitive predicate in Turtle and get inferences from it. Here is how I defined my predicate: :similar a owl:SymmetricProperty; a ...
2
votes
1answer
107 views

String manipulation in RDF/OWL

A Beginner question about the semantic web. I have a knowledge base of colors which includes similar colors, color modifiers (dark, light, ~ish, etc), color relations (darker, brighter), color ...
0
votes
1answer
290 views

Basic owl reasoning using Jena

I'm new to ontologies and have a basic question about OWL reasoning. The question may seem long winded, sorry about that.. Consider an ontology with the following axioms (owl:class C1) and (owl:class ...
0
votes
0answers
152 views

Difference Between OWL-LIST and RDF-LIST

I cannot understand the difference between OWL-LIST and RDF-LIST. Secondly why OWL-DL do not support RDF-LIST due to OWL serialisation why? and how i can create OWL-LIST in OWL-DL
4
votes
2answers
219 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 ...
-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.
0
votes
1answer
139 views

Semantic web services [closed]

What is the best ,state of art approach for implementing semantic web services ? I am looking for a complete architecture description.
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?
4
votes
1answer
227 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 ...
2
votes
1answer
70 views

Declaring an empty class in OWL

Does OWL allow an ontology to contain just an empty class? Do classes have to contain some individuals? Does <owl:Class rdf:ID="Human"/> mean that "Human" is an empty class? If an ontology ...
1
vote
1answer
268 views

How do I automate instantiation of OWL ontological classes?

Given a certain OWL, I would like automate the classification of data based on the classes and properties defined in the ontology. I developed my ontology in Protegè, in OWL format. It would be nice ...
2
votes
1answer
329 views

OWL: property restriction based on values: is it possible at all?

I look for a clearly OWL solution to define a property that is a restriction of another property, similar to an equivalent class. Restriction is based on data properties of either the domain or the ...
1
vote
2answers
99 views

OWL: abstract class implementation with ObjectUnionOf seems failing hermiT, protégé

Assuming GeographicArea as union of Planet, Continent and Region: <EquivalentClasses> <Class IRI="#GeographicArea"/> <ObjectUnionOf> <Class IRI="#Continent"/> ...
8
votes
1answer
153 views

Semantic web resources for a new web site?

I want to implement a web site from scratch using semantic web as much as possible. My website will be for a Scientific Institution, I have no model but I recognize there are entities/objects like ...
1
vote
1answer
376 views

SWRL rule using OR statements

I'm trying to figure out a way of implementing a SWRL rule that would need to make use of an OR type statement. Here is the scenario: The ontology has a class "MachineTool" which has an object ...
5
votes
1answer
727 views

How to query RDF/OWL using SWI-Prolog's Semantic Web Library?

How can I use the SWI-Prolog Semantic Web Library to make a query into the OWL/RDF file and extract some information? The OWL/RDF file is having information about all the Debian packages so I need to ...
1
vote
1answer
261 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
1answer
142 views

Ontology similar to PeriodicTable for integrated search

i am developing an application that queries PeriodicTable ontology . Is there some other ontology similar to this that can too be queried with it. Basically,i am in search of ontology that can ...
1
vote
2answers
535 views

local version of Linked Movie Database at linkedmdb.org

i want to query from Linked Movie Database at linkedmdb.org locally. is there some rdf or owl version of it that can i download query locally instead of remotely I tried to query it and got the ...
8
votes
2answers
681 views

What is the purpose of SWRL rules?

Can anybody explain the purpose of SWRL rules. As far as I have understood, SWRL rules are same as stored procedures in SQL. I have made a few rules, but don't know how to utilize them in my ...
3
votes
2answers
534 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 ...
2
votes
1answer
158 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 ...
5
votes
5answers
776 views

open source semantic web project

I am looking for an open source semantic web project, i know there are jena and Sesame but i looking for another open source semantic web project Any help would be appreciated
7
votes
3answers
269 views

What use cases for OWL?

I've read about OWL - Web Ontology Language (few pages only), but what are some real-world use cases/implementations for it?
1
vote
1answer
1k views

Modify the predefined ontology by using jena

I created my ontology by Protege. my ontology has some classes and instances. Now i'm going to add other classes and instances by jena that's why i write the below code to create a new class and one ...
1
vote
2answers
1k views

how can i add some trrriple to my ontology by jena?

I have instance1 of class1 and instance2 of class2. Also i have defined HasName(object property)in my ontology .Now, how can i add the tiple (instance1 HasName instance2) to my ontology by ...
1
vote
2answers
581 views

Implement a semantic search with in a web application

This web application is about posting different kind of posts to the web application where users can search those posts by a text-based search. Basically a post has following attributes. Title ...

1 2