default: {
filter: any[];
id: string;
initialView: {
graph: (string | { x: number; y: number })[][];
title: string;
type: number;
version: string;
};
legend: string;
links: {
featureRequest: string;
feedbackOntology: string;
homepage: string;
metamodel: string;
rdfBrowser: string;
sparqlEndpoint: string;
youtube: any;
};
name: string;
snik: any;
sparql: {
endpoint: string;
graph: string;
instances: boolean;
queries: {
nodes: (from: string) => string;
triples: (
from: string,
fromNamed: string,
virtualTriples: boolean,
instances: boolean,
) => string;
};
};
style: {
color: (node: string | NodeSingular) => string;
colorMap: Map<string, string>;
shape: (node: NodeSingular) => string;
};
title: string;
}
Type declaration
filter: any[]
id: string
initialView: {
graph: (string | { x: number; y: number })[][];
title: string;
type: number;
version: string;
}
legend: string
links: {
featureRequest: string;
feedbackOntology: string;
homepage: string;
metamodel: string;
rdfBrowser: string;
sparqlEndpoint: string;
youtube: any;
}
name: string
snik: any
sparql: {
endpoint: string;
graph: string;
instances: boolean;
queries: {
nodes: (from: string) => string;
triples: (
from: string,
fromNamed: string,
virtualTriples: boolean,
instances: boolean,
) => string;
};
}
endpoint: string
graph: string
instances: boolean
queries: {
nodes: (from: string) => string;
triples: (
from: string,
fromNamed: string,
virtualTriples: boolean,
instances: boolean,
) => string;
}
nodes: (from: string) => string
triples: (
from: string,
fromNamed: string,
virtualTriples: boolean,
instances: boolean,
) => string
style: {
color: (node: string | NodeSingular) => string;
colorMap: Map<string, string>;
shape: (node: NodeSingular) => string;
}
color: (node: string | NodeSingular) => string
colorMap: Map<string, string>
shape: (node: NodeSingular) => string
title: string
Get SPARQL Query which loads the list of nodes from which all triples are formed. Only nodes with labels which are an owl:Class and their instances are loaded.