Tagged Questions
The Resource Description Framework (RDF) is a language for representing information about resources in the World Wide Web. It is a syntax independent data model that may be serialised in a variety of concrete syntaxes. RDF is the core data format used on the Semantic Web.
24
votes
8answers
2k views
What is the semantic web?
I've heard a lot about the semantic web but I'm still not exactly sure what it is. How will it be different to the web we know now?
17
votes
5answers
2k views
What is the best PHP lib/class to generate RSS/Atom [closed]
I have to produce RSS/Atom feed in various applications, and I want to know a good lib/class wich is able to produce both, and which already handle all common problems.
For example the one I used for ...
15
votes
3answers
1k views
microformats, rdf or microdata
is there any difference between using one of this technologies?
I'm building now a site using HTML5, and I'm having hard time to decide which one of them to use.
I cannot see any difference between ...
13
votes
5answers
5k views
What are some good Java RDF libraries
I'm looking for a light weight java library for dealing with RDF data. It needs to be able to parse and write RDF xml data. Also I would like it to support simple querying of an RDF model. SPARQL ...
10
votes
3answers
285 views
Rails application architecture to work with RDF storage
I need to make an application, that saves the data in the RDF storage for subsequent processing. I have several solutions and don't know what to choose:
Use classical application architecture with ...
10
votes
4answers
1k views
Versioned RDF store
Let me try rephrasing this:
I am looking for a robust RDF store or library with the following features:
Named graphs, or some other form of reification.
Version tracking (probably at the named ...
10
votes
11answers
2k views
Examples of using semantic web technologies in real world applications
Are you working on a (probably commercial) product which uses RDF/OWL/SPARQL technologies? If so, can you please describe your product?
9
votes
6answers
993 views
Is there any killer application for Ontology/semantics/OWL/RDF yet?
I got interested in semantic technologies after reading a lot of books, blogs and articles on the net saying that it would make data machine-understandable, allow intelligent agents make great ...
9
votes
8answers
3k views
9
votes
8answers
1k views
What is the best way to learn about RDF / OWL?
What references offer a good summary/tutorial for using RDF/OWL? There seem to be enough tools (Protege, Topbraid, Jena, etc.) that knowing the syntax of the markup languages is not necessary, but ...
8
votes
1answer
183 views
RDF / Graph to Object Mapping Framework
Does anyone have used, implemented, knows or just have heard of any graph (especially RDF) to object mapping frameworks for java.
We are evaluating frameworks at the moment.
So far we have:
KMS
...
8
votes
3answers
784 views
exploratory SPARQL queries?
whenever i start using sql i tend to throw a couple of exploratory statements at the database in order to understand what is avaliable, and what form the data takes.
eg.
show tables
describe table
...
8
votes
7answers
2k views
The State of RDF in Ruby
I'm wondering about the current support there is in Ruby for semantic web technologies. Is there good RDF options? It seems that the last surveys done were circa 2007 ( ...
8
votes
2answers
268 views
Handling historical calendar dates
What standards and strategies are there for handling historic dates described in older calendar form?
The contemporary Gregorian calendar, with different length months, leap years, etc. is relatively ...
7
votes
6answers
531 views
Triplestore for Large Datasets
I want to ask about a good triplestore to use for large datasets, it should:
Scale well (millions of triples)
Have a Java interface
7
votes
6answers
5k views
What is the difference between RDF and OWL?
I am trying to grasp the concept of Semantic Web. I am finding it hard to understand what exactly is the difference between RDF and OWL. Is OWL an extension of RDF or these two are totally different ...
7
votes
4answers
3k views
What is a good RDF library for .net?
I'm looking for a library that can deal with RDF and OWL data.
So far I have found:
semweb (no owl support for all I know)
rowlex (more of a 'browser' application)
Your recommendations:
...
7
votes
4answers
628 views
Do you leverage Semantic Web technologies? Why or why not?
I'm interested in understanding why people choose to leverage technology built on the W3C Semantic Web standards. How did you make the decision to use the technology you chose and what does it enable ...
7
votes
2answers
1k 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 ...
6
votes
1answer
277 views
Differences between rdf:resource, rdf:about and rdf:ID
What is the conceptual differences between rdf:resource, rdf:about and rdf:ID. I did some investigation but the difference between them are not clear for me yet. For example, whether rdf:ID is used ...
6
votes
3answers
71 views
What's the preferred RDF toolset for Ruby?
What's the best Ruby library for working with RDF and SPARQL? I saw some other related questions but they were over two years old.
6
votes
1answer
327 views
Querying dbpedia with SPARQL
I'm querying dbpedia.org for a description of Big Ben with this SPARQL query:
select ?desc
where {
<http://dbpedia.org/resource/Big_Ben> <http://www.w3.org/2000/01/rdf-schema#comment> ...
6
votes
3answers
258 views
Which to use, XMP or RDF?
What's the difference between RDF and XMP?
From what I can tell, XMP is derived from RDF... so what does it offer that RDF doesn't?
My particular situation is this: I've got some images which need ...
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 ...
6
votes
3answers
1k views
RDF storage
Has someone experiment RDF storage solution like sesame ? I'm looking for performance review of this kind of solution compared to the traditional database solution.
5
votes
1answer
182 views
How to create a basic semantic search in python
I want to write a basic semantic web crawler using python, I know that semantic apps use rdf files, but what else? I have some python rdf modules installed and I started learning how they work, would ...
5
votes
3answers
141 views
N3 notation to RDF/XML
I have to sample N3 and I need to convert it to the corresponds RDF/XML format please , any help ?
crop:AttributeValue a rdfs:Class .
crop:SomeValue a rdfs:Class; rdfs:subClassOf ...
5
votes
4answers
129 views
GEDCOM to HTML and RDF
I was wondering if anyone knew of an application that would take a GEDCOM genealogy file and convert it to HTML format for viewing and publishing on the web. I'd like to have separate html files for ...
5
votes
4answers
117 views
Is there any web semantic framework who doesn't represent triple like a tri-node structure?
In my work we are building a huge aplication that will use billions of triples, to optmize the space required to store these triples I've been searching for a different way to represent them, any way ...
5
votes
5answers
790 views
Parse large RDF in Python
I'd like to parse a very large (about 200MB) RDF file in python. Should I be using sax or some other library? I'd appreciate some very basic code that I can build on, say to retrieve a tag.
Thanks in ...
5
votes
1answer
238 views
Representing Natural Language as RDF
How much of the concepts conveyed in natural language is RDF/OWL able to represent? I'm still learning RDF and other semantic technologies, but as I currently understand it, information is typically ...
5
votes
2answers
286 views
Clojure: No implementation of method in protocol
I am trying to load the Clojure library for RDF clj-plaza in Clojure REPL like so:
user=> (use 'plaza.rdf.core)
nil
I have a folder named plaza, and a subfolder named rdf and the file core.clj ...
5
votes
1answer
148 views
RDFa content implementation for products
I'm knee deep in the nightmare that is RDFa implementation for product information and am curious if anyone out there can provide some insight.
Google flat out say's not to hide information just for ...
5
votes
2answers
302 views
RDF correct approach to subClassOf
I am learning RDF.
What's the difference between this two approaches:
a)
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
...
5
votes
2answers
2k views
What are the strengths and weaknesses of a triplestore database?
What are the strengths and weaknesses of a triplestore database, such as Mulgara? In which situations would its performance be significantly different from that of a traditional relational database?
...
5
votes
5answers
564 views
Is there an RDF ontology for blogs?
I'm setting up a blog, and I'm fascinated by RDF and the idea of the sematic web. I'd like to use RDFa to embed sematic data into my blog. There are several well know semantic web ontologies like FOAF ...
4
votes
1answer
26 views
Creating a RDF file using a txt file as input
How can I convert a simple tab-delimited txt file (containing the headers subject, predicate, object) into a RDF N-triple format using the python module RDFlib?
4
votes
2answers
61 views
Semantic web resources for a new web site?
I want to implement a web site from scratch using semantic web as much as possible. My website will be for a Scientific Institution, I have no model but I recognize there are entities/objects like
...
4
votes
1answer
59 views
getting xml:lang attribute with a sparql request
i'd like to know if it's possible using a sparql query to get the language tag on some litteral in my graph.
for instance, i could have things like :
<skos:prefLabel ...
4
votes
2answers
135 views
Is it possible to use RDF storage also as a document-oriented database?
Suppose I have a large ammount of heterogeneous JSON documents (i.e. named key-value mappings) and a hierarchy of classes (i.e. named sets) that these documents are attached to. I need to set up a ...
4
votes
3answers
70 views
Measuring distances among classes in RDF/OWL graphs
Maybe someone could give me a hint. Is it possible to measure the distance between 2 concepts/classes that belong to the same ontology?
For example, let's suppose I have an ontology with the
...
4
votes
2answers
91 views
selecting using sparql based on 'triple does not exist'
I need a little help selecting the right triples from my store....
<a> a <type/1> .
<b> a <type/1> .
<c> a <type/1> .
<c> a <type/2> .
i want to ...
4
votes
1answer
226 views
How to query RDF/OWL using SWI-Prolog's Semantic Web Library?
How can I use the SWI-Prolog Semantic Web Library to make a query into the OWL/RDF file and extract some information?
The OWL/RDF file is having information about all the Debian packages so I need to ...
4
votes
4answers
150 views
How to start learning semantic WEB
i'm a student in the last year and i'm thinking of My Graduation project to be in semantic web and machine learning
the Question is How could i start learning about creating WEB apps that understand ...
4
votes
1answer
225 views
how to extract synonyms from MeSH ontology?
In this level of my work, I need to extract a class synonyms from MeSH ontology.
I am searching for the right syntax for the SPARQL query: how synonyms are they stored in MeSH? and how can I extract ...
4
votes
2answers
435 views
Java n-triple RDF parsing
I want to parse an RDF file which is in n-triple form.
I can write my own parser but I would rather use a library, and Jena seems unecessarily complicated for this purpose (or at least I can't see ...
4
votes
1answer
149 views
What does “reify” and “reification” mean in relation to RDF?
I do think I understand the meaning of these words in programming languages, but it is not clear in regards to RDF and triples. Is there an example that will help me to understand?
Thank you
4
votes
4answers
301 views
open source semantic web project
I am looking for an open source semantic web project, i know there are jena and Sesame but i looking for another open source semantic web project
Any help would be appreciated
4
votes
2answers
1k views
Usage of MongoDB as a RDFStore for data objects
Is there any tool to query MongoDB using SPARQL ?
I store object using an RDF schema (boo Mongo no schema ^^), and now i looking for a tool/server to query the datastore using SPARQL.
I started to ...
4
votes
4answers
631 views
REST and RDF, what's the representation strategy?
Your triplestore contains a lot of nodes, and you have to make accessible this database via a REST interface.
Now, my solution would be that every named (not-anonymous) node is exported as a ...