Skip to content

Commit

Permalink
Add semantic web prefixes: vivo, vitro, protege, vcard (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored Dec 12, 2024
1 parent 52135ce commit a196622
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -94638,6 +94638,21 @@
"orcid": "0000-0003-4423-4370"
}
},
"protege": {
"contributor": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "An ontology of metadata from protege",
"download_rdf": "https://protege.stanford.edu/plugins/owl/protege",
"example": "defaultLanguage",
"github_request_issue": 1317,
"homepage": "http://protege.stanford.edu",
"name": "Protege Ontology",
"uri_format": "http://protege.stanford.edu/plugins/owl/protege#$1"
},
"proteomicsdb.peptide": {
"biocontext": {
"prefix": "PROTEOMICSDB.PEPTIDE"
Expand Down Expand Up @@ -117682,6 +117697,27 @@
"prefix": "vbrc"
}
},
"vcard": {
"contact": {
"email": "[email protected]",
"github": "riannella",
"name": "Renato Iannella",
"orcid": "0000-0001-5547-3508"
},
"contributor": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "vCard is a specification developed by the Internet Engineering Task Force (IETF) for the description of people and organisations",
"download_rdf": "https://www.w3.org/2006/vcard/ns",
"example": "Agent",
"github_request_issue": 1317,
"homepage": "https://www.w3.org/TR/vcard-rdf/",
"name": "Virtual Contact File",
"uri_format": "http://www.w3.org/2006/vcard/ns#$1"
},
"vcell": {
"mappings": {
"miriam": "vcell"
Expand Down Expand Up @@ -119100,6 +119136,49 @@
"uri_format": "http://vita.mbc.nctu.edu.tw/search.php?acc=$1"
}
},
"vitro": {
"appears_in": [
"fabio",
"foaf"
],
"contributor": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "Vitro is a full stack framework for building semantic web applications. It is not domain specific.",
"download_owl": "https://raw.githubusercontent.com/vivo-archive/Linked-Data-Indexer/refs/heads/master/src/main/resources/vitro-0.7.owl",
"example": "descriptionAnnot",
"github_request_issue": 1317,
"homepage": "https://github.com/vivo-project/Vitro",
"name": "Vitro Application Ontology",
"repository": "https://github.com/vivo-project/Vitro",
"uri_format": "http://vitro.mannlib.cornell.edu/ns/vitro/0.7#$1"
},
"vivo": {
"contact": {
"email": "[email protected]",
"github": "hauschke",
"name": "Christian Hauschke",
"orcid": "0000-0003-2499-7741"
},
"contributor": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "An ontology about scholarship",
"download_owl": "https://raw.githubusercontent.com/vivo-ontologies/vivo-ontology/master/vivo.owl",
"example": "Laboratory",
"github_request_issue": 1317,
"homepage": "https://vivoweb.org",
"license": "unlicense",
"name": "VIVO Ontology",
"repository": "https://github.com/vivo-ontologies/vivo-ontology",
"uri_format": "http://vivoweb.org/ontology/core#$1"
},
"vmc": {
"biolink": {
"is_identifiers": false,
Expand Down

0 comments on commit a196622

Please sign in to comment.