RPC · JSON-LD Context
Rpc Context
JSON-LD context defining the semantic vocabulary for Rpc from RPC.
0 Classes
15 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
rpc:
https://www.rpc.net/vocab#
Properties
| Property | Type | Container |
|---|---|---|
| OilfieldServicesCompany | reference | |
| WellService | reference | |
| PressurePumping | reference | |
| WirelineService | reference | |
| CoiledTubingService | reference | |
| CementingService | reference | |
| wellCount | integer | |
| serviceName | string | |
| subsidiary | reference | |
| serviceLocation | reference | |
| horsepowerCapacity | integer | |
| completionStages | integer | |
| wellType | string | |
| formationType | string | |
| proppantType | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"rpc": "https://www.rpc.net/vocab#",
"OilfieldServicesCompany": {
"@id": "schema:Corporation",
"@type": "@id"
},
"WellService": {
"@id": "rpc:WellService",
"@type": "@id"
},
"PressurePumping": {
"@id": "rpc:PressurePumping",
"@type": "@id"
},
"WirelineService": {
"@id": "rpc:WirelineService",
"@type": "@id"
},
"CoiledTubingService": {
"@id": "rpc:CoiledTubingService",
"@type": "@id"
},
"CementingService": {
"@id": "rpc:CementingService",
"@type": "@id"
},
"wellCount": {
"@id": "rpc:wellCount",
"@type": "xsd:integer"
},
"serviceName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"subsidiary": {
"@id": "schema:subOrganization",
"@type": "@id"
},
"serviceLocation": {
"@id": "schema:serviceArea",
"@type": "@id"
},
"horsepowerCapacity": {
"@id": "rpc:horsepowerCapacity",
"@type": "xsd:integer"
},
"completionStages": {
"@id": "rpc:completionStages",
"@type": "xsd:integer"
},
"wellType": {
"@id": "rpc:wellType",
"@type": "xsd:string"
},
"formationType": {
"@id": "rpc:formationType",
"@type": "xsd:string"
},
"proppantType": {
"@id": "rpc:proppantType",
"@type": "xsd:string"
}
}
}