Coder Social home page Coder Social logo

lc-bulk-export-pilot's People

Contributors

thisismattmiller avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lc-bulk-export-pilot's Issues

deploy context

Don't copy the context in every line. Put it on the web and reference it as a URL.

This will save significant megabytes. all modern clients cache network contexts.

VOID improvements

http://id.loc.gov/static/data/downloads/lcsh.skos.ndjson.json is rather poor:
title, description, date and hash.

See eg http://vocab.getty.edu/doc/#Descriptive_Information for some very detailed VOID, and a way to mix VOID and DCAT. DataID is also worth exploring.

Why not Turtle?

Why are you getting rid of Turtle? It's much more readable and compact than NT.
Even if you emit line-oriented Turtle (one triple per line, no subject and subject-prefix clusters), this will leverage prefixes to shorten the URLs significantly.

Turtle is as splittable as NT: you can concat any number of turtles together, repeating prefixes freely.

add prefixes in context

http://id.loc.gov/authorities/subjects/sh00000011.json

  • provide some context to shorten the URLs. Otherwise the prop names in jsonld and turtle are not readable. I've collected the following (in turtle)
@prefix bf:       <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc:     <http://id.loc.gov/ontologies/bflc/> .
@prefix cs:       <http://purl.org/vocab/changeset/schema#> .
@prefix dct:      <http://purl.org/dc/terms/> .
@prefix lc-lang:  <http://id.loc.gov/vocabulary/iso639-2/> .
@prefix lc-org:   <http://id.loc.gov/vocabulary/organizations/> .
@prefix lc-rec:   <http://id.loc.gov/ontologies/RecordInfo#> .
@prefix lc-works: <http://id.loc.gov/resources/works/> .
@prefix lcsh:     <http://id.loc.gov/authorities/subjects/> .
@prefix mads:     <http://www.loc.gov/mads/rdf/v1#> .
@prefix owl:      <http://www.w3.org/2002/07/owl#> .
@prefix rdfs:     <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:     <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd:      <http://www.w3.org/2001/XMLSchema#> .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.