Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
927 views
in Technique[技术] by (71.8m points)

rdf - how update in sparql

In my n3 data in rdf, i have the following data, and i want to change a little bit. I have the value 'no' and i want to change that value to 'yes'

house:a1 a stand:Map;
    house:id "1"^^xsd:integer;
    house:sell "no";

I want to select that value 'sell? and change then, that is why i do the select

select ?sell where { 
   ?s stand:sell ?sell.


i want to delete tha value "no" and change to "yes" but i dont know how to do it, but i dont know how to do it.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...