Fellows aren't being imported into VIVO
Closed this issue · 1 comments
paulalbert1 commented
See code here.
This query should return something but doesn't.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX core: <http://vivoweb.org/ontology/core#>
PREFIX wcmc: <http://weill.cornell.edu/vivo/ontology/wcmc#>
PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX vivo: <http://vivoweb.org/ontology/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wcmc: <http://weill.cornell.edu/vivo/ontology/wcmc#>
SELECT ?g ?s ?p ?o
WHERE
{
graph ?g {
<https://vivo.med.cornell.edu/individual/cwid-jit4004> ?p ?o
}
}
paulalbert1 commented
fixed