I'm trying to import the LOV dataset into Fuseki. LOV is basically a collection 
of dictionaries, so each tuple already has a label (the dictionary it belongs 
to). Now, in my dataset I already have other graphs (graph-1, graph-2, etc...) 
but I'd like to tag all quads from the LOV dataset with the same tag, let's say 
graph-lov, such that I know all the quads that I've imported from LOV. But how 
can I label them, if they already have a label assigned by LOV? Is it possible 
to have like, "multiple labels" for the same quads?

Reply via email to