Unanswered Questions

4
votes
0answers
68 views

Tools for debugging a public SPARQL endpoint

When I'm working with a public SPARQL endpoint and get unexpected behaviour, I'm frequently not sure if I'm doing something wrong, or the endpoint is faulty (most of the time it is …
3
votes
0answers
48 views

Named graphs and multi-graph documents… standardisation and directions?

Named Graphs have thus far served a very useful purpose (esp. in SPARQL) for supporting notions of provenance into systems which want to store and track data from multiple sources. …
3
votes
1answer
133 views

How to take advantage of relative URI references in modern OWL/RDF editors

I have a long standing problem with being able to use modern OWL / RDF editors (such as Protege and Top Braid Composer, primarily) to manage OWL or RDF documents that rely on relat …
2
votes
1answer
70 views

graph viewers capable of querying via SPARQL endpoints?

Are there any generic graph based graphical viewers of RDF data that query and retrieve result sets via SPARQL endpoints? I'm thinking something like Gruff but not limited to an A …
1
vote
1answer
50 views

Can Drupal 7 be a good choice as a Triple Store repository?

My current project requires the integration of an aggregation platform and RDF triple store for semantic indexing and graphing. Given that Drupal 7 has RDF in its core and it is a …
1
vote
0answers
66 views

Java Classes Generator from RDF with support for multiple inheritance.

Hi, I am looking for a library that can generate Java classes from a given RDF ontology. (question asked previously here). I have found tools such as RDFReactor and RDF2Java, but …
1
vote
0answers
61 views

How to upload RDF using SDB in java?

Hi, I use SDB to upload RDF data described as DOM to MySQL. The follwing code updates Node table but apparently not the Triple Table in the database. Any suggestions? Thanks, Pa …
1
vote
0answers
234 views

Importing owl files using owl api

Hello, I have a problem with importing owl files using owl api in Java. I successfully can import 2 owl files. However, a problem occurs, when I try to import 3 or more owl files t …
0
votes
1answer
71 views

Open Graph and FOAF ontology alignemnt

I'm using ARC2 php library to import RDF files that contains user profiles (foaf represented) into a store. Fortuenately, facebook unleashed their data via Open Graph protocol whic …
0
votes
2answers
59 views

Mapping vCard to FOAF

Hi there, I'd like to convert vcard xmlrdf docs (fetched using any23) to their corresponding triples in foaf/doac. Is this doable? Thanks in advance.
0
votes
0answers
40 views

Where can I download a XHTML+RDFa ready template for Blogger.com blogs?

Despite the fact that the RDFa in XHTML: Syntax and Processing refers to a blogger.com profile, I have not found a template for my blog that is XHTML+RDFa compatible. So, I can ent …
0
votes
0answers
50 views

SKOS(XL) and the OWL API

If I import SKOS-XL in a IDE using the OWL API such as Neon-Toolkit and Protégé I do get a completely different user experience than in an IDE based on Jena. The details are descr …
0
votes
0answers
48 views

Creating OWL classes and Properties for a vocabulary rather than an instance document using the OWL-API

I am experimenting with the OWL-API and I am looking for a way to create classes and properties without actually going through creating the subclass/ClassAssertion and Property ass …
-1
votes
0answers
16 views

Experiences using JADEOWLCodec.

Hi, Have you had any experiences with the JADEOWLCodec? I've tried using it in a multi-agent project but ran into some problems. Now I'm trying to dig deeper into the source code, …
-2
votes
0answers
143 views

What’s the use of an XMI to OWL translation?

Hi all, I have written a tool that performs a GRDDL-based translation to OWL using an XMI input file (code generated by modeling tool). I am eager to hear your opinion on the foll …