05/08/2014

Insertion d'info sur un serveur fuseki

[ ] select * where {<http://smag0.blogspot.fr/ns/Smag> ?o ?s}

[ ] http://fuseki-smag0.rhcloud.com/sparql.tpl
[ ] http://fuseki-smag0.rhcloud.com/ds/query?query=select+*+where+%7B%3Chttp%3A%2F%2Fsmag0.blogspot.fr%2Fns%2FSmag%3E+%3Fo+%3Fs%7D%0D%0A&output=json&stylesheet=%2Fxml-to-html.xsl
[ ] http://www.snee.com/bobdc.blog/2011/04/getting-started-with-sparql-up.html
[ ] PREFIX d: <http://example.com/ns/data#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> INSERT DATA { d:i1 rdfs:label "one" . d:i2 rdfs:label "two" . }
[ ] PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX ns: <http://example.org/ns#>
INSERT DATA
{ GRAPH <http://example/bookStore> { <http://example/book1>  ns:price  42 } }
[ ] PREFIX ns: <http://example.org/ns#> PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX d: <http://example.com/ns/data#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
INSERT DATA
{ GRAPH <http://example/bookStore> { <http://example/blabla>  ns:price  42 .
d:i1 rdfs:label "one" .
d:i2 rdfs:label "two" .
}}

Partagée depuis Google Keep

Aucun commentaire:

Enregistrer un commentaire