Rinke Hoekstra
Rinke Hoekstra
OM currently has a version number in the namespace and ontology IRI. This is not according to best practices. An OWL ontology should make use of the owl:versionIRI attribute on...
For many of the object properties the domain and/or range is specified as a union consisting of a single class. This is really not necessary, and adds a layer of...
It's a tricky thing to associate the nanopublication produced by the converter with the original author information of the CSVW schema file. In principle, any author information in the schema...
Generated Turtle and JSON-LD serializations, removed dcterms:format statement. This addresses #5
Updated ontology metadata as per issue #6
Curent PAV metadata refers to URLs (mindinformatics) that no longer exist. These should be updated as part of a patch, or new release.
Apart from #4 it would be good to at least have standard serialisations of PAV in formats other than RDF/XML
The PAV namespace URL http://purl.org/pav currently does not support content negotiation. PAV URIs only dereference to an RDF/XML representation. It would be great if the namespace URL would support content...
The `IdentifierIssuer` currently uses a counter to ensure that e.g. blank nodes are assigned a unique id when flattening a JSON-LD file in `jsonld.js`. This does not work very well...
The serializer to NQuads (and turtle and others) uses the `stringToN3` function to convert the value of a string literal to a safe string in the output syntax. However, the...