Skip to content

Instantly share code, notes, and snippets.

View danielepolotow's full-sized avatar

Daniele Polotow danielepolotow

  • São Carlos, SP, Brazil
View GitHub Profile
//Import ESCO using CSV files
create index ON :Occupation(ISCOGroup);
create index ON :Occupation(altLabels);
create index ON :Skill(altLabels);
create index ON :ISCOGroup(code);
create index ON :Skill(conceptUri);
create index ON :ISCOGroup(conceptUri);
create index ON :Occupation(conceptUri);
create index ON :Occupation(preferredLabel);
create index ON :Skill(preferredLabel);