Skip to content

Commit

Permalink
fix conf demo mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Oct 28, 2024
1 parent 67ad09b commit b6ac27e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions config/mesh-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,26 @@
"batch_size" : 32,

"populate_owl_tag_embeddings" : {
"prefix" : {
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"mesh" : "http://id.nlm.nih.gov/mesh/D000478",
"meshv" : "http://id.nlm.nih.gov/mesh/vocab#",
"owl" : "http://www.w3.org/2002/07/owl#"
},
"ontologies": {
"mesh_link" : {
"mesh": {
"filepath" : "data/mesh/mesh_concept.nt",
"prefix": "http://id.nlm.nih.gov/mesh/",
"filepath" : "data/mesh/mesh.nt",
"prefix": "http://id.nlm.nih.gov/mesh/M",
"format": "nt",
"label" : "<http://www.w3.org/2000/01/rdf-schema#label>",
"properties": ["<http://id.nlm.nih.gov/mesh/vocab#scopeNote>"]
"label" : "rdfs:label",
"properties": ["<http://id.nlm.nih.gov/mesh/vocab#scopeNote>"],
"constraints" : {
"meshv:active" : "true",
"rdf:type" : "meshv:Concept"
}

}
}
},
Expand Down

0 comments on commit b6ac27e

Please sign in to comment.