3
votes
2answers
480 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 …
2
votes
7answers
94 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.
2
votes
1answer
99 views
OWL: Abstract classes , anonymous nodes, Regular Expressions
When defining an Ontology using OWL, is there a way to say that a class
should always be an Anonymous Node
(no rdf:about="...") e.g. <my:FamousQuote/>
is abstract and any Instance of this …
2
votes
6answers
334 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.
2
votes
4answers
195 views
Where can I find a good collection of public domain owl ontologies for various domains?
I am building an ontology-processing tool and need lots of examples of various owl ontologies, as people are building and using them in the real world. I'm not talking about foundational ontologies …
1
vote
1answer
20 views
Visualize a Jena ontology model in Java
Hi,
I would like to visualize an Ontology model created through Jena in Java. Is there an API which can help me out in this task ? Or at least a tutorial on the matter?
Thanks in advance.
1
vote
5answers
142 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
1answer
46 views
How do I deserialize a OWL document?
Hello,
I created a bunch of classes using ROWLEX and had them serialized to RDF using
RdfDocument rdfDocument = Rdfizer.Serialize(ontology);
Now i would like to deserialize it (similar to how …
1
vote
3answers
130 views
use of Uri and Url in semantic web
Hello,
I'm working on a semantic web project and I've encountered some problems about Uri & Url.
First of all, a general question: how are Uris referenced by a user application in world wide web? …
1
vote
1answer
59 views
Individuals and properties in semantic web
Hi,
I'm currently working on a semantic web e-learning project. I've made an ontology and classes. However, when populating RDF files, I create an individual (for example a course) and place it in a …
1
vote
4answers
156 views
OWL Assembly Generation Problem (OWLGrinder)
I am building an assembly from my OWL ontology, but when parsing ontology, it raises an error message at "datatype properties" where a type is declared and some values are given. I've written my …
1
vote
0answers
87 views
Open Source Comparison Engines
A long time ago, Lycos had a comparison engine that is now defunct. I would like to find an open source equivalent of this offering...
1
vote
1answer
85 views
Does RDF data instance have RDF Schema embedded in it?
There exists a pre-defined norm for RDF Schema. I was wondering whether RDF data instance does have RDF Schema snippet embedded in it? Something like name of a class which also happens to be the name …
1
vote
2answers
440 views
SPARQL query - Class and subclass give a class name and namespace
How can i get all the class properties and its sub classes with properties from an RDF datasource using SPARQL query given a class name and namespace?
1
vote
2answers
123 views
Tools to enable translation of A-Box ontology data
Does anyone know of any tools capable of defining a declarative mapping from T-Box structures from one ontology to another, which when executed can effect translation of A-Box instance data from one …
