Difference between revisions of "RDF"

From COPTR
Jump to navigation Jump to search
(Created page with "{{Infobox format |Wikidata ID=Q54872 }} Resource Description Framework (RDF) is used to describe graph data, especially linked data It is a World Wide Web Consortium (W3C) sta...")
 
 
Line 1: Line 1:
 
{{Infobox format
 
{{Infobox format
 
|Wikidata ID=Q54872
 
|Wikidata ID=Q54872
 +
|File formats wiki ID=RDF
 +
|PRONOM PUID=fmt/875
 
}}
 
}}
 
Resource Description Framework (RDF) is used to describe graph data, especially linked data It is a World Wide Web Consortium (W3C) standard, originally designed for metadata.
 
Resource Description Framework (RDF) is used to describe graph data, especially linked data It is a World Wide Web Consortium (W3C) standard, originally designed for metadata.
 
RDF often is also used for RDF/XML, a serialisation format of RDF.  
 
RDF often is also used for RDF/XML, a serialisation format of RDF.  
  
RDF provides a variety of serialisation formats:
+
RDF provides a variety of other serialisation formats:
 
* Turtle
 
* Turtle
 
* N-Triples
 
* N-Triples
Line 11: Line 13:
 
* JSON-LD
 
* JSON-LD
 
* N3 or Notation3
 
* N3 or Notation3
* RDF/XML
 
 
* RDF/JSON
 
* RDF/JSON

Latest revision as of 13:54, 29 November 2022

RDF
Wikidata:Q54872
File formats wiki:formats:RDF
PRONOM PUID:fmt/875

Tools that have this format as input[edit]

ToolPurpose
FilestarUniversal file converter for 900+ file types.

Tools that have this format as output[edit]

ToolPurpose
FilestarUniversal file converter for 900+ file types.
SPARQLing Unicorn QGIS PluginPlugin for QGIS. Fetches data from Wikidata and other Linked Data SPARQL endpoints and adds a new layer in a QGIS project. Just insert a SPARQL query for Geo-Items and get a new vector layer into QGIS.

Resource Description Framework (RDF) is used to describe graph data, especially linked data It is a World Wide Web Consortium (W3C) standard, originally designed for metadata. RDF often is also used for RDF/XML, a serialisation format of RDF.

RDF provides a variety of other serialisation formats:

  • Turtle
  • N-Triples
  • N-Quads
  • JSON-LD
  • N3 or Notation3
  • RDF/JSON