Skip to content

Instantly share code, notes, and snippets.

@rubinsztajn
Created April 13, 2011 17:20
Show Gist options
  • Save rubinsztajn/917944 to your computer and use it in GitHub Desktop.
Save rubinsztajn/917944 to your computer and use it in GitHub Desktop.
RDFa snippet for sameAs rels in SNAC
<!-- RDFa snippet example for SNAC -->
<div xmlns:owl="http://www.w3.org/2002/07/owl#">
<div about="http://socialarchive.iath.virginia.edu/xtf/view?docId=Eisenhower+Dwight+D+Dwight+David+1890-1969-cr.xml#entity">
<div>sameAs</div>
<a rel="owl:sameAs" href="http://viaf.org/viaf/100176316">http://viaf.org/viaf/100176316</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment