A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | AH | AI | AJ | AK | AL | AM | AN | AO | AP | AQ | AR | AS | AT | AU | AV | AW | AX | AY | AZ | BA | BB | BC | BD | BE | BF | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Subtitle | Bioschemas specification describing the usage of BiologicalEntity for the “Protein” biological type. | UniProt (protein) | PDBe (protein) | InterPro (protein) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | Description | This protein specification presents the usage of the generic type BiologicalEntity by the biological type “protein”. Please be aware “protein” is NOT a schema.org type but a BiologicalEntity profile. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 | schema.org | bioschemas | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | Property | Expected Type | Description | BSC Description | Marginality | Cardinality | Controlled Vocabulary | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | Name | Content Example | UseCase | |
6 | Extends CreativeWork | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
7 | citation | CreativeWork or URL | A citation or reference to a creative work, such as a publication, web page, scholarly article, etc. | Recommended | MANY | publications | "citation": [ { "@id": "http://www.identifiers.org/pubmed/10194451", "@type": "ScholarlyArticle", "name": { "@language": "en", "@value": "A novel SH2-containing ..." }, "sameAs": [ "https://www.ncbi.nlm.nih.gov/pubmed/10194451", "http://europepmc.org/abstract/MED/10194451", "http://purl.uniprot.org/citations/10194451" ] }, ... ] | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
8 | dateCreated | Date or DateTime | The date on which the BiologicalEntity was created or the item was added to a DataFeed. | Optional | ONE | entry history (integrated into UniProtKB) | "dateCreated": "1986-07-21" | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
9 | dateModified | Date or DateTime | The date on which the BiologicalEntity was most recently modified or when the item's entry was modified within a DataFeed. | Optional | ONE | last modified | "dateModified": "2017-03-15" | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
10 | distribution | DataDownload | A downloadable form of this entity, at a specific location, in a specific format | Optional | MANY | format | "distribution": { "@type": "DataDownload", "url": "http://www.uniprot.org/uniprot/P00519.fasta" } | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
11 | hasPart | BiologicalEntity | Indicates a BiologicalEntity that is (in some sense) a part of this BiologicalEntity. Inverse property: isPartOf. | Optional | MANY | features | No Match | ||||||||||||||||||||||||||||||||||||||||||||||||||||
12 | isPartOf | BiologicalEntity | Indicates a BiologicalEntity that this BiologicalEntity is (in some sense) part of. Inverse property: hasPart. | Optional | MANY | gene | "isPartOf": { "@type": "BiologicalEntity", "biologicalType": "gene", "name": { "@language": "en", "@value": "ABL1" } } | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
13 | New properties | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
14 | associatedDisease | MedicalCondition OR URL | Disease associated to this protein feature | Optional | MANY | Involvement in disease, disease association | "associatedDisease": { "@type": "MedicalCondition", "@id": "http://www.omim.org/entry/608232", "name": "Leukemia, chronic myeloid (CML)", "code": { "@type": "MedicalCode", "code": "608232", "codingSystem": "OMIM" }, "sameAs": "http://www.uniprot.org/diseases/DI-03735" } | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
15 | biocoordinates | QuantitativeValue | Coordinates in a 1 or 2D space, for instance length/coordinates in a sequence. Usage (example): Use a QuantitativeValue with properties minValue and maxValue for a region or value for a site in a Protein. Use it only with value for a protein length. | Recommended | ONE | protein length | "biocoordinates": { "@type": "QuantitativeValue", "value": "1130" } | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
16 | biologicalType | Text | List with types preferably supported by BioSchemas-> enumeration list of values maintained on a wikipage (cf accessibilityAPI in schema.org for implementation). If the value is not on the list then the data will still be parsed but only generic properties will be validated. {population,individual,tissue,cell,molecule,protein,nucleic acid} | Minimum | MANY | "biologicalType": "protein" | Match | ||||||||||||||||||||||||||||||||||||||||||||||||||||
17 | crossReference | Thing | A pointer to another, somehow related entity. Usage: Whenever isBasedOn/isBasisFor, isPartOf/hasPart, citation or any other more specific does not work. | Optional | MANY | cross-references | "crossReference": [ { "@type": "BiologicalEntity", "@id": "www.identifiers.org/pdb/1AB2" }, ... ] | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
18 | representation | Text or URL or PropertyValue | Representation of this entity. For instance, chemical structure or sequence | Optional | MANY | sequence | No Match | ||||||||||||||||||||||||||||||||||||||||||||||||||||
19 | taxon | URL | A url pointing to NCBI Taxonomy or a taxonomic resource | Optional | MANY | Yes | organism | "taxon": "http://www.uniprot.org/taxonomy/9606" | Match | ||||||||||||||||||||||||||||||||||||||||||||||||||
20 | isMentionedIn | Thing | CreativeWork, Dataset, collection mentioning this entity Inverse of:mentions | Recommended | ONE | dataset | "isMentionedIn": { "@type": "Dataset", "@id": "http://www.uniprot.org/news/2017/03/15/release" } | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
21 | additionalProperty | PropertyValue | A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org. Avoid it if possible, otherwise use it carefully. Please keep in mind that Bioschemas does not pretend to model every single possible field but mainly those useful for discoverability, summarization and accessibility. | Optional | MANY | No Match | |||||||||||||||||||||||||||||||||||||||||||||||||||||
22 | alternateName | Text | An alias for the item. | Recommended | MANY | alternative names | "alternateName": [ { "@language": "en", "@value": "ABL1_HUMAN" }, ... ] | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
23 | description | Text | A description of the item. | Recommended | ONE | function | "description": { "@language": "en", "@value": "Non-receptor tyrosine-protein kinase that plays a role..." } | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
24 | identifier | PropertyValue or Text or URL | The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details. Recommendation: identifiers.org whenever possible | Minimum | ONE | accession | "identifier": "http://www.identifiers.org/uniprot/P00519" | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
25 | image | ImageObject or URL | An image of the item. This can be a URL or a fully described ImageObject. | Recommended | MANY | feature viewer | "image": "http://www.identifiers.org/uniprot/P00519#showFeaturesViewer" | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
26 | name | Text | The name of the item. | Recommended | ONE | recommended name | "name": "Tyrosine-protein kinase ABL1" | Match | |||||||||||||||||||||||||||||||||||||||||||||||||||
27 | sameAs | URL | URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. | Recommended | MANY | "sameAs": "http://purl.uniprot.org/uniprot/P00519" | Match | ||||||||||||||||||||||||||||||||||||||||||||||||||||
28 | url | URL | URL of the item. | Recommended | ONE | "url": "http://www.uniprot.org/uniprot/P00519" | Match | ||||||||||||||||||||||||||||||||||||||||||||||||||||
29 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
30 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
31 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
32 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
34 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
35 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
36 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
37 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
38 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
39 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
40 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
41 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
42 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
43 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
44 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
45 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
46 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
47 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
48 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
49 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
50 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
51 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
52 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
53 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
54 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
55 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
56 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
57 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
58 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
59 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
60 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
61 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
62 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
63 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
64 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
65 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
66 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
67 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
68 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
69 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
70 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
71 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
72 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
73 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
74 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
75 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
76 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
77 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
78 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
79 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
80 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
81 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
82 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
83 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
84 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
85 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
86 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
87 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
88 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
89 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
90 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
91 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
92 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
93 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
94 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
95 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
96 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
97 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
98 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
99 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
100 |