Matches in LOV for { <http://spinrdf.org/spin#construct> ?p ?o. }
Showing items 1 to 4 of
4
with 100 items per page.
- construct type MagicProperty.
- construct comment "Evaluates a given sp:Construct or SPIN template call (first argument on the left hand side) and binds the resulting triples to the variables on the right hand side.\n\nExample:\n\n (?query \"this\" owl:Thing) spin:construct (?s ?p ?o)\n\nwill execute the sp:Construct ?query using the binding of owl:Thing to ?this. The resulting triples will be bound to ?s, ?p and ?o. If any of ?s ?p ?o are bound, it will only return the matching triples.".
- construct label "construct".
- construct subClassOf MagicProperties.