Create RDF data from Excel spreadsheets - edit SKOS vocabularies, knowledge graph instances, SHACL constraints, OWL ontologies in Excel files. Available as HTTP service, upload form, command-line, or Java API.
Converter currently supports Turtle list syntax as a cell value (<http://uri1> <http://uri2>)
Sometimes it may be desirable to generate an RDF list from a list of cell values, e.g. owl:unionOf with multiple lines, each on the same subject, and with different values
Converter currently supports Turtle list syntax as a cell value
(<http://uri1> <http://uri2>)
Sometimes it may be desirable to generate an RDF list from a list of cell values, e.g.
owl:unionOf
with multiple lines, each on the same subject, and with different valuesThe idea is to add a parameter to instruct the converter to interpret a series of values as a list
would yield
A owl:unionOf (<http://item1> <http://item2> <http://item3>)