Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

RDF

RDF - Data notation

< >

RDF, aka Resource Description Framework, is a data notation created in 1997.

#145on PLDB 26Years Old 4.1kUsers
6Books 17Papers

The Resource Description Framework (RDF) is a family of World Wide Web Consortium (W3C) specifications originally designed as a metadata data model. It has come to be used as a general method for conceptual description or modeling of information that is implemented in web resources, using a variety of syntax notations and data serialization formats. It is also used in knowledge management applications. Read more on Wikipedia...


Example from Wikipedia:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . <http://en.wikipedia.org/wiki/Tony_Benn> dc:publisher "Wikipedia" ; dc:title "Tony Benn" ; foaf:primaryTopic [ a foaf:Person ; foaf:name "Tony Benn" ] .

Language features

Feature Supported Token Example
Triples âś“
Type Inference âś“

Books about RDF on goodreads

title author year reviews ratings rating
Creating The Semantic Web With Rdf: Professional Developer's Guide Johan Hjelm 0 4 3.75

Books about RDF from ISBNdb

title authors year publisher
Practical RDF Shelley Powers 2003 O'Reilly Media
RDF Database Systems: Triples Storage and SPARQL Query Processing Curé, Olivier and Blin, Guillaume 2014 Morgan Kaufmann
Practical RDF Shelley Powers 20030718 O'Reilly Media, Inc.
Practical RDF Shelley Powers 20030718 O'Reilly Media, Inc.
Validating RDF Data Jose Emilio Labra Gayo; Eric Prud'hommeaux; Iovka Boneva; Dimitris Kontokostas 20170929 Springer Nature

Publications about RDF from Semantic Scholar

title authors year citations influentialCitations
RDFPath: Path Query Processing on Large RDF Graphs with MapReduce Martin Przyjaciel-Zablocki and A. Schätzle and Thomas Hornung and G. Lausen 2011 39 2
Towards the Novel Reasoning among Particles in PSO by the Use of RDF and SPARQL Iztok Fister and Xin-She Yang and Karin LjubiÄŤ and D. Fister and J. Brest and Iztok Fister 2014 24 0
An RDF Query Language based on Logic Programming J. Almendros-Jiménez 2008 22 2
Experience in Using RDF in Agent-Mediated Knowledge Architectures K. Hui and Stuart W. Chalmers and P. Gray and A. Preece 2003 19 1
A Logic Programming approach for Access Control over RDF Nuno Lopes and S. Kirrane and Antoine Zimmermann and A. Polleres and A. Mileo 2012 16 1
Streaming transformation of XML to RDF using XPath-based mappings Jyun-Yao Huang and C. Lange and S. Auer 2015 13 2
Taming Existence in RDF Querying François Bry and Tim Furche and Clemens Ley and B. Linse and Bruno Marnette 2008 9 0
Conformance Test Cases for the RDF Mapping Language (RML) Pieter Heyvaert and David Chaves-Fraga and Freddy Priyatna and Óscar Corcho and E. Mannens and R. Verborgh and Anastasia Dimou 2019 8 0
Mapping Diverse Data to RDF in Practice A. Chortaras and G. Stamou 2018 7 1
Acacia-RDF: An X10-Based Scalable Distributed RDF Graph Database Engine Miyuru Dayarathna and Isuru Herath and Yasima Dewmini and Gayan Mettananda and Sameera Nandasiri and Sanath Jayasena and T. Suzumura 2016 6 0
Introducing Acacia-RDF: An X10-Based Scalable Distributed RDF Graph Database Engine Miyuru Dayarathna and Isuru Herath and Yasima Dewmini and Gayan Mettananda and Sameera Nandasiri and Sanath Jayasena and T. Suzumura 2016 5 0
The RDF Pipeline Framework: Automating Distributed, Dependency-Driven Data Pipelines David Booth 2013 3 1
IDE Integrated RDF Exploration, Access and RDF-Based Code Typing with LITEQ Stefan Scheglmann and R. Lämmel and Martin Leinberger and Steffen Staab and Matthias Thimm and E. Viegas 2014 3 0
Generation of Test Questions from RDF Files Using PYTHON and SPARQL A. Omarbekova and A. Sharipbay and A. Barlybaev 2017 3 0
Inductive Triple Graphs: A Purely Functional Approach to Represent RDF Jose Emilio Labra Gayo and J. Jeuring and J. RodrĂ­guez 2013 2 0
C-ASP: Continuous ASP-Based Reasoning over RDF Streams Thu-Le Pham and M. Ali and A. Mileo 2019 2 1
SQL2SPARQL4RDF: Automatic SQL to SPARQL Conversion for RDF Querying Ahmed Abatal and Khadija Alaoui and L. Alaoui and M. Bahaj 2019 1 0
v.html · rdf.html · brainfuck.html

View source

- Build the next great programming language · Search · Day 214 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com