Name
DB.DBA.SPARQL_SELECT_KNOWN_GRAPHS — returns all explicitly created graphs.
Synopsis
DB.DBA.SPARQL_SELECT_KNOWN_GRAPHS
(
|
) ; |
Description
This function returns URIs for all explicitly created graphs.
Parameters
Return Types
varchar
Examples
Example 24.284. Simple Use
# Create explicitly a graph: CREATE GRAPH <http://example.com/mygraph>; callret-0 Create graph <http://example.com/mygraph> -- done ... SQL> DB.DBA.SPARQL_SELECT_KNOWN_GRAPHS(); GRAPH_IRI VARCHAR _______________________________________________________________________________ http://www.openlinksw.com/schemas/virtrdf# http://example.com/mygraph http://example.com/DAV http://example.com/dataspace http://example.com/dataspace/inf http://www.w3.org/2002/07/owl# http://www.w3.org/2002/07/owl http://www.openlinksw.com/schemas/RDF_Mapper_Ontology/1.0/ http://bblfish.net/work/atom-owl/2006-06-06/ http://purl.org/dc/elements/1.1/ http://www.openlinksw.com/schema/attribution# http://purl.org/ontology/bibo/ http://purl.org/dc/terms/ http://xmlns.com/foaf/0.1/ http://purl.org/goodrelations/v1 http://open.vocab.org/terms http://www.w3.org/1999/02/22-rdf-syntax-ns# http://www.w3.org/2000/01/rdf-schema# http://scot-project.org/scot/ns# http://rdfs.org/sioc/ns# 20 Rows. -- 188 msec.