klotz: semantic web* + sparql*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. CONSTRUCT {
    ?URI a ex:Organization;
    ex:name ?NameWithLang;
    ex:CIK ?CIK;
    ex:LEI ?LEI;
    ex:ticker ?Stock_ticker;
    }
    FROM <file:companies.csv>
    WHERE {
    BIND (URI(CONCAT('companies/', ?Stock_ticker)) AS ?URI)
    BIND (STRLANG(?Name, "en") AS ?NameWithLang)
    }
    OFFSET 1
    2013-12-10 Tags: , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: semantic web + sparql

About - Propulsed by SemanticScuttle