W3C

RDF and SPARQL

The Resource Description Framework (RDF) is a W3C standard for representing information in the web. RDF 1.2 and SPARQL 1.2 are the latest versions, providing the foundation for the semantic web and linked data. RDF triples express knowledge as subject-predicate-object relationships.

API entry from apis.yml

apis.yml Raw ↑
aid: w3c:rdf
name: RDF and SPARQL
description: The Resource Description Framework (RDF) is a W3C standard for representing information in
  the web. RDF 1.2 and SPARQL 1.2 are the latest versions, providing the foundation for the semantic web
  and linked data. RDF triples express knowledge as subject-predicate-object relationships.
humanURL: https://www.w3.org/RDF/
tags:
- Linked Data
- RDF
- Semantic Web
- SPARQL
- Standards
properties:
- url: https://www.w3.org/TR/rdf12-primer/
  type: Specification
- url: https://www.w3.org/TR/sparql12-overview/
  type: SPARQL Specification
- url: https://github.com/w3c/rdf-star-wg
  type: GitHub