Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class1"
},
"dbp:VariableCharacteristicEnumeration": "Interval",
"dbp:variableScaleType": "Interval",
"dbp:dbpaDateTimeFormat": "%Y-%m-%dT%H:%M:%S",
"dbp:dbpaCompressParentListID": 0,
"dbp:dbpaCompressColumnID": 0
Expand All @@ -113,7 +113,7 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class1"
},
"dbp:VariableCharacteristicEnumeration": "Nominal",
"dbp:variableScaleType": "Nominal",
"dbp:isEnumValue": false,
"dbp:dbpaCompressParentListID": 0,
"dbp:dbpaCompressColumnID": 1
Expand All @@ -130,13 +130,13 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class1"
},
"dbp:VariableCharacteristicEnumeration": "Ordinal",
"dbp:variableScaleType": "Ordinal",
"dbp:dbpaCompressParentListID": 0,
"dbp:dbpaCompressColumnID": 2,
"dbp:RangeMin": "100",
"dbp:RangeMax": "999999",
"dbp:BaseIncrement": 1,
"dbp:UseBaseIncrement": true
"dbp:rangeMin": "100",
"dbp:rangeMax": "999999",
"dbp:baseIncrement": 1,
"dbp:useBaseIncrement": true
},
{
"@id": "latitude",
Expand All @@ -151,13 +151,13 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class1"
},
"dbp:VariableCharacteristicEnumeration": "Proportional",
"dbp:variableScaleType": "Proportional",
"dbp:dbpaCompressParentListID": 0,
"dbp:dbpaCompressColumnID": 3,
"dbp:RangeMin": "35.15300000",
"dbp:RangeMax": "35.15999999",
"dbp:DecimalPlaces:": 6,
"dbp:PrecisionBytes": 2
"dbp:rangeMin": "35.15300000",
"dbp:rangeMax": "35.15999999",
"dbp:decimalPlaces:": 6,
"dbp:precisionBytes": 2
},
{
"@id": "longitude",
Expand All @@ -172,13 +172,13 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class1"
},
"dbp:VariableCharacteristicEnumeration": "Interval",
"dbp:variableScaleType": "Interval",
"dbp:dbpaCompressParentListID": 0,
"dbp:dbpaCompressColumnID": 4,
"dbp:RangeMin": "136.9700000",
"dbp:RangeMax": "136.9899999",
"dbp:DecimalPlaces:": 5,
"dbp:PrecisionBytes": 2
"dbp:rangeMin": "136.9700000",
"dbp:rangeMax": "136.9899999",
"dbp:decimalPlaces:": 5,
"dbp:precisionBytes": 2
}
]
},
Expand Down Expand Up @@ -295,7 +295,7 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class1"
},
"dbp:VariableCharacteristicEnumeration": "Interval",
"dbp:variableScaleType": "Interval",
"dbp:dbpaDateTimeFormat": "%Y-%m-%dT%H:%M:%S",
"dbp:dbpaCompressParentListID": 0,
"dbp:dbpaCompressColumnID": 0
Expand All @@ -312,7 +312,7 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class1"
},
"dbp:VariableCharacteristicEnumeration": "Interval",
"dbp:variableScaleType": "Interval",
"dbp:dbpaDateTimeFormat": "%Y-%m-%dT%H:%M:%S",
"dbp:dbpaCompressParentListID": 0,
"dbp:dbpaCompressColumnID": 1
Expand All @@ -329,7 +329,7 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class1"
},
"dbp:VariableCharacteristicEnumeration": "Nominal",
"dbp:variableScaleType": "Nominal",
"dbp:isEnumValue": false,
"dbp:dbpaCompressParentListID": 0,
"dbp:dbpaCompressColumnID": 2
Expand All @@ -346,7 +346,7 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class1"
},
"dbp:VariableCharacteristicEnumeration": "Nominal",
"dbp:variableScaleType": "Nominal",
"dbp:isEnumValue": true,
"dbp:dbpaCompressParentListID": 0,
"dbp:dbpaCompressColumnID": 3
Expand Down Expand Up @@ -412,13 +412,13 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class2"
},
"dbp:VariableCharacteristicEnumeration": "Proportional",
"dbp:variableScaleType": "Proportional",
"dbp:dbpaCompressParentListID": 1,
"dbp:dbpaCompressColumnID": 0,
"dbp:RangeMin": "35.153000000",
"dbp:RangeMax": "35.159999999",
"dbp:DecimalPlaces:": 6,
"dbp:PrecisionBytes": 2
"dbp:rangeMin": "35.153000000",
"dbp:rangeMax": "35.159999999",
"dbp:decimalPlaces:": 6,
"dbp:precisionBytes": 2
},
{
"@id": "longitude",
Expand All @@ -433,13 +433,13 @@ protoc -I . --go_out=paths=source_relative:. --experimental_allow_proto3_optiona
"schema:domainIncludes": {
"@id": "class2"
},
"dbp:VariableCharacteristicEnumeration": "Interval",
"dbp:variableScaleType": "Interval",
"dbp:dbpaCompressParentListID": 1,
"dbp:dbpaCompressColumnID": 1,
"dbp:RangeMin": "136.97000000",
"dbp:RangeMax": "136.98999999",
"dbp:DecimalPlaces:": 7,
"dbp:PrecisionBytes": 2
"dbp:rangeMin": "136.97000000",
"dbp:rangeMax": "136.98999999",
"dbp:decimalPlaces:": 7,
"dbp:precisionBytes": 2
}
]
},
Expand Down
90 changes: 56 additions & 34 deletions dbp-schema.ja.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,6 @@
},
{
"@id": "dbp:outputCharacteristic"
},
{
"@id": "dbp:RealWorldDataStructureProperty"
}
],
"schema:rangeIncludes": []
Expand Down Expand Up @@ -1214,19 +1211,19 @@
"@id": "dbp:dbpaFirstNumBytes"
},
{
"@id": "dbp:StripTrailingZeros"
"@id": "dbp:stripTrailingZeros"
},
{
"@id": "dbp:UseRunLength"
"@id": "dbp:useRunLength"
},
{
"@id": "dbp:dbpaCompressionForceLayer"
},
{
"@id": "dbp:LossyCompressionRate"
"@id": "dbp:lossyCompressionRate"
},
{
"@id": "dbp:UseFFTCompression"
"@id": "dbp:useFFTCompression"
},
{
"@id": "dbp:itemType"
Expand All @@ -1238,7 +1235,7 @@
"@id": "schema:unitText"
},
{
"@id": "dbp:VariableCharacteristicEnumeration"
"@id": "dbp:variableScaleType"
},
{
"@id": "dbp:isMostlyConstant"
Expand Down Expand Up @@ -1280,22 +1277,22 @@
"@id": "dbp:dbpaTimestampUnitText"
},
{
"@id": "dbp:RangeMin"
"@id": "dbp:rangeMin"
},
{
"@id": "dbp:RangeMax"
"@id": "dbp:rangeMax"
},
{
"@id": "dbp:PrecisionBytes"
"@id": "dbp:precisionBytes"
},
{
"@id": "dbp:DecimalPlaces"
"@id": "dbp:decimalPlaces"
},
{
"@id": "dbp:BaseIncrement"
"@id": "dbp:baseIncrement"
},
{
"@id": "dbp:UseBaseIncrement"
"@id": "dbp:useBaseIncrement"
},
{
"@id": "dbp:valueSamples"
Expand Down Expand Up @@ -1366,10 +1363,10 @@
}
},
{
"@id": "dbp:StripTrailingZeros",
"@id": "dbp:stripTrailingZeros",
"@type": "rdf:Property",
"rdfs:comment": "小数の末尾のゼロを削るかどうか",
"rdfs:label": "StripTrailingZeros",
"rdfs:label": "stripTrailingZeros",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
Expand All @@ -1378,10 +1375,10 @@
}
},
{
"@id": "dbp:UseRunLength",
"@id": "dbp:useRunLength",
"@type": "rdf:Property",
"rdfs:comment": "Run Length 圧縮を使うべきかどうか",
"rdfs:label": "UseRunLength",
"rdfs:label": "useRunLength",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
Expand All @@ -1402,10 +1399,10 @@
}
},
{
"@id": "dbp:LossyCompressionRate",
"@id": "dbp:lossyCompressionRate",
"@type": "rdf:Property",
"rdfs:comment": "SemantiPack ロスあり圧縮の元のデータとの損失割合",
"rdfs:label": "LossyCompressionRate",
"rdfs:label": "lossyCompressionRate",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
Expand All @@ -1414,10 +1411,10 @@
}
},
{
"@id": "dbp:UseFFTCompression",
"@id": "dbp:useFFTCompression",
"@type": "rdf:Property",
"rdfs:comment": "SemantiPack 圧縮時に FFT 圧縮を使うべきかどうか",
"rdfs:label": "UseFFTCompression",
"rdfs:label": "useFFTCompression",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
Expand Down Expand Up @@ -1467,6 +1464,31 @@
"@id": "dbp:ItemType"
}
},
{
"@id": "dbp:variableScaleType",
"@type": "rdf:Property",
"rdfs:comment": "変数の尺度を表す enum 値",
"rdfs:label": "variableScaleType",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
"schema:rangeIncludes": {
"@id": "dbp:VariableScaleTypeEnumeration"
}
},
{
"@id": "dbp:VariableScaleTypeEnumeration",
"@type": "rdfs:Class",
"rdfs:comment": "",
"rdfs:label": "VariableScaleTypeEnumeration",
"rdfs:subClassOf": {
"@id": "schema:Thing"
},
"schema:domainIncludes": {
"@id": "dbp:variableScaleType"
},
"schema:rangeIncludes": []
},
{
"@id": "dbp:isMostlyConstant",
"@type": "rdf:Property",
Expand Down Expand Up @@ -1624,10 +1646,10 @@
}
},
{
"@id": "dbp:RangeMin",
"@id": "dbp:rangeMin",
"@type": "rdf:Property",
"rdfs:comment": "数値範囲の最小値",
"rdfs:label": "RangeMin",
"rdfs:label": "rangeMin",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
Expand All @@ -1636,10 +1658,10 @@
}
},
{
"@id": "dbp:RangeMax",
"@id": "dbp:rangeMax",
"@type": "rdf:Property",
"rdfs:comment": "数値範囲の最大値",
"rdfs:label": "RangeMax",
"rdfs:label": "rangeMax",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
Expand All @@ -1648,10 +1670,10 @@
}
},
{
"@id": "dbp:PrecisionBytes",
"@id": "dbp:precisionBytes",
"@type": "rdf:Property",
"rdfs:comment": "圧縮時に数値の表現に使用するバイト数",
"rdfs:label": "PrecisionBytes",
"rdfs:label": "precisionBytes",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
Expand All @@ -1660,10 +1682,10 @@
}
},
{
"@id": "dbp:DecimalPlaces",
"@id": "dbp:decimalPlaces",
"@type": "rdf:Property",
"rdfs:comment": "Float 値の圧縮時に小数点以下何桁までを保持するか",
"rdfs:label": "DecimalPlaces",
"rdfs:label": "decimalPlaces",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
Expand All @@ -1672,10 +1694,10 @@
}
},
{
"@id": "dbp:BaseIncrement",
"@id": "dbp:baseIncrement",
"@type": "rdf:Property",
"rdfs:comment": "データフィールドが単調増加な場合の、差分の最頻値",
"rdfs:label": "BaseIncrement",
"rdfs:label": "baseIncrement",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
Expand All @@ -1684,10 +1706,10 @@
}
},
{
"@id": "dbp:UseBaseIncrement",
"@id": "dbp:useBaseIncrement",
"@type": "rdf:Property",
"rdfs:comment": "データフィールドが単調増加な場合に、差分の最頻値を圧縮に使用すべきかどうか",
"rdfs:label": "UseBaseIncrement",
"rdfs:label": "useBaseIncrement",
"schema:domainIncludes": {
"@id": "dbp:RealWorldDataStructureProperty"
},
Expand Down
Loading