Created
August 4, 2015 13:19
-
-
Save kidehen/3fffdf7853ed1791b01b to your computer and use it in GitHub Desktop.
Example 2 re., Nanotation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
<> | |
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