pyrdf2vec.utils.validation module

pyrdf2vec.utils.validation.is_valid_url(url)

Checks if a given URL is valid.

Parameters

url (str) – The URL to check the validity.

Return type

bool

Returns

True if the URL is valid, False otherwise.