diff --git a/config/mesh-demo.json b/config/mesh-demo.json index 889c534..e0a6865 100644 --- a/config/mesh-demo.json +++ b/config/mesh-demo.json @@ -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" : "", - "properties": [""] + "label" : "rdfs:label", + "properties": [""], + "constraints" : { + "meshv:active" : "true", + "rdf:type" : "meshv:Concept" + } + } } },