Serialization Formats #291
ThomasRanvikEriksen
started this conversation in
General
Replies: 1 comment
-
Hi @ThomasRanvikEriksen! (cc @Sveino )
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DIGIN Grunnprofil (Base Profile) places no restrictions on what the utillities or suppliers use as format and architecture requirements. But in order to run testing and validation, data exchange must be able to support this format list as a minimum:
Supporting Reference:
Several common serialization formats are in use, including:
Turtle,[26] a compact, human-friendly format.
TriG,[27] an extension of Turtle to datasets.
N-Triples,[28] a very simple, easy-to-parse, line-based format that is not as compact as Turtle.
N-Quads,[29][30] a superset of N-Triples, for serializing multiple RDF graphs.
JSON-LD,[31] a JSON-based serialization.
N3 or Notation3, a non-standard serialization that is very similar to Turtle, but has some additional features, such as the ability to define inference rules.
RDF/XML,[32] an XML-based syntax that was the first standard format for serializing RDF.
RDF/JSON,[33] an alternative syntax for expressing RDF triples using a simple JSON notation.
Related Issue
Contain and compress dataset using cimx
Beta Was this translation helpful? Give feedback.
All reactions