API Access Service
OpenRefine
https://ld.ncl.edu.tw/reconcile (use this url in OpenRefine ).
SPARQL Query
Endpoint https://ld.ncl.edu.tw/fuseki/lod/query
Type: Jena Text ( Lucene + ARQ ) (
doc)
SPARQL is a query language for RDF; full details can be found on the W3C website.
For clarity the PREFIX declarations in each query have been omitted. It should be assumed that each query is preceded by the following PREFIX declarations:
Not all of these declarations are required for all of the queries but they declare all the prefixes that are likely to be useful when querying the LDT@LIBRARY.
You can query PersonalName by field:madsrdf:authoritativeLabel madsrdf:variantLabel madsrdf:citationNote madsrdf:citationSource madsrdf:identifiesRWO
You can query CorporateName by field:madsrdf:authoritativeLabel madsrdf:variantLabel madsrdf:citationNote madsrdf:citationSource madsrdf:identifiesRWO
You can query Topic by field:madsrdf:authoritativeLabel madsrdf:variantLabel madsrdf:note madsrdf:classification
You can query Classification by field:skos_core:prefLabel skos_core:notation skos_core:editorialNote skos_core:scopeNote skos_core:altLabel
Use Cases