Graph Metadata - GeoKnow/GeoKnowGeneratorUI GitHub Wiki
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". |