- Access Points are the software "hooks" in the library catalog where patrons are able to search to look up the item. Typical Access Points include author, title, and subject. With the advent of Discovery Layers/Systems, more of the MARC records is exposed for searching.
- BIBFRAME, short for bibliographic framework, is a Library of Congress sponsored vocabulary for modeling bibliographic entities and relationships for library physical and digital collections.
- Discovery Layers/Systems a catagory of library systems with Blacklight being one of the most
popular, that provide a faceted search built upon full-text search indexing using Solr or Elasticsearch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @prefix bf: <http://id.loc.gov/ontologies/bibframe/> . | |
| @prefix cc_scholar: <https://www.coloradocollege.edu/ns/scholar/> . | |
| @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
| @prefix schema: <http://schema.org/> . | |
| @prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
| @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
| <http://catalog.coloradocollege.edu/8adbad68-d611-11e7-bb49-005056c00008> a cc_scholar:Research ; | |
| rdfs:label "Jeremy Nelson's Research Interests"@en ; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Following the directions in FOLIO Order Import Tool code repository's README, this gist contains the configuration servlet properties XML files for two instances, one for FOLIO production and one for FOLIO stage environments.
A docker image is generated from the Dockerfile in this GIST with the following files being copied:
- The order.war file to
sul-prod.warandsul-stage.war - The Context XML files,
sul-prod.xmlandsul-stage.warfor each environment - Specific property configuration files for stage and production,
import-sul-prod.propertiesandimport-sul-stage.properties