rdf11.pl -- RDF 1.1 API |
invalid_lexical_form_hook/3 | This hook is called if translation of the lexical form to the Prolog representation fails due to a syntax error. | |
rdf/3 | True if an RDF triple <S,P,O> exists, optionally in the graph G. | |
rdf/4 | True if an RDF triple <S,P,O> exists, optionally in the graph G. | |
rdf_assert/3 | Assert a new triple. | |
rdf_assert/4 | Assert a new triple. | |
rdf_assert_list/2 | Create an RDF list from the given Prolog List. | |
rdf_assert_list/3 | Create an RDF list from the given Prolog List. | |
rdf_bnode/1 | True if BNode is a currently known blank node. | |
rdf_canonical_literal/2 | Transform a relaxed literal specification as allowed for rdf_assert/3 into its canonical form. | |
rdf_compare/3 | True if the RDF terms Left and Right are ordered according to the comparison operator Diff. | |
rdf_create_bnode/1 | Create a new BNode. | |
rdf_default_graph/1 | Query/set the notion of the default graph. | |
rdf_default_graph/2 | Query/set the notion of the default graph. | |
rdf_estimate_complexity/4 | | |
rdf_has/3 | Similar to rdf/3 and rdf/4, but P matches all predicates that are defined as an rdfs:subPropertyOf of P. | |
rdf_has/4 | Similar to rdf/3 and rdf/4, but P matches all predicates that are defined as an rdfs:subPropertyOf of P. | |
rdf_iri/1 | True if IRI is a current IRI. | |
rdf_is_bnode/1 | True if Term is an RDF blank node identifier. | |
rdf_is_iri/1 | True if IRI is an RDF IRI term. | |
rdf_is_literal/1 | True if Term is an RDF literal term. | |
rdf_is_name/1 | True if Term is an RDF Name, i.e., an IRI or literal. | |
rdf_is_object/1 | True if Term can appear in the object position of a triple. | |
rdf_is_predicate/1 | True if Term can appear in the predicate position of a triple. | |
rdf_is_subject/1 | True if Term can appear in the subject position of a triple. | |
rdf_is_term/1 | True if Term can be used as an RDF term, i.e., if Term is either an IRI, a blank node or an RDF literal. | |
rdf_last/2 | True when Last is the last element of RDFList. | |
rdf_length/2 | True when Length is the number of cells in RDFList. | |
rdf_lexical_form/2 | True when Lexical is the lexical form for the literal Literal. | |
rdf_list/1 | True if RDFTerm is a proper RDF list. | |
rdf_list/2 | True when PrologList represents the rdf:first objects for all cells in RDFList. | |
rdf_literal/1 | True if Term is a known literal. | |
rdf_member/2 | True when Member is a member of RDFList. | |
rdf_name/1 | True if Name is a current IRI or literal. | |
rdf_nextto/2 | True if Y directly follows X in RdfList. | |
rdf_nextto/3 | True if Y directly follows X in RdfList. | |
rdf_node/1 | True when T appears in the subject or object position of a known triple, i.e., is a node in the RDF graph. | |
rdf_nth0/3 | True when X is the Index-th element (0-based or 1-based) of RDFList. | |
rdf_nth1/3 | True when X is the Index-th element (0-based or 1-based) of RDFList. | |
rdf_object/1 | True when O is a currently known object, i.e. | |
rdf_predicate/1 | True when P is a currently known predicate, i.e. | |
rdf_reachable/3 | True when O can be reached from S using the transitive closure of P. | |
rdf_reachable/5 | True when O can be reached from S using the transitive closure of P. | |
rdf_retract_list/1 | Retract the rdf:first, rdf:rest and rdf:type=rdf:'List' triples from all nodes reachable through rdf:rest. | |
rdf_retractall/3 | Remove all matching triples from the database. | |
rdf_retractall/4 | Remove all matching triples from the database. | |
rdf_subject/1 | True when S is a currently known subject, i.e. | |
rdf_term/1 | True if Term appears in the RDF database. | |
rdf_update/4 | Replaces one of the three (four) fields on the matching triples depending on Action:. | |
rdf_update/5 | Replaces one of the three (four) fields on the matching triples depending on Action:. | |
rdf_where/1 | Formulate constraints on RDF terms, notably literals. | |
{}/1 | Formulate constraints on RDF terms, notably literals. | |
rdf11_containers.pl -- RDF 1.1 Containers |
rdf_cache.pl -- Cache RDF triples |
rdf_cache_file/3 | File is the cache file for URL. | |
rdf_set_cache_options/1 | Change the cache policy. | |
rdf_compare.pl -- Compare RDF graphs |
rdf_db.pl -- Core RDF database |
rdf_edit.pl -- RDF edit layer |
rdf_http_plugin.pl -- RDF HTTP Plugin |
rdf_library.pl -- RDF Library Manager |
rdf_litindex.pl -- Search literals |
rdf_delete_literal_index/1 | Fully delete a literal index. | |
rdf_find_literal/2 | Find literals in the RDF database matching Spec. | |
rdf_find_literals/2 | Find literals in the RDF database matching Spec. | |
rdf_literal_index/2 | True when Index is a literal map containing the index of Type. | |
rdf_set_literal_index_option/1 | Set options for the literal package. | |
rdf_stopgap_token/1 | True when Token is a stopgap token. | |
rdf_token_expansions/2 | Determine which extensions of a token contribute to finding literals. | |
rdf_tokenize_literal/2 | Tokenize a literal. | |
rdf_ntriples.pl -- Process files in the RDF N-Triples format |
rdf_persistency.pl -- RDF persistency plugin |
property_of_graph/2 | Extend rdf_graph_property/2 with new properties. | |
rdf_attach_db/2 | Start persistent operations using Directory as place to store files. | |
rdf_current_db/1 | True if Dir is the current RDF persistent database. | |
rdf_db_to_file/2 | Translate between database encoding (often an file or URL) and the name we store in the directory. | |
rdf_detach_db/0 | Detach from the current database. | |
rdf_flush_journals/1 | Flush dirty journals. | |
rdf_journal_file/2 | True if File the name of the existing journal file for Graph. | |
rdf_persistency/2 | Specify whether a database is persistent. | |
rdf_persistency_property/1 | True when Property is a property of the current persistent database. | |
rdf_snapshot_file/2 | True if File the name of the existing snapshot file for Graph. | |
rdf_portray.pl -- Portray RDF resources |
rdf_prefixes.pl -- RDF prefixes management |
rdf_sandbox.pl -- Declare RDF API sandbox-safe |
rdf_turtle.pl -- Turtle reader |
rdf_turtle_write.pl -- Turtle - Terse RDF Triple Language writer |
rdf_zlib_plugin.pl -- RDF compressed-data plugin |
rdfa.pl -- Extract RDF from an HTML or XML DOM |
rdfs.pl -- RDFS handling |
sparql_client.pl -- SPARQL client library |
sparql_query/3 | Execute a SPARQL query on an HTTP SPARQL endpoint. | |
sparql_read_json_result/2 | The returned Result term is of the format:. | |
sparql_read_xml_result/2 | Specs from http://www.w3.org/TR/rdf-sparql-XMLres/. | |
sparql_set_server/1 | Set sparql server default options. | |
turtle.pl -- Turtle: Terse RDF Triple Language |