National Digital Newspaper Program Vocabulary
Namespace URI: http://chroniclingamerica.loc.gov/terms#
To support RDF views for resources in Chronicling America a few vocabulary elements needed to be created when suitable terms couldn’t be found elsewhere. This page is not an exhaustive list of vocabulary terms in use in Chronicling America linked data views, but is simply a list of those classes and properties that have been created by the Library of Congress to support Chronicling America and the National Digital Newspaper Project more generally.
Examples
A National Digital Newspaper Project Batch
An abbreviated example of a NDNP batch of newspaper issue data. more…
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ndnp: <http://chroniclingamerica.loc.gov/terms#> .
@prefix ore: <http://www.openarchives.org/ore/terms/> .
<http://chroniclingamerica.loc.gov/batches/batch_dlc_harry_ver01.rdf>
dcterms:created "2010-03-30T05:30:56-04:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
dcterms:creator <http://chroniclingamerica.loc.gov/awardees/dlc#awardee> ;
dcterms:modified "2010-03-30T05:30:56-04:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
ore:describes <http://chroniclingamerica.loc.gov/batches/batch_dlc_harry_ver01#batch> ;
a ore:ResourceMap .
<http://chroniclingamerica.loc.gov/batches/batch_dlc_harry_ver01#batch>
ndnp:bag <http://chroniclingamerica.loc.gov/data/dlc/batch_dlc_harry_ver01/> ;
dcterms:created "2009-12-09T14:07:21-04:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
dcterms:creator <http://chroniclingamerica.loc.gov/awardees/dlc#awardee> ;
dcterms:title "batch_dlc_harry_ver01" ;
ore:aggregates <http://chroniclingamerica.loc.gov/lccn/sn2008058169/1890-01-27/ed-1#issue>, <http://chroniclingamerica.loc.gov/lccn/sn2008058169/1890-01-28/ed-1#issue>, <http://chroniclingamerica.loc.gov/lccn/sn2008058169/1890-01-29/ed-1#issue> ;
ore:isDescribedBy <http://chroniclingamerica.loc.gov/batches/batch_dlc_harry_ver01.rdf> ;
a ndnp:Batch .