KangHao Lu (Kenny Luck?)
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
or WHERE
.POST /Dennis HTTP/1.1 Content-Type: application/sparql-query INSERT { <http://example.org/Dennis#me> rdfs:comment "最低"@ja . }