@@ -330,7 +330,7 @@ Finally, in the section [**URI templates**](#uri-templates) we provide some guid
330330 "content": "CSV file containing labeled data for image classification in the BSO project."
331331 }
332332 },
333- "dependency ": {
333+ "has_dependency ": {
334334 "id": "ex:/digitalreading/1234",
335335 "_ label": "BSO Model Training",
336336 "classified_as": "provoc: ModelTraining "
@@ -452,7 +452,7 @@ Finally, in the section [**URI templates**](#uri-templates) we provide some guid
452452 "content": "Image classification model trained on manually labelled BSO data."
453453 }
454454 },
455- "dependency ": {
455+ "has_dependency ": {
456456 "id": "ex:/digitalreading/91011",
457457 "_ label": "BSO Image Classification Prediction",
458458 "classified_as": "provoc: Prediction "
@@ -703,6 +703,45 @@ Finally, in the section [**URI templates**](#uri-templates) we provide some guid
703703
704704??? example "JSON-LD"
705705 ```json
706+ {
707+ "@context ": [
708+ "https://linked.art/ns/v1/linked-art.json ",
709+ "https://docs.swissartresearch.net/ordea-report/provolone-context.jsonld "
710+ ] ,
711+ "id": "ex: classificatorystatus /1234",
712+ "type": "aaao: ZE4_Classificatory_Status ",
713+ "_ label": "Classification of image zbz-010462860 as landscape",
714+ "referred_to_by": {
715+ "type": "LinguisticObject",
716+ "id": "ex: classificatorystatus /1234/linguisticobject/1",
717+ "content": "Image zbz-010462860 classified as landscape by the BSO image classification model."
718+ },
719+ "has_target": {
720+ "id": "https://resource.swissartresearch.net/artwork/zbz-010462860 ",
721+ "type": "DigitalObject",
722+ "identified_by": {
723+ "type": "Identifier",
724+ "id": "ex: digitalobject /zbz-010462860/identifier/1",
725+ "content": "zbz-010462860"
726+ }
727+ },
728+ "classified_as": {
729+ "id": "https://example.swissartresearch.net/type/classification/landscape ",
730+ "type": "Type",
731+ "_ label": "landscape"
732+ },
733+ "is_produced_by": {
734+ "id": "ex: digitalreading /101112",
735+ "type": "DigitalReading",
736+ "_ label": "BSO Image Classification Prediction"
737+ },
738+ "confidence": {
739+ "id": "ex: classificatorystatus /1234/confidence",
740+ "type": "Dimension",
741+ "value": 0.099732
742+ },
743+ "begin_of_the_begin": "2023-05-12T10:15:30Z"
744+ }
706745 ```
707746<!--
708747**Turtle output:**
0 commit comments