Skip to content

Commit 3f38916

Browse files
author
Matteo Romanello
committed
updated recipes and updated JSON-LD context
1 parent e54f6c6 commit 3f38916

2 files changed

Lines changed: 45 additions & 3 deletions

File tree

docs/ordea-report/4_provolone_recipes.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:**

docs/ordea-report/provolone-context.jsonld

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010

1111
"aaao": "https://ontology.swissartresearch.net/aaao/",
1212
"DigitalReading": "aaao:ZE17_Digital_Reading",
13+
"classified_as": "aaao:ZP12_ascribes_classification",
14+
"has_target": "aaao:ZP11_has_classificatory_subject",
15+
"is_produced_by": "aaao:ZP42i_was_intentionally_initiated_by",
16+
"confidence": "aaao:ZP122_has_ascribed_dimension",
1317

1418
"crm": "http://www.cidoc-crm.org/cidoc-crm/",
1519
"has_dependency": "crm:P20_had_specific_purpose",
1620
"part_of": "crm:P9i_forms_part_of",
17-
"dependency": "crm:P20_had_specific_purpose",
1821
"input": "crm:L10_had_input",
1922
"output": "crm:L11_had_output",
2023
"model": "crm:L10_had_input",

0 commit comments

Comments
 (0)