Skip to content

Commit

Permalink
updated example output
Browse files Browse the repository at this point in the history
  • Loading branch information
ThHanke committed Nov 21, 2022
1 parent 0620eee commit c786034
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 25 deletions.
70 changes: 47 additions & 23 deletions examples/example-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"qudt:value": {
"@value": "832.756",
"@type": "xsd:decimal"
},
}
},
{
"qudt:unit": {
"@id": "http://qudt.org/vocab/unit/MilliM",
"@type": "http://qudt.org/schema/qudt/DerivedUnit"
Expand All @@ -61,8 +63,8 @@
},
"oa:hasBody": [
{
"@type": "TextualBody",
"@purpose": "tagging",
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "nicht bekannt"
}
]
Expand All @@ -81,7 +83,9 @@
"qudt:value": {
"@value": "11.4",
"@type": "xsd:decimal"
},
}
},
{
"qudt:unit": {
"@id": "http://qudt.org/vocab/unit/MilliM",
"@type": "http://qudt.org/schema/qudt/DerivedUnit"
Expand All @@ -103,7 +107,9 @@
"qudt:value": {
"@value": "0.2",
"@type": "xsd:decimal"
},
}
},
{
"qudt:unit": {
"@id": "http://qudt.org/vocab/unit/MilliM",
"@type": "http://qudt.org/schema/qudt/DerivedUnit"
Expand All @@ -125,7 +131,9 @@
"qudt:value": {
"@value": "150",
"@type": "xsd:integer"
},
}
},
{
"qudt:unit": {
"@id": "http://qudt.org/vocab/unit/MilliM-PER-MIN",
"@type": "http://qudt.org/schema/qudt/Unit"
Expand All @@ -147,7 +155,9 @@
"qudt:value": {
"@value": "0.2",
"@type": "xsd:decimal"
},
}
},
{
"qudt:unit": {
"@id": "http://qudt.org/vocab/unit/N",
"@type": "http://qudt.org/schema/qudt/DerivedUnit"
Expand All @@ -169,7 +179,9 @@
"qudt:value": {
"@value": "5",
"@type": "xsd:integer"
},
}
},
{
"qudt:unit": {
"@id": "http://qudt.org/vocab/unit/MilliM",
"@type": "http://qudt.org/schema/qudt/DerivedUnit"
Expand All @@ -187,12 +199,15 @@
},
"oa:hasBody": [
{
"@type": "TextualBody",
"@type": "qudt:Quantity",
"qudt:value": {
"@value": "1127.12",
"@type": "xsd:decimal"
},
"@purpose": "tagging",
}
},
{
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "N/mm²"
}
]
Expand All @@ -211,7 +226,9 @@
"qudt:value": {
"@value": "306.402",
"@type": "xsd:decimal"
},
}
},
{
"qudt:unit": {
"@id": "http://qudt.org/vocab/unit/PERCENT",
"@type": "http://qudt.org/schema/qudt/Unit"
Expand All @@ -233,7 +250,9 @@
"qudt:value": {
"@value": "309.236",
"@type": "xsd:decimal"
},
}
},
{
"qudt:unit": {
"@id": "http://qudt.org/vocab/unit/PERCENT",
"@type": "http://qudt.org/schema/qudt/Unit"
Expand All @@ -251,8 +270,8 @@
},
"oa:hasBody": [
{
"@type": "TextualBody",
"@purpose": "tagging",
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "nicht bekannt"
}
]
Expand All @@ -267,12 +286,15 @@
},
"oa:hasBody": [
{
"@type": "TextualBody",
"@type": "qudt:Quantity",
"qudt:value": {
"@value": "37.9483",
"@type": "xsd:decimal"
},
"@purpose": "tagging",
}
},
{
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "N/mm²"
}
]
Expand All @@ -287,8 +309,8 @@
},
"oa:hasBody": [
{
"@type": "TextualBody",
"@purpose": "tagging",
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "nicht bekannt"
}
]
Expand All @@ -306,9 +328,11 @@
"qudt:unit": {
"@id": "http://qudt.org/vocab/unit/NUM",
"@type": "http://qudt.org/schema/qudt/CountingUnit"
},
"@type": "TextualBody",
"@purpose": "tagging",
}
},
{
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "%L0/min"
}
]
Expand Down
24 changes: 22 additions & 2 deletions examples/example2-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,28 @@
},
"oa:hasBody": [
{
"@type": "TextualBody",
"@purpose": "tagging",
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "AWA_3_03_Rz"
},
{
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "INSTRON 8852TT"
},
{
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "1605F"
},
{
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "46NTA5-1-1-2"
},
{
"@type": "oa:TextualBody",
"@purpose": "oa:tagging",
"@value": "PMD"
},
{
Expand Down

0 comments on commit c786034

Please sign in to comment.