tombaker

Results 6 issues of tombaker

I wanted to suggest that documentation for RDF.rb be moved into iRuby notebooks -- i.e., [Jupyter notebooks](http://jupyter-notebook-beginner-guide.readthedocs.org/en/latest/what_is_jupyter.html) running the Ruby kernel. Github now supports the rendering of Jupyter notebooks in...

feature
documentation

**Describe the bug** [Tutorial 1](https://linkml.io/linkml/intro/tutorial01.html) invites the reader to generate a Turtle file from the YAML example, but the output of the command does not match the output shown in...

bug
good first issue

__Problem__: In Pythonic style, I would expect that given graphs `g` and `h`, `g == h` would return `True` if each graph held the same set of triples. However, [`Graph.__eq__`](https://github.com/RDFLib/rdflib/blob/master/rdflib/graph.py#L703)...

bug

According to the `skosify.check.preflabel_uniqueness` docstring, the method supports four values for the "policy" parameter: - 'shortest' (keep the shortest label), - 'longest' (keep the longest label), - 'uppercase' (prefer uppercase),...

I expected the following to work: ``` my:IssueShape { ex:status xsd:integer [0 1]; } ``` However, it apparently only works [with `AND`](https://codepen.io/ericprud/pen/eYjxPOW): ``` PREFIX my: PREFIX ex: PREFIX xsd: my:IssueShape...

enhancement
language-suggestion

Should we move from using the [old wiki at w3](https://www.w3.org/2001/sw/wiki/ShEx) to using a new wiki [on Github](https://github.com/shexSpec/shex/wiki)?

DOCUMENTATION