There are a lot of "good" WHOIS interpreters, like python-whois or phpWhois, but each has its own interpretation of the fields and use different JSON fields and JSON structures...
I am looking for a "Rosetta Stone" semantic tool... It exists? Any sematic jargon as SchemaOrg or free RDF/JSON-LD/etc. interpretion, mapping fields of the raw whois file into its semantic.
Exemples of most frequent semantic usage, and its fieldName-to-Semantic mapping:
WHOIS field
domain
is wikidata/Q32635 or uri4uri/Domain.WHOIS field
owner
is schemaOrg/Organization's name.WHOIS field
ownerid
is is schemaOrg/Organization's vatID.WHOIS field
country
is schemaOrg/Country's addressCountry.... The question is: where the another mappings? where I find (or how to use) all the WHOIS fields?
PS: some of the "most frequent usage" semantic like WHOIS field owner
, registrar
and domain
are de facto standards, others no... The specific standards exists (!) in the context of the registrar, so, the cited tools (eg. phpWhois's whois.*.php
) do the final interpretation, and this is the "Roseta's" locus of interpretation.