fixed misnamed property in examples 2 & 3 ldpatch
authorPierre-Antoine <pchampin@liris.cnrs.fr>
Wed, 26 Nov 2014 18:03:28 +0100
branchldpatch
changeset 918 3637285cdca2
parent 917 71f27638abd0
child 923 cdee523c6f10
fixed misnamed property in examples 2 & 3
ldpatch.html
--- a/ldpatch.html	Tue Nov 25 20:02:27 2014 -0500
+++ b/ldpatch.html	Wed Nov 26 18:03:28 2014 +0100
@@ -297,7 +297,7 @@
 
 UpdateList &lt;#&gt; ex:preferredLanguages 1..2 ( "fr-CH" ) .
 
-Bind ?event &lt;#&gt; / schema:attendee [ / schema:url = &lt;https://www.w3.org/2012/ldp/wiki/F2F5&gt; ]  .
+Bind ?event &lt;#&gt; / schema:performerIn [ / schema:url = &lt;https://www.w3.org/2012/ldp/wiki/F2F5&gt; ]  .
 Add { ?event rdf:type schema:Event } .
 
 Bind ?ted &lt;http://conferences.ted.com/TED2009/&gt; / ^schema:url ! .
@@ -328,7 +328,7 @@
   profile:first_name "Timothy" ;
   profile:last_name "Berners-Lee" ;
   profile:image &lt;https://example.org/timbl.jpg&gt; ;
-  schema:attendee _:b1, _:b2 ;
+  schema:performerIn _:b1, _:b2 ;
   ex:preferredLanguages ( "en" "fr-CH" ).
 
 _:b1 a schema:Event ;