Open
Description
https://json-ld.github.io/json-ld-star/#example-embedded-node-as-subject:
If I add another key (eg sex
) inside @id
:
"@id": {
"@id": "bob",
"age": 42,
"sex": "Male"
},
"certainty": 0.8
- Is that forbidden (where does it say that?)
- Or does it duplicate annotations like:
<<ex:bob :age 42>> :certainty 0.8.
<<ex:bob :sex "Male">> :certainty 0.8.
As you can attach lots of annotations, such duplication would seem ill-advised.
Metadata
Metadata
Assignees
Labels
No labels