Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test description] CPT #60

Open
mbeaufils opened this issue Sep 8, 2023 · 1 comment
Open

[Test description] CPT #60

mbeaufils opened this issue Sep 8, 2023 · 1 comment

Comments

@mbeaufils
Copy link
Collaborator

This issue is for the provision of examples of CPT declarations as Sensor instance in STA.
See the SPT examples for inspiration.

@dponti
Copy link
Collaborator

dponti commented Sep 13, 2023

Suggestion for CPT Sensor object, influenced by structure I proposed in #58 :

(
"@iot.id": 1,
"sensorType": "Ideally an entry of a controlled vocabulary to identify the type of test that is performed.",
"name": "A name given to the test that was performed. Most of the time the code / name that is used to mentionned the test",
"description": "Free text you can write to describe the test that was performed",
"metadata": "A link to a resource that propose extra information about the test",
"encodingType": "Type of encoding that is used for the metadata",
"properties": {

"testStatus" : "...",

"TestStandard": {
	"name": "...",
	"description": "...",
	"accreditingBody": "...",
	"clause": "...",
	"part": "...",
	"referenceNumber": "...",
	"version": "...",
	"other": {"propertyName": "...","value": "...","uom": "..."}	
 },
 "piezoconeType": ",,,",
 "pushRodType": ",,,",
"FrictionSleeve": {
	"area": {"value": "...","uom": "...","nilreason": "..."},
	"capacity": {"value": "...","uom": "...","nilreason": "..."},
	"other": {"propertyName": "...","value": "...","uom": "..."}	
},

"Tip": {
	"area": {"value": "...","uom": "...","nilreason": "..."},
	"capacity": {"value": "...","uom": "...","nilreason": "..."},
	"apexAngle": {"value": "...","uom": "...","nilreason": "..."},
	"other": {"propertyName": "...","value": "...","uom": "..."}	
},

"PorePressureElement": ( //should be able to have more than one of these
	"cellID": "...",
	"type": "...",
	"capacity": {"value": "...","uom": "...","nilreason": "..."},		
	"distanceFromConeTip": {"value": "...","uom": "...","nilreason": "..."},
	"saturationFluid": "...",
	"saturationMethod": {
		"name": "...",
		"description": "...",
		"accreditingBody": "...",
		"clause": "...",
		"part": "...",
		"referenceNumber": "...",
		"version": "...",
		"other": {"propertyName": "...","value": "...","uom": "..."}	
	},		
	"other": {"propertyName": "...","value": "...","uom": "..."}
)

"surfaceCapacity": {"value": "...","uom": "...","nilreason": "..."},
"tipToSleeveDistance": {"value": "...","uom": "...","nilreason": "..."},
"frictionReducerDescription": "...",
"depthToWater": {"value": "...","uom": "...","nilreason": "..."},
"netAreaRatioCorrection": {"value": "...","uom": "...","nilreason": "..."},
"penetrationRate": {"value": "...","uom": "...","nilreason": "..."},
"other": {"propertyName": "...","value": "...","uom": "..."}		

}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants