{"id":657,"date":"2023-03-04T13:07:30","date_gmt":"2023-03-04T18:07:30","guid":{"rendered":"https:\/\/www.carlosfenguix.website\/blog\/?p=657"},"modified":"2023-03-08T16:06:06","modified_gmt":"2023-03-08T21:06:06","slug":"rdf-serialization-formats-a-trends-comparison","status":"publish","type":"post","link":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/","title":{"rendered":"RDF Serialization Formats: A Trends Comparison"},"content":{"rendered":"\n<h4>RDF Serialization Formats<\/h4>\n<p style=\"text-align: justify;\">In this post we include 12 of the most popular\/prominent RDF serialization formats, starting with the original\/oldest RDF\/XML RDF serialization format, the scattered in the <em>&#8220;XHTML document&#8221;<\/em> RDFa serialization format, the currently most popular JSON-LD serialization format, the human-readable\/compact RDF Turtle serialization format, the performant Hex-Tuples serialization format, the compact\/compressed\/binary HDT serialization format, the RDF-star\/RDF Turtle-star serialization format that permits the definition\/bridge to the Labelled Property Graphs (LPG) model among others:<\/p>\n<p><a href=\"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"wp-image-589 size-medium alignleft\" src=\"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png\" alt=\"RDF Serialization Formats\" width=\"400\" height=\"389\"><\/a><\/p>\n<ul style=\"text-align: justify;\">\n<li>RDF\/XML:<a href=\"https:\/\/www.w3.org\/TR\/rdf-syntax-grammar\/\"> RDF\/XML 1.1 a W3C Recommendation on the 25 February 2014<\/a> is an XML syntax for expressing RDF graphs as XML documents. It was the very first syntax for expressing RDF Graphs and it is more focused on expressing machine-readable RDF graphs via verbose representations.<\/li>\n<li>RDFa: <a href=\"https:\/\/www.w3.org\/TR\/html-rdfa\/\">RDFa 1.1 is a W3C Recommendation on the 17th of March of 2015<\/a> used for the purpose of adding attribute-level extensions to HTML, XHTML, and XML-based document types for embedding RDF data.<\/li>\n<li>RDF N-Triples: <a href=\"https:\/\/www.w3.org\/TR\/n-triples\/\">RDF N-Triples 1.1 a W3C Recommendation also on the 25 February 2014<\/a>&nbsp; being a line-based, plain text serialization format for RDF graphs, and a subset of the Turtle format.<\/li>\n<li>RDF Turtle: <a href=\"https:\/\/www.w3.org\/TR\/turtle\/\">RDF 1.1 Turtle Terse RDF Triple Language is a W3C Recommendation 25 February 2014<\/a> whose syntax is similar to that of SPARQL written in a compact and natural text form, with abbreviations for common usage patterns and datatypes. It is a very popular RDF serialization format being human-readable and a superset of the line-based N-Triples format.<\/li>\n<li>RDF TriG: <a href=\"https:\/\/www.w3.org\/TR\/trig\/\">RDF 1.1 TriG a W3C Recommendation also on 25 February 2014<\/a>, written in a compact and natural text form, with abbreviations for common usage patterns and datatypes being an extension of the Turtle serialization format.<\/li>\n<li>JSON-LD: a lightweight Linked Data format which currently is a <a href=\"https:\/\/www.w3.org\/TR\/json-ld11\/\">W3C Proposed Recommendation on the 16th July 2020<\/a>, human-readable\/writing based upon the JSON format and providing a data format ideal for programming environments, REST Web services, and document-based No-SQL databases.<\/li>\n<li>N-Quads: <a href=\"https:\/\/www.w3.org\/TR\/n-quads\/\">a W3C Recommendation also on 25 February 2014<\/a> which is line-based, plain text format for encoding RDF data in Subject-Predicate-Object sentences also containing a 4th optional component indicating the graph in a dataset the triple belongs otherwise the triple belongs to the default graph<\/li>\n<li>N3-Notation3: <a href=\"https:\/\/www.w3.org\/TeamSubmission\/n3\/\">N3 a W3C submission<\/a> that was designed with human-readability consumption and developed by Sir Tim Berners-Lee and others from the Semantic Web community. N3 has several features that go beyond the serialization of RDF models from which RDF-Turtle is a simplified RDF-only subset of N3.<\/li>\n<li>TRIX: Triples in XML is a practically deprecated XML-based serialization format for RDF Named Graphs and RDF Datasets which offers a compact and readable alternative to the XML-based RDF\/XML syntax.<\/li>\n<li>Hex-Tuples: <a href=\"https:\/\/github.com\/ontola\/hextuples\">HexTuples<\/a> is a performant RDF serialization format\/simple data model for dealing with linked data. A HexTuple consists of six fields: subject, predicate, value, datatype, language, and graph. It benefits from highly optimized JSON parsers in browsers.<\/li>\n<li>HDT: <a href=\"http:\/\/www.rdfhdt.org\/what-is-hdt\/\">HDT (Header, Dictionary, Triples)<\/a> is an open-source\/in progress of standardization (W3C HDT Member Submission) compact data structure and binary serialization format for RDF that compresses RDF datasets saving space while maintaining search and browse operations without prior decompression. Most parts of the data can be kept in main memory, which makes it an ideal format for storing and sharing RDF datasets on the Web. The size of the files is much smaller which means less bandwidth consumption for both producers\/consumers. HDT is read-only which enables the use of fast\/performant multi-threading programming.&nbsp;<\/li>\n<li>RDF-star:&nbsp; <a href=\"https:\/\/w3c.github.io\/rdf-star\/cg-spec\/editors_draft.html\">RDF star or extended RDF<\/a> is currently a proposed draft recommendation on the 8th December 2022 and  covers the lack of a convenient way to annotate RDF triples and to query annotations as done natively in other graph data models such as edge properties in the <em>&#8220;Property Graph&#8221;<\/em> model. Whereas some previously proposed solutions relied on making use of reification annotating RDF statements with certainty scores, weights, temporal restrictions, and provenance information, these suffered from being too verbose and redundant. Olaf Hartig  proposed RDF-star\/RDF Turtle-star\/SPARQL-star as an alternative approach that is based upon the nesting of RDF triples and of query patterns allowing a compact representation of RDF data and SPARQL queries, which is backward-compatible with the RDF\/SPARQL standards, backed by a solid formal theoretical model, permitting the interoperability\/conversion between the triple-based RDF model and the Property Graphs models, and also permitting more specific annotation-related extensions of RDF and SPARQL such as temporal or probabilistic extensions. RDF-star extends RDF by allowing arbitrarily deeply nested triples given the assumption that triples representing\/annotating metadata about another triple may directly contain the annotated triple as its subject or object. In other words, RDF-star permits the non-verbose representation of data and the corresponding metadata, in the form of nested triples.<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">In the appendix, we include\/show examples of each of these 12 RDF serialization formats.<\/p>\n<p style=\"text-align: justify;\">Here we include Google Trends for the most prominent serialization formats in the latest 5 years.<\/p>\n<p><script type=\"text\/javascript\" src=\"https:\/\/ssl.gstatic.com\/trends_nrtr\/2213_RC01\/embed_loader.js\"><\/script><br><script type=\"text\/javascript\"> trends.embed.renderExploreWidget(\"TIMESERIES\", {\"comparisonItem\":[{\"keyword\":\"\/m\/03ns9t1\",\"geo\":\"\",\"time\":\"today 5-y\"},{\"keyword\":\"RDF Turtle\",\"geo\":\"\",\"time\":\"today 5-y\"},{\"keyword\":\"N Quads\",\"geo\":\"\",\"time\":\"today 5-y\"},{\"keyword\":\"\/m\/03b_4mq\",\"geo\":\"\",\"time\":\"today 5-y\"},{\"keyword\":\"\/m\/0hzq_55\",\"geo\":\"\",\"time\":\"today 5-y\"}],\"category\":0,\"property\":\"\"}, {\"exploreQuery\":\"date=today%205-y&q=%2Fm%2F03ns9t1,RDF%20Turtle,N%20Quads,%2Fm%2F03b_4mq,%2Fm%2F0hzq_55\",\"guestPath\":\"https:\/\/trends.google.com:443\/trends\/embed\/\"}); <\/script><\/p>\n<p><script type=\"text\/javascript\"> trends.embed.renderExploreWidget(\"GEO_MAP\", {\"comparisonItem\":[{\"keyword\":\"\/m\/03ns9t1\",\"geo\":\"\",\"time\":\"today 5-y\"},{\"keyword\":\"RDF Turtle\",\"geo\":\"\",\"time\":\"today 5-y\"},{\"keyword\":\"N Quads\",\"geo\":\"\",\"time\":\"today 5-y\"},{\"keyword\":\"\/m\/03b_4mq\",\"geo\":\"\",\"time\":\"today 5-y\"},{\"keyword\":\"\/m\/0hzq_55\",\"geo\":\"\",\"time\":\"today 5-y\"}],\"category\":0,\"property\":\"\"}, {\"exploreQuery\":\"date=today%205-y&q=%2Fm%2F03ns9t1,RDF%20Turtle,N%20Quads,%2Fm%2F03b_4mq,%2Fm%2F0hzq_55\",\"guestPath\":\"https:\/\/trends.google.com:443\/trends\/embed\/\"}); <\/script><\/p>\n<p style=\"text-align: justify;\">It can be seen that the JSON-LD serialization format has been substantially more popular (in the latest 5 years) than the rest of serialization formats. The second most popular serialization format is RDF Turtle but far apart from JSON-LD. Most probably is that JSON-LD has been more popular among developers given that is both readible for humans and easily consumed by machines. RDF Turtle is quite popular in the Semantic Web Academic arena<\/p>\n\n<h3>Appendix: RDF Serialization Examples<\/h3>\nWe are going to show an RDF Graph depicting a subset of the University domain:\n<p><a href=\"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/rdf-graph-joe-doe.png\"><img decoding=\"async\" data-src=\"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/rdf-graph-joe-doe.png\" alt=\"RDF Graph About Joe Doe\" width=\"1271\" height=\"554\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1271px; --smush-placeholder-aspect-ratio: 1271\/554;\"><\/a><\/p>\n<h4>RDF\/XML Serialization Example<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"\" style=\"font-size:clamp(14px, .875rem, 21px);--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:15.40625px;line-height:clamp(20px, 1.25rem, 30px)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1E1E1E\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;\n&lt;rdf:RDF xmlns:rdf=&quot;http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#&quot;\n         xmlns:ns0=&quot;http:\/\/www.myschema.org\/&quot;\n         xmlns:rdfs=&quot;http:\/\/www.w3.org\/2000\/01\/rdf-schema#&quot;&gt;\n\n  &lt;rdf:Description rdf:about=&quot;http:\/\/www.university.org\/joe-doe&quot;&gt;\n    &lt;ns0:age rdf:datatype=&quot;http:\/\/www.w3.org\/2001\/XMLSchema#integer&quot;&gt;50&lt;\/ns0:age&gt;\n    &lt;ns0:city-address&gt;Sydney, Australia&lt;\/ns0:city-address&gt;\n    &lt;ns0:title&gt;PhD&lt;\/ns0:title&gt;\n    &lt;ns0:position&gt;full-professor&lt;\/ns0:position&gt;\n    &lt;ns0:university&gt;\n      &lt;rdf:Description rdf:about=&quot;http:\/\/www.university.org\/sydney-uni&quot;&gt;\n        &lt;rdfs:label xml:lang=&quot;en&quot;&gt;University of Sydney&lt;\/rdfs:label&gt;\n      &lt;\/rdf:Description&gt;\n    &lt;\/ns0:university&gt;\n  &lt;\/rdf:Description&gt;\n&lt;\/rdf:RDF&gt;\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\"><code><span class=\"line\"><span style=\"color: #808080\">&lt;?<\/span><span style=\"color: #569CD6\">xml<\/span><span style=\"color: #9CDCFE\"> version<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;1.0&quot;<\/span><span style=\"color: #9CDCFE\"> encoding<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;utf-8&quot;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">?&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">rdf:RDF<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #9CDCFE\">xmlns:rdf<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">         <\/span><span style=\"color: #9CDCFE\">xmlns:ns0<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.myschema.org\/&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">         <\/span><span style=\"color: #9CDCFE\">xmlns:rdfs<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.w3.org\/2000\/01\/rdf-schema#&quot;<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">rdf:Description<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #9CDCFE\">rdf:about<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.university.org\/joe-doe&quot;<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">ns0:age<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #9CDCFE\">rdf:datatype<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.w3.org\/2001\/XMLSchema#integer&quot;<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">50<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">ns0:age<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">ns0:city-address<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">Sydney, Australia<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">ns0:city-address<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">ns0:title<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">PhD<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">ns0:title<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">ns0:position<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">full-professor<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">ns0:position<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">ns0:university<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">rdf:Description<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #9CDCFE\">rdf:about<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.university.org\/sydney-uni&quot;<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">rdfs:label<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #9CDCFE\">xml:lang<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;en&quot;<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">University of Sydney<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">rdfs:label<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">rdf:Description<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">ns0:university<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">rdf:Description<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">rdf:RDF<\/span><span style=\"color: #808080\">&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h4>RDF N-Triples Serialization Example<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"\" style=\"font-size:clamp(14px, .875rem, 21px);--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:7.703125px;line-height:clamp(20px, 1.25rem, 30px)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1E1E1E\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"&lt;http:\/\/www.university.org\/joe-doe&gt; &lt;http:\/\/www.myschema.org\/age&gt; &quot;50&quot;^^&lt;http:\/\/www.w3.org\/2001\/XMLSchema#integer&gt; .\n&lt;http:\/\/www.university.org\/joe-doe&gt; &lt;http:\/\/www.myschema.org\/city-address&gt; &quot;Sydney, Australia&quot; .\n&lt;http:\/\/www.university.org\/joe-doe&gt; &lt;http:\/\/www.myschema.org\/title&gt; &quot;PhD&quot; .\n&lt;http:\/\/www.university.org\/joe-doe&gt; &lt;http:\/\/www.myschema.org\/position&gt; &quot;full-professor&quot; .\n&lt;http:\/\/www.university.org\/joe-doe&gt; &lt;http:\/\/www.myschema.org\/university&gt; &lt;http:\/\/www.university.org\/sydney-uni&gt; .\n&lt;http:\/\/www.university.org\/sydney-uni&gt; &lt;http:\/\/www.w3.org\/2000\/01\/rdf-schema#label&gt; &quot;University of Sydney&quot;@en .\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\"><code><span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org\/age<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> &quot;50&quot;^^<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2001\/XMLSchema#integer<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org\/city-address<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> &quot;Sydney, Australia&quot; .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org\/title<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> &quot;PhD&quot; .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org\/position<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> &quot;full-professor&quot; .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org\/university<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/sydney-uni<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/sydney-uni<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2000\/01\/rdf-schema#label<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> &quot;University of Sydney&quot;@en .<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h4>RDF Turtle Serialization Example<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"\" style=\"font-size:clamp(14px, .875rem, 21px);--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:15.40625px;line-height:clamp(20px, 1.25rem, 30px)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1E1E1E\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"@prefix uni:&lt;http:\/\/www.university.org\/&gt;.\n@prefix rdf: &lt;http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#&gt;.\n@prefix rdfs: &lt;http:\/\/www.w3.org\/2000\/01\/rdf-schema#&gt;.\n@prefix xsd: &lt;http:\/\/www.w3.org\/2001\/XMLSchema#&gt;.\n@prefix ex:&lt;http:\/\/www.myschema.org\/&gt;.\n\nuni:joe-doe ex:age &quot;50&quot;^^xsd:integer;\nex:city-address &quot;Sydney, Australia&quot;;\nex:title &quot;PhD&quot;;\nex:position &quot;full-professor&quot;;\nex:university uni:sydney-uni.\nuni:sydney-uni rdfs:label &quot;University of Sydney&quot;@en.\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\"><code><span class=\"line\"><span style=\"color: #D4D4D4\">@prefix uni:<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org<\/span><span style=\"color: #808080\">\/&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix rdf: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix rdfs: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2000\/01\/rdf-schema#<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix xsd: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2001\/XMLSchema#<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix ex:<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org<\/span><span style=\"color: #808080\">\/&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">uni:joe-doe ex:age &quot;50&quot;^^xsd:integer;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">ex:city-address &quot;Sydney, Australia&quot;;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">ex:title &quot;PhD&quot;;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">ex:position &quot;full-professor&quot;;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">ex:university uni:sydney-uni.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">uni:sydney-uni rdfs:label &quot;University of Sydney&quot;@en.<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h4>JSON-LD Serialization Example<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"\" style=\"font-size:clamp(14px, .875rem, 21px);--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:15.40625px;line-height:clamp(20px, 1.25rem, 30px)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1E1E1E\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"[\n  {\n    &quot;@id&quot;: &quot;http:\/\/www.university.org\/joe-doe&quot;,\n    &quot;http:\/\/www.myschema.org\/age&quot;: [\n      {\n        &quot;@value&quot;: 50\n      }\n    ],\n    &quot;http:\/\/www.myschema.org\/city-address&quot;: [\n      {\n        &quot;@value&quot;: &quot;Sydney, Australia&quot;\n      }\n    ],\n    &quot;http:\/\/www.myschema.org\/position&quot;: [\n      {\n        &quot;@value&quot;: &quot;full-professor&quot;\n      }\n    ],\n    &quot;http:\/\/www.myschema.org\/title&quot;: [\n      {\n        &quot;@value&quot;: &quot;PhD&quot;\n      }\n    ],\n    &quot;http:\/\/www.myschema.org\/university&quot;: [\n      {\n        &quot;@id&quot;: &quot;http:\/\/www.university.org\/sydney-uni&quot;\n      }\n    ]\n  },\n  {\n    &quot;@id&quot;: &quot;http:\/\/www.university.org\/sydney-uni&quot;,\n    &quot;http:\/\/www.w3.org\/2000\/01\/rdf-schema#label&quot;: [\n      {\n        &quot;@language&quot;: &quot;en&quot;,\n        &quot;@value&quot;: &quot;University of Sydney&quot;\n      }\n    ]\n  }\n]\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\"><code><span class=\"line\"><span style=\"color: #D4D4D4\">[<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    &quot;@id&quot;: &quot;http:\/\/www.university.org\/joe-doe&quot;,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    &quot;http:\/\/www.myschema.org\/age&quot;: [<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        &quot;@value&quot;: 50<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      }<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    ],<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    &quot;http:\/\/www.myschema.org\/city-address&quot;: [<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        &quot;@value&quot;: &quot;Sydney, Australia&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      }<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    ],<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    &quot;http:\/\/www.myschema.org\/position&quot;: [<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        &quot;@value&quot;: &quot;full-professor&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      }<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    ],<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    &quot;http:\/\/www.myschema.org\/title&quot;: [<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        &quot;@value&quot;: &quot;PhD&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      }<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    ],<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    &quot;http:\/\/www.myschema.org\/university&quot;: [<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        &quot;@id&quot;: &quot;http:\/\/www.university.org\/sydney-uni&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      }<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    ]<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  },<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    &quot;@id&quot;: &quot;http:\/\/www.university.org\/sydney-uni&quot;,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    &quot;http:\/\/www.w3.org\/2000\/01\/rdf-schema#label&quot;: [<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        &quot;@language&quot;: &quot;en&quot;,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        &quot;@value&quot;: &quot;University of Sydney&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      }<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    ]<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  }<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">]<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<li>N-Quads Serialization Example<\/li>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"\" style=\"font-size:clamp(14px, .875rem, 21px);--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:7.703125px;line-height:clamp(20px, 1.25rem, 30px)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1E1E1E\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"&lt;http:\/\/www.university.org\/joe-doe&gt; &lt;http:\/\/www.myschema.org\/age&gt; &quot;50&quot;^^&lt;http:\/\/www.w3.org\/2001\/XMLSchema#integer&gt; &lt;http:\/\/example.org\/graph1&gt;.\n&lt;http:\/\/www.university.org\/joe-doe&gt; &lt;http:\/\/www.myschema.org\/city-address&gt; &quot;Sydney, Australia&quot; &lt;http:\/\/example.org\/graph1&gt;.\n&lt;http:\/\/www.university.org\/joe-doe&gt; &lt;http:\/\/www.myschema.org\/position&gt; &quot;full-professor&quot; &lt;http:\/\/example.org\/graph1&gt;.\n&lt;http:\/\/www.university.org\/joe-doe&gt; &lt;http:\/\/www.myschema.org\/title&gt; &quot;PhD&quot; &lt;http:\/\/example.org\/graph1&gt;.\n&lt;http:\/\/www.university.org\/joe-doe&gt; &lt;http:\/\/www.myschema.org\/university&gt; &lt;http:\/\/www.university.org\/sydney-uni&gt; &lt;http:\/\/example.org\/graph1&gt;.\n&lt;http:\/\/www.university.org\/sydney-uni&gt; &lt;http:\/\/www.w3.org\/2000\/01\/rdf-schema#label&gt; &quot;University of Sydney&quot;@en &lt;http:\/\/example.org\/graph2&gt;.\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\"><code><span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org\/age<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> &quot;50&quot;^^<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2001\/XMLSchema#integer<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/example.org\/graph1<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org\/city-address<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> &quot;Sydney, Australia&quot; <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/example.org\/graph1<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org\/position<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> &quot;full-professor&quot; <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/example.org\/graph1<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org\/title<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> &quot;PhD&quot; <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/example.org\/graph1<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org\/university<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/sydney-uni<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/example.org\/graph1<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/sydney-uni<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2000\/01\/rdf-schema#label<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> &quot;University of Sydney&quot;@en <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/example.org\/graph2<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h4>N3-Notation3 Serialization Example<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"\" style=\"font-size:clamp(14px, .875rem, 21px);--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:15.40625px;line-height:clamp(20px, 1.25rem, 30px)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1E1E1E\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"@prefix ns0: &lt;http:\/\/www.myschema.org\/&gt; .\n@prefix rdfs: &lt;http:\/\/www.w3.org\/2000\/01\/rdf-schema#&gt; .\n\n&lt;http:\/\/www.university.org\/joe-doe&gt;\n  ns0:age 50 ;\n  ns0:city-address &quot;Sydney, Australia&quot; ;\n  ns0:title &quot;PhD&quot; ;\n  ns0:position &quot;full-professor&quot; ;\n  ns0:university &lt;http:\/\/www.university.org\/sydney-uni&gt; .\n\n&lt;http:\/\/www.university.org\/sydney-uni&gt; rdfs:label &quot;University of Sydney&quot;@en .\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\"><code><span class=\"line\"><span style=\"color: #D4D4D4\">@prefix ns0: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org<\/span><span style=\"color: #808080\">\/&gt;<\/span><span style=\"color: #D4D4D4\"> .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix rdfs: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2000\/01\/rdf-schema#<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> .<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/joe-doe<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  ns0:age 50 ;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  ns0:city-address &quot;Sydney, Australia&quot; ;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  ns0:title &quot;PhD&quot; ;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  ns0:position &quot;full-professor&quot; ;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  ns0:university <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/sydney-uni<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> .<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org\/sydney-uni<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> rdfs:label &quot;University of Sydney&quot;@en .<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h4>Hex-Tuples Serialization Example<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"\" style=\"font-size:clamp(14px, .875rem, 21px);--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:9.90625px;line-height:clamp(20px, 1.25rem, 30px)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1E1E1E\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"[&quot;http:\/\/www.university.org\/joe-doe&quot;, &quot;http:\/\/www.myschema.org\/university&quot;, &quot;http:\/\/www.university.org\/sydney-uni&quot;, &quot;globalId&quot;, &quot;&quot;, &quot;&quot;]\n[&quot;http:\/\/www.university.org\/joe-doe&quot;, &quot;http:\/\/www.myschema.org\/position&quot;, &quot;full-professor&quot;, &quot;http:\/\/www.w3.org\/2001\/XMLSchema#string&quot;, &quot;&quot;, &quot;&quot;]\n[&quot;http:\/\/www.university.org\/joe-doe&quot;, &quot;http:\/\/www.myschema.org\/city-address&quot;, &quot;Sydney, Australia&quot;, &quot;http:\/\/www.w3.org\/2001\/XMLSchema#string&quot;, &quot;&quot;, &quot;&quot;]\n[&quot;http:\/\/www.university.org\/joe-doe&quot;, &quot;http:\/\/www.myschema.org\/age&quot;, &quot;50&quot;, &quot;http:\/\/www.w3.org\/2001\/XMLSchema#integer&quot;, &quot;&quot;, &quot;&quot;]\n[&quot;http:\/\/www.university.org\/joe-doe&quot;, &quot;http:\/\/www.myschema.org\/title&quot;, &quot;PhD&quot;, &quot;http:\/\/www.w3.org\/2001\/XMLSchema#string&quot;, &quot;&quot;, &quot;&quot;]\n[&quot;http:\/\/www.university.org\/sydney-uni&quot;, &quot;http:\/\/www.w3.org\/2000\/01\/rdf-schema#label&quot;, &quot;University of Sydney&quot;, &quot;http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#langString&quot;, &quot;en&quot;, &quot;&quot;]\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\"><code><span class=\"line\"><span style=\"color: #D4D4D4\">[&quot;http:\/\/www.university.org\/joe-doe&quot;, &quot;http:\/\/www.myschema.org\/university&quot;, &quot;http:\/\/www.university.org\/sydney-uni&quot;, &quot;globalId&quot;, &quot;&quot;, &quot;&quot;]<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">[&quot;http:\/\/www.university.org\/joe-doe&quot;, &quot;http:\/\/www.myschema.org\/position&quot;, &quot;full-professor&quot;, &quot;http:\/\/www.w3.org\/2001\/XMLSchema#string&quot;, &quot;&quot;, &quot;&quot;]<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">[&quot;http:\/\/www.university.org\/joe-doe&quot;, &quot;http:\/\/www.myschema.org\/city-address&quot;, &quot;Sydney, Australia&quot;, &quot;http:\/\/www.w3.org\/2001\/XMLSchema#string&quot;, &quot;&quot;, &quot;&quot;]<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">[&quot;http:\/\/www.university.org\/joe-doe&quot;, &quot;http:\/\/www.myschema.org\/age&quot;, &quot;50&quot;, &quot;http:\/\/www.w3.org\/2001\/XMLSchema#integer&quot;, &quot;&quot;, &quot;&quot;]<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">[&quot;http:\/\/www.university.org\/joe-doe&quot;, &quot;http:\/\/www.myschema.org\/title&quot;, &quot;PhD&quot;, &quot;http:\/\/www.w3.org\/2001\/XMLSchema#string&quot;, &quot;&quot;, &quot;&quot;]<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">[&quot;http:\/\/www.university.org\/sydney-uni&quot;, &quot;http:\/\/www.w3.org\/2000\/01\/rdf-schema#label&quot;, &quot;University of Sydney&quot;, &quot;http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#langString&quot;, &quot;en&quot;, &quot;&quot;]<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h4>RDF-star Turtle-star Serialization Example<\/h4>\n<p><a href=\"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/rdf-graph-joe-doe-turtle-star.png\"><img decoding=\"async\" data-src=\"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/rdf-graph-joe-doe-turtle-star.png\" alt=\"RDF Graph Turtle-star About Joe Doe\" width=\"1224\" height=\"614\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1224px; --smush-placeholder-aspect-ratio: 1224\/614;\"><\/a><\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"\" style=\"font-size:clamp(14px, .875rem, 21px);--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:15.40625px;line-height:clamp(20px, 1.25rem, 30px)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1E1E1E\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"@prefix uni:&lt;http:\/\/www.university.org\/&gt;.\n@prefix rdf: &lt;http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#&gt;.\n@prefix rdfs: &lt;http:\/\/www.w3.org\/2000\/01\/rdf-schema#&gt;.\n@prefix xsd: &lt;http:\/\/www.w3.org\/2001\/XMLSchema#&gt;.\n@prefix ex:&lt;http:\/\/www.myschema.org\/&gt;.\n\n&lt;&lt;uni:joe-doe ex:age &quot;50&quot;^^xsd:integer&gt;&gt; ex:certainty 0.9.\n&lt;&lt;uni:joe-doe ex:city-address &quot;Sydney, Australia&quot;&gt;&gt; ex:certainty 0.9.\n&lt;&lt;uni:joe-doe ex:title &quot;PhD&quot;&gt;&gt; ex:certainty 0.9.\n&lt;&lt;uni:joe-doe ex:position &quot;full-professor&quot;&gt;&gt; ex:certainty 0.9.\n&lt;&lt;uni:joe-doe ex:university uni:sydney-uni&gt;&gt; ex:source uni:registry.\nuni:sydney-uni rdfs:label &quot;University of Sydney&quot;@en.\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\"><code><span class=\"line\"><span style=\"color: #D4D4D4\">@prefix uni:<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org<\/span><span style=\"color: #808080\">\/&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix rdf: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix rdfs: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2000\/01\/rdf-schema#<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix xsd: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2001\/XMLSchema#<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix ex:<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org<\/span><span style=\"color: #808080\">\/&gt;<\/span><span style=\"color: #D4D4D4\">.<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">&lt;<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uni:joe-doe<\/span><span style=\"color: #D4D4D4\"> ex:age <\/span><span style=\"color: #CE9178\">&quot;50&quot;<\/span><span style=\"color: #D4D4D4\">^^xsd:integer<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">&gt; ex:certainty 0.9.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">&lt;<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uni:joe-doe<\/span><span style=\"color: #D4D4D4\"> ex:city-address <\/span><span style=\"color: #CE9178\">&quot;Sydney, Australia&quot;<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">&gt; ex:certainty 0.9.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">&lt;<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uni:joe-doe<\/span><span style=\"color: #D4D4D4\"> ex:title <\/span><span style=\"color: #CE9178\">&quot;PhD&quot;<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">&gt; ex:certainty 0.9.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">&lt;<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uni:joe-doe<\/span><span style=\"color: #D4D4D4\"> ex:position <\/span><span style=\"color: #CE9178\">&quot;full-professor&quot;<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">&gt; ex:certainty 0.9.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">&lt;<\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uni:joe-doe<\/span><span style=\"color: #D4D4D4\"> ex:university uni:sydney-uni<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">&gt; ex:source uni:registry.<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">uni:sydney-uni rdfs:label &quot;University of Sydney&quot;@en.<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h4>RDF Trix Serialization Example. This serialization example has been generated via the RDFlib library.<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"\" style=\"font-size:clamp(14px, .875rem, 21px);--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:15.40625px;line-height:clamp(20px, 1.25rem, 30px)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1E1E1E\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"&lt;TriX\n  xmlns:owl=&quot;http:\/\/www.w3.org\/2002\/07\/owl#&quot;\n  xmlns:rdf=&quot;http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#&quot;\n  xmlns:rdfs=&quot;http:\/\/www.w3.org\/2000\/01\/rdf-schema#&quot;\n  xmlns:xsd=&quot;http:\/\/www.w3.org\/2001\/XMLSchema#&quot;\n  xmlns:xml=&quot;http:\/\/www.w3.org\/XML\/1998\/namespace&quot;\n  xmlns=&quot;http:\/\/www.w3.org\/2004\/03\/trix\/trix-1\/&quot;\n&gt;\n  &lt;graph&gt;\n    &lt;uri&gt;graph1&lt;\/uri&gt;\n    &lt;triple&gt;\n      &lt;uri&gt;joe-doe&lt;\/uri&gt;\n      &lt;uri&gt;position&lt;\/uri&gt;\n      &lt;plainLiteral&gt;&quot;full-professor&quot;&lt;\/plainLiteral&gt;\n    &lt;\/triple&gt;\n    &lt;triple&gt;\n      &lt;uri&gt;joe-doe&lt;\/uri&gt;\n      &lt;uri&gt;age&lt;\/uri&gt;\n      &lt;typedLiteral datatype=&quot;http:\/\/www.w3.org\/2001\/XMLSchema#integer&quot;&gt;50&lt;\/typedLiteral&gt;\n    &lt;\/triple&gt;\n    &lt;triple&gt;\n      &lt;uri&gt;joe-doe&lt;\/uri&gt;\n      &lt;uri&gt;city-address&lt;\/uri&gt;\n      &lt;plainLiteral&gt;&quot;Sydney, Australia&quot;&lt;\/plainLiteral&gt;\n    &lt;\/triple&gt;\n    &lt;triple&gt;\n      &lt;uri&gt;joe-doe&lt;\/uri&gt;\n      &lt;uri&gt;title&lt;\/uri&gt;\n      &lt;plainLiteral&gt;PhD&lt;\/plainLiteral&gt;\n    &lt;\/triple&gt;\n    &lt;triple&gt;\n      &lt;uri&gt;joe-doe&lt;\/uri&gt;\n      &lt;uri&gt;university&lt;\/uri&gt;\n      &lt;uri&gt;sydney-uni&lt;\/uri&gt;\n    &lt;\/triple&gt;\n  &lt;\/graph&gt;\n  &lt;graph&gt;\n    &lt;uri&gt;graph2&lt;\/uri&gt;\n    &lt;triple&gt;\n      &lt;uri&gt;sydney-uni&lt;\/uri&gt;\n      &lt;uri&gt;rdfs-label&lt;\/uri&gt;\n      &lt;plainLiteral&gt;&quot;Sydney University&quot;&lt;\/plainLiteral&gt;\n    &lt;\/triple&gt;\n  &lt;\/graph&gt;\n  &lt;graph&gt;\n    &lt;uri&gt;urn:x-rdflib:default&lt;\/uri&gt;\n  &lt;\/graph&gt;\n&lt;\/TriX&gt;\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\"><code><span class=\"line\"><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">TriX<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #9CDCFE\">xmlns:owl<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.w3.org\/2002\/07\/owl#&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #9CDCFE\">xmlns:rdf<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #9CDCFE\">xmlns:rdfs<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.w3.org\/2000\/01\/rdf-schema#&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #9CDCFE\">xmlns:xsd<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.w3.org\/2001\/XMLSchema#&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #9CDCFE\">xmlns:xml<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.w3.org\/XML\/1998\/namespace&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #9CDCFE\">xmlns<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.w3.org\/2004\/03\/trix\/trix-1\/&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">graph<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">graph1<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">joe-doe<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">position<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">plainLiteral<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">&quot;full-professor&quot;<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">plainLiteral<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">joe-doe<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">age<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">typedLiteral<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #9CDCFE\">datatype<\/span><span style=\"color: #D4D4D4\">=<\/span><span style=\"color: #CE9178\">&quot;http:\/\/www.w3.org\/2001\/XMLSchema#integer&quot;<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">50<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">typedLiteral<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">joe-doe<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">city-address<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">plainLiteral<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">&quot;Sydney, Australia&quot;<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">plainLiteral<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">joe-doe<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">title<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">plainLiteral<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">PhD<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">plainLiteral<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">joe-doe<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">university<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">sydney-uni<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">graph<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">graph<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">graph2<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">sydney-uni<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">rdfs-label<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">      <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">plainLiteral<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">&quot;Sydney University&quot;<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">plainLiteral<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">triple<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">graph<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">graph<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\">urn:x-rdflib:default<\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">uri<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">  <\/span><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">graph<\/span><span style=\"color: #808080\">&gt;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #808080\">&lt;\/<\/span><span style=\"color: #569CD6\">TriX<\/span><span style=\"color: #808080\">&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h4>RDF TriG Serialization Example. This serialization example has been generated via the RDFlib library.<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"\" style=\"font-size:clamp(14px, .875rem, 21px);--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:15.40625px;line-height:clamp(20px, 1.25rem, 30px)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1E1E1E\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"@prefix ex: &lt;http:\/\/www.myschema.org\/&gt; .\n@prefix ns1: &lt;urn:x-rdflib:&gt; .\n@prefix rdfs: &lt;http:\/\/www.w3.org\/2000\/01\/rdf-schema#&gt; .\n@prefix uni: &lt;http:\/\/www.university.org\/&gt; .\n@prefix xsd: &lt;http:\/\/www.w3.org\/2001\/XMLSchema#&gt; .\n\nuni:G1 {\n    uni:joe-doe ex:age 50 ;\n        ex:city-address &quot;Sydney, Australia&quot; ;\n        ex:position &quot;full-professor&quot; ;\n        ex:title &quot;PhD&quot; ;\n        ex:university uni:sydney-uni .\n}\n\nuni:G2 {\n    uni:sydney-uni rdfs:label &quot;University of Sydney&quot;@en .\n}\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\"><code><span class=\"line\"><span style=\"color: #D4D4D4\">@prefix ex: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.myschema.org<\/span><span style=\"color: #808080\">\/&gt;<\/span><span style=\"color: #D4D4D4\"> .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix ns1: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">urn:x-rdflib:<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix rdfs: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2000\/01\/rdf-schema#<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix uni: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.university.org<\/span><span style=\"color: #808080\">\/&gt;<\/span><span style=\"color: #D4D4D4\"> .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">@prefix xsd: <\/span><span style=\"color: #808080\">&lt;<\/span><span style=\"color: #569CD6\">http:<\/span><span style=\"color: #D4D4D4\">\/\/www.w3.org\/2001\/XMLSchema#<\/span><span style=\"color: #808080\">&gt;<\/span><span style=\"color: #D4D4D4\"> .<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">uni:G1 {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    uni:joe-doe ex:age 50 ;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        ex:city-address &quot;Sydney, Australia&quot; ;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        ex:position &quot;full-professor&quot; ;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        ex:title &quot;PhD&quot; ;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">        ex:university uni:sydney-uni .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">}<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">uni:G2 {<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">    uni:sydney-uni rdfs:label &quot;University of Sydney&quot;@en .<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D4D4D4\">}<\/span><\/span><\/code><\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>RDF Serialization Formats In this post we include 12 of the most popular\/prominent RDF serialization formats, starting with the original\/oldest RDF\/XML RDF serialization format, the scattered in the &#8220;XHTML document&#8221; RDFa serialization format, the currently most popular JSON-LD serialization format, &hellip; <a class=\"kt-excerpt-readmore more-link\" href=\"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":747,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","inline_featured_image":false,"_uag_custom_page_level_css":"","kt_blocks_editor_width":"","footnotes":""},"categories":[16],"tags":[118,121,3,122,123,109,120,20,228,225,116,119,124],"class_list":["post-657","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-semantic-web","tag-hdt","tag-hex-tuples","tag-json-ld","tag-n-quads","tag-n3-notation3","tag-rdf-n-triples","tag-rdf-trig","tag-rdf-turtle","tag-rdf-turtle-star","tag-rdf-star","tag-rdf-xml-2","tag-rdfa","tag-trix"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RDF Serialization Formats: A Trends Comparison - Carlos F. Enguix SW-KG-LLM Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RDF Serialization Formats: A Trends Comparison - Carlos F. Enguix SW-KG-LLM Blog\" \/>\n<meta property=\"og:description\" content=\"RDF Serialization Formats In this post we include 12 of the most popular\/prominent RDF serialization formats, starting with the original\/oldest RDF\/XML RDF serialization format, the scattered in the &#8220;XHTML document&#8221; RDFa serialization format, the currently most popular JSON-LD serialization format, &hellip; Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/\" \/>\n<meta property=\"og:site_name\" content=\"Carlos F. Enguix SW-KG-LLM Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-04T18:07:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-08T21:06:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png\" \/>\n\t<meta property=\"og:image:width\" content=\"923\" \/>\n\t<meta property=\"og:image:height\" content=\"1078\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Carlos F. Enguix\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@carlos_f_enguix\" \/>\n<meta name=\"twitter:site\" content=\"@carlos_f_enguix\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carlos F. Enguix\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RDF Serialization Formats: A Trends Comparison - Carlos F. Enguix SW-KG-LLM Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/","og_locale":"en_US","og_type":"article","og_title":"RDF Serialization Formats: A Trends Comparison - Carlos F. Enguix SW-KG-LLM Blog","og_description":"RDF Serialization Formats In this post we include 12 of the most popular\/prominent RDF serialization formats, starting with the original\/oldest RDF\/XML RDF serialization format, the scattered in the &#8220;XHTML document&#8221; RDFa serialization format, the currently most popular JSON-LD serialization format, &hellip; Read More","og_url":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/","og_site_name":"Carlos F. Enguix SW-KG-LLM Blog","article_published_time":"2023-03-04T18:07:30+00:00","article_modified_time":"2023-03-08T21:06:06+00:00","og_image":[{"width":923,"height":1078,"url":"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png","type":"image\/png"}],"author":"Carlos F. Enguix","twitter_card":"summary_large_image","twitter_creator":"@carlos_f_enguix","twitter_site":"@carlos_f_enguix","twitter_misc":{"Written by":"Carlos F. Enguix","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/#article","isPartOf":{"@id":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/"},"author":{"name":"Carlos F. Enguix","@id":"https:\/\/carlosfenguix.website\/blog\/#\/schema\/person\/dca2fd922353ca348d8ce7b168e79929"},"headline":"RDF Serialization Formats: A Trends Comparison","datePublished":"2023-03-04T18:07:30+00:00","dateModified":"2023-03-08T21:06:06+00:00","mainEntityOfPage":{"@id":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/"},"wordCount":973,"publisher":{"@id":"https:\/\/carlosfenguix.website\/blog\/#\/schema\/person\/dca2fd922353ca348d8ce7b168e79929"},"image":{"@id":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/#primaryimage"},"thumbnailUrl":"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png","keywords":["HDT","Hex-Tuples","JSON-LD","N-Quads","N3-Notation3","RDF N-Triples","RDF Trig","RDF Turtle","RDF Turtle-star","RDF-star","RDF\/XML","RDFa","TRIX"],"articleSection":["Semantic Web"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/","url":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/","name":"RDF Serialization Formats: A Trends Comparison - Carlos F. Enguix SW-KG-LLM Blog","isPartOf":{"@id":"https:\/\/carlosfenguix.website\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/#primaryimage"},"image":{"@id":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/#primaryimage"},"thumbnailUrl":"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png","datePublished":"2023-03-04T18:07:30+00:00","dateModified":"2023-03-08T21:06:06+00:00","breadcrumb":{"@id":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/#primaryimage","url":"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png","contentUrl":"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png","width":923,"height":1078},{"@type":"BreadcrumbList","@id":"https:\/\/carlosfenguix.website\/blog\/rdf-serialization-formats-a-trends-comparison\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/carlosfenguix.website\/blog\/"},{"@type":"ListItem","position":2,"name":"RDF Serialization Formats: A Trends Comparison"}]},{"@type":"WebSite","@id":"https:\/\/carlosfenguix.website\/blog\/#website","url":"https:\/\/carlosfenguix.website\/blog\/","name":"Carlos F. Enguix SW-KG-LLM Blog","description":"A Blog About Semantic Web, Knowledge Graphs and Integrating LLMs And KGs","publisher":{"@id":"https:\/\/carlosfenguix.website\/blog\/#\/schema\/person\/dca2fd922353ca348d8ce7b168e79929"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/carlosfenguix.website\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/carlosfenguix.website\/blog\/#\/schema\/person\/dca2fd922353ca348d8ce7b168e79929","name":"Carlos F. Enguix","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2020\/07\/linked-open-data-cloud-scaled.jpg","url":"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2020\/07\/linked-open-data-cloud-scaled.jpg","contentUrl":"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2020\/07\/linked-open-data-cloud-scaled.jpg","width":2510,"height":2560,"caption":"Carlos F. Enguix"},"logo":{"@id":"https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2020\/07\/linked-open-data-cloud-scaled.jpg"},"description":"ACM Professional SIGMOD Member, Semantic Web Researcher, Open Source\/Open Knowledge Advocate, Tech. Article Writer-Blogger. Current Research Interests: Semantic-Web: Semantic Web-based Triplestores-Graph Databases, RDF, RDF-S, OWL, SPARQL, SHACL, etc. Knowledge Graphs: Open Knowledge Graphs (OKGs) And Personal Knowledge Graphs (PKGs).","sameAs":["https:\/\/www.carlosfenguix.website\/blog","https:\/\/www.linkedin.com\/in\/carlosfenguix\/","https:\/\/x.com\/carlos_f_enguix"],"url":"https:\/\/carlosfenguix.website\/blog\/author\/admin\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png",923,1078,false],"thumbnail":["https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats-150x150.png",150,150,true],"medium":["https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats-257x300.png",257,300,true],"medium_large":["https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats-768x897.png",768,897,true],"large":["https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats-877x1024.png",877,1024,true],"1536x1536":["https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png",923,1078,false],"2048x2048":["https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats.png",923,1078,false],"ascend-600x600":["https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats-600x600.png",600,600,true],"ascend-540x620":["https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats-540x620.png",540,620,true],"ascend-720x480":["https:\/\/carlosfenguix.website\/blog\/wp-content\/uploads\/2023\/03\/RDF-Document-Serialization-Formats-720x480.png",720,480,true]},"uagb_author_info":{"display_name":"Carlos F. Enguix","author_link":"https:\/\/carlosfenguix.website\/blog\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"RDF Serialization Formats In this post we include 12 of the most popular\/prominent RDF serialization formats, starting with the original\/oldest RDF\/XML RDF serialization format, the scattered in the &#8220;XHTML document&#8221; RDFa serialization format, the currently most popular JSON-LD serialization format, &hellip; Read More","_links":{"self":[{"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/posts\/657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/comments?post=657"}],"version-history":[{"count":34,"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/posts\/657\/revisions"}],"predecessor-version":[{"id":951,"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/posts\/657\/revisions\/951"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/media\/747"}],"wp:attachment":[{"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/media?parent=657"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/categories?post=657"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/carlosfenguix.website\/blog\/wp-json\/wp\/v2\/tags?post=657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}