These xpaths seem correct if the resource is a service, however all dataset resources get dinged on this check. We might consider only looking here if the resource is listed as a service using the scopeType field.
We also might consider how/whether we might implement service checks on distribution URLs for entities. I'm not sure to what degree this would be supported in EML, and it doesn't seem to have support for ISO in the way that ISO is most commonly used.
There are two checks related to services in the FAIR suite -
resource.serviceType.present
andresource.serviceLocation.present
.These look in
These xpaths seem correct if the resource is a service, however all dataset resources get dinged on this check. We might consider only looking here if the resource is listed as a service using the
scopeType
field.We also might consider how/whether we might implement service checks on distribution URLs for entities. I'm not sure to what degree this would be supported in EML, and it doesn't seem to have support for ISO in the way that ISO is most commonly used.