Last active
August 29, 2015 14:02
-
-
Save kidehen/5e7fab2b7d2bf71f6c2a to your computer and use it in GitHub Desktop.
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
## 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 ## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turtle Start
<>
owl:sameAs http://evil-webiste.com .
Turtle End