Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Sep 19, 2024
1 parent eba4aa9 commit 0fb8649
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/Bag.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"@context": {
"co": "http://purl.org/co/",
"kb": "http://example.org/kb/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "kb:Bag-1",
"@type": "co:Bag",
"co:element": [],
"co:item": [],
"co:size": null
}
]
}

0 comments on commit 0fb8649

Please sign in to comment.