-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applying changes from commit 381c63dac19f2bfcc92dcc246da2619aa762bf4e
- Loading branch information
Circle CI Builder
committed
Oct 29, 2024
1 parent
53bf750
commit 3be0fa5
Showing
31 changed files
with
16,744 additions
and
141 deletions.
There are no files selected for viewing
90 changes: 90 additions & 0 deletions
90
OOTS/ProofOfAllResidence/releases/0.0.1/context/proofofallresidence.jsonld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"@context": { | ||
"Address": "http://www.w3.org/ns/locn#Address", | ||
"Code": "http://www.w3.org/2004/02/skos/core#Concept", | ||
"Evidence": "http://data.europa.eu/m8g/Evidence", | ||
"GenericDate": "http://data.europa.eu/m8g/GenericDate", | ||
"Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", | ||
"Location": "http://purl.org/dc/terms/Location", | ||
"Person": "http://www.w3.org/ns/person#Person", | ||
"ProofOfDomicile": "http://data.europa.eu/p4s/ProofOfDomicile", | ||
"Text": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", | ||
"addressArea": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#addressArea", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"adminUnitL1": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#adminUnitL1", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"adminUnitL2": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#adminUnitL2", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"countryOfBirth": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/person#countryOfBirth", | ||
"@type": "@id" | ||
}, | ||
"dateOfBirth": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/m8g/birthDate", | ||
"@type": "http://data.europa.eu/m8g/GenericDate" | ||
}, | ||
"domicile": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/m8g/domicile", | ||
"@type": "@id" | ||
}, | ||
"familyName": { | ||
"@container": "@set", | ||
"@id": "http://xmlns.com/foaf/0.1/familyName", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"geographicName": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#geographicName", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"givenName": { | ||
"@container": "@set", | ||
"@id": "http://xmlns.com/foaf/0.1/givenName", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"isAbout": { | ||
"@id": "http://purl.org/dc/terms/subject", | ||
"@type": "@id" | ||
}, | ||
"locatorDesignator": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#locatorDesignator" | ||
}, | ||
"placeOfBirth": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/person#placeOfBirth", | ||
"@type": "@id" | ||
}, | ||
"postCode": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#postCode" | ||
}, | ||
"postName": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#postName", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"sex": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/m8g/sex", | ||
"@type": "@id" | ||
}, | ||
"thoroughfare": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#thoroughfare", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
} | ||
} | ||
} |
90 changes: 90 additions & 0 deletions
90
OOTS/ProofOfAllResidence/releases/0.0.1/context/proofofallresidence_en.jsonld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"@context": { | ||
"Address": "http://www.w3.org/ns/locn#Address", | ||
"Code": "http://www.w3.org/2004/02/skos/core#Concept", | ||
"Evidence": "http://data.europa.eu/m8g/Evidence", | ||
"GenericDate": "http://data.europa.eu/m8g/GenericDate", | ||
"Literal": "http://www.w3.org/2000/01/rdf-schema#Literal", | ||
"Location": "http://purl.org/dc/terms/Location", | ||
"Person": "http://www.w3.org/ns/person#Person", | ||
"ProofOfDomicile": "http://data.europa.eu/p4s/ProofOfDomicile", | ||
"Text": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", | ||
"addressArea": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#addressArea", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"adminUnitL1": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#adminUnitL1", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"adminUnitL2": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#adminUnitL2", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"countryOfBirth": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/person#countryOfBirth", | ||
"@type": "@id" | ||
}, | ||
"dateOfBirth": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/m8g/birthDate", | ||
"@type": "http://data.europa.eu/m8g/GenericDate" | ||
}, | ||
"domicile": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/m8g/domicile", | ||
"@type": "@id" | ||
}, | ||
"familyName": { | ||
"@container": "@set", | ||
"@id": "http://xmlns.com/foaf/0.1/familyName", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"geographicName": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#geographicName", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"givenName": { | ||
"@container": "@set", | ||
"@id": "http://xmlns.com/foaf/0.1/givenName", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"isAbout": { | ||
"@id": "http://purl.org/dc/terms/subject", | ||
"@type": "@id" | ||
}, | ||
"locatorDesignator": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#locatorDesignator" | ||
}, | ||
"placeOfBirth": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/person#placeOfBirth", | ||
"@type": "@id" | ||
}, | ||
"postCode": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#postCode" | ||
}, | ||
"postName": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#postName", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
}, | ||
"sex": { | ||
"@container": "@set", | ||
"@id": "http://data.europa.eu/m8g/sex", | ||
"@type": "@id" | ||
}, | ||
"thoroughfare": { | ||
"@container": "@set", | ||
"@id": "http://www.w3.org/ns/locn#thoroughfare", | ||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.