Tagged Questions
The foaf tag has no wiki summary.
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
1answer
155 views
Retrieving a DBpedia resource by its string name with SPARQL
I am trying to get the resource describing country Romania by the country name with this query:
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX : <http://dbpedia.org/resource/>
SELECT ...
2
votes
2answers
333 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 ...
2
votes
3answers
260 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
1answer
84 views
XSD Import to use foaf in the XSL-Schema
extending an rdf-vocabulary like FOAF is possible using XML-Schema but how can I use classes from such a vocabulary inside the definition? Basically I want to add new elements to the foaf:person and I ...
1
vote
1answer
40 views
What kind of applications have been developed that use FOAF?
I am developing FOAF files and submitting them to the semantic web. However, as I read some programming books on the semantic web, (e.g. Semantic Web Programming), I don't yet see how this could be ...
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 ...
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 ...
0
votes
1answer
40 views
Some problem about FOAF
I'm new here,and i have some problem about FOAF. I use jena create a FOAF like this :
Blockquote
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
...
0
votes
1answer
43 views
Rowlex - Getting only “root” individuals of a document
here is my rdf document which is generated by the rowlex library :
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ns="http://xmlns.com/foaf/0.1/"
...
0
votes
1answer
256 views
XSL document() function does not get any Data
I am working on an XSL Stylsheet to view FOAF Files and wan't to show the names and (if available) pictures of the people a person knows.
Since they may change their picture or name I would like to ...
0
votes
0answers
83 views
How to query individuals in DL Manchester OWL Syntax?
I know this sounds like a very stupid question, but I've been trying to figure this out and I can't find anything on this, though it seems obvious that this should be doable.
I'm developing something ...
0
votes
1answer
77 views
How to refer wikipedia categories in an ontology?
Is it perfectly alright to refer a category resource in an ontology by using wikipedia URI? Like http://en.wikipedia.org/wiki/Category:Cuisine for Cuisines? I want to define user interests using FOAF ...
0
votes
2answers
135 views
Generic file container for quick read of data
Since there are some major privacy issues with alot of social networking sites I am trying to think about alternatives. One is to let the user keep all the information stored in some kind of file ...
-2
votes
2answers
315 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 ...