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.

learn more… | top users | synonyms

0
votes
2answers
48 views

Insert data into OWL ontology

I have a custom OWL ontology and I uploaded into my model like this: OntModel=ModelFactory.createOntologyModel(); InputStream in = FileManager.get().open(urlFile); model.read(in,""); ...
1
vote
1answer
50 views

What will happen if both Microdata and RDFa are on the same WebPage

What will happen if Microdata and RDFa both are on a webpage? What I can tell from my experience from a class of web pages where I have implemented Microdata where RDFa contents was already there is ...
1
vote
2answers
31 views

Architecture for the proper decoupling of OWL/RDF knowledge and (mostly numerical) facts

I am working on an application dealing mainly with public health indicators. The related concepts and knowledge are kept in an OWL ontology. There will also be eventually a (potentially important) ...
2
votes
1answer
24 views

SPARQL Tracker Could not run update, Property not found in the ontology

tracker-sparql -qu "INSERT SILENT INTO <urn:uuid:38f> { <urn:uuid:38f> a nfo:FileDataObject , nie:InformationElement ;nie:isStoredAs <urn:uuid:38f> ; nie:url 'file.mp3' ; ...
1
vote
1answer
60 views

How to convert GML/JSON to RDF?

i've got a geo-related dataset with coordinates and want to convert it into RDF to publish it as Linked Data. The dataset exists in the formats GML, KML, JSON, CSV and XSD. The content is just about ...
1
vote
2answers
43 views

Specify multiple rdf:types in a SPARQL query

I have a SPARQL query like this PREFIX prefix: <http://example.org/ns#> SELECT * WHERE { ?x rdf:type ?type . } Suppose now I want to specify the type of ?type as being either ...
0
votes
2answers
71 views

ZF2 Route with Colon Seperator

I am working with ZF2 and trying to setup Route configuration that uses a colon seperator. For example, the web address could be www.example.com/namespace:subject and I want to send it to a specific ...
0
votes
1answer
116 views

OWL ObjectProperty loading as annotation in Protégé

I'm trying to load an ontology in Protégé but it is not processed as expected. Most problematic is that all the Object and Data Properties appear as Annotation instead of Data Property and Object ...
0
votes
1answer
60 views

Using OWL API to query BBC Wildlife Ontology

Is it possible to use the OWL API to query this ontology, http://www.bbc.co.uk/ontologies/wildlife/2010-11-04.shtml, I'm getting a huge confusion about it. Its mention its in RDF, my confusion is, it ...
0
votes
3answers
61 views

Stardog database creation giving file not found exception

I am creating a new database in stardog using java. When I am creating the database and importing a RDF file in localhost its working. But when I am creating db in remote server I am getting a file ...
0
votes
2answers
39 views

List object resources from a instance in Jena

How can I list all Object Resources associated to a instance of Resource in Jena? For example: Micheal has an Object Resource called "Ben" which is a instance of a Resource Person
0
votes
1answer
42 views

How to list the objects of rdf statements?

I would like to select a list of the resources related to a given subject resource, via any RDF predicate. For example, if the resources in my model are ex:alice, ex:bob, ex:peter" andex:Ben, and my ...
0
votes
0answers
42 views

SKOS : how to generate a rdf file with SKOS in Jena

I am a beginner and I need help finding good tutorials, or sample code that would help me to understand how to generate RDF file in Jena using the SKOS API. Is there a better book for reference ...
1
vote
1answer
40 views

What happens if I close a connection from connection pool of stardog

Take a look at the following code. 1. I am creating a connection pool to stardog 2. Obtaining a connection from the pool. 3. Returning the connection to pool after the use. My question is what will ...
0
votes
0answers
61 views

how to get all resources related to resource using jena API's..?

I have created a few methods in StoryModel. If there is any mistake in the code I really appreciate corrections. public class StoryModel { String dbName = "DB3"; String sns = ...
4
votes
1answer
136 views

Ruby RDF query - extracting simple data from Seq and Bag items

I am receiving xml-serialised RDF (as part of XMP media descriptions in case that is relevent), and processing in Ruby. I am trying to work with rdf gem, although happy to look at other solutions. I ...
0
votes
1answer
26 views

How can I use OWL Import with relative paths?

In my OWL file, I import many other files like: <owl:imports rdf:resource="file:/home/noor/Downloads/bbc/Anatidae.rdf"/> <owl:imports ...
2
votes
1answer
30 views

How Mozilla Thunderbird uses RDF database of IMAP hosts and ports

I'm trying to figure out how to guess of the IMAP host and port from the email. This is being done in Thunderbird and a similar question was posted here: Getting mail server details from an email ...
1
vote
1answer
55 views

Jena not loading data from imported RDF Files

I have an RDF file that I loaded in TopBraid, I also imported some RDF files from the web. Finally, I saved the base file and check its code to ensure it includes the import statements. ...
0
votes
0answers
32 views

Writing the sparql to get all carnivorous

I'm trying to get all the carnivorous from this ontology. The BBC page here enter link description here is build on this ontology. I'm no expert in sparql and rdf, can someone help me to write this ...
1
vote
0answers
50 views

Animal Ontology [closed]

I am looking for ontology like an animal ontology where I can get the hierarchy, e.g. Bird ==>Duck ======>Mallard_Duck I have seen this one, ...
0
votes
1answer
62 views

some confusions between rdf and owl in Jena

I am fresh learning semantic web. As Jena cannot process owl format files, I used Protege to create a ontology, saved as RDF/XML but the file ended with .owl. see the code: OntModel model = ...
1
vote
1answer
52 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
votes
1answer
43 views

.net RDF DBLP querying [closed]

public partial class Index : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void ImageButton1_Click(object sender, ImageClickEventArgs e) { try { ...
0
votes
1answer
81 views

XML to RDF : using JENA GRDDL

I want to transform xml files to RDF. I think that JENA GRDDL can be used ,but I don't know how it works ! and I did not found any examples ! can you help me please to start using this API or show me ...
0
votes
1answer
44 views

.net rdf dblp dataset querying

when i run the following code to query the dblp dataset using this code snippet i am using this endpoint http://dblp.l3s.de/d2r/snorql enter code hereString st = ""; String qry = ""; ...
0
votes
1answer
42 views

Querying DBLP database

I want to query the DBLP databse using this end point: http://dblp.l3s.de/d2r/snorql/ My code snippet: String st = ""; String qry = ""; String uri_V; String dguri_V; uri_V = ...
-1
votes
1answer
120 views

reading local .owl file using Jena response filenotfoundexception

I am a student doing some jena development. when i read local files, even though it only had 3 lines I could not get it functioned normally. here is my code : OntModel model = ...
2
votes
1answer
74 views

Using DataTypeProperty literal in SPARQL query not working

I'm trying to execute a very simple SPARQL query to retrieve the nationality of a person based on a name passed in the query string, and I don't understand why it's not working. Here are the relevant ...
2
votes
1answer
74 views

SPARQL Query: How I get only a literal or string as result?

Data: <untitled-ontology-5:OperationName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"> Adhesive Curing </untitled-ontology-5:OperationName> SPARQL Query: PREFIX ...
1
vote
1answer
115 views

From jena QuerySolution to Model tdb rdf

I use dbpedia to obtain some specific results, and I want to store them in a local tdb. but i can't find a way to add the results to my local tdb. package festifolk.tdb; import ...
3
votes
1answer
40 views

How do I state in OWL that a Property must have a set of ordered values?

How do I state in OWL that a Property must have a set of ordered values? For example: a Programme must have an rdf:Seq of Series, and a Series must have an rdf:Seq of Episodes? The ...
0
votes
1answer
32 views

Error in SPARQL Query

I'm getting an error with my SPARQL query but can't find it out: Query PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdfs: ...
0
votes
1answer
50 views

DBpedia, get country of a site having a latitude and longitude

I want to get the Country which contains a latitude and longitude. Currently, I have the query below which works, SELECT DISTINCT ?lat,?long,?place WHERE { :Taj_Mahal dbpprop:latitude ?lat . ...
0
votes
1answer
30 views

DBpedia, getting the direct or indirect types of Place

I want to get only the direct or indirect subclass of http://dbpedia.org/ontology/Place SELECT DISTINCT ?type,?label WHERE { :Mauritius rdf:type ?type . ?type rdfs:label ?label . ...
1
vote
0answers
42 views

dbpedia sparql search similar to dbpedia lookup facility

Dbpedia offers a look up facility like http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?QueryString=panda that returns a result set. Can the same result set be obtained by using sparql to query ...
1
vote
1answer
61 views

DBpedia Jena Query returning null

I'm just trying to run a small query on DBpedia, the query itself works, see it here, but I don't why its returning when doing so with Jena, I'm getting null. String service = ...
0
votes
2answers
58 views

RDF DB Duplicate Identification [closed]

I have a RDF database like following. I need to find duplicate by using combinations of records. Like following output. Please let me know what SQL query I can use to identify the duplicates I am ...
0
votes
2answers
62 views

Apache Jena: What is a RDF Dataset?

I am new to Semantic Web and I have a very basic question about the JENA RDF Dataset. I read it from the documentation that a dataset is a collection of graphs (or Models in the Java API). If I view ...
1
vote
1answer
92 views

Query cities and their country from dbpedia

I'm trying to construct an ontology in OWL for countries and cities(If such an implementation already exist, please point it to me) To get the data, I'm trying to use sparql with the following code: ...
0
votes
0answers
30 views

Exception happens during parsing N3 file

I'm trying to parse N3 DBPedia dump file using SemWeb. Here is my simple code: Imports SemWeb .... .... Dim store As New MemoryStore Dim sr As New System.IO.StreamReader(chunkFile) store.Import(New ...
0
votes
1answer
118 views

Android SAX Parser for RDF feed

I'm completely stuck for a couple of days on trying to parse an RDF feed (newbie on Android parsers). In spite of using: Element item = root.getChild("", ITEM); since my items come from the root ...
1
vote
3answers
63 views

How to display the attribute of an RDF node using XSL?

I need to display the value of rdf:resource from the XML/RDF below. <?xml version="1.0" encoding="UTF-8"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ...
-1
votes
1answer
72 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 = ...
1
vote
1answer
37 views

How to obtain ALL namespaces used in Jena RDF Model

I'm using com.hp.hpl.jena.rdf.model.Model.listNameSpaces() to obtain the namespaces in a Jena RDF model. But I've noticed that the model can contain statement objects with namespaces not listed by ...
0
votes
0answers
30 views

RDF Data for online NEWS sites

I want to get the list of major news sites in different languages. Is there any provider who provides most of the major website details in RDF format?
0
votes
2answers
49 views

How to store coordinates(Latitude,Longitude) in RDF

I have a c# class showing the coordinates as class Coordinates{ double lat; double lon; } how can i convert it in rdf triples in rdf as the RDF does not support double type?and if float is ...
0
votes
1answer
45 views

Many named Model on TDB or SDB at jena

I'm developing an application that uses the Jena. I want to use many named Model on TDB or SDB. However, DataSource Class is has been removed. In order to do this, I would not without the Model, only ...
0
votes
0answers
35 views

Auto generated tags for the contents in .NET [closed]

I have many articles about important and known persons. Is there any solution to generate tags for each article? Where should I begin?
1
vote
1answer
87 views

Extract content from DBPedia's big dump file in .NET

I want to extract labels, abstracts, categories and relevant dates to each article from DBPedia dump file. I'm using dotnetrdf and I want to save the extracted data to MS SQL database (I don't want ...

1 2 3 4 5 19