Tagged Questions

The Web Ontology Language (OWL) is a vocabulary for creating schemas (ontologies), i.e. definitions of classes, properties and the relationships between them. OWL is richer than languages such as RDF Schema (RDFS). OWL is one of the Semantic Web family of standards from the World Wide Web Consortium.

learn more… | top users | synonyms

9
votes
6answers
993 views

Is there any killer application for Ontology/semantics/OWL/RDF yet?

I got interested in semantic technologies after reading a lot of books, blogs and articles on the net saying that it would make data machine-understandable, allow intelligent agents make great ...
9
votes
8answers
1k views

What is the best way to learn about RDF / OWL?

What references offer a good summary/tutorial for using RDF/OWL? There seem to be enough tools (Protege, Topbraid, Jena, etc.) that knowing the syntax of the markup languages is not necessary, but ...
7
votes
6answers
5k views

What is the difference between RDF and OWL?

I am trying to grasp the concept of Semantic Web. I am finding it hard to understand what exactly is the difference between RDF and OWL. Is OWL an extension of RDF or these two are totally different ...
7
votes
4answers
3k views

What is a good RDF library for .net?

I'm looking for a library that can deal with RDF and OWL data. So far I have found: semweb (no owl support for all I know) rowlex (more of a 'browser' application) Your recommendations: ...
7
votes
2answers
1k views

Are there any tools to visualize a RDF graph? (please include a screenshot)

I'm looking for a tool that will render a RDF graph in a reasonably useful graphic format. The primary purpose of the graphic format being inclusion into a PowerPoint slide or printing on a large ...
6
votes
3answers
746 views

Is there a Python library to handle OWL?

It could be something as big as Jena or something smaller. Do you know anything?
5
votes
1answer
238 views

Representing Natural Language as RDF

How much of the concepts conveyed in natural language is RDF/OWL able to represent? I'm still learning RDF and other semantic technologies, but as I currently understand it, information is typically ...
4
votes
2answers
61 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 ...
4
votes
1answer
226 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 ...
4
votes
1answer
225 views

how to extract synonyms from MeSH ontology?

In this level of my work, I need to extract a class synonyms from MeSH ontology. I am searching for the right syntax for the SPARQL query: how synonyms are they stored in MeSH? and how can I extract ...
4
votes
4answers
301 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
4
votes
3answers
147 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?
3
votes
1answer
41 views

RDF--How do I make a transitive property shift, based on the rdf:type?

I'm trying to find a way to infer/propogate a property based on types to prevent name collision: :AOrder :Store :AStore ; a :OrderType ; :user :AUser . :AStore :name "Store Name"; ...
3
votes
2answers
83 views

can we use owl:SameAs between two predicates?

What is the difference between using <DC:title> <owl:SameAs> <NS:title> and <DC:title> <owl:equivalentProperty> <NS:title> Here NS is some namespace.
3
votes
2answers
224 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
6answers
333 views

A class subclass of itself. Why mutual subclassing is forbidden?

Complex question I assume, but studying OWL opened a new perspective to live, the universe and everything. I'm going philosophical here. I am trying to achieve a class C which is subclass of B which ...
3
votes
1answer
406 views

OWL: Abstract classes , anonymous nodes, Regular Expressions

When defining an Ontology using OWL, is there a way to say that a class should always be an Anonymous Node (no rdf:about="...") e.g. <my:FamousQuote/> is abstract and any Instance of this ...
3
votes
7answers
2k views

Which Triplestore for rapid semantic web development?

Ease of installation/use is the most important factor here - not performance. Small is OK as large datasets are not expected.
3
votes
5answers
477 views

Where can I find a good collection of public domain owl ontologies for various domains?

I am building an ontology-processing tool and need lots of examples of various owl ontologies, as people are building and using them in the real world. I'm not talking about foundational ontologies ...
2
votes
1answer
20 views

Can an named restriction exist in OWL?

Can we define a restriction as a named class? I mean, instead of using this: :myclass owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty :hasAge ; ...
2
votes
1answer
63 views

OWL Individual in java

I'm trying to access ontologies via Eclipse. I use the owl-api. I create my ontologies in Protegé, however I want to create and classify new INDIVIDUALS by code. How is that possible? I googled ...
2
votes
3answers
87 views

SPARQL select optional with language

I have some triples that look like this: test:thing rdfs:label "Non-Language Label" test:thing rdfs:label "English Label"@en test:thing rdfs:label "French Label"@fr I'd like to form a sparql query ...
2
votes
1answer
25 views

about RDF and OWL

Does it mean that we can write a RDF file to describe some resources, and we can describe the relationship between those resources by using OWL in an another file? So I should have the RDF file before ...
2
votes
3answers
128 views

About semantic web, RDF and OWL

what is the relationship between RDF and OWL? It seems like RDF is used to describe web resources, does OWL can do the same thing? Or OWL only can describe the web ontologies? I am so confused about ...
2
votes
1answer
106 views

I cannot remove values of data type properties in Jena

I'm trying to remove values of datatype properties of an instance through an interface which I created in java but it does not work. It gives me an Exception in thread "AWT-EventQueue-0" ...
2
votes
1answer
53 views

OWL2 RL via RETE algorithm

I am currently trying to implement OWL2 RL via Rete algorithm. I have run into the following issue: How to implement lists needed for example in this rule: eq-diff2 (W3C reccomendation)? Thanks.
2
votes
3answers
71 views

How to increment a Resource?

I have a function that adds instances (and their properties values) of class Person in a RDF file when I click on the Add button. I can add the first instance, but when I try to add the second, it ...
2
votes
3answers
104 views

Product Definitions Ontology

Does some know of an OWL ontology describing different products? I've tried to find it on http://linkeddata.org but to no avail (or maybe I am missing something)? Ideally, the ontology would be linked ...
2
votes
1answer
295 views

How can I parse OWL file (containing RDF namespaces) with LINQ

I managed to parse a simple XML file using LINQ and write it to a list box, but when I tried to get the values from the OWL file I didn't get any result by the query, so the "variables" is empty. Here ...
2
votes
1answer
192 views

What's the relationship between OWL, RDFs, RDFa, Dublin Core and FOAF?

Semantic web can be described as Layer Structure. we have URI in the button layer which is the unique identifier for data. and then we hay syntax like : xml, ns and xml xmls next it is the way how ...
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
127 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
2answers
330 views

OWL: restrict property value to a numeric string

In my database I have things with string properties. Some of the property values match numeric strings (only contain digits). I'd like to give these things a special type (a subtype of what they are). ...
2
votes
0answers
322 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
753 views

Inferring using Jena

InfModel infmodel = ModelFactory.createInfModel(reasoner, m); Resource vegetarian = infmodel.getResource(source + "Vegetarian"); Resource margherita = infmodel.getResource(source + ...
2
votes
3answers
331 views

Do you know of any OWL 2 tools/libraries implemented in C#?

Do you know of any OWL 2 tools/libraries implemented in C#? There are some in Java, but am I to rewrite them to C# or invent my own ones If I prefer .Net?
2
votes
1answer
240 views

Description logic, OWL and RDFS: what are the differences?

Can someone explain the relatioships to me between the languages Description Logic, OWL and RDFS?
2
votes
1answer
648 views

Property chain reasoning over rdf:type

I am trying to get Pellet to propagate properties from classes down to the individuals belonging to those classes. For example, if I have Class A with Property X, and Individual B with rdf:type=Class ...
2
votes
1answer
111 views

How can you remove the XML schema datattype from sparql query?

Im running a sparql query on a file that contains <User rdf:about="#RJ"> <hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RJ</hasName> </User> I want to ...
2
votes
2answers
382 views

Browsing/editing RDF/OWL Instances

I'm looking for a graphical browser for examining large networks of OWL/RDF instances. Protege's instance browser isn't really useful and if COE supports instance browsing, I've not discovered how. ...
2
votes
1answer
121 views

How do I deserialize a OWL document?

I created a bunch of classes using ROWLEX and had them serialized to RDF using RdfDocument rdfDocument = Rdfizer.Serialize(ontology); Now i would like to deserialize it (similar to how ...
2
votes
1answer
153 views

Individuals and properties in semantic web

I'm currently working on a semantic web e-learning project. I've made an ontology and classes. However, when populating RDF files, I create an individual (for example a course) and place it in a ...
2
votes
4answers
441 views

OWL Assembly Generation Problem (OWLGrinder)

I am building an assembly from my OWL ontology, but when parsing ontology, it raises an error message at "datatype properties" where a type is declared and some values are given. I've written my ...
2
votes
2answers
385 views

Programatically generating assemblies from OWL files with ROWLEX

I have been using the ROWLEX library to handle RDF-s. It is shipped with a designtime GUI tool called OwlGrinder.exe that can generate C# helper classes (.NET assemblies to be exact) from my OWL ...
2
votes
5answers
552 views

How to convert OWL/BP7 application to Delphi?

Which tool/approach would you suggest to convert of a large 16bit Windows GUI application, written in old Borland Pascal 7 / OWL, to Delphi? Understanding the pretty heavy differences between OWL ...
2
votes
6answers
1k views

Semantic stuff (RDF, OWL) on mobile phones - is it possible?

I'm thinking about using semantic (web) technogies like RDF and OWL in an application on mobile devices. Currently I'm targeting android, but I'd also be interested in the possibilities on the iPhone ...
2
votes
3answers
230 views

How can I do offline reasoning with Pellet?

I have an OWL ontology and I am using Pellet to do reasoning over it. Like most ontologies it starts by including various standard ontologies: <rdf:RDF ...
1
vote
1answer
31 views

Transfering OWL data from client to server using GWT

I am working on a web application which is being developed using GWT. I am also using OWL ontologies and Jena framework to structure semantic contents in the application. A simple function in the ...
1
vote
1answer
32 views

owl:TransitiveProperty in query

I have done a family tree. I also defined transitive property: childOf. Now I want to make SPARQL Query which give me all descendants of one of members of family. How can I do it? Thanks
1
vote
2answers
25 views

{W104} Unqualified property elements are not allowed. Treated as a relative URI. ERROR

I got a sample xml like this: <a> <apple color="red"/> <banana color="yellow"/> <sugar taste="sweet"/> <cat size="small"/> </a> I convert it to OWL using XSLT ...

1 2 3