semweb

Prolog files

rdf11.pl  -- RDF 1.1 APIShow source
rdf_cache.pl  -- Cache RDF triplesShow source
rdf_db.pl  -- Core RDF databaseShow source
rdf_http_plugin.pl  -- RDF HTTP PluginShow source
rdf_library.pl  -- RDF Library ManagerShow source
rdf_litindex.pl  -- Search literalsShow source
rdf_ntriples.pl  -- Process files in the RDF N-Triples formatShow source
rdf_persistency.pl  -- RDF persistency pluginShow source
rdf_prefixes.pl  -- RDF prefixes managementShow source
rdf_sandbox.pl  -- Declare RDF API sandbox-safeShow source
rdf_turtle.pl  -- Turtle readerShow source
rdf_turtle_write.pl  -- Turtle - Terse RDF Triple Language writerShow source
rdf_save_canonical_trig/2Save triples in a canonical format.Source
rdf_save_canonical_turtle/2Save triples in a canonical format.Source
rdf_save_ntriples/2Save RDF using ntriples format.Source
rdf_save_trig/2Save multiple RDF graphs into a TriG file.Source
rdf_save_turtle/2Save an RDF graph as Turtle.Source
turtle_prefix/4Test whether we want to include the proposed prefix in the.Source
rdf_zlib_plugin.pl  -- RDF compressed-data pluginShow source
rdfs.pl  -- RDFS handlingShow source
rdfs_assert_list/2Create an RDF list from the given Resources.Source
rdfs_assert_list/3Create an RDF list from the given Resources.Source
rdfs_class_property/2Enumerate the properties in the domain of Class.Source
rdfs_find/5Search all classes below Domain for a literal property with that matches String.Source
rdfs_individual_of/2Generate resources belonging to a class or classes a resource belongs to.Source
rdfs_label/2Convert between class and label.Source
rdfs_label/3Resource has Label in Lang.Source
rdfs_list_to_prolog_list/2Convert ann RDFS list (result from parseType=Collection) into a Prolog list of elements.Source
rdfs_member/2As Prolog member on sets.Source
rdfs_ns_label/2Present label with namespace indication.Source
rdfs_ns_label/3Present label with namespace indication.Source
rdfs_subclass_of/2Generate sub/super classes.Source
rdfs_subproperty_of/2Query the property hierarchy.Source
sparql_client.pl  -- SPARQL client libraryShow source
sparql_query/3Execute a SPARQL query on an HTTP SPARQL endpoint.Source
sparql_read_json_result/2The returned Result term is of the format:.Source
sparql_read_xml_result/2Specs from http://www.w3.org/TR/rdf-sparql-XMLres/.Source
sparql_set_server/1Set sparql server default options.Source
turtle.pl  -- Turtle: Terse RDF Triple LanguageShow source
rdf_load_stream/3(Turtle clauses).Source
rdf_load_turtle/3Source
rdf_process_turtle/3Streaming Turtle parser.Source
rdf_read_turtle/3Read a stream or file into a set of triples or quadruples (if faced with TriG input) of the format.Source
turtle_pn_local/1True if Atom is a valid Turtle PN_LOCAL name.Source
turtle_write_quoted_string/2Same as turtle_write_quoted_string(Out, Value, false), writing a string with only a single ".Source
turtle_write_uri/2Write a URI as <...>.Source