呂康豪(ルー・カン・カオ)
kennyluck@csail.mit.edu
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> . INSERT { <http://example.org/Dennis#me> rdfs:comment "最低"@ja . }
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> . DELETE { <http://example.org/Dennis#me> rdfs:comment "最低"@ja . }
SELECT
やWHERE
と組み合わせることもできる。POST /Dennis HTTP/1.1 Content-Type: application/sparql-query INSERT { <http://example.org/Dennis#me> rdfs:comment "最低"@ja . }