Ontology is a formal representation of knowledge as a set of concepts within a domain,and the relationships between those concepts
5
votes
6answers
580 views
Ontology, semantics, web mining resources
Do you know any good resources where I can read and learn about ontology, semantics and web mining?
It could be a book, a website or any other resource.
0
votes
3answers
444 views
access all classes of ontology [closed]
dear all
i have an ontology that it doesnt have only one root class. it has 4 seperated classes(4 sub graph)
---1---- with listclasses() method i can't access 3 of them. this method lists one root ...
7
votes
9answers
3k 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.
8
votes
6answers
2k views
What is an Ontology (Database?)?
I was just reading this article and it mentions that some organization had an Ontology as(?) their database(?) layer, and that the decision to do this was bad. Problem is I hadn't heard about this ...
6
votes
6answers
2k views
How to create an ontology in python?
Are there libraries or certain "techniques" that you can use to create an ontology of elements?
Or "design patterns"?
I am talking about just a "graph" of things.
Suppose I have a bunch of words. ...
1
vote
4answers
1k views
Serializing JENA OntModel Changes
I need to keep a couple of [Jena] Models (OntModels, specifically) synchronized across a socket, and I'd like to do this one change at a time (for various reasons -- one being that each Statement ...
5
votes
1answer
386 views
How get DBpedia data in a specific language?
i tried this request
http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?QueryClass=film&QueryString=transformers&MaxHits=1
but if i want to retrieve info in italian language?
it there ...
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 ...
3
votes
1answer
315 views
OutOfMemoryError using Pellet as Reasoner
I'm trying to infer data using Pellet, but my application always crashes
during reasoning due to an "OutOfMemoryError: Java heap space".
As suggested elsewhere I have already tried to increase heap ...
2
votes
2answers
979 views
ontology with java(jena)
I'm doing some project which is based on ontology.I want to identify semantic of the text that has entered by user.
Is there any possible way to fulfill my task dealing with ontology through jena?
2
votes
1answer
182 views
ruleML - benefits/bad points?
I'm currently looking into ruleML and I was wondering if maybe someone could give me a short list of advantages and disadvantages about it?
Thanks
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 ...
2
votes
2answers
441 views
extract information from xml file as RDF triples
Could any one please recommend a tutorial or tell me how can I build a java program for extracting information from xml files and produce the out put as RDF triples using an existing ontology. an ...
2
votes
2answers
1k views
Converting HTML to RDF
I'm looking for a general purpose API/web service/tool/etc... that allows convert a given HTML page to an RDF graph as specific as possible (most probably using a back bone ontology and/or mapper).
1
vote
1answer
198 views
Qualified cardinality restriction definition in Protege
I was following this tutorial -> LINK
At page 75, it explains how to define a FourCheesePizza using a qualified cardinality restriction. Under the instructions it says "With this description a ...
1
vote
1answer
187 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 ...
1
vote
1answer
403 views
Synchronizing Jena OntModels with bnodes
This question relates to rcreswick's question on Serializing Jena OntModel Changes. I have Jena models on two (or more) machines that need to remain synchronized over sockets. The main issue that I ...
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
1answer
439 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
0
votes
2answers
170 views
What is an ontology? At least in context of web development
Any references to text books would also be appreciated.
0
votes
1answer
278 views
Generating Jena Bnode IDs
Is there a way to override Jena's default method for generating anonymous node IDs?
Ideally, I'd like to pass Jena a functor that would generate IDs so that I can make them globally unique (rather ...
-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, ...