Skip to content

Commit

Permalink
move endpoints to chembl context file
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Apr 23, 2024
1 parent 9864545 commit 65a085b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
29 changes: 18 additions & 11 deletions contexts/chembl.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,18 @@
"@id": "edam:data_2646",
"@type": "string"
},
"chemblcmp": {
"@id": "obo:MI_0967",
"@type": "anyURI"
},
"chembldoc": {
"@id": "obo:MI_0685",
"@type": "anyURI"
},
"chembltrg": {
"@id": "obo:MI_1348",
"@type": "anyURI"
},
"chirality": {
"@id": "cheminf:CHEMINF_000245",
"@type": "string"
Expand All @@ -146,9 +158,7 @@
"@id": "obo:OMIT_0016926",
"@type": "string"
},
"component_domains": {
"@id": "sio:SIO_001379"
},
"component_domains": {"@id": "sio:SIO_001379"},
"component_type": {
"@id": "obo:NCIT_C45994",
"@type": "string"
Expand Down Expand Up @@ -181,9 +191,7 @@
"@id": "sio:SIO_000136",
"@type": "string"
},
"descriptors": {
"@id": "enm:ENM_8000019"
},
"descriptors": {"@id": "enm:ENM_8000019"},
"domain_name": {
"@id": "edam:data_2757",
"@type": "string"
Expand All @@ -192,11 +200,12 @@
"@id": "dct:type",
"@type": "string"
},
"domains": { "@id": "sio:SIO_001379" },
"domains": {"@id": "sio:SIO_001379"},
"efo_id": {
"@id": "edam:data_2338",
"@type": "string"
},
"endpoints": {"@id": "dcat:endpointURL"},
"end_position": {
"@id": "sio:SIO_000792",
"@type": "integer"
Expand Down Expand Up @@ -229,9 +238,7 @@
"@id": "cheminf:CHEMINF_000300",
"@type": "string"
},
"identifiers": {
"@id": "obo:NCIT_C25364"
},
"identifiers": {"@id": "obo:NCIT_C25364"},
"inorganic_flag": {
"@id": "obo:CHEBI_24835",
"@type": "string"
Expand Down Expand Up @@ -392,7 +399,7 @@
"@id": "sio:SIO_000122",
"@type": "string"
},
"target_components": { "@id": "sio:SIO_000313" },
"target_components": {"@id": "sio:SIO_000313"},
"target_desc": {
"@id": "cco:CO_000075",
"@type": "string"
Expand Down
4 changes: 0 additions & 4 deletions contexts/scidata.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@
"@id": "dct:type",
"@type": "@id"
},
"endpoints": {
"@id": "dcat:endpointURL",
"@type": "anyURI"
},
"url": {
"@id": "schema:url",
"@type": "anyURI"
Expand Down

0 comments on commit 65a085b

Please sign in to comment.