Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concept search to include descriptions #4961

Open
tpluscode opened this issue Jul 25, 2024 · 1 comment
Open

Concept search to include descriptions #4961

tpluscode opened this issue Jul 25, 2024 · 1 comment

Comments

@tpluscode
Copy link

Is your feature request related to a problem? Please describe.

Please consider the property http://schema.org/vehicleEngine

@prefix schema: <http://schema.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

schema:vehicleEngine schema:domainIncludes schema:Vehicle ;
	schema:rangeIncludes schema:EngineSpecification ;
	a rdf:Property ;
	rdfs:comment "Information about the engine or engines of the vehicle." ;
	rdfs:label "vehicleEngine" .

When added to a KB (IRI schema RDF), it is only found when typing vehicle(Engine) but not when typing engine. Also with fuzzy search enabled.

Describe the solution you'd like

Since the word "engine" is actually used in the rdfs:comment I expected it to match too.

@reckart reckart added this to the ⭐️ Feature backlog milestone Sep 22, 2024
@reckart reckart changed the title KB: Full-text search to include descriptions Concept search to include descriptions Sep 30, 2024
@reckart
Copy link
Member

reckart commented Sep 30, 2024

@tpluscode Have you tried adding rdfs:comment as an additional search property (i.e. a synonym)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants