Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Graph Metadata

Alejandra Garcia Rojas M edited this page Jun 22, 2015 · 1 revision

The Graph creation on the Generaotr follow the SPARQL Service Description concept to describe graphs:

As you may see this in this configuration file of the system graphs

The following table describes the essential properties of a graph:

:default-dataset sd:namedGraph :ourGraph.
:ourGraph a sd:NamedGraph;
sd:name :ourGraph;
acl:owner :le_me;
ontos:access [a acl:Authorization; acl:mode acl:Read; acl:owner ...]
ontos:access [a acl:Authorization; acl:mode acl:Write; acl:owner ...]
sd:graph :ourGraphGraph.
:ourGraphGraph a sd:Graph;
rdfs:label “our graph”;
dc:created “yyyy-mm-ddThh:mm:ss”;
dc:modified “yyyy-mm-ddThh:mm:ss”.
void:triples "100".

#Home

User Guide

Settings

Workbench

  • Dashboard
  • Import RDF
  • Sparqlify
  • TripleGeo-Sercvice
  • Virtuoso SPARQL Endpoint
  • Mapify
  • Facete
  • OntoWiki
  • LIMES
  • FAGI-gis
  • DEER
  • Public-Private Data Coevolution

Developers Guide

Clone this wiki locally