Ok, maybe the resources have no rdfs:labels? The auto-complete index is based on labels.

Here is a quick query to construct missing labels from local names:

CONSTRUCT {
    ?r rdfs:label ?label .
}
WHERE {
    ?r a :SoortSchade .
    FILTER (isIRI(?r) && NOT EXISTS { ?r rdfs:label ?anyLabel })
    BIND (afn:localname(?r) AS ?label) .
}

if the CONSTRUCT works, replace CONSTRUCT with INSERT.

HTH
Holger



On 1/06/2016 18:40, Bohms, H.M. (Michel) wrote:

Hi Holger

The range of this objectproperty is class SoortSchade having individuals like:

I generated the app from TBC…(version 4.5.0), via Model/Open with default SWA application…

Thx michel

        

Dr Michel Böhms
Senior Scientist
Semantically-enhanced,Linked,Big Data

        

T +31888663107
M +31630381220
E [email protected] <mailto:[email protected]>

        

Location <http://www.tno.nl/locaties/DTM>

<http://www.tno.nl/>

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.

*From:*[email protected] [mailto:[email protected]] *On Behalf Of *Holger Knublauch
*Sent:* 01 June 2016 10:27
*To:* [email protected]
*Subject:* Re: [topbraid-users] SWA question

What is the range/value type of meetSortenShade, and does it have any instances? It should indeed show a drop down list with matching instances. Also make sure the query graph in your application includes the owl:imports (_withImports=true).

Holger

On 1/06/2016 17:51, Bohms, H.M. (Michel) wrote:

    In the default SWA application: what do I fill in as search item
    on the right side.

    It always colours red….

    Is it possible to get some popup to select some individual?

    When I select “equal” here nothing happens.

    Thx a lot, Michel Bohms

        

    Dr Michel Böhms
    Senior Scientist
    Semantically-enhanced,Linked,Big Data

        

    T +31888663107
    M +31630381220
    E [email protected] <mailto:[email protected]>

        

    Location <http://www.tno.nl/locaties/DTM>

    <http://www.tno.nl/>

    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
    Group "TopBraid Suite Users", the topics of which include the
    TopBraid Suite family of products and its base technologies such
    as SPARQLMotion, SPARQL Web Pages and SPIN.
    To post to this group, send email to
    [email protected]
    <mailto:[email protected]>
    ---
    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 [email protected]
    <mailto:[email protected]>.
    For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include the TopBraid Suite family of products and its base technologies such as SPARQLMotion, SPARQL Web Pages and SPIN. To post to this group, send email to [email protected] <mailto:[email protected]>
---
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 [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include the TopBraid Suite family of products and its base technologies such as SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to [email protected]
---
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 [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Group "TopBraid 
Suite Users", the topics of which include the TopBraid Suite family of products and 
its base technologies such as SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to [email protected]
--- 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to