Hello,
I am trying to convert the below spreadsheet using SPARQL.
I would like to create a taxonomy, which has top 3, 4, or 5 categories with the term as the lowest being element. The term can have a synonym and/or acronym, and a definition.
Because the synonym, acronym, and definition may exist or not, I want to make them optional in my query.
Hopefully someone can help with the above.
I am able to import the spreadsheet into spreadsheet ontology inside TBCME, but I am struggling to create the categories together with the terms and its synonym, acronym or definition.
Category 1 | Category 2 | Category 3 | Term | Term synonym (skos:altLabel) | Term Acronym(termAcronym) | Term Definition (skos:definition) |
Test 1 | Test 2 | Test 3 | Term1 | Acronym 1 | ||
Test 1 | Test 2 | Test 3 | Term2 | Synonym 2 | Acronym 2 | Sample definition |
Test 1 | Test 2 | Test 3 | Term3 | Synonym 3 | ||
Test 1 | Test 2 | Test 3 | Term4 | Synonym 4 | Acronym 4 | Sample definition |
Test 1 | Test 2 | Test 3 | Term5 | Synonym 5 | Acronym 5 | |
Test 1 | Test 2 | Test 3 | Term6 | Synonym 6 | ||
Test 1 | Test 2 | Test 3 | Term7 | Synonym 7 | Acronym 7 | |
Test 1 | Test 2 | Test 3 | Term8 | Acronym 8 | ||
Test 1 | Test 2 | Test 3 | Term9 | Synonym 9 | Acronym 9 | |
Test 1 | Test 2 | Test 3 | Term10 | Synonym 10 | Acronym 10 | |
Test 1 | Test 2 | Test 3 | Term11 | Acronym 11 |
Thank you for your help.
Hello Scott,
I was looking at the below SPARQL query, that Bob DuCharme provided back in July for a request I had sent, and wondered if it can be adapted to include the categories and the optional attributes that I want to include in it.
CONSTRUCT {?newClass a rdfs:Class .?newClass rdfs:subClassOf ?superClass .}WHERE?c a ss:Cell .?c ss:row ?row .?c ss:column ?col .?c ss:cellContents ?contents
--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
topbrai...@googlegroups.com
To unsubscribe from this group, send email to
topbraid-user...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en