0
votes
0answers
9 views

Owl Protege model repository

I can't really grasp the concept of how I can add an ontology model in a repository for storing. For example, I've created an ontology model in Protege 4.3. What's the next step? Suppose I want to ...
0
votes
1answer
21 views

Jena: property name cannot be resolved to a variable?

I'm using Jena to query my ontology, and I'm following Step 8: Querying a Model of this tutorial. The RDF file vc-db-1.rdf being queried here is generated from Step 3: Writing RDF and is shown below: ...
0
votes
0answers
24 views

How to populate an existing ontology with rdf triplets from multiple xml files?

I have an ontology which has already been defined. and i have a folder with hundreds of xml files which have been extracted by crawling.How can i extract triplets from all these xml files and populate ...
0
votes
0answers
23 views

Owl api: creating a new ontology that imports others

I have just started using the OWL API in order to generate some examples that use other ontologies. The situation is like this: I have two ontologies A and B that have many elements and imports from ...
0
votes
1answer
31 views

how to rename an ontology's prefixes

I have created an onology using Jena API which contains the following classes and DataType Properties: public class Onto { OntClass USER,...; OntModel model; String uriBase; ...
0
votes
1answer
36 views

Extract information from XML to RDF triples using ontology

I have an existing ontology and some XML files. I want to extract the data from the existing XML files and store them in (a new RDF file) RDF triples using Jena. How can I make the mapping between XML ...
0
votes
1answer
79 views

Is it possible to read allowed values for a datatype property of a class?

I'm using an ontology in which I created a class named "USER". This class contains a datatype property named "gender". Then I inserted two allowed values for this datatype which are "male" and ...
0
votes
1answer
71 views

Data property value extraction from an instance of an ontology

I am trying to display the data property values of the instances of my ontology.I am using Jena for this purpose. My instances are as follows <!-- ...
0
votes
1answer
122 views

OWL ObjectProperty loading as annotation in Protégé

I'm trying to load an ontology in Protégé but it is not processed as expected. Most problematic is that all the Object and Data Properties appear as Annotation instead of Data Property and Object ...
0
votes
2answers
40 views

List object resources from a instance in Jena

How can I list all Object Resources associated to a instance of Resource in Jena? For example: Micheal has an Object Resource called "Ben" which is a instance of a Resource Person
0
votes
1answer
42 views

How to list the objects of rdf statements?

I would like to select a list of the resources related to a given subject resource, via any RDF predicate. For example, if the resources in my model are ex:alice, ex:bob, ex:peter" andex:Ben, and my ...
0
votes
0answers
63 views

how to get all resources related to resource using jena API's..?

I have created a few methods in StoryModel. If there is any mistake in the code I really appreciate corrections. public class StoryModel { String dbName = "DB3"; String sns = ...
0
votes
0answers
33 views

Writing the sparql to get all carnivorous

I'm trying to get all the carnivorous from this ontology. The BBC page here enter link description here is build on this ontology. I'm no expert in sparql and rdf, can someone help me to write this ...
1
vote
0answers
51 views

Animal Ontology [closed]

I am looking for ontology like an animal ontology where I can get the hierarchy, e.g. Bird ==>Duck ======>Mallard_Duck I have seen this one, ...
3
votes
1answer
41 views

How do I state in OWL that a Property must have a set of ordered values?

How do I state in OWL that a Property must have a set of ordered values? For example: a Programme must have an rdf:Seq of Series, and a Series must have an rdf:Seq of Episodes? The ...
-2
votes
2answers
94 views

SemWeb - Convert C# object into RDF triples

All i want is to convert a C# class instance into rdf triples using semweb, in order to fill my ontology with data. My class consists of both primitive properties and other classes and i have ...
1
vote
1answer
63 views

How to return property of a resource using jena API in Java?

How to return all properties in model involving the specified resource(as subject or object)...? A method which returns string[] of properties related to that resource.
0
votes
3answers
67 views

How to embed MathML in an ontology and reference parts of it

I'm fairly new to MathML, so I apologize if this is a silly question. I'd like to embed MathML 3.0 into an ontology (RDF/OWL etc). But I'd like the variables in the equation to refer to entities in ...
1
vote
2answers
67 views

Build a method to delete a resource using Jena API

I have created a method to delete resources - I hope the below code is correct.... but it deletes only one statement. public void deleteResource(String resourceName) { OntResource resource = ...
2
votes
2answers
170 views

A SPARQL Query to get my pizza's name

I am just a beginner in SPARQL and can write some basic queries. I have a pizza ontology in which there is one pizza whose properties are as follows: rdf:subClassOf NamedPizza hasTopping only ...
1
vote
1answer
90 views

Use Jena to parse enumerated datatype generated by Protege

I have an Ontology file generated by Protege 4.2.0. It includes a DatatypeProperty defined as follows. <owl:DatatypeProperty rdf:about="http://example.com/NLPSchema.owl#race"> <rdf:type ...
-1
votes
1answer
35 views

Creating methods in java using jena rdf [closed]

I have very little knowledge in jena, I got a project to submit in 3 days and I have no idea how to create methods for the following ones.... Please can you help me.. public static void ...
1
vote
1answer
60 views

How to create a method to get resources of a certain type with Jena?

I have very little knowledge about Jena. How should I create a method to get resources of a specific type? public static String[] getResourcesOfType(String typeName) { ... }
0
votes
1answer
19 views

How to create method public static boolean setType(Resource resource, String typeName) in jena rdf

Can you please help me in building the code in setting a Resource to a Class import com.hp.hpl.jena.ontology.Individual; import com.hp.hpl.jena.ontology.OntModel; import ...
2
votes
1answer
55 views

Ontology for Adresses

I need to create an ontology for scheduling. I use FOAF and Time OWL for storing participants and times, but I also need to store the place, where an appointment take place: the address. Ontologies ...
1
vote
0answers
54 views

Commercial RDF Visualization tool?

I was wondering if anybody is aware of a commercial RDF Visualization Tool? There are a number of posts on SO about RDF visualization tools, but most of them seem to be open source projects.
1
vote
3answers
175 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 ...
2
votes
1answer
84 views

Populating RDFS Ontology from RDF data

I am new to the ontology field. My question is a clarification one rather than a problem. The information that am dealing with is written in RDF format. I built my own RDFS ontology and I want to ...
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
190 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
votes
1answer
98 views

Get data from rdf file [duplicate]

Possible Duplicate: Java - Using Jena APi - Get data from RDF file I'm using Java and Jena API. I have the class Person with the datatype properties hasFirstName, hasLastName, ...
1
vote
1answer
71 views

How to tune this ontology for simple geometric shape recognition?

I've the following ontology where red links are DatatypeProperties, blue ones are ObjectProperties and black ones 'is_a' relations. The ontology simply represent POINT, COORDONATES and SHAPES ...
0
votes
1answer
60 views

cannot load correct amount of triples when connecting to open rdf sesame using Topbraid Composer Maestro Edition

I have been struggling to make this work. In our open rdf sesame environment, we have our sesame repository that has over 200000 triples (we use n3 files to develop these triples btw). I used ...
-1
votes
1answer
188 views

Populate Ontology by converting huge xml file into rdf

I try to populate an ontology with data extract from marvel database wikia (you can extract an xml that contains all informations of a wiki). My issue is that this xml is too heavy to do anything with ...
0
votes
0answers
67 views

Convert XML to RDF using php

I would like to convert XML to rdf triples (using xslt) with php, what classe or API can i use for that? How can i use an ontology when i convert xml to rdf, of course in 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 ...
2
votes
1answer
88 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
183 views

How to retrieve comments from an owl file using Jena API?

currently I am doing a project on Ontology Based Information Retrieval. I have created the base ontology using the ontology editor, Protege and obtained the file , say family.owl .Basically i want to ...
1
vote
1answer
158 views

tools for generating semantic web based on ontology

what is the differencce between creating ontology in protege IDE and creating RDf/ontology in netbeans using jena? i am using this tutorial http://jena.sourceforge.net/tutorial/RDF_API/ for ...
1
vote
1answer
48 views

Using Excluded By in OWL

Dear Semantic Web folks, I'm questioning myself how I could define an "Excluded by" construction in OWL. For now the only solution I can think of is using disjointWith. What I mean with "Excluded ...
2
votes
2answers
175 views

Creating relations between classes in web ontology language(owl)

I need to define relations between classes in my ontology in OWL syntax. what should i do?
3
votes
1answer
102 views

jena direct inferred graph

I'm noob in Jena and reading this page,more specifically in Figure 5(iii) -"direct inferred relationship" I found exactly what I need. Basically, my OntModel needs to respect the following rule: ...
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
3answers
40 views

Ontology constraint for linked individual

I'm trying to specify a constraint in my ontology: Let's say I have classes A, B and C and object properties "A hasB B" and "B hasC C". I would like to specify constraint that every individual 'a' of ...
0
votes
1answer
117 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
95 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
143 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 ...
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.

1 2 3