I would like to use a permissive strategy in finding labels, where the search for labels is extended.
old behaviour
- Try to find
rdfs:label,
- else use the localized name of the URI.
New behaviour
- Try to find
rdfs:label,
- Try to find common labels (
skos:prefLabel , dct:Title, ... )
- Use the localized name of the URI.
This way, we do not need specific configuration of sparNatural, but is the ontology itself enough.
I would like to use a permissive strategy in finding labels, where the search for labels is extended.
old behaviour
rdfs:label,New behaviour
rdfs:label,skos:prefLabel,dct:Title, ... )This way, we do not need specific configuration of sparNatural, but is the ontology itself enough.