Skip to content

Commit

Permalink
example update
Browse files Browse the repository at this point in the history
  • Loading branch information
mhausenblas committed Jul 27, 2012
1 parent 1986f1e commit ed5dcdc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.html
Expand Up @@ -26,8 +26,15 @@ <h1>turtled</h1>
@prefix schema: <http://schema.org/> .
@prefix : <http://example.org/#> .

:me a foaf:Person ;
rdfs:label "Michael" .
:m a foaf:Person ;
rdfs:label "Michael" ;
foaf:knows :r ;
.

:r a foaf:Person ;
rdfs:label "Richard" ;
.

</textarea>
<div id="in-ctrl">
<button id="vis">Visualise!</button>
Expand Down

0 comments on commit ed5dcdc

Please sign in to comment.