We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
Please consider the property http://schema.org/vehicleEngine
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.
vehicle(Engine)
engine
Describe the solution you'd like
Since the word "engine" is actually used in the rdfs:comment I expected it to match too.
rdfs:comment
The text was updated successfully, but these errors were encountered:
@tpluscode Have you tried adding rdfs:comment as an additional search property (i.e. a synonym)?
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Please consider the property
http://schema.org/vehicleEngine
When added to a KB (IRI schema RDF), it is only found when typing
vehicle(Engine)
but not when typingengine
. 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.The text was updated successfully, but these errors were encountered: