-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite
dpvocab
prefix content (#1244)
This PR fixes #1240 (comment) which was caused by a buggy github-actions that forcefully overwrote the content of the `dpvocab` prefix with another prefix. Co-authored-by: Mufaddal Naguthanawala <[email protected]>
- Loading branch information
Showing
1 changed file
with
27 additions
and
33 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -28705,6 +28705,33 @@ | |
} | ||
] | ||
}, | ||
"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)", | ||
"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" | ||
}, | ||
"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" | ||
} | ||
], | ||
"repository": "https://github.com/w3c/dpv", | ||
"uri_format": "https://w3id.org/dpv#$1" | ||
}, | ||
"dragondb.allele": { | ||
"biocontext": { | ||
"prefix": "DRAGONDB.ALLELE" | ||
|
@@ -48029,39 +48056,6 @@ | |
"pattern": "^\\d{6}$", | ||
"uri_format": "http://purl.obolibrary.org/obo/GSSO_$1" | ||
}, | ||
"gtdb": { | ||
"contact": { | ||
"name": "Donovan Parks", | ||
"orcid": "0000-0001-6662-9010" | ||
}, | ||
"contributor": { | ||
"github": "ialarmedalien", | ||
"name": "AJ Ireland", | ||
"orcid": "0000-0003-1982-9065" | ||
}, | ||
"description": "The Genome Taxonomy Database (GTDB) is an initiative to establish a standardised microbial taxonomy based on genome phylogeny.", | ||
"example": "g__Prochlorococcus_A", | ||
"github_request_issue": 1239, | ||
"homepage": "https://gtdb.ecogenomic.org", | ||
"license": "CC-BY-SA-4.0", | ||
"name": "Genome Taxonomy Database", | ||
"pattern": "^[cdfgops]__\\w+\\S+$", | ||
"publications": [ | ||
{ | ||
"doi": "10.1093/nar/gkab776" | ||
}, | ||
{ | ||
"doi": "10.1038/s41564-021-00918-8" | ||
}, | ||
{ | ||
"doi": "10.1038/s41587-020-0501-8" | ||
}, | ||
{ | ||
"doi": "10.1038/nbt.4229" | ||
} | ||
], | ||
"uri_format": "https://gtdb.ecogenomic.org/tree?r=$1" | ||
}, | ||
"gtex": { | ||
"biocontext": { | ||
"prefix": "GTEX" | ||
|