-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add semantic web prefixes: vivo, vitro, protege, vcard (#1317)
- Loading branch information
Showing
1 changed file
with
79 additions
and
0 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 |
---|---|---|
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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, | ||
|