rdf-sketch
rdf-sketch copied to clipboard
Compacity of the representation
Interesting tool but.. With the following rdf
@prefix barb: <http://givingsense.eu/barbules/> .
@prefix bbonto: <http://givingsense.eu/barbules/onto/> .
<http://givingsense.eu/barbules/BOIS_DU_SEIGNEUR> <http://givingsense.eu/barbules/onto/atterrissage> <http://givingsense.eu/barbules/CHAUSSINAND> ;
<http://givingsense.eu/barbules/onto/base> <http://givingsense.eu/barbules/ACCONS> .
i'm getting a representation where the values are developed, which take a lot of place for each value which is an IRI (potentially long) I expect barb:ACCONS in place of http://givingsense.eu/barbules/ACCONS and with the code
@prefix barb: <http://givingsense.eu/barbules/> .
@prefix bbonto: <http://givingsense.eu/barbules/onto/> .
<http://givingsense.eu/barbules/BOIS_DU_SEIGNEUR> bbonto:atterrissage barb:CHAUSSINAND ;
bbonto:base barb:ACCONS .
it's the same