-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BDRSPS-780 Implemented schema.json and new mutual inclusion check for sensitivity cat and authority #206
Conversation
…y category and authority for survey occurrence v2 template.
"required": false | ||
}, | ||
"vocabularies": [ | ||
"SENSITIVITY_CATEGORY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this vocab defined somewhere? or is that still in dev?
Not a blocking issue, but this is a great example of where I would be happy for the 2 commits to be squashed into 1 so we end up with a cleaner git history. |
@@ -46,7 +46,7 @@ | |||
CONCEPT_NAME_CHECK_METHOD = utils.rdf.uri("methods/name-check-method", utils.namespaces.EXAMPLE) # TODO -> Need real URI # noqa: E501 | |||
CONCEPT_SEQUENCE = utils.rdf.uri("concept/sequence", utils.namespaces.EXAMPLE) # TODO -> Need real URI | |||
CONCEPT_CONSERVATION_STATUS = rdflib.URIRef("http://linked.data.gov.au/def/tern-cv/1466cc29-350d-4a23-858b-3da653fd24a6") # noqa: E501 | |||
CONCEPT_CONSERVATION_JURISDICTION = rdflib.URIRef("http://linked.data.gov.au/def/tern-cv/755b1456-b76f-4d54-8690-10e41e25c5a7") # noqa: E501 | |||
CONCEPT_CONSERVATION_AUTHORITY = rdflib.URIRef("http://linked.data.gov.au/def/tern-cv/755b1456-b76f-4d54-8690-10e41e25c5a7") # noqa: E501 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following the link takes you to a tern page for "conservation status jurisdiction", should we keep this as CONCEPT_CONSERVATION_JURISDICTION
? I'm not a SME here
The conservation jurisdiction vocab had a name change from CONSERVATION_JURISDICTION to CONSERVATION_AUTHORITY as part of this.