Skip to content

Instantly share code, notes, and snippets.

@kidehen
Last active August 29, 2015 14:02
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/5e7fab2b7d2bf71f6c2a to your computer and use it in GitHub Desktop.
Save kidehen/5e7fab2b7d2bf71f6c2a to your computer and use it in GitHub Desktop.
## Turtle Start ##
<>
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..""" .
## Turtle End ##
@melvincarvalho
Copy link

Turtle Start

<>
owl:sameAs http://evil-webiste.com .

Turtle End

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment