https://docs.google.com/spreadsheets/d/{ID of your spreadhseet}/export?format=xlsx
03/05/2022 : The converter is now available as an API !
API
This is an Excel-to-RDF converter. It can generate RDF files from Excel spreadsheets structured in a specific way, and contains specific features for SKOS. Using the same Excel spreadsheet structure, it is possible to produce and RDF, not only SKOS (lists of foaf:Person, of schema:Event, SHACL, OWL, 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 ]
(ex:concept1 ex:concept2 ex:concept3)
subjectColumn
schema:name(subjectColumn="N")
lookupColumn
skos:broader(lookupColumn=skos:prefLabel)
reconcile="local"
reconcileOn="http://..."
reconcile
rdfs:label
skos:altLabel
skos:notation
foaf:name
dc:title
dct:identifier
dc:identifier
schema:name
ignoreIfParenthesis="true"
skos:broader(separator=";" ignoreIfParenthesis="true")
adms
dcat
dc
dct
dcterms
doap
foaf
org
owl
prov
qb
rdf
rdfs
schema
skos
skosxl
xsd
separator=";"
id="theLabel"
lookupColumn="skos:prefLabel"
lookupColumn="columnId"
lookupColumn="C"
subjectColumn="dcterms:creator"
subjectColumn="columnId"
subjectColumn="C"
reconcile="external"
ignoreIf="xxx"