Dynamic RDF.type

2012-09-02 Thread Yoga Indra Pamungkas
Well, I have problem to make dynamic RDF.type. The RDF.type should get dynamic from anotation by user. This is my static RDF.type code : Resource thesis = model.createResource(thesisURI)     .addProperty(RDF.type, semantic.OntologyKomputasi.mechanicalTurk)    

Re: Dynamic RDF.type

2012-09-02 Thread Dave Reynolds
On 02/09/2012 08:37, Yoga Indra Pamungkas wrote: Well, I have problem to make dynamic RDF.type. The RDF.type should get dynamic from anotation by user. This is my static RDF.type code : Resource thesis = model.createResource(thesisURI) .addProperty(RDF.type,

FILTER changes a query from sequence to join

2012-09-02 Thread Holger Knublauch
Hi SPARQL gurus, In ARQ 2.9.2 I have the following two queries SELECT * WHERE { BIND (http://topbraid.org/examples/kennedys AS ?graph) . BIND (42 AS ?dummy) GRAPH ?graph { ?s rdfs:subClassOf ?o . } } SELECT * WHERE { BIND (http://topbraid.org/examples/kennedys AS