Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One way of modeling the provenance data #1

Open
DougBurke opened this issue Jul 14, 2011 · 0 comments
Open

One way of modeling the provenance data #1

DougBurke opened this issue Jul 14, 2011 · 0 comments

Comments

@DougBurke
Copy link
Contributor

The discussion by William Waites at http://lists.okfn.org/pipermail/open-bibliography/2011-July/001064.html is interesting, namely

<http://bnb.data.bl.uk/doc/resource/014938424> opmv:wasGeneratedBy [
    a opmv:Process;
    opmv:used [ ## maybe give this its own URI, but don't block on that
        a bibliographic:MarcRecord;
        dct:modified "YYYY-MM-DDTHH:MM:SSZ" ## from 005
    ];
    opmv:wasPerformedAt [ 
        a time:Instant;
        time:inXSDDateTime "YYYY-MM-DDTHH:MM:SSZ"
    ].

although you really need to read the full email for context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant