0
votes
2answers
30 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
1answer
74 views

Applications of semantic web/ontology in informational retrieval?

What are the uses of Semantic Web in the information Retrieval. Semantic Web here i mean, the structured created like DBPedia, Freebase.
1
vote
2answers
101 views

Structured data in HTML - schema.org or GoodRelations

Has anyone some experience and can explain how to use properly structure data in HTML pages. Simple things are easy, but how to perform difficult ones? Is it possible to use different standards like ...
0
votes
1answer
175 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 ...
5
votes
2answers
129 views

Library for working with different Ontologies without changing codebase

I'm working on my graduation thesis and my project consists on the extraction of knowledge from documents containing parsed comments about products or services, using ontologies to indicate the ...
1
vote
3answers
186 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é? ...
2
votes
1answer
75 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
147 views

Spatial Query with Geosparql

I have a problem on geosparql query. I used protege 3.4.8 version and Download geosparql ontology and import geosparql_vocabulary 1.0.1 into protege. I create some classes under Feature class. I ...
2
votes
1answer
87 views

How to query data from different unknown structured rdf graphs?

Since a few years the amount of Linked Data has grown fast. There are different graphs published using RDF. Every graph does have it's own prefixes and vocabulary structures. So, how is it possible ...
1
vote
1answer
184 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 ...
5
votes
1answer
142 views

How do I mix ontologies that describe the same object (using rdfa?)

Imagine I start using an ontology because it provides some useful vocabulary to describe an object I'm interested in, e.g. FOAF to describe a Person (me). I immediately run into two problems. I come ...
1
vote
2answers
100 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
111 views

Extract Triples from multiple ontology files(ttl files) in java

I have 8 ontology files(ttl files). My task is to extract all the triples from it and display the output with all the properties. The task must be done in java. looking forward for your reply. Rakesh ...
3
votes
2answers
93 views

Publicly available (rdf) color ontology?

Is there any publicly available (rdf) color ontology? Thanks for any pointer.
0
votes
1answer
85 views

Stand alone Application for Retrieving data from 8 ontology files(.ttl files) and displaying the output in json

I am new to semantic web. I spent lot of time in understanding the concepts of semantic web i.e. RDF,ontology,ontology mapping etc. Now I have a task to retrieve the data from 8 ontology files and ...
0
votes
1answer
137 views

Find the RDF mappings from the given RDF(.ttl) files and get the output in JSON

I am Rakesh. I am working on semantic web and came across a issue. I have 10 .ttl(Turtle) files. I need to find the mappings from these files and display the output in JSON format. The entire project ...
0
votes
1answer
115 views

Can I use DBpedia to reference the first / given / Christian name of a person on Wikipedia?

I don't believe Wikipedia's infoboxes take into account the various parts of a person's name such as separating the surname from the given (aka first or Christian) name, etc. But I also believe ...
3
votes
1answer
465 views

Semantic web ontology tools and support for ASP.net projects [closed]

DotnetRDF, is the best contribution for Semantic Web support in DotNet, however it doesn't support Ontology as Jena and other Non-DotNet projects do. Some people are talking about a new stable ...
4
votes
2answers
218 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
328 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
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
221 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 ...
0
votes
1answer
125 views

how to retrieve value of an object in RDF when we have subject and properties using jena without sparql?

I want to retrieve my RDF statement's object value and I know how to iterate all of my classes and their respective properties but I don't know how can I access to their objects? for example : ...
1
vote
1answer
59 views

Query to display Propernoun using SPARQL over dbpedia

How to display all propernoun like Manchester_United_F_C., Arsenel_FC, United_States using SPARQL over DBpedia ?
-1
votes
1answer
422 views

How to use ontologies

I have this question. I can understand that the web pages is only interpretable by humans not by machines. So we create vocabularies and semantics and represent the information in rdf in a directed ...
2
votes
1answer
123 views

Protege: how to express 'not hasNext'?

I am currently developing an ontology using protege and would like to determine if a node is a last one of a list. So basically a list points to a node and every node has some content and can have ...
1
vote
1answer
264 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 ...
1
vote
1answer
46 views

What's the difference between using RDFS/OWL versus a tagging/markup language that uses tags?

Mainly, I was wondering what advantages the ontology languages of RDFS/OWL has over using a tagging/markup system (such as http://www.schema.org/) for managing and creating metadata?
0
votes
2answers
489 views

How to create individuals of a specific class using Jena?

I've created an ontology using Protege and would now like to add individuals with Jena. Let's say there is a class SpecialThing that has a property hasData. Now I'd like to programmatically add a ...
0
votes
0answers
97 views

Ontology and/or Semantic Vocabulary for Rumours and Gossips [closed]

I'm very interested in researching on gossips (rumours) from a Web Semantic viewpoint. ie: Are there papers in the applications of ontologies for rumours? Are there metrics to define? Have someone ...
2
votes
1answer
212 views

Execute a SPARQL query in SWI-Prolog, on a OWL ontology

I'd like to know how to execute a SPARQL query in SWI-Prolog, after I've loaded an ontology from a OWL/RDF file. I've found that it's possible to execute a query through sparql_query/3, but it ...
8
votes
1answer
151 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 ...
2
votes
2answers
150 views

How to search information from Ontology?

I have developed an Ontology for University by using Protege and currently I used SPARQL for accessing data from this university ontology as I have installed Protege in my local machine but once I ...
1
vote
1answer
760 views

get all classess, sub classess from owl in java

I have ontology file. owl from that i need to get all classes, subclasses from owl File file = new File("myontology.owl"); OWLOntology myontology = manager.loadOntologyFromOntologyDocument(file); ...
5
votes
3answers
281 views

Measuring distances among classes in RDF/OWL graphs

Maybe someone could give me a hint. Is it possible to measure the distance between 2 concepts/classes that belong to the same ontology? For example, let's suppose I have an ontology with the ...
2
votes
1answer
113 views

What is state-of-the-art tools and server to publish Semantic Web Services?

I have read papers about Semantic Web Service (SWS), I found a Server called IRS With a framework WSMO using open source tools such as (Web Service Modeling Tool kit) WSMT and its last update is ...
2
votes
1answer
118 views

Find location of person with SPARQL in Java

I get an ontology from: http://webmind.dico.unimi.it/care/locont-2.0.owl. It contains location, person, activity, etc. I want to find the location of person by SPARQL querying in Java. The result of ...
2
votes
0answers
172 views

Build a SKOS Reasoner rule-based

I have to build a reasoner for ontologies SKOS to reason with rules made ​​in CLIPS / Jess. I want to have simple forms of automated reasoning. I could not find anything specifically to help me create ...
1
vote
1answer
369 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 ...
1
vote
7answers
350 views

Ontology in “semantic web”

I have been attempting to keep up to date with up to date topics in computer science, and I keep reading about the "semantic web". From my understanding, the semantic web means the following: ...
3
votes
1answer
188 views

Instances vs Classes in RDFS

The description of the base classes defined by RDFS in the W3C reference document states that some classes are instances of one class and a subclass of another (or in some cases an instance and ...
0
votes
2answers
108 views

Import Debian Package descriptions into OWL/RDF ontology using PERL

I have a Protege (RDF/OWL) Ontology of a Debian Package Management System. The Ontology is structured as follows: Class: Package Datatype Properties: Name architecture section version distribution ...
5
votes
1answer
1k views

How to extract RDF triples from xml file using existing Ontology in java?

I am trying to extract RDF triples from xml files by using existing ontology. I am using java program, I also use XPath to extract datas from xml and Jena API to read and write rdf and ontology. Could ...
0
votes
2answers
309 views

R: Data structure for a ontology and web extraction

I want to extract information from a large website and generate an ontology. Something that can be processed with description logic. What data structure is advisable for the extracted html data? My ...
3
votes
1answer
580 views

printing out individuals for each concept in an ontology using rdflib

I have and ontology written in OWL/RDF(using Protege). This ontology has been already populated with some individuals for each concept. I have ported it in to python using rdflib and FuXi packages. ...
1
vote
1answer
190 views

ontology application project

I am looking for a project (application) that makes use of Ontology (for an academic course). Every body is talking about the health care application. I want to work on a different project. please any ...
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 ...
2
votes
2answers
290 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 ...
1
vote
1answer
127 views

Can a semantic web Ontology have the same expressivity but a different profile?

I'm analyzing some ontologies with the pellet reasoner, but I'm getting some strange results. When I perform the "pellet info" method on an ontology, and compare the OWL Profile to the DL ...

1 2