This is an Excel-to-SKOS converter. It can generate SKOS RDF files from Excel spreadsheets structured in a specific way. Using the same Excel spreadsheet structure, it is also possible to produce other RDF data than SKOS (lists of foaf:Person, of schema:Event, etc.) This converter does not require any configuration file to work, only the Excel document to convert.
No. The spreadsheet has to follow the specific structure described below.
Start by downloading and looking at one of the provided examples above. You can start from one of these files and adapt it. Look at the documentation below for an explanation on the expected spreadsheet format.
There are other converters from Excel to SKOS or RDF out there :
skos:ConceptScheme
dct:title
skos:prefLabel
skos:definition
,
@en
^^xsd:date
(separator=",")
schema:name@en(separator=",")
rdf:type
^skos:member
skos:Collection
skos:memberList
skos:OrderedCollection
skos:inScheme
skos:broader
skos:narrower
skos:Concept
skos:topConceptOf
skos:hasTopConcept
[ rdf:value "Definition blah blah"; dcterms:created "2017-02-21"^^xsd:date ]
subjectColumn
schema:name(subjectColumn="N")
lookupColumn
skos:broader(lookupColumn=skos:prefLabel)
rdf
rdfs
owl
skos
skosxl
foaf
org
prov
schema
dc
dct
dcterms
xsd
qb
dcat