CLARIAH / burgerLinker

Command line tool for linking civil registries
MIT License
14 stars 1 forks source link

schema is sometimes https:// and sometimes http:// #5

Closed ivozandhuis closed 3 years ago

ivozandhuis commented 3 years ago

Namespace schema is defined as https://schema.org/ In the definition of Person (and other places?) http:// is used. Suggestion: use https:// in all situations.

raadjoe commented 3 years ago

I agree that it would have been better if we used httpS://schema.org instead of http://schema.org, but I understand that both are still fine (see 1 and 2).

Just to avoid re-generating our HDT datasets, I will keep using the http:// form for now, but I will add support to both forms of URLs in the next release of the tool.

ivozandhuis commented 3 years ago

Sounds fair. But now I have the impression that the use of http and https are mixed. The Individuals are only parsed if I use http://schema.org/Person for the class and httpS://schema.org/givenName for the property.

raadjoe commented 3 years ago

The tool now supports both http://schema.org/ and https://schema.org/.