Skip to content

Commit

Permalink
Merge pull request #149 from OpSecId/pstlouis/fix-layout-inconsistencies
Browse files Browse the repository at this point in the history
Fix layout inconsistencies
  • Loading branch information
krobinsonca authored Jul 12, 2024
2 parents 9b04adf + abc232b commit bccbeea
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 40 deletions.
62 changes: 31 additions & 31 deletions credentials/bc-petroleum-and-natural-gas-title/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"@protected": true,


"governance": "https://bcgov.github.io/bc-vcpedia/credentials/bc-petroleum-and-natural-gas-title/vocabulary#",
"png-vocab": "https://bcgov.github.io/bc-vcpedia/credentials/bc-petroleum-and-natural-gas-title/vocabulary#",

"url": "https://schema.org/url",

"BCPetroleumNaturalGasTitleCredential": "governance",
"Director": "governance:director",
"BCPetroleum&NaturalGasTitleCredential": "https://bcgov.github.io/bc-vcpedia/credentials/bc-petroleum-and-natural-gas-title/governance",
"Director": "png-vocab:director",
"Law": "https://www.bclaws.gov.bc.ca/",

"LegalEntity": {
"@id": "governance:legalentity",
"@id": "png-vocab:legalentity",
"@context": {
"@protected": true,

Expand All @@ -22,79 +22,79 @@
"identifier": "https://schema.org/identifier"
}
},
"PetroleumNaturalGasTitle": {
"@id": "governance:petroleumnaturalgastitle",
"Petroleum&NaturalGasTitle": {
"@id": "png-vocab:petroleumnaturalgastitle",
"@context": {
"@protected": true,

"id": "@id",
"type": "@type",

"area": "governance:area",
"term": "governance:term",
"caveats": "governance:caveats",
"titleType": "governance:titletype",
"titleNumber": "governance:titlenumber",
"originType": "governance:origintype",
"originNumber": "governance:originnumber"
"area": "png-vocab:area",
"term": "png-vocab:term",
"caveats": "png-vocab:caveats",
"titleType": "png-vocab:titletype",
"titleNumber": "png-vocab:titlenumber",
"originType": "png-vocab:origintype",
"originNumber": "png-vocab:originnumber"
}
},

"Tract": {
"@id": "governance:tract",
"@id": "png-vocab:tract",
"@context": {
"@protected": true,

"id": "@id",
"type": "@type",

"zones": "governance:tractlocations",
"notes": "governance:tractnotes",
"zones": "png-vocab:tractlocations",
"notes": "png-vocab:tractnotes",
"rights": {
"@id": "governance:tractrights",
"@id": "png-vocab:tractrights",
"@context": {
"@protected": true,
"inclusion": "governance:rightinclusion"
"inclusion": "png-vocab:rightinclusion"
}
}
}
},

"Well": {
"@id": "governance:well",
"@id": "png-vocab:well",
"@context": {
"@protected": true,

"id": "@id",
"type": "@type",

"surfaceLocation": "governance:surfacelocation"
"surfaceLocation": "png-vocab:surfacelocation"
}
},

"TitleHolder": {
"@id": "governance:titleholder",
"@id": "png-vocab:titleholder",
"@context": {
"@protected": true,

"id": "@id",
"type": "@type",

"interest": "governance:interest"
"interest": "png-vocab:interest"
}
},

"DrillingPermit": "governance:permit",
"PetroleumLease": "governance:lease",
"NaturalGasLease": "governance:lease",
"PetroleumAndNaturalGasLease": "governance:lease",
"DrillingPermit": "png-vocab:permit",
"PetroleumLease": "png-vocab:lease",
"NaturalGasLease": "png-vocab:lease",
"PetroleumAndNaturalGasLease": "png-vocab:lease",

"Lessee": "governance:lessee",
"Licensee": "governance:licensee",
"Permittee": "governance:permittee",
"Lessee": "png-vocab:lessee",
"Licensee": "png-vocab:licensee",
"Permittee": "png-vocab:permittee",

"Petroleum": "governance:petroleum",
"NaturalGas": "governance:naturalgas"
"Petroleum": "png-vocab:petroleum",
"NaturalGas": "png-vocab:naturalgas"

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/ns/credentials/examples/v2",
"https://untp.traceability.site/core/dcc/v0.jsonld",
"https://untp.traceability.site/bcgov/png/v0.jsonld"
"https://untp.traceability.site/core/dcc/context.jsonld",
"https://bcgov.github.io/bc-vcpedia/credentials/bc-petroleum-and-natural-gas-title/context.jsonld"
],
"id": "https://bcgov.github.io/bc-vcpedia/credentials/bc-petroleum-and-natural-gas-title/examples/draft-no-signature.jsonld",
"type": [
Expand Down
13 changes: 6 additions & 7 deletions credentials/bc-petroleum-and-natural-gas-title/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,17 @@ The Anoncreds credential format enables the exchange of credential data between
The Verifiable Credential format for this credential is [W3C Verifiable Credential Data Model v2.0 specification](https://www.w3.org/TR/vc-data-model-2.0/)

### 2.6.1.1 Vocabulary
[Vocabulary file](vocabulary.md)
[Context file](context.jsonld)
- [Vocabulary file](vocabulary.md)
- [Context file](context.jsonld)

### 2.6.1.1 Issuers
#### Director of Petroleum Lands
DID: `did:web:bcgov.github.io:bc-vcpedia:applications:tenure-branch`
[DID document](../../applications/tenure-branch/did.json)
- DID: [`did:web:bcgov.github.io:bc-vcpedia:applications:tenure-branch`](../../applications/tenure-branch/did.json)

### 2.6.1.1 Examples
[Credential](examples/draft-no-signature.jsonld)
[VC-DI](examples/draft-embedded-signature.jsonld)
[VC-JOSE](examples/draft-enveloped-signature.jsonld)
- [No Signature](examples/draft-no-signature.jsonld)
- [Embedded Signature](examples/draft-embedded-signature.jsonld)
- [Enveloped Signature](examples/draft-enveloped-signature.jsonld)

## 2.6.2 AnonCreds
The Verifiable Credential format for this credential is [AnonCreds specification](https://hyperledger.github.io/anoncreds-spec/)
Expand Down

0 comments on commit bccbeea

Please sign in to comment.