Purl Property
A property that represents a PURL value.
The confidence of a match (see confidenceMatching) is determined by comparing the PURL values.
If the PURLs are equal according to the PURL specification, the confidence is DefiniteMatch.
Otherwise, the confidence is DefinitelyNoMatch.
We do not need to consider different sources, as a Purl can only come from PropertySource.PURL.
Properties
Functions
Link copied to clipboard
This method is used to compare the property with another property of the same type. Instead of a Boolean it must return a MatchingConfidence that expresses how confident the match is.