You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rdf_current_prefix(:Alias, ?URI) is currently documented as follows:
If Alias is unbound and one URI is the prefix of another, the longest is returned first. This allows turning a resource into a prefix/local couple using the simple enumeration below.
What does this mean? If Alias is unbound and URI is unbound, then the declared Alias-URI pairs are enumerated, regardless of the lengths of URI. If Alias is unbound and URI is bound, there is at most one solution for Alias, so there is no use for returning the longest solution first.
The text was updated successfully, but these errors were encountered:
rdf_current_prefix(:Alias, ?URI)
is currently documented as follows:What does this mean? If
Alias
is unbound andURI
is unbound, then the declared Alias-URI pairs are enumerated, regardless of the lengths ofURI
. IfAlias
is unbound andURI
is bound, there is at most one solution forAlias
, so there is no use for returning the longest solution first.The text was updated successfully, but these errors were encountered: