-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontext.jsonld
30 lines (30 loc) · 867 Bytes
/
context.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"@context": {
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfa": "http://www.w3.org/ns/rdfa#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "http://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"bs": "http://bioschemas.org/specifications/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"sio": "http://semanticscience.org/resource/SIO_",
"pr": "http://purl.obolibrary.org/obo/PR_",
"so": "http://purl.obolibrary.org/obo/so#",
"ro": "http://purl.obolibrary.org/obo/RO_"
},
"@graph": [
{
"@id": "pr:000000001",
"rdfs:label": "Protein"
},
{
"@id": "sio:010083",
"rdfs:label": "isTranslatedFrom"
},
{
"@id": "so:associated_with",
"rdfs:label": "associatedWith"
}
]
}