Host: example.org Content-Length: 478 Content-Type: text/ldpatch If-Match: "abc123" @prefix rdf: . @prefix schema: . @prefix profile: . @prefix ex: . Delete <#> profile:first_name "Tim" . Add <#> profile:first_name "Timothy" . UpdateList <#> ex:preferredLanguages 1..2 ( "fr-CH" ) . Bind ?event <#> /schema:performerIn[/schema:url = ] . Add ?event rdf:type schema:Event . Bind ?ted /^schema:url! . Delete ?ted schema:startDate "2009-02-04". Add ?ted schema:location _:loc . Add _:loc schema:name "Long Beach, California" . Add _:loc schema:geo _:geo . Add _:geo schema:latitude "33.7817" . Add _:geo schema:longitude "-118.2054" .