| Did you know ... | Search Documentation: |
| Predicate uri_is_global/1 |
[semidet]uri_is_global(+URI)
uri_is_global(URI) :-
uri_components(URI, Components),
uri_data(scheme, Components, Scheme),
nonvar(Scheme),
atom_length(Scheme, Len),
Len > 1.