use_cases
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
use_cases [2011/06/08 00:06] – [Pubby Example] daniel | use_cases [2011/06/22 16:04] (current) – [Pubby Example] daniel | ||
---|---|---|---|
Line 122: | Line 122: | ||
* Problem: If we are trying to publish metadata about provenance information, | * Problem: If we are trying to publish metadata about provenance information, | ||
* Use case: The published provenance information is about the travel guides, images and videos of "El Viajero" | * Use case: The published provenance information is about the travel guides, images and videos of "El Viajero" | ||
- | * Original Pubby Modeling. The metadata section refers to the statements that appear in the pubby file. The metadata is divided in annonymous graphs, some of them with the type rdf:Graph and some not. | + | * Original Pubby Modeling. The metadata section refers to the statements that appear in the pubby file. The metadata is divided in annonymous graphs, some of them with the type rdf:Graph and some not (being concepts of the Provenance Vocabulary, such as DataCreation). By clicking on the " |
{{: | {{: | ||
* Modeling with our domain model: | * Modeling with our domain model: | ||
{{: | {{: | ||
- | * Rationale: The original provenance statements of the guide have been grouped in the DescriptionSet1 (date, creator and generation), | + | * Rationale: The original provenance statements of the guide have been grouped in the DescriptionSet1 (date, creator and generation), |
+ | * RDF: | ||
+ | The modelling using TriG Syntax and following the discussion of the last teleconf: | ||
+ | |||
+ | |||
+ | @prefix rdf: < | ||
+ | @prefix xsd: < | ||
+ | @prefix dc: < | ||
+ | @prefix dcterms: < | ||
+ | @prefix dcprov: < | ||
+ | @prefix example: < | ||
+ | #default graph | ||
+ | { | ||
+ | #this naming would allow to automatically refer to the description set from the resource | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | } | ||
+ | # | ||
+ | < | ||
+ | { | ||
+ | example: | ||
+ | example: | ||
+ | example: | ||
+ | } | ||
+ | # | ||
+ | < | ||
+ | { | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | } | ||
+ | # | ||
+ | < | ||
+ | { | ||
+ | < | ||
+ | } | ||
+ | |||
+ | * Concerns: | ||
+ | - The graph URI is made from the resource' | ||
+ | - The necessity of an additional graph per resource -> scalability problems? | ||
+ | |||
+ | Once the problem is solved, another interesting question would be how to access the metadata provenance of a resource, given its URI. Should I see the graph relationship when accessing example: | ||
===== OPMV ===== | ===== OPMV ===== | ||
** Use Case ** | ** Use Case ** |
use_cases.1307484387.txt.gz · Last modified: 2011/06/08 00:06 by daniel