Re: [MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread David Ennis
Glad its solved. Kind Regards, David Ennis ___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general

Re: [MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread David Ennis
* >> >> SKOS is just RDF, to the question is just around what RDF format has been >> used (e.g. Turtle vs. RDF/XML). SKOS doesn’t have its own MIME type. >> Cheers, >> Tony. >> >> >> >> *From:* general-boun...@developer.marklogic.com [mailto: >

Re: [MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread Basavaraj Kalloli
ry 2015 16:02 > > *To:* MarkLogic Developer Discussion > *Subject:* Re: [MarkLogic Dev General] Loading Skos triples using Rest > > > > Yeap so I used the MIME type as 'application/rdf+xml' and tried the above > curl request with PUT but it just fails with the below erro

Re: [MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread Anthony Coates
[mailto:general-boun...@developer.marklogic.com] On Behalf Of Basavaraj Kalloli Sent: 16 February 2015 16:02 To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] Loading Skos triples using Rest Yeap so I used the MIME type as 'application/rdf+xml' and tried the above curl

Re: [MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread David Ennis
vs. RDF/XML). SKOS doesn’t have its own MIME type. >> Cheers, >> Tony. >> >> >> >> *From:* general-boun...@developer.marklogic.com [mailto: >> general-boun...@developer.marklogic.com] *On Behalf Of *David Ennis >> *Sent:* 16 February 2015 15:56 >> *To:*

Re: [MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread David Ennis
e vs. RDF/XML). SKOS doesn’t have its own MIME type. Cheers, > Tony. > > > > *From:* general-boun...@developer.marklogic.com [mailto: > general-boun...@developer.marklogic.com] *On Behalf Of *David Ennis > *Sent:* 16 February 2015 15:56 > *To:* MarkLogic Developer Discus

Re: [MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread Basavaraj Kalloli
eral-boun...@developer.marklogic.com [mailto: > general-boun...@developer.marklogic.com] *On Behalf Of *David Ennis > *Sent:* 16 February 2015 15:56 > *To:* MarkLogic Developer Discussion > *Subject:* Re: [MarkLogic Dev General] Loading Skos triples using Rest > > > > HI. > &g

Re: [MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread Anthony Coates
David Ennis Sent: 16 February 2015 15:56 To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] Loading Skos triples using Rest HI. The supported formats of triples used with the REST api are listed here with the corresponding mime-type needed for the post request to the server:

Re: [MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread David Ennis
HI. The supported formats of triples used with the REST api are listed here with the corresponding mime-type needed for the post request to the server: http://docs.marklogic.com/guide/semantics/loading#id_70682 If you are using a format not listed here, then you will likely need to transform it

Re: [MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread Kevin Ford
6, 2015 at 9:40 AM To: "general@developer.marklogic.com<mailto:general@developer.marklogic.com>" mailto:general@developer.marklogic.com>> Subject: [MarkLogic Dev General] Loading Skos triples using Rest Hi MarkLogic Devs, I want to load triples using the Rest

[MarkLogic Dev General] Loading Skos triples using Rest

2015-02-16 Thread Basavaraj Kalloli
Hi MarkLogic Devs, I want to load triples using the Rest endpoint as documented here: http://docs.marklogic.com/guide/semantics/loading#id_97293 But I have a Skos format and I dont see a way to set the MimeType to Skos for it to be loaded. Any ideas how to get this to work? The simplest thing t