Skip to content

json: references to nodes #71

@fong22e

Description

@fong22e

As it turns out, all references to other nodes in the json file has to be in uri format.

For example, this is not prov-json compliant:

"e10" : {
    "prov:activity" : "p6",
    "prov:entity" : "d3"
}

But this is compliant:

"e10" : {
    "prov:activity" : "http://rdatatracker.org/p6",
    "prov:entity" : "http://rdatatracker.org/d3"
}

What would the uri be?

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