Changes between Version 15 and Version 16 of CmdiClavasIntegration


Ignore:
Timestamp:
02/20/14 08:06:02 (10 years ago)
Author:
twagoo
Comment:

query/result example

Legend:

Unmodified
Added
Removed
Modified
  • CmdiClavasIntegration

    v15 v16  
    172172Vocabularies from ISOCat will be provided to OpenSKOS (the exact details as to how this is going to be done still have to be worked out), Arbil and ComponentRegistry will query these vocabularies through OpenSKOS.
    173173
     174=== Retrieving vocabularies ===
     175
     176An example provided by Hennie Brugman:
     177
     178 https://openskos.meertens.knaw.nl/api/find-concepts?q=inScheme:http*Organisations&format=rdf&rows=3000
     179 
     180 Pagination of results is supported as in Solr, with 'start' and 'rows' parameters.
     181
     182 And an OAI-PMH variant:
     183 https://openskos.meertens.knaw.nl/oai-pmh?verb=ListRecords&set=meertens:VLO-orgs&metadataPrefix=oai_dc
     184
     185Partial example output of the former request:
     186{{{#!xml
     187<?xml version="1.0" encoding="UTF-8"?>
     188<rdf:RDF
     189        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     190        xmlns:skos="http://www.w3.org/2004/02/skos/core#"
     191        xmlns:dcterms="http://purl.org/dc/terms/"       
     192        xmlns:openskos="http://openskos.org/xmlns#"
     193        openskos:numFound="2504"
     194        openskos:start="0"
     195        openskos:maxScore="1.4165695" >
     196  <rdf:Description rdf:about="http://openskos.meertens.knaw.nl/Organisations/c39056d3-bc5f-4c22-9381-3b9b9d7b38ef">
     197        <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
     198        <skos:prefLabel xml:lang="en">Jensco Limited</skos:prefLabel>
     199        <skos:altLabel xml:lang="en">Jensco Ltd.</skos:altLabel>
     200        <skos:inScheme rdf:resource="http://openskos.meertens.knaw.nl/Organisations"/>
     201  </rdf:Description>
     202  <rdf:Description rdf:about="http://openskos.meertens.knaw.nl/Organisations/1e824da3-ef2e-406d-bde5-8492b392172a">
     203        <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
     204        <skos:prefLabel xml:lang="en">Metsniereba</skos:prefLabel>
     205        <skos:inScheme rdf:resource="http://openskos.meertens.knaw.nl/Organisations"/>
     206  </rdf:Description>
     207}}}
    174208== Related tickets ==
    175209[[TicketQuery(keywords~=clavas,format=table,col=component|summary|milestone)]]