Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Mat-O-Lab/CSVToCSVW
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hanke committed Feb 23, 2023
2 parents bc74692 + 007e99c commit f801eba
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 88 deletions.
12 changes: 8 additions & 4 deletions examples/example-detailed-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "nicht bekannt"
"oa:format": "text/plain",
"oa:value": "nicht bekannt"
}
]
},
Expand Down Expand Up @@ -255,7 +256,8 @@
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "nicht bekannt"
"oa:format": "text/plain",
"oa:value": "nicht bekannt"
}
]
},
Expand Down Expand Up @@ -293,7 +295,8 @@
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "nicht bekannt"
"oa:format": "text/plain",
"oa:value": "nicht bekannt"
}
]
},
Expand All @@ -316,7 +319,8 @@
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "%L0/min"
"oa:format": "text/plain",
"oa:value": "%L0/min"
}
]
},
Expand Down
12 changes: 8 additions & 4 deletions examples/example-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "nicht bekannt"
"oa:format": "text/plain",
"oa:value": "nicht bekannt"
}
]
},
Expand Down Expand Up @@ -255,7 +256,8 @@
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "nicht bekannt"
"oa:format": "text/plain",
"oa:value": "nicht bekannt"
}
]
},
Expand Down Expand Up @@ -293,7 +295,8 @@
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "nicht bekannt"
"oa:format": "text/plain",
"oa:value": "nicht bekannt"
}
]
},
Expand All @@ -316,7 +319,8 @@
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "%L0/min"
"oa:format": "text/plain",
"oa:value": "%L0/min"
}
]
},
Expand Down
15 changes: 10 additions & 5 deletions examples/example2-detailed-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,32 @@
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "AWA_3_03_Rz"
"oa:format": "text/plain",
"oa:value": "AWA_3_03_Rz"
},
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "INSTRON 8852TT"
"oa:format": "text/plain",
"oa:value": "INSTRON 8852TT"
},
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "1605F"
"oa:format": "text/plain",
"oa:value": "1605F"
},
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "46NTA5-1-1-2"
"oa:format": "text/plain",
"oa:value": "46NTA5-1-1-2"
},
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "PMD"
"oa:format": "text/plain",
"oa:value": "PMD"
},
{
"@type": "qudt:QuantityValue",
Expand Down
15 changes: 10 additions & 5 deletions examples/example2-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,32 @@
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "AWA_3_03_Rz"
"oa:format": "text/plain",
"oa:value": "AWA_3_03_Rz"
},
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "INSTRON 8852TT"
"oa:format": "text/plain",
"oa:value": "INSTRON 8852TT"
},
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "1605F"
"oa:format": "text/plain",
"oa:value": "1605F"
},
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "46NTA5-1-1-2"
"oa:format": "text/plain",
"oa:value": "46NTA5-1-1-2"
},
{
"@type": "oa:TextualBody",
"oa:purpose": "oa:tagging",
"@value": "PMD"
"oa:format": "text/plain",
"oa:value": "PMD"
},
{
"@type": "qudt:QuantityValue",
Expand Down
Loading

0 comments on commit f801eba

Please sign in to comment.