zazuko / SPEX

SPEX is designed to introspect data within SPARQL endpoints, leveraging the self-describing nature of RDF-based data to enhance your comprehension of the underlying schema.
https://spex.zazuko.com
MIT License
31 stars 3 forks source link

Overlapping prefixes are not working as expected. #20

Closed BenjaminHofstetter closed 4 years ago

BenjaminHofstetter commented 4 years ago

With overlapping prefixes i mean something like...

@prefix mobi: <http://schema.mobi.ch/> .
@prefix fdt:  <http://schema.mobi.ch/fdt/> .
@prefix fdt:  <http://schema.mobi.ch/edc/> .

See screenshot

Screenshot 2020-08-13 at 20 20 15
ktk commented 4 years ago

@martinmaillard btw there is a shink-method here for example https://www.npmjs.com/package/@zazuko/rdf-vocabularies#shrinking-an-iri

martinmaillard commented 4 years ago

I'm already using the shrink function