Tagged Questions
6
votes
11answers
3k views
Visualize Friend of a Friend (foaf) graph
I wrote a script to export twitter friends as foaf rdf description. Now I'm looking for a tool to visualize the friend networks. I tried http://foafscape.berlios.de/ but for 300+ Nodes it is really ...
3
votes
1answer
54 views
Retrieving a DBpedia resource by its string name with SPARQL and without knowing its type
As shown in this question which has a similar title, I would like to retrieve a dbpedia resource by knowing a part of its name. I'm a beginner when it comes to SPARQL and such, but the example in the ...
3
votes
2answers
42 views
Why am I geting an error while trying to use relation on FOAF?
I am trying to validate a foaf code on W3C RDF and the from following block it is causing problem. Here I am trying to show relation between Randy and Adil, please currect me why I can't use "rel" tag ...
3
votes
2answers
290 views
Using the 'GRAPH' keyword in SPARQL to fetch remote graphs
I'm looking to use SPARQL for a relatively basic task: Given a FOAF graph, I'd like to parse the elements I find in there, get their tags (if they exist) and then, use those as new graphs from which ...
3
votes
4answers
1k views
SPARQL Negation: All foaf:Agents which aren't foaf:Persons
I am trying to write a SPARQL query which should give me all foaf:Agents which aren't foaf:Persons.
I can't see a way to apply this OPTIONAL/BOUND construct to this problem, because all the ...
2
votes
2answers
55 views
How do I see the semantic data for a URL?
Let's say I have an URL for a website. How do I see if there is semantic content (FOAF, RDF, etc) associated? And what the URLs for these are?
I just installed Semantic Radar, a Firefox plugin that ...
2
votes
3answers
104 views
Product Definitions Ontology
Does some know of an OWL ontology describing different products? I've tried to find it on http://linkeddata.org but to no avail (or maybe I am missing something)? Ideally, the ontology would be linked ...
2
votes
3answers
261 views
Read RDF(FOAF) from JSP
i have an RDF File with FOAF vocabulary, and i want to display the file with a jsp. What do i need for this??
OK i just got the message from the tutor that i must use JSP and Jena...i can create the ...
1
vote
2answers
76 views
Adding extra fields to a FOAF file
I would like to store my personal data in a FOAF file on my own server. There is a group of us doing the same thing. We need a couple of custom fields that the standard FOAF implementation doesn't ...