Daniel Garijo

Results 521 comments of Daniel Garijo

@cknoll I am happy to have OnToology as part of the list. Please feel free to integrate it if you want. We already added some of these tools in https://github.com/semantalytics/awesome-semantic-web

I am experiencing the same exact problem. Uploading data to a named graph doesn't seem to work (all are loaded into the nullGraph as described by @HackerBaloo). Is there any...

I found the answer. By using `context-uri` the data is uploaded to the right named graph: ``` curl -D- -H 'Content-Type: text/turtle' --upload-file test.ttl -X POST 'http://blazegraph_instance/.../sparql?context-uri=https://named_graph_name' ``` Then, when...

Hello, the problem also occurs for other ontologies: https://w3id.org/def/saref4agri https://w3id.org/def/saref4city https://w3id.org/def/easytv In all of them there is a double redirection (302 from w3id to the server where content negotiation happens...

It's something like this: "< div class="status" >< div >< span> < abbr title="Workflow forever" >Wf4Ever< /abbr > Specification< /span >< /div >< /div >" With css: .status { position:...

Side text and bar now added in commit: https://github.com/dgarijo/Widoco/commit/03c5992128f59a53a13d43246c25afeb566dc707 (now in develop branch)

@bryonjacob You are right, this is not yet implemented. If you want to submit a PR to the `develop` branch, that would be great! Thanks!

Thanks. If you have a suggestion for this issues I would appreciate it @seralf Otherwise, it may have to wait a bit until I get the time to look it...

Hmm, it seems like when you add the annotation property as a superproperty, it stops being recognized as an annotation property... I will have to have a look to see...