Skip to content

Instantly share code, notes, and snippets.

@namedgraph
Created November 17, 2019 11:42
Show Gist options
  • Save namedgraph/dda2975e07e727669c07f993f4f53767 to your computer and use it in GitHub Desktop.
Save namedgraph/dda2975e07e727669c07f993f4f53767 to your computer and use it in GitHub Desktop.
SVG+RDFa example
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
version="1.1">
<g about="http://example.org/subject">
<g property="foaf:primaryTopic" resource="http://example.org/object"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment