Skip to content

Commit 422ca73

Browse files
committed
Update the schemas
1 parent a32ba43 commit 422ca73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

individualsTable-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
}],
7676
"primaryKey" : "IndividualID",
7777
"foreignKeys": [{
78-
"columnReference": "IndividualID",
78+
"columnReference": "SiteID",
7979
"reference": {
8080
"resource": "sites.csv",
8181
"columnReference": "SiteID"

sitesTable-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676
},
7777
"propertyUrl" : "http://w3id.org/poseidon/terms.rdf.jsonld#source"
7878
}],
79-
"primaryKey": "ID"
79+
"primaryKey": "SiteID"
8080
}

0 commit comments

Comments
 (0)