The Web Ontology Language (OWL) is a vocabulary for creating schemas (ontologies), i.e. definitions of classes, properties and the relationships between them.
1
vote
2answers
133 views
Possible storage option for data extracted from DBPedia
I'm developing an application that allows users tag product purchases (via a Web App).
I intend to use the tags to automatically query DBPedia (Possible other Open Data Sources such as FreeBase).
...
0
votes
0answers
57 views
Create module to write processes to be executed from activiti
I have to build something like to this image.
I must write something that access to an OWL data, and depending on what it reads, it takes from the repository pieces of bpmn (tasks, gateways...) and ...
0
votes
1answer
188 views
Jena, RDF and Jade implementation
I have an OWL ontology and I want to store data as RDF . When I search in the Google I saw Jena library is used for this purpose. But I could not understand how can I represent data as RDF in Jade.. ...
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 ...
2
votes
1answer
147 views
OWL: Defining attributes and member objects of a class
I am totally new to the domain of semantic web and need to create an ontology.
I did a lot of research, but still didn't find a clear solution to the following problem:
Basically, I want to describe ...
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
1
vote
1answer
119 views
How to get all restrictions on an individual in Jena
my ontology has a Road class, and a shop class.
The Road class has an individual called 'highstreetroad' which is related to 8 different shop individuals.
I'm trying to print all the existing ...
2
votes
1answer
185 views
OWL functional syntax parsing in Java
I need to parse an OWL functional syntax in my Java programme but I don't want to convert it into XML/RDF. Is there any open source parser or another api(other than OWL) that I can use to parse it?
...
5
votes
2answers
199 views
How is OWL actually used when building a semantic web application?
I've been reading about semantic web technologies such as RDF and OWL, and am intrigued about the possibilities of building an RDF / triple-store semantic database on top of my existing relational ...
-1
votes
1answer
173 views
Display Ontology Content in Java [closed]
I got an ontology/.owl-file. I want to display the content in my JAVA-Application.
The content which is to read should be just the classes and instances.
I really hard tried different things in the ...
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 ...
1
vote
1answer
108 views
Does Oracle 11g2 support cursor for sem_match function?
I was trying to explore the semantic features of Oracle Database by running a semantic related sql on a semantic model I created in Oracle. But I can't make it work, and there are little information ...
1
vote
1answer
83 views
Enumerations in OWL Restrictions
I am trying to add restrictions to properties in an ontology using Protege3.x.
I have a problem specifying enumerations inside restrictions. For example trying to specify a enum to restrict the ...
-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.
-1
votes
1answer
104 views
Thoughts on OWL & RDF [closed]
We're thinking about a project based around knowledge processing and came across OWL/RDF.
Somebody with working feedback with these technologies/specifications ?
Is it worth taking into account or ...
1
vote
0answers
199 views
How to build a GUI on top of RDF or OWL ontology
I use Eclipse withe the OWL API or JENA to load my ontology. I want to map instances from the ontology to clickable images/icons on a GUI so that the ontology can be visualized for human consumption.
...
2
votes
1answer
246 views
Ontology: OWL - Creating connections between classes
I ve got an Ontology written in OWL with Protege. But I don't find a solution for creating relations between Classes. Of course, there is a "subclass" relation, but I want to define my own relations. ...
0
votes
1answer
71 views
How to proprely instantiate DatatyProperties on Jena?
I wrote the following Jena code. But It is an error and I didn't know how to address this.
Here is the code
Resource subject = null;
Property property = null;
Statement statement = null;
...
1
vote
1answer
185 views
How to convert XSD Simple Type to rdfs:Datatype using Jena
Suppose I have an XSD file having below lines of code;
<xsd:simpleType name="test">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50" />
...
1
vote
1answer
181 views
How to adapt a user interface to an OWL ontology
For example consider the ontology describes a family tree
I would want to represent this graphically on the web. For instance, the class 'mother' would have the image of a woman and the class ...
0
votes
2answers
405 views
How to count individuals of an owl class in Jena?
I'm working on automatic instanciation of an OWL model with Jena. Since every individual need an unique identifier.
How could I know the number of individual of a given OWL class in order to ...
1
vote
1answer
80 views
OWL API build failed with ANT
I download OWL API 3.2.4 from http://owlapi.sourceforge.net/download.html
and build it with ANT.
There are some errors show on the terminal:
$ ant
Buildfile: /home/yichu/owlapi-3.2.4/build.xml
...
1
vote
1answer
89 views
DL Query to get the Individual has object relation with given individual - not some (OWL)
Please explain how to get the set of individuals that has a relation ship the given set of individuals along some object property in DL query (not using the some quantifier)
-3
votes
1answer
65 views
Improvement needed in RDF format [closed]
I am able to generate an RDF but the format is not proper because of which i m not able to fire proper Sparql QUERY ..I need to improve the format of the RDF.I want to have classes, instance ,property ...
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.
2
votes
1answer
67 views
Is there any library that could easily change and update OWL files?
I am a beginner in OWL.
Is there any library that could easily change and update OWL files?
And which language is the library use?
Thank you!
1
vote
1answer
249 views
Manipulation of sesame server repositories (owl ontology) in java servlet
I'm trying to connect a web application (eclipse) with my Sesame repository server (sesame 2.6.3) both of them are running in my local machine under the same Apache Tomcat 6.0.29. I found the sesame ...
1
vote
1answer
167 views
Reading restriction constraints using Jena
I have some object restrictions like
hasVendor some Vendor
hasYear some integer[minLength 2, maxLength 4, >=1995, <=2012]
hasPrice only string[pattern "/^[0-9]+(\.[0-9]{2})?$/"]
where Vendor ...
1
vote
0answers
540 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?
2
votes
1answer
92 views
Instance of OWL-class with unionOf (n3)
Suppose i have an OWL-class as following:
:picture rdf:type owl:Class ;
owl:unionOf(:creator :theme :title :date) .
With :creator, :theme, :title and :date either an ...
0
votes
1answer
63 views
querying rdf triples
How can I write sparql query where I can compare the variables (?a, ?b), if I have the following eg? (something's wrong with this eg?):
<ont:XXXXX rdf:about="http://www.myOntDomain#C">
...
0
votes
1answer
95 views
How should I use getDatatypeProperty(String PropertyName) in Jena?
I have an owl ontology in which has a DatatypeProperty "hasAge"
Can anyone tell me why this code returns null value?
String URI = "http://owldl.com/ontologies/dl-safe.owl"
DatatypeProperty data = ...
3
votes
3answers
128 views
Where can I find a human anatomy dataset that is easy to read/use programmatically
I am looking for a dataset of human anatomy, that gives me the hierachacal relationships between the body parts/bones/muscles.
I have found data sets such as UMLS and GALEN which are large RDF/OWL ...
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 ...
4
votes
1answer
303 views
Read restriction values using Jena
I have an object restriction defined as follows
hasYear some integer[minLength 2, maxLength 4, >=1995, <=2012]
How can i read the individual values defined in the restriction using Jena.
3
votes
2answers
404 views
Is there any free owl reasoner that can reason without load all data into memory?
I use Jena and TDB to store RDF,and I want to do some inference on it.But the RDF data is big,and Jena's owl reasoner has to load all the data into memory .
So I want to find one reasoner that can ...
-1
votes
2answers
366 views
converting rdf to owl
I want to generate rdf code that follows the owl format. What I am able to is generate an rdf file but need to convert it into owl. Below I'm pasting the rdf.
<?xml version="1.0" ...
0
votes
1answer
55 views
What is Ontology Exporter?
What is ontology exporter?I saw this on ResearchCyc site.
It mentioned that "An Ontology Exporter that makes it simple to export specified portions of the knowledge base to OWL files".Where can I find ...
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
296 views
owlim library use of configuration file
I am trying to work with the owlim library to edit the owl ontology file. I started with the 'getting-started' example code included in the owl library. When I use the library with this example code ...
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 ...
0
votes
1answer
444 views
OWL API: How to ensure Domain and Range restrictions?
I try to use the OWL API to create OWL Ontologies. I can define classes, individuals, and relations among them.
When i define an ObjectProperty #hasPart with Domain #A and Range #B, i expected that ...
0
votes
2answers
247 views
Accessing restriction from owl-superclass with Apache Jena
I have this owl-file. #indelivers is a subclass of #ipInDelivers. What I want to find out is how to find what #isPartOfMibDef resource this class has, in this case #IP-MIB.
<owl:ObjectProperty ...
1
vote
2answers
259 views
automatic generated forms ,workflows
my question consists of 2 parts
if I have a bean could i automatically generate the form from it
if i have many beans , is it possible to automatically generate a workflow of the automatically ...
1
vote
1answer
267 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
3answers
412 views
RDF/OWL to TRIPLE store
I have created an ontology in Protege. Now for my application to have better scalability I like to convert the OWL file to triple store and query the store.
How to convert owl file to triple store?
0
votes
1answer
95 views
How to convert ontology from DAML to OWL
I'm trying to convert this DAML ontology into OWL (or any other supported by Protege) format. I found an online converter, but the attempt of opening the result of conversion by protege entailed the ...
2
votes
2answers
633 views
OWL parser for PHP?
I am asking just for clarification, may sound silly for some, but i am a newbie to semantic web world :)
From few days i have been experimenting on extracting RDF from HTML, trying to parse it and ...
1
vote
0answers
55 views
Device Description Vocabulary
I asked a more general question a while back and didn't get any responses but am still going to persevere. Does anyone know of a vocabulary/ontology for describe digital devices with web browsers? I ...

