```
>>> name = "org.amaranth-lang.soc.whatever"
>>> name.startswith(".".join(urllib.parse.urlparse("https://amaranth-lang.org/schema/amaranth/0.4/component").netloc.split(".")[::-1]))
True