composite.composite-bean.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prov-template-compiler Show documentation
Show all versions of prov-template-compiler Show documentation
A template system for PROV bundles.
The newest version!
{
"var": {
"bean": [
{
"@id": "ex:*",
"@documentation": "The bean identifier (not used for now)",
"@input": "false",
"@output": "true"
}
],
"count": [[
{
"@type": "xsd:int",
"@documentation": "The number of records being composed (calculated automatically)",
"@input": "compulsory",
"@output": "false"
}
]],
"type": [
{
"@id": "ex:*",
"@documentation": "The type of bean being composed",
"@input": "compulsory",
"@output": "false"
}
]
},
"context": {
"ex": "http://example.org/"
},
"template": "https://openprovenance.org/templates/org/openprovenance/generic/binaryop/1.provn"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy