Closed tomas-knap closed 10 years ago
Do you mean change "tool tip text" to CONSTRUCT {?s ?p ?o} WHERE {?s ?p ?o} LIMIT 10 or set as default value?
yes, tooltip (greyed text which dissappears when user enters the field), as it was
Použil jsem dotaz:
PREFIX s: http://schema.org DELETE { ?address s:geo ?geo} INSERT { ?place s:geo ?geo} WHERE { ?address a s:postalAddress; ^s:address ?place; s:geo ?geo .}
Ten má marie i v dokumentaci SPARQL transformeru, takže ho nemusí ani upravovat.
Currently:
Must be valid SPARQL query (no "modify" keyword): e.g. CONSTRUCT {?s ?p ?o} WHERE {?s ?p ?o} LIMIT 10.
So what should be done - replace the current MODIFY query with the simple CONSTRUCT query - in SPARQL transformer, doc (user,devel)