0
votes
1answer
77 views

OWL-S and semantic similarity of web services

I am currently dealing with semantic descriptions of web services, OWL-S more specifically. I'm not manually writing the annotations, I use this tool. My point is not the annotations per se, but to ...
0
votes
1answer
92 views

Jena Rules: How to perform literal value type conversion from float to double (and vice versa)?

I have the following Jena Rule to perform addition: @prefix pm: <http://example.org/ProductionMesure#>. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix owl: ...
1
vote
3answers
174 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 ...
1
vote
2answers
138 views

Ontology Evaluation for Ontology Driven Application

I have developed an Ontology driven application where i have use ontology to extract information from raw data source and and have mapped it in the form of concept, relations and individuals. But now ...
0
votes
1answer
54 views

Publishing an OWL File [closed]

I made a OWL ontology using Protege, and I need to access it through PHP to make some SPARQL query. How do I create a local endpoint so I can call the ontology from PHP?
1
vote
2answers
74 views

Limited choices in a rdf:property

I'm making an Ontology that describes programming languages, but I have the following problem: a language can have strong or weak typing, and I need to limit my schema to these two options... so, how ...
1
vote
1answer
63 views

setSameAs() Linked Data — Jena

I am trying to link two individuals A and B using B.setSameAs(A) OR A.setSameAs(B) A has properties hasOne, hasTwo B has a property hasThree and I'm hoping that the property of B can be ...
3
votes
3answers
141 views

OSGi and Sesame with OWLIM

Is there a simple way to get Sesame and OWLIM work in an OSGi-environment? Or is there another fast way to inference OWL-Data and store them? I tried Jena with build-in reasoner, pellet etc., but ...
2
votes
2answers
562 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 ...
2
votes
1answer
79 views

owl:allValuesFrom and rdfs:range difference

I'm working on semantic webs and I'm wondering: is there any difference in a semanitc of writing a restriction like: :Person a owl:Class ; rdfs:subClassOf [ a owl:Restriction ; ...
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
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 ...
3
votes
3answers
254 views

Semantic web app for my project?

I am currently working on a project, let me explain the global idea : We have multimedia content (audio, video and PDF files) that we want to share with the worldwide with a CMS. Some of the ...
2
votes
1answer
141 views

Workflow graph as RDF?

I am new to RDF and, perhaps, my question is too silly to be asked. I have the following workflow, which I am trying to be represent as an RDF. I understand the theories behind RDF and its uses, but ...
1
vote
1answer
105 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
2
votes
1answer
60 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 ...
1
vote
1answer
104 views

about semantic search

I am a "rookie" in semantic web. So a lot things confuse me right now. I am going to make a semantic web search in website. But I am not sure what should be the workflow of that? I just have basic ...
2
votes
3answers
291 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 ...
3
votes
1answer
450 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 ...
0
votes
2answers
96 views

Are there semantic reasoners which are compatible with the Web Ontology Language, running natively on the Mac?

I am curious about this and want to experiment. But I am a Mac user and all I could find was Java-based. I can't run Java applications on my Mac for an unknown reason and I'd prefer something native. ...
0
votes
1answer
132 views

SPARQL Queries on Sub atomic particle ontology

I am attempting to write SPARQL queries on the ontology periodic.owl available from http://robertdavidstevens.wordpress.com/category/ontologies/ Please provide some sample queries on it that can I ...
1
vote
2answers
534 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 ...
1
vote
1answer
142 views

OWL inferencing question

I am using the Jena semantic web framework version 2.6.3. I have code that creates a model with owl inferencing and then adds the following triples: _:bnode-3 rdf:type owl:Restriction . ...
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?
0
votes
1answer
159 views

generate RDF document From OWL file

is there any tool that can generate RDF document from OWL file ?
0
votes
2answers
451 views

How do you query OWL Annotations

I am searching for the method/tool/syntax to query annotations in an RDF/OWL ontology. The query engines I have found search classes, properties, indivituals but I have not found one that will search ...
5
votes
1answer
586 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 ...
17
votes
7answers
2k 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 ...
13
votes
4answers
3k 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 ...