2,286
edits
(Created page with "=== Get an instance === ==== Existing Instances ==== {{#ask: HasType::Category:OSWf78783ad5d004d3d9cac079167f55a43 |?IsRelatedTo=Battery Pack <!-- |?HasCharacteristic# - =Characteristic|+ template = Viewer/QuantityValue |?HasFileAttachment # - = Files |+ template = Viewer/File --> |format=datatable |datatables-width=100% <!-- auto-scale with info box --> }} ==== Get all passports ==== ===== Web-API ===== <syntaxhighlight lang="http"> https://demo.open-semantic-lab...") |
No edit summary Tag: Metadata slot edit |
||
footer | |||
---|---|---|---|
Line 1: | Line 1: | ||
{{#invoke:Entity|footer}} | |||
header | |||
Line 1: | Line 1: | ||
{{#invoke:Entity|header}} | |||
jsondata | |||
Line 1: | Line 1: | ||
{} | { | ||
"type": [ | |||
"Category:OSWffe74f291d354037b318c422591c5023" | |||
], | |||
"subclass_of": [ | |||
"Category:OSWfe72974590fd4e8ba94cd4e8366375e8" | |||
], | |||
"characteristics": [], | |||
"properties": [ | |||
{ | |||
"property_type": "PrimitiveProperty", | |||
"uuid": "f0e16063-d30b-4609-bb6c-269cdc4f95b1", | |||
"name": "is_about", | |||
"required": false, | |||
"recommended": true, | |||
"array": false, | |||
"range": "Category:OSW531dd85d3f8e46d5817a2c628dd0b346", | |||
"rdf_property": "Property:IsRelatedTo" | |||
} | |||
], | |||
"uuid": "54f58fe9-2b21-48a3-904e-5fb0f5c1e81a", | |||
"label": [ | |||
{ | |||
"text": "Battery Passport (Catena-X v3.0.1)", | |||
"lang": "en" | |||
} | |||
], | |||
"description": [ | |||
{ | |||
"text": "A digital document or product passport for batteries based on Catena-X v3.0.1 JSON-SCHEMA", | |||
"lang": "en" | |||
} | |||
], | |||
"exact_ontology_match": [ | |||
"urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" | |||
], | |||
"name": "BatteryPassportCatenaXV301", | |||
"based_on": [ | |||
"Category:OSWf78783ad5d004d3d9cac079167f55a43" | |||
] | |||
} | |||
jsonschema | |||
Line 1: | Line 1: | ||
{} | { | ||
"@context": [ | |||
"/wiki/Category:OSW93ccae36243542ceac6c951450a81d47?action=raw\u0026slot=jsonschema", | |||
{}, | |||
"/wiki/Category:OSWfe72974590fd4e8ba94cd4e8366375e8?action=raw\u0026slot=jsonschema", | |||
{ | |||
"characteristics": "Property:HasCharacteristic", | |||
"is_about": { | |||
"@id": "Property:IsRelatedTo", | |||
"@type": "@id" | |||
} | |||
}, | |||
{ | |||
"is_about": "Property:IsRelatedTo" | |||
} | |||
], | |||
"$defs": { | |||
"generated": { | |||
"$comment": "Autogenerated section - do not edit. Generated from Category:Category Category:OSWffe74f291d354037b318c422591c5023", | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:OSWfe72974590fd4e8ba94cd4e8366375e8?action=raw\u0026slot=jsonschema" | |||
} | |||
], | |||
"type": "object", | |||
"uuid": "54f58fe9-2b21-48a3-904e-5fb0f5c1e81a", | |||
"title": "GeneratedBatteryPassportCatenaXV301", | |||
"title*": { | |||
"en": "Battery Passport (Catena-X v3.0.1)" | |||
}, | |||
"description": "This is an autogenerated partial class definition of 'BatteryPassportCatenaXV301'", | |||
"description*": { | |||
"en": "A digital document or product passport for batteries based on Catena-X v3.0.1 JSON-SCHEMA" | |||
}, | |||
"required": [ | |||
"type" | |||
], | |||
"properties": { | |||
"type": { | |||
"default": [ | |||
"Category:OSW54f58fe92b2148a3904e5fb0f5c1e81a" | |||
] | |||
}, | |||
"is_about": { | |||
"title": "is_about", | |||
"$ref": "/wiki/Property:IsRelatedTo?action=raw\u0026slot=jsonschema", | |||
"format": "autocomplete", | |||
"range": "Category:OSW531dd85d3f8e46d5817a2c628dd0b346" | |||
} | |||
}, | |||
"defaultProperties": [ | |||
"type", | |||
"is_about" | |||
] | |||
} | |||
}, | |||
"allOf": [ | |||
{ | |||
"$ref": "#/$defs/generated" | |||
} | |||
], | |||
"title": "BatteryPassportCatenaXV301", | |||
"description": "A digital document or product passport for batteries based on Catena-X v3.0.1 JSON-SCHEMA" | |||
} |