Skip to content

Instantly share code, notes, and snippets.

@kidehen
Created August 4, 2015 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidehen/3fffdf7853ed1791b01b to your computer and use it in GitHub Desktop.
Save kidehen/3fffdf7853ed1791b01b to your computer and use it in GitHub Desktop.
Example 2 re., Nanotation
{
<>
a foaf:Document ;
dcterms:created "2014-06-13"^^xsd:date ;
dcterms:modified "2014-06-13"^^xsd:date ;
foaf:maker <#kidehen> ;
rdfs:label "RDF based Nanotation via TURTLE Statements" ;
rdfs:comment """Demonstrating how TURTLE provides a different kind of Markdown,
in the form of Nanotation -- where RDF statements are inserted into posts
en route to making the host post a follow-your-nose launch point that integrates
naturally public and private HTTP networks (clouds).""" ;
foaf:primaryTopic <#Nanotation> .
<#Nanotation>
rdfs:label "Nanotation" ;
skos:altLabel "#Nanotation" ;
rdfs:comment """The act of embedding RDF statements in posts
(Tweets, Mailing List Posts, Facebook Posts, LinkedIn Posts,
G+ Posts etc..""" .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment