Tags: semanticweb*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. New: Relaunch

    We do not use a triple store any more - all important data is kept in a RDB. Documents related to a person are crawled on demand and cached up to 24h. The system can now display data on any dereferenceable URI.
    More News

    About

    Friend of a friend (FOAF) is a decentralized social network using semantic web technology to describe persons and their relations in a machine readable way. The Friend of a friend vocabulary can also be used to describe groups, organisations and other things.
    2013-12-19 Tags: , by klotz
  2. 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: tagged with "semanticweb"

About - Propulsed by SemanticScuttle