On 10/04/17 09:36, Laura Morales wrote:
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?
The way to approach this is to think of "tagging" the graphs rather than the quads.
For each of your graphs you have a URI to identify it. This means you can (in another metadata graph) now made RDF assertions about that URI. So you can attach as many category, tag and label values as you like that way. You can use queries to find the graph URI matching your tag set of interest and then retrieve the target information from that graph.
Dave
