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.
10
votes
5answers
5k 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:
...
18
votes
5answers
8k 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 ...
11
votes
3answers
3k 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
...
18
votes
5answers
5k 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 ...
13
votes
7answers
3k views
The State of RDF in Ruby [closed]
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 ( ...
5
votes
6answers
579 views
Ontology, semantics, web mining resources
Do you know any good resources where I can read and learn about ontology, semantics and web mining?
It could be a book, a website or any other resource.
10
votes
1answer
1k 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 ...
3
votes
1answer
598 views
get restrictions on classes in jena
Here is what I am trying to get:
Using the pizza ontology
Use case:
I want to be able to look up all the toppings for American Pizza.
If I open the ontology in protege, I can see that American Pizza ...
4
votes
2answers
3k views
XPATH - Select all child nodes with a specific attribute
what would be the xpath for the following:
Find all child nodes with a specific attibute value but starting from a node with a specific attribute value.
This is kind of related to a question I ...
3
votes
1answer
193 views
Work around to query DBpedia for two keywords
I want to query DBpedia for multiple keywords, apparently I have to search for an exact substring, so if I want the page about Egyptian Pyramids, searching for Egypt Pyramids won't work, but that's ...
1
vote
1answer
53 views
How can I represent a 5-tuple in RDF?
In RDF I have seen examples like
John | Is a Friend of | James
James | Is a friend of | Jill
Jill | Likes | Snowboarding
Snowboarding | Is a | Sport
But if something happened in a model which is ...
1
vote
1answer
332 views
Java - Using Jena APi - Get data from RDF file
My question concerns the class Person with the datatype properties hasFirstName, hasLastName, hasDateOfBirth, hasGender.
I'm using Java and Jena API.
Here is how one person is represented in my RDF ...
1
vote
1answer
246 views
Manipulation of sesame server repositories (owl ontology) in java servlet
I'm trying to connect a web application (eclipse) with my Sesame repository server (sesame 2.6.3) both of them are running in my local machine under the same Apache Tomcat 6.0.29. I found the sesame ...
1
vote
2answers
228 views
create RDF from XML
I have this xml file, how can I create RDF triple from it using xpath and ModelFactory in java?
<xml>
<person>
<name>Joe</name>
<website ...
0
votes
1answer
832 views
API Jena - Get values of data properties
I created an interface in java with 4 labels, 4 textfields and some buttons like "Add", "modify, "next", etc. The user will enter name, first name, birth date, etc. After clicking the button "add", ...
-1
votes
1answer
74 views
How to get a list of resources linked to a resource in Jena?
I created a Model using the Jena APIs:
public static void main(String[] args) {
Model model = ModelFactory.createDefaultModel();
Resource alice = ...
35
votes
9answers
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?
32
votes
8answers
13k 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 ...
17
votes
7answers
2k 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 ...
7
votes
9answers
3k views
Which Triplestore for rapid semantic web development?
Ease of installation/use is the most important factor here - not performance.
Small is OK as large datasets are not expected.
32
votes
5answers
3k 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 ...
17
votes
8answers
6k views
8
votes
2answers
314 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 ...
6
votes
5answers
324 views
How to get started with RDF? (Particularly for relational database developers?)
I am putting together a catalog (catalogs by nature are just metadata), and so rather than using a database, I am using an RDF store and SPARQL processor to compile the data. I am at the ...
4
votes
3answers
332 views
Getting Started With SPARQL, Sandboxing
I'm a firm believer in learning a platform or technology by playing with it. So I've kind of glanced at SPARQL and thus far haven't really gotten to into it because it just ... looks daunting (as does ...
4
votes
3answers
344 views
triplestore with revisions
I need to store RDF triples, while keeping track of modifications. Is there anything out there for this service? Alternatively, how would you keep track of revision while using a context-aware ...
4
votes
5answers
964 views
How to store data like Freebase does?
I admit that this is basically a duplicate question of Use freebase data on local server? but I need more detailed answers than have already been given there
I've fallen absolutely in love with ...
8
votes
5answers
2k 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
430 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
1answer
713 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
2answers
286 views
djangonic way to deal with rdf?
I was looking for an RDF project for django and I cant find any active.
This seems to be a good one http://code.google.com/p/django-rdf, but the last commit was in 2008, (4 years ago). The group in ...
4
votes
4answers
1k views
Getting DBPedia Infobox categories
I'm currently looking for a way to query DBPedia's Infobox Onyology database via the SPARQL endpoint to get a list of the classes, the subclasses of a selected class, and the properties of a given ...
4
votes
2answers
763 views
RDF of sentences
I need to classify sentences as a RDF format.
In other words "John likes coke" would be automatically represented as
Subject : John
Predicate : Likes
Object : Coke
does nyone know where I should ...
3
votes
2answers
610 views
Javascript parser for RDF/JSON from WEBVTT
Good evening.
Straight to the point - I would need a script that grabs RDF/JSON structure from specific time interval in WEBVTT file. Does such a thing exist?
RDF/JSON is Talis specified file ...
3
votes
2answers
340 views
suggest database for storing metadata regarding 200 million images (1 million books) (NoSQL? SQL?)
Friends,
We will be undertaking a knowledge preservation project for scanning more than 1 million books. We need some suggestions on implementing database for storing and retrieving metadata as well ...
2
votes
2answers
575 views
Programatically generating assemblies from OWL files with ROWLEX
I have been using the ROWLEX library to handle RDF-s. It is shipped with a designtime GUI tool called OwlGrinder.exe that can generate C# helper classes (.NET assemblies to be exact) from my OWL ...
6
votes
1answer
835 views
Counting in SPARQL
Ok so i have this query
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT (COUNT(?instance) AS ?count) WHERE {
?instance a <http://dbpedia.org/ontology/Ambassador> .
...
5
votes
2answers
315 views
Where do I test my queries for my RDF written in SPARQL
I am a beginner with Semantic Web technologies, My question might be a very basic one but I am really stuck figuring it out.
I have a RDF file I created from an XML and have validated it using w3.org ...
5
votes
1answer
1k views
How to extract RDF triples from xml file using existing Ontology in java?
I am trying to extract RDF triples from xml files by using existing ontology. I am using java program, I also use XPath to extract datas from xml and Jena API to read and write rdf and ontology. Could ...
5
votes
2answers
190 views
How can ROWLEX be licensed under L-GPL while it uses SemWeb which is GPL?
According to its homepage, the SemWeb library (great library for handling RDF under .NET) is released under GPL. Since the ROWLEX tool is built on SemWeb, ROWLEX supposed to be GPL, too. Still, ROWLEX ...
3
votes
1answer
312 views
OutOfMemoryError using Pellet as Reasoner
I'm trying to infer data using Pellet, but my application always crashes
during reasoning due to an "OutOfMemoryError: Java heap space".
As suggested elsewhere I have already tried to increase heap ...
3
votes
2answers
220 views
How are RDF and RDFS related?
I've been reading about Semantic Web technologies such as RDF/RDFS and "ontology", but was wondering how each of these are related? At the moment the terms all seem interchangeable, or I'm not ...
1
vote
1answer
892 views
SemWeb Library RDF parser for c#
Hi
I'm trying to use a RDF library for c# called SemWeb
but i'm not beeing able to read my rdf file, wich is 570 MB large because i can't seem to implement any of the examples they give and the ...
0
votes
1answer
85 views
Stand alone Application for Retrieving data from 8 ontology files(.ttl files) and displaying the output in json
I am new to semantic web. I spent lot of time in understanding the concepts of semantic web i.e. RDF,ontology,ontology mapping etc. Now I have a task to retrieve the data from 8 ontology files and ...
6
votes
1answer
471 views
Fastest algorithm for finding overlap between two very large lists?
I'm trying to build an algorithm in Python to filter a large block of RDF data.
I have one list consisting of about 70 thousand items formatted like <"datum">.
I then have about 6GB worth of ...
5
votes
1answer
164 views
How to get a nested structure in Jena?
I'm very new to RDF. I need to create an RDF structure that looks like:
<rdf:Description rdf:about='uri1'>
<namespace:level1>
<rdf:Description>
...
3
votes
2answers
216 views
Java - Jena API - Output file
I'm using Java and Jena API.
I have a class Person with the datatype properties hasFirstName, hasLastName, hasDateOfBirth, hasGender.
Here is how one person is represented in my RDF file.
...
3
votes
1answer
731 views
OpenRDF Sesame - 404 error
I have OpenRDF Sesame in my webapps folder under my Apache Tomcat installation. I can access the /openrdf-workbench webapp, but /openrdf-sesame gives me a 404 error.
Literally all it says is:
HTTP ...
3
votes
1answer
136 views
RDF reading/parsing errors
I have some RDF files which I want to import into a tripplestore(AllegroGraph), but at the first file I get a SAX parser error, stating there is an unrecognized character. After removing the line in ...
3
votes
2answers
1k views
XSLT transformation from RDF to html
I am trying to transform an RDF file to HTML using XSLT.
I am using the template that i've found on the web:
http://snippets.dzone.com/posts/show/1164
<?xml version="1.0" encoding="utf-8"?>
...
