Skip to content

Commit a32ba43

Browse files
committed
Update the schemas
1 parent f75f5f0 commit a32ba43

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

c14dating-table-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"titles" : "C14LabID",
77
"dc:description" : "Lab ID of the date",
88
"datatype" : {
9-
"base" : "xsd:string",
9+
"base" : "string",
1010
"format" : "[a-zA-Z0-9_\\-]+"
1111
},
1212
"propertyUrl" : "dc:identifier"
@@ -15,7 +15,7 @@
1515
"titles" : "IndividualID",
1616
"dc:description" : "Foreign Key into the Individuals-Table. Gives the ID of the individual for which the date holds",
1717
"datatype" : {
18-
"base" : "xsd:string",
18+
"base" : "string",
1919
"format" : "[a-zA-Z0-9_\\-]+"
2020
},
2121
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#individualReference"

dnaSequencing-table-schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"titles" : "SequencingLabID",
77
"dc:description" : "ID of the lab generating the sequencing data",
88
"datatype" : {
9-
"base" : "xsd:string",
9+
"base" : "string",
1010
"format" : "[a-zA-Z0-9_\\-]+"
1111
},
1212
"propertyUrl" : "dc:identifier",
@@ -16,7 +16,7 @@
1616
"titles" : "IndividualID",
1717
"dc:description" : "Foreign Key into the Individuals-Table. Gives the ID of the individual that is analysed.",
1818
"datatype" : {
19-
"base" : "xsd:string",
19+
"base" : "string",
2020
"format" : "[a-zA-Z0-9_\\-]+"
2121
},
2222
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#individualReference",
@@ -33,7 +33,7 @@
3333
"titles" : "SkeletalElement",
3434
"dc:description" : "Name of the skeletal element analysed",
3535
"datatype" : {
36-
"base" : "xsd:string",
36+
"base" : "string",
3737
"format" : "[Tooth|Petrous|OtherBone|OtherTissue]"
3838
},
3939
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#tissueType",

genotyping-table-schema.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"titles" : "GenotypingID",
77
"dc:description" : "ID of a particular genotyping pulldown for a specific sample",
88
"datatype" : {
9-
"base" : "xsd:string",
9+
"base" : "string",
1010
"format" : "[a-zA-Z0-9_\\-]+"
1111
},
1212
"propertyUrl" : "dc:identifier",
@@ -16,7 +16,7 @@
1616
"titles" : "SequencingLabID",
1717
"dc:description" : "Foreign Key into the sequencing table",
1818
"datatype" : {
19-
"base" : "xsd:string",
19+
"base" : "string",
2020
"format" : "[a-zA-Z0-9_\\-]+"
2121
},
2222
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#seqReference",
@@ -26,7 +26,7 @@
2626
"titles" : "GenotypingSnpSetName",
2727
"dc:description" : "Standardized Name of the SNP set (can be \"1240K\", \"1000_Genomes\" or \"Other\"",
2828
"datatype" : {
29-
"base" : "xsd:string",
29+
"base" : "string",
3030
"format" : "1240K|1000_Genomes|Other"
3131
},
3232
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#genotypingSnpSetName",
@@ -35,22 +35,22 @@
3535
"name" : "GenotypingPositionsFile",
3636
"titles" : "GenotypingPositionsFile",
3737
"dc:description" : "URL or filename of the positions file",
38-
"datatype" : "xsd:anyURI",
38+
"datatype" : "anyURI",
3939
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#genotypingPositionsFile",
4040
"required" : true
4141
}, {
4242
"name" : "GenotypingGenotypeFile",
4343
"titles" : "GenotypingGenotypeFile",
4444
"dc:description" : "URL or filename of the genotype matrix file",
45-
"datatype" : "xsd:anyURI",
45+
"datatype" : "anyURI",
4646
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#genotypingGenotypeFile",
4747
"required" : true
4848
}, {
4949
"name" : "GenotypingFileFormat",
5050
"titles" : "GenotypingFileFormat",
5151
"dc:description" : "Format of the genotyping file. Can be \"EIGENSTRAT\" or \"PLINK\"",
5252
"datatype" : {
53-
"base" : "xsd:string",
53+
"base" : "string",
5454
"format" : "EIGENSTRAT|PLINK"
5555
},
5656
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#genotypingFileFormat",
@@ -59,15 +59,15 @@
5959
"name" : "GenotypingColumnPosition",
6060
"titles" : "GenotypingColumnPosition",
6161
"dc:description" : "1-based Column position of the sample in the genotype matrix.",
62-
"datatype" : "xsd:nonNegativeInteger",
62+
"datatype" : "nonNegativeInteger",
6363
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#genotypingColumnPosition",
6464
"required" : true
6565
}, {
6666
"name" : "GenotypingMethod",
6767
"titles" : "GenotypingMethod",
6868
"dc:description" : "Method of the genotyping. Can be \"RandomReadSampling\", \"MajorityReadSampling\", \"DiploidModelBased\" or \"Other\"",
6969
"datatype" : {
70-
"base" : "xsd:string",
70+
"base" : "string",
7171
"format" : "RandomReadSampling|MajorityReadSampling|DiploidModelBased|Other"
7272
},
7373
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#genotypingMethod",
@@ -76,25 +76,25 @@
7676
"name" : "GenotypingTool",
7777
"titles" : "GenotypingTool",
7878
"dc:description" : "Tool used for genotyping, such as \"pileupCaller\" or \"GATK\"",
79-
"datatype" : "xsd:string",
79+
"datatype" : "string",
8080
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#genotypingTool"
8181
}, {
8282
"name" : "NrSnpsTotal",
8383
"titles": "NrSnpsTotal",
8484
"dc:description": "Total nr of SNPs attempted to call (= nr of SNPs in the file specified under GenotypingPositionsFile)",
85-
"datatype" : "xsd:nonNegativeInteger",
85+
"datatype" : "nonNegativeInteger",
8686
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#nrSnpsTotal"
8787
}, {
8888
"name" : "NrSnpsCalled",
8989
"titles": "NrSnpsCalled",
9090
"dc:description": "Total nr of SNPs called (=non-missing) for this individual",
91-
"datatype" : "xsd:nonNegativeInteger",
91+
"datatype" : "nonNegativeInteger",
9292
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#nrSnpsCalled"
9393
}, {
9494
"name" : "GenotypingNote",
9595
"titles" : "GenotypingNote",
9696
"dc:description" : "Optional Note for genotyping",
97-
"datatype" : "xsd:string",
97+
"datatype" : "string",
9898
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#genotypingNote"
9999
}, {
100100
"name" : "Source",

individualsTable-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"titles" : "IndividualID",
77
"dc:description" : "Unique identifier for an individual. Can be alphanumeric and include - and _",
88
"datatype" : {
9-
"base" : "xsd:string",
9+
"base" : "string",
1010
"format" : "[a-zA-Z0-9_\\-]+"
1111
},
1212
"propertyUrl" : "dc:identifier",
@@ -16,7 +16,7 @@
1616
"titles" : "SiteID",
1717
"dc:description" : "Foreign Key into the Sites-Table. Gives the ID of the site from which the individual is.",
1818
"datatype" : {
19-
"base" : "xsd:string",
19+
"base" : "string",
2020
"format" : "[a-zA-Z0-9_\\-]+"
2121
},
2222
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#siteReference",

sitesTable-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"titles" : "SiteID",
77
"dc:description" : "The ID of the site. Can be any alphanumeric string including - and _",
88
"datatype" : {
9-
"base" : "xsd:string",
9+
"base" : "string",
1010
"format" : "[a-zA-Z0-9_\\-]+"
1111
},
1212
"propertyUrl" : "dc:identifier",
@@ -15,7 +15,7 @@
1515
"name" : "SiteName",
1616
"titles" : "SiteName",
1717
"dc:description" : "The name of the site",
18-
"datatype" : "xsd:string",
18+
"datatype" : "string",
1919
"propertyUrl" : "schema:name",
2020
"required" : true
2121
}, {

0 commit comments

Comments
 (0)