Skip to content

Instantly share code, notes, and snippets.

@nandana
Created October 2, 2016 11:16
Show Gist options
  • Save nandana/757413331b1510d97f15bb3740cc59e0 to your computer and use it in GitHub Desktop.
Save nandana/757413331b1510d97f15bb3740cc59e0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xml:base="http://www.ontogrid.net/StickyNote#"
xmlns="http://www.ontogrid.net/StickyNote#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#event1">
</rdf:Description>
<rdf:Description rdf:about="#event2">
</rdf:Description>
<rdf:Description rdf:about="#event3">
<involves rdf:resource="#PinarAlper"/>
<involves rdf:resource="#CaroleGoble"/>
<eventDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2006-05-15</eventDate>
</rdf:Description>
<rdf:Description rdf:about="#event4">
<involves rdf:resource="#OscarCorcho"/>
<eventDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2006-05-16</eventDate>
</rdf:Description>
<rdf:Description rdf:about="#event5">
<involves rdf:resource="#CaroleGoble"/>
<eventDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2006-05-15</eventDate>
</rdf:Description>
<rdf:Description rdf:about="#OscarCorcho">
</rdf:Description>
<rdf:Description rdf:about="#PinarAlper">
</rdf:Description>
<rdf:Description rdf:about="#CaroleGoble">
</rdf:Description>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment