Talk:Development/Tutorials/Metadata/Nepomuk/DataLayout

From KDE TechBase
Revision as of 23:55, 25 October 2009 by Tampakrap (talk | contribs) (confusion about the query example explanation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

"This will match a query string like tag:nepomuk to a property. It will actually match nao:hasTag which has rdfs:range set to nao:Tag. Thus, the query engine will then look for any nao:Tag instances with a label that matches nepomuk."

Speaking as a beginner reading through these tutorials, I don't understand how rdfs:range is involved in that SPARQL query. Am I mistaken that the query is for properties, specifically properties with a rdfs:label that regex-matches the query string?