Quorum Software · JSON-LD Context
Quorum Context
JSON-LD context defining the semantic vocabulary for Quorum from Quorum Software.
0 Classes
35 Properties
4 Namespaces
Namespaces
schema:
https://schema.org/
quorum:
https://www.quorumsoftware.com/vocab#
xsd:
http://www.w3.org/2001/XMLSchema#
geo:
http://www.opengis.net/ont/geosparql#
Properties
| Property | Type | Container |
|---|---|---|
| Lease | reference | |
| leaseId | ||
| leaseName | ||
| status | ||
| effectiveDate | date | |
| expirationDate | date | |
| royaltyRate | decimal | |
| netAcres | decimal | |
| grossAcres | decimal | |
| county | ||
| state | ||
| lessor | ||
| lessee | ||
| hbpStatus | boolean | |
| Tract | reference | |
| tractId | ||
| legalDescription | ||
| latitude | decimal | |
| longitude | decimal | |
| Well | reference | |
| wellId | ||
| wellName | ||
| apiNumber | ||
| wellType | ||
| spudDate | date | |
| totalDepth | decimal | |
| formation | ||
| DivisionOrder | reference | |
| divisionOrderId | ||
| interestType | ||
| decimalInterest | decimal | |
| Owner | reference | |
| ownerId | ||
| ownerName | ||
| ownerType |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"quorum": "https://www.quorumsoftware.com/vocab#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"geo": "http://www.opengis.net/ont/geosparql#",
"Lease": {
"@id": "schema:LicenseDocument",
"@type": "@id"
},
"leaseId": {
"@id": "schema:identifier"
},
"leaseName": {
"@id": "schema:name"
},
"status": {
"@id": "schema:status"
},
"effectiveDate": {
"@id": "schema:startDate",
"@type": "xsd:date"
},
"expirationDate": {
"@id": "schema:endDate",
"@type": "xsd:date"
},
"royaltyRate": {
"@id": "quorum:royaltyRate",
"@type": "xsd:decimal"
},
"netAcres": {
"@id": "quorum:netAcres",
"@type": "xsd:decimal"
},
"grossAcres": {
"@id": "quorum:grossAcres",
"@type": "xsd:decimal"
},
"county": {
"@id": "schema:addressLocality"
},
"state": {
"@id": "schema:addressRegion"
},
"lessor": {
"@id": "schema:seller"
},
"lessee": {
"@id": "schema:buyer"
},
"hbpStatus": {
"@id": "quorum:heldByProduction",
"@type": "xsd:boolean"
},
"Tract": {
"@id": "schema:LandForm",
"@type": "@id"
},
"tractId": {
"@id": "schema:identifier"
},
"legalDescription": {
"@id": "schema:description"
},
"latitude": {
"@id": "schema:latitude",
"@type": "xsd:decimal"
},
"longitude": {
"@id": "schema:longitude",
"@type": "xsd:decimal"
},
"Well": {
"@id": "schema:MoneyTransfer",
"@type": "@id"
},
"wellId": {
"@id": "schema:identifier"
},
"wellName": {
"@id": "schema:name"
},
"apiNumber": {
"@id": "quorum:apiNumber"
},
"wellType": {
"@id": "quorum:wellType"
},
"spudDate": {
"@id": "quorum:spudDate",
"@type": "xsd:date"
},
"totalDepth": {
"@id": "quorum:totalDepth",
"@type": "xsd:decimal"
},
"formation": {
"@id": "quorum:formation"
},
"DivisionOrder": {
"@id": "schema:PaymentCard",
"@type": "@id"
},
"divisionOrderId": {
"@id": "schema:identifier"
},
"interestType": {
"@id": "quorum:interestType"
},
"decimalInterest": {
"@id": "quorum:decimalInterest",
"@type": "xsd:decimal"
},
"Owner": {
"@id": "schema:Person",
"@type": "@id"
},
"ownerId": {
"@id": "schema:identifier"
},
"ownerName": {
"@id": "schema:name"
},
"ownerType": {
"@id": "quorum:ownerType"
}
}
}