Skip to content
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

Add prefix: dpvocab #1240

Merged
merged 9 commits into from
Nov 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -28689,6 +28689,66 @@
}
]
},
"dpvocab": {
"comment": "The resource itself specifies a preferred prefix of `dpv` but this is already claimed in Bioregistry by the Description of Plant Viruses (https://bioregistry.io/registry/dpv). See also license discussion at https://github.com/w3c/dpv/issues/195.",
"contact": {
"email": "[email protected]",
"github": "coolharsh55",
"name": "Harshvardhan J. Pandit",
"orcid": "0000-0002-5068-3714"
},
"contributor": {
"email": "[email protected]",
"github": "caufieldjh",
"name": "Harry Caufield",
"orcid": "0000-0001-5705-7831"
},
"contributor_extras": [
{
"email": "[email protected]",
"github": "bgyori",
"name": "Benjamin M. Gyori",
"orcid": "0000-0001-9439-5346"
},
{
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
bgyori marked this conversation as resolved.
Show resolved Hide resolved
"orcid": "0000-0003-4423-4370"
},
{
bgyori marked this conversation as resolved.
Show resolved Hide resolved
"email": "[email protected]",
"github": "nagutm",
"name": "Mufaddal Naguthanawala",
"orcid": "0009-0009-5240-7463"
}
bgyori marked this conversation as resolved.
Show resolved Hide resolved
],
bgyori marked this conversation as resolved.
Show resolved Hide resolved
"description": "The Data Privacy Vocabulary provides an ontology (classes and properties) and taxonomies of concepts to represent information regarding how personal data is processed in the form of an ontology or a knowledge graph.",
"example": "Duration",
"github_request_issue": 1241,
"homepage": "https://w3c.github.io/dpv/2.0/dpv",
"name": "Data Privacy Vocabulary",
"publications": [
{
"doi": "10.48550/arxiv.2404.13426",
"title": "Data Privacy Vocabulary (DPV) -- Version 2",
"year": 2024
},
{
"doi": "10.1007/978-3-030-33246-4_44",
"title": "Creating a Vocabulary for Data Privacy",
"year": 2019
}
],
"repository": "https://github.com/w3c/dpv",
"reviewer": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"uri_format": "https://w3id.org/dpv#$1"
},
"dragondb.allele": {
"biocontext": {
"prefix": "DRAGONDB.ALLELE"
Expand Down
Loading