Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

For concepts reified statements in XML, use IDs #86

Open
nicholascar opened this issue May 28, 2021 · 0 comments
Open

For concepts reified statements in XML, use IDs #86

nicholascar opened this issue May 28, 2021 · 0 comments
Assignees

Comments

@nicholascar
Copy link
Contributor

ref:

Currently XML uses a fromat like this:

<rdf:Statement rdf:about="http://vocab.nerc.ac.uk/collection/A05/current/EV_OXY/#I1391840">
    <prov:has_provenance rdf:resource="http://vocab.nerc.ac.uk/mapping/I/1391840/"/>
    <rdf:subject rdf:resource="http://vocab.nerc.ac.uk/collection/A05/current/EV_OXY/"/>
    <rdf:object rdf:resource="http://vocab.nerc.ac.uk/collection/P01/current/DOXYSCKG/"/>
    <rdf:predicate rdf:resource="http://www.w3.org/2004/02/skos/core#narrower"/>
</rdf:Statement>

should be:

<rdf:Description rdf:about="#I1391840">
    <prov:has_provenance rdf:resource="http://vocab.nerc.ac.uk/mapping/I/1391840/"/>
</rdf:Description>
@nicholascar nicholascar self-assigned this May 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant