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
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
288 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 ...
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
2answers
332 views

Association Rule Mining on a FOAF dataset of social networks

I am working on a project called "association rule discovery from social network data: Introducing Data Mining to the Semantic Web". Can anyone suggest a good source for an algorithm (and its code. I ...
1
vote
2answers
154 views

Depiction vs. Depicts

I'm working with FOAF and RDFa, and struggling to figure out whether I should be using foaf:depiction or foaf:depicts and the correct way to use them. Here's what I've already established: <div ...
-2
votes
2answers
313 views

Developing a Semantic Web Application

Although i have a little bit of experience in developing dynamic websites using ASP technologies, but I am new to semantic web programming, and i intend to implement a website based on semantic web ...