This HTML5 document contains 27 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n7http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n20http://www.openlinksw.com/blog/
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n11http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n6http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n14http://vos.openlinksw.com/dataspace/person/dav#
n9http://vos.openlinksw.com/dataspace/owiki/wiki/
n5http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/ODSProgrammersGuideImportRDF/sioc.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n16http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n12http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n15http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:ODSProgrammersGuideImportRDF
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:48:47.827744
dcterms:modified
2017-06-13T05:48:47.827744
rdfs:label
ODSProgrammersGuideImportRDF
foaf:maker
n14:this n15:this
dc:title
ODSProgrammersGuideImportRDF
opl:isDescribedUsing
n5:rdf
sioc:has_creator
n11:this n16:this
sioc:content
%META:TOPICPARENT{name="ODSProgrammersGuideAPIs"}% %VOSNAV% %TOC% ---++ ODS RDF Import API ---+++ DB.DBA.rdf_import 1. Function <strong>DB.DBA.rdf_import</strong> 1. Returns total of imported RDF triples. 1. Description: Imports RDF data into the RDF QUAD. The function is part of the ODS Framework package. If username and password are passed as pUser and pPassword, then the imported RDF data can be viewed in the user home DAV folder/Uploads/RDF folder. This folder is created the first time the rdf_import API is called (with values for pUser and pPassword). 1. DB.DBA.rdf_import(in URL varchar, in mode integer, [in graph varchar]) 1. Parameters: <verbatim> pURL - RDF URL source; pMode - 0 or 1; 1 - sponger mode (default); 0 - normal mode pGraph - if empty, pURL is used as graph; pUser - user name. - If value is given then a new file is created in the folder '<home>/Uploads/RDF'. - This is dynamic resource - sparql query that select all triplets from the graph pURL - and output format 'RDF' (optional); pPassword - user password (optional); pFolder - destination folder path (optional). - If not set then default folder is used from the user's home - directory - '[home dir]/Uploads/RDF/'. - The folder path must end with '/'. - The pUser must have write permissions for pFolder; </verbatim> 1. Return Types: integer - the count of imported triples. 1. Error Handling: if not valid URL is provided, is shown error message "ODS10" for invalid data. ---+++DB.DBA.<nowiki>rdf_import_ext</nowiki> 1. Function <strong>DB.DBA.<nowiki>rdf_import_ext</nowiki></strong> 1. Returns total of imported RDF triples. 1. Description: Imports RDF data into the RDF QUAD. The function is part of the ODS Framework package. If username and password are passed as pUser and pPassword, then the imported RDF data can be viewed in the user home DAV folder/Uploads/RDF folder. This folder is created the first time the rdf_import API is called (with values for pUser and pPassword). 1. DB.DBA.<nowiki>rdf_import_ext</nowiki>(in pContent varchar[, in pContentMimeType varchar[, in pContentType varchar[, in pSpongerMode integer[, in pGraph varchar[, pUser, [pPassword[, pFolder]]]]]]]) 1. Parameters: <verbatim> pContent - RDF URL source or string; pContentMimeType - content mime type. Mandatory for string contents; pContentType - 'URL' or 'string'. Default value is 'URL'; pSpongerMode - 0 or 1; Default value is 1 - sponger mode; pGraph - if empty, pURL is used as graph. Mandatory for string contents; pUser - user name. - If value is given then a new file is created in the folder '<home>/Uploads/RDF'. - This is dynamic resource - sparql query that select all triplets from the graph pURL - and output format 'RDF' (optional); pPassword - user password (optional); pFolder - destination folder path (optional). - If not set then default folder is used from the user's home - directory - '[home dir]/Uploads/RDF/'. - The folder path must end with '/'. - The pUser must have write permissions for pFolder; </verbatim> 1. Return Types: integer - the count of imported triples. 1. Error Handling: if not valid URL is provided, is shown error message "ODS10" for invalid data. ---+++Examples 1. Using isql execute the following statement: <verbatim> SQL> select DB.DBA.rdf_import('http://www.openlinksw.com/blog/~kidehen/gems/rss.xml'); </verbatim> 2. As result 7 triples should be inserted. 3. You can check the triples from your sparql endpoint: http://[host]:[port]/sparql: 1. Enter for Default Graph URI: http://www.openlinksw.com/blog/~kidehen/gems/rss.xml 2. Enter for Query: <verbatim> select * from <http://www.openlinksw.com/blog/~kidehen/gems/rss.xml> where {?s ?p ?o} </verbatim> CategoryODS CategoryProducts CategoryApplicationControllers CategoryODSAPI %VOSCOPY%
sioc:id
543c7005754cb911d285cbec428f5535
sioc:link
n2:ODSProgrammersGuideImportRDF
sioc:has_container
n9:VOS
n6:has_services
n7:item
atom:title
ODSProgrammersGuideImportRDF
sioc:links_to
n2:CategoryODSAPI n2:CategoryODS n12:CategoryApplicationControllers n12:CategoryProducts n20:
atom:source
n9:VOS
atom:author
n14:this
atom:published
2017-06-13T05:48:47Z
atom:updated
2017-06-13T05:48:47Z
sioc:topic
n9:VOS