When I query Fuseki like this "DESCRIBE <> FROM <>" and return a JSON-LD, it 
looks like the "@context" is generated automatically and it ignores any 
"PREFIX" declaration.
For example if I have "PREFIX foo: <http://example.org/vocab/Person>" it will 
create the property "Person" instead of "foo:Person".

Is there any way that I can tweak my DESCRIBE query to return properties as 
"foo:Person" instead of the automatically generated "Person"?

Reply via email to