Ontology is a formal representation of knowledge as a set of concepts within a domain,and the relationships between those concepts

learn more… | top users | synonyms

1
vote
1answer
133 views

Python Sparql Quering A Local File

I have the following code which I use to print whole of my ontology. However, how can i perform some sparql with it, query and then print the resulting graph? g = Graph() g.parse('PLAYERS3.owl') for ...
1
vote
1answer
941 views

Jena: how to query data from model?

Is it possible to query data from a Model without writing sqarql-queries? Adding properties to resources or resources to models can be done easily, but I haven't found out yet, if there is a more ...
2
votes
1answer
125 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 ...
3
votes
2answers
290 views

Python Sparql Quering Local File

I have the following Python code. It basically returns some elemtns of RDF from an online resource using SPARQL. I want to query and return something from one of my local files. I tried to edit it ...
0
votes
1answer
180 views

Need to make a property transitive

I am using Jena with TDB. I am successfully storing triples but need to specify that a certain property "isA" is transitive in order to use the TransitiveReasoner for inference. The following is some ...
1
vote
1answer
266 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
410 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 ...
1
vote
1answer
47 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
1answer
985 views

Protege: How to specify restrictions on data properties?

I'm creating an ontology using Protege and would like to specifiy restrictions on data properties. Let's say there is a data property named hasCode. I've defined string as range and would like to ...
1
vote
2answers
928 views

Jena: How to add properties with numeric values?

How can I add numeric values like float, int or date to a Resource using Jena? I assume I'd have to use resource.addProperty(Property, String, RDFDataType), but how do I instantiate the correct ...
0
votes
2answers
492 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 ...
7
votes
4answers
372 views

Ontology-based string classification

I recently started working with ontologies and I am using Protege to build an ontology which I'd also like to use for automatically classifying strings. The following illustrates a very basic 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
75 views

How to define this kind of property in OWL?

I want to build an ontology to deal with person infected or not by a disease. <?xml version="1.0"?> </rdf:RDF> <owl:Class rdf:about="&person;Disease"/> <owl:Class ...
0
votes
0answers
338 views

Extracting values from OWL Classes

I'm using the FaCT++ reasoner and the Manchester OWL API provided here: http://owlapi.sourceforge.net/ I have an OWL detailing the elements in the periodic table, however I am struggling to extract ...
1
vote
2answers
378 views

How to create domain ontology

I want to create a domain ontology model in owl or rdf format and then to parsing using jena toolkit ,i dont idea as to how to create it is there any tool or software for creating ontology??please ...
3
votes
3answers
2k views

The best tool for visualizing ontologies? [closed]

I am looking to visualize ontologies for understanding and making others understand. I would prefer to have top-down hierarchy of classes. I have used OntoGraph which comes with Protégé, but I am not ...
0
votes
1answer
175 views

The Ontology for State Machines / other tools for designing state machines

I have a question regarding state machines. Can Ontology be used for state machines. I have a real-time application so performance is an issue. How will be its performance. And what are the ...
2
votes
1answer
165 views

How to define a owl:imports with OWL API v3?

I am using OWL API 3. I created a new ontology, but I do not understand how to associate a owl:imports with the ontology. I used IRImappers but they did not work. Thank you for the help.
2
votes
1answer
269 views

How create ontology with OntoStudio?

I need to create a taxonomy and rdf/xml ontology for it,Initially i started with "Protege" i found tutorial with sample example,and done with it. On googling i found OntoStudio is better than ...
2
votes
3answers
131 views

Finding the subject of a webpage

I'm interested in finding the subject or topic of random webpages and linking this to an entity in an RDF database such as dbpedia. I wondered if there are any tools/libraries to do this or if anyone ...
0
votes
0answers
98 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 ...
1
vote
1answer
196 views

Dynamic RDF builder that takes an ontology and SQL result and builds tree

I've written a program that queries a large and messy sql database and then takes the resulting data and creates an RDF based on an ontology that was written by someone else and outputs a file of ...
2
votes
1answer
213 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 ...
2
votes
1answer
109 views

Difference between machine processable and machine understandable

I was wondering if anyone could tell me (with an example if possible) the difference between machine processable and machine understandable in the context of ontologies.
0
votes
1answer
280 views

I have ontology file which i have created using Protege.. Want to retrieve classes and properties

I have ontology file which i have created using Protege.. For my java application i need to retrieve classes and their properties.. I have tried following code but it retrieves only tripples.. I m new ...
14
votes
2answers
396 views

Semantic Search in Python for hobbies + latest news

I want to implement a python based semantic search over a set of keywords (mainly hobbies, latest news, etc which people might be interested to talk about). I want to know if there exist an ontology ...
1
vote
2answers
73 views

What type of Ontology should I use?

I'm planning to build a web application to classify Web Pages using Ontology. As I know, there are many types of Ontologies: Domain Ontologies, Metadata Ontologies, Generic Ontologies and ...
8
votes
1answer
153 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 ...
1
vote
1answer
472 views

Ontology and the Web

I've been having trouble accessing an ontology that we built here via the web. I've been trying to understand sparql and as far as I can tell there's no real PHP support for ontologies yet. I was ...
1
vote
1answer
164 views

Using Arrays of resources in Jena

I need to read CSV file and then populate an ontology using jena and java. Since I need to reference some resources later in code, I created Arrays of resources such as the one below: Resource [] ...
2
votes
2answers
152 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 ...
0
votes
1answer
437 views

populate an existing ontology from a csv file using Jena

How to read an ontology (owl file) using jena and populate this ontology (ontModel) from a CSV file then write the populated OntModel into OWL file
1
vote
1answer
767 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); ...
0
votes
1answer
324 views

how to use sparql query in JSP for rdf over MySql database

Context: I have deployed Sesame workbench server in "Glass fish server" (netbeans) and uploaded my ontology in "MySql RDF store". Now I can see some tables created in my MySql database (connected to ...
3
votes
2answers
129 views

Working with logical functors in Prolog

I want to have logical connectives such as not(X), conj(X, Y), some(Y, K). and I want to be able to iterate over them. So for example I want to be able to convert not(some(Y, K)), into all(Y, ...
3
votes
1answer
839 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
1answer
127 views

A data extraction - Need Ideas

Consider there are n rows of text similar to the ones below: "Sony KDL46NX720 BRAVIA 46" 3D LED Backlit HDTV - 1080p, 1920 x 1080, 16:9, 120Hz, HDMI, USB, WiFi Ready » for $1148.99 at Tiger ...
5
votes
3answers
284 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 ...
4
votes
3answers
421 views

How to check for ontology consistency using java

I am using Ontology for recognition of user activities....I have an ontology(OWL) consisting of the various classes i will be using along with the object properties..... i am new to ontology and am ...
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
101 views

to parse .rdfs file

below is my .rdfs file. i need to get YYYY if my input is XXXX. How do i do it. <rdfs:Class rdf:about="&kb;XXXX" rdfs:label="XXXX"> <rdfs:subClassOf ...
1
vote
1answer
90 views

OWL Ontology: Represent increasing number, like first, second, third

I have a question about an OWL ontology that I am making. I have a class that is actually an ID class and I would like to have instances: first, second, third etc. The first solution that I have ...
1
vote
1answer
116 views

How do you normalize an ontology the way you would normalize a relational database?

I know how to normalize a relational database. There are methodologies for getting to a fifth normal form. I understand the reasons why you may want to back off to fourth normal or otherwise. What ...
0
votes
1answer
550 views

Convert a ontology to a graph

How to convert an ontology (.owl or .rdf) in a graph or an adjacency matrix? Is there any tool?
1
vote
1answer
130 views

Prolog frequently used rules and facts

Is there any standard predicate library for Prolog? I am working on a chat bot which will have common sense. Besides mathematical rules and facts I also need some English basic predicates, for example ...
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
173 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 ...
2
votes
2answers
193 views

Cannot extract RDF triple by locally defined predicate

Probably I just can't grasp some basic idea behind ontologies but here's my question. I'm trying to extract triples from an RDF storage (using 4store, but also tried XML ArmyKnife) with a SPARQL query ...

1 4 5 6 7 8