sparql construct/select question

14 views
Skip to first unread message

Bohms, H.M. (Michel)

unread,
Dec 16, 2019, 9:18:13 AM12/16/19
to topbrai...@googlegroups.com

Sutuaton:

 

 

Running:

PREFIX ss:  <http://www.topbraidcomposer.org/owl/2006/08/spreadsheets.owl#>

PREFIX bsc: <https://w3id.org/def/basicsemantics-owl-complex#>

 

SELECT ?property WHERE {

?property a ss:Cell .

}

 

Gives me the instances.

 

But:

 

PREFIX ss:  <http://www.topbraidcomposer.org/owl/2006/08/spreadsheets.owl#>

PREFIX bsc: <https://w3id.org/def/basicsemantics-owl-complex#>

 

SELECT ?property WHERE {

?property a bsc:Property .

}

 

Does not return anything.

 

This extra typing was constructed by sparql and I said:  infer selected (all) constructed triples”

 

Do I was have to assert them all too before obtaining reslts ? (rather not do that to keep things clean).

 

Thx Michel

 

 

 

 

 

 

 

Dr. ir. H.M. (Michel) Böhms
Senior Data Scientist

+31888663107
+31630381220
michel...@tno.nl

Location

 

This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages.

 

 

 

 

Richard Cyganiak

unread,
Dec 16, 2019, 10:04:27 AM12/16/19
to topbraid-users list
Do you have “Run on base model only” enabled in the SPARQL view by chance? That would exclude inferred triples from the query.

Otherwise, they should be included.

Richard


On 16 Dec 2019, at 14:18, 'Bohms, H.M. (Michel)' via TopBraid Suite Users <topbrai...@googlegroups.com> wrote:

Sutuaton:
 
<image001.jpg>
 
Running:
 
SELECT ?property WHERE {
?property a ss:Cell .
}
 
Gives me the instances.
 
But:
 
 
SELECT ?property WHERE {
?property a bsc:Property .
}
 
Does not return anything.
 
This extra typing was constructed by sparql and I said:  infer selected (all) constructed triples”
 
Do I was have to assert them all too before obtaining reslts ? (rather not do that to keep things clean).
 
Thx Michel
 
 
 
 
 
 
Dr. ir. H.M. (Michel) Böhms
Senior Data Scientist

This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages.
 
 
 
 

-- 
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/82d070d8e4f04a4e89ec365898ecb002%40tno.nl.

Bohms, H.M. (Michel)

unread,
Dec 16, 2019, 11:10:11 AM12/16/19
to topbrai...@googlegroups.com

 

Total restart solved the issue...thx

 

 

 

 

Dr. ir. H.M. (Michel) Böhms
Senior Data Scientist

+31888663107
+31630381220
michel...@tno.nl

Location

 

Reply all
Reply to author
Forward
0 new messages