clnsmth / soso

For creating Science On Schema.Org (SOSO) markup in dataset landing pages to improve data discovery through search engines.
https://soso.readthedocs.io/
MIT License
1 stars 0 forks source link

test: strategy methods return None, not null values #67

Closed clnsmth closed 7 months ago

clnsmth commented 7 months ago

Ensure that strategy methods return a None value instead of an null (empty) value or container. None values are interpreted in the final graph cleaning step of main.convert as properties with no meaningful information, which should be removed from the resulting SOSO graph before being returned to the user.