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

For concepts reified statements in XML, use IDs #86

@nicholascar

Description

@nicholascar

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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions