Skip to content

Commit

Permalink
Merge pull request #41 from NYPL/add-read-along-books
Browse files Browse the repository at this point in the history
Add Read-Along Book catalog item type
  • Loading branch information
nonword authored Oct 26, 2018
2 parents 4a0b79b + 8791aa3 commit 0df3aa8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
3 changes: 2 additions & 1 deletion vocabularies/csv/catalogItemTypes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ skos:notation,skos:prefLabel,skos:note,nypl:collectionType,nypl:requestable,
143,"ELL book, iZone at AG,IN,MH,SE",,Branch,,
144,Lpa orchestra collection,LPA Only,Branch,,
150,Clear WiFi Access Point,,Branch,,
155,Read-Along Book,,Branch,
201,J book,Juvenile,Branch,,
202,J recorded book,Juvenile,Branch,,
203,J compact disc,Juvenile,Branch,,
Expand Down Expand Up @@ -133,4 +134,4 @@ skos:notation,skos:prefLabel,skos:note,nypl:collectionType,nypl:requestable,
241,YA Blu-ray express,Young Adult,Branch,,
242,YA ELL book at AG IN MH SE,Young Adult,Branch,,
252,Teacher Set (DOE EDUCATOR ONLY),DOE Only,Branch,,
253,Teacher Set Playaway,DOE Only,Branch,,
253,Teacher Set Playaway,DOE Only,Branch,,
53 changes: 30 additions & 23 deletions vocabularies/json-ld/catalogItemTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@
"@id": "nyplCatalogItemTypes:135",
"@type": "nypl:CatalogItemType",
"nypl:collectionType": [
"Research",
"Branch"
"Branch",
"Research"
],
"skos:notation": "135",
"skos:note": "LPA Only",
Expand All @@ -721,8 +721,8 @@
"@id": "nyplCatalogItemTypes:132",
"@type": "nypl:CatalogItemType",
"nypl:collectionType": [
"Branch",
"Research"
"Research",
"Branch"
],
"skos:notation": "132",
"skos:note": "LPA Only",
Expand All @@ -732,8 +732,8 @@
"@id": "nyplCatalogItemTypes:133",
"@type": "nypl:CatalogItemType",
"nypl:collectionType": [
"Research",
"Branch"
"Branch",
"Research"
],
"skos:notation": "133",
"skos:note": "LPA Only",
Expand Down Expand Up @@ -763,12 +763,12 @@
"skos:prefLabel": "Mixed media set"
},
{
"@id": "nyplCatalogItemTypes:120",
"@id": "nyplCatalogItemTypes:212",
"@type": "nypl:CatalogItemType",
"nypl:collectionType": "Branch",
"skos:notation": "120",
"skos:note": "Adult",
"skos:prefLabel": "Picture"
"skos:notation": "212",
"skos:note": "Juvenile",
"skos:prefLabel": "J periodical"
},
{
"@id": "nyplCatalogItemTypes:123",
Expand All @@ -787,12 +787,12 @@
"skos:prefLabel": "J reference"
},
{
"@id": "nyplCatalogItemTypes:212",
"@id": "nyplCatalogItemTypes:120",
"@type": "nypl:CatalogItemType",
"nypl:collectionType": "Branch",
"skos:notation": "212",
"skos:note": "Juvenile",
"skos:prefLabel": "J periodical"
"skos:notation": "120",
"skos:note": "Adult",
"skos:prefLabel": "Picture"
},
{
"@id": "nyplCatalogItemTypes:211",
Expand Down Expand Up @@ -825,11 +825,12 @@
"skos:prefLabel": "E-nypl book"
},
{
"@id": "nyplCatalogItemTypes:127",
"@id": "nyplCatalogItemTypes:215",
"@type": "nypl:CatalogItemType",
"nypl:collectionType": "Branch",
"skos:notation": "127",
"skos:prefLabel": "E-nypl video"
"skos:notation": "215",
"skos:note": "Juvenile",
"skos:prefLabel": "J videocassette"
},
{
"@id": "nyplCatalogItemTypes:126",
Expand Down Expand Up @@ -877,12 +878,11 @@
"skos:prefLabel": "J DVD express"
},
{
"@id": "nyplCatalogItemTypes:215",
"@id": "nyplCatalogItemTypes:127",
"@type": "nypl:CatalogItemType",
"nypl:collectionType": "Branch",
"skos:notation": "215",
"skos:note": "Juvenile",
"skos:prefLabel": "J videocassette"
"skos:notation": "127",
"skos:prefLabel": "E-nypl video"
},
{
"@id": "nyplCatalogItemTypes:214",
Expand Down Expand Up @@ -1014,6 +1014,13 @@
"skos:notation": "19",
"skos:prefLabel": "3-D object"
},
{
"@id": "nyplCatalogItemTypes:155",
"@type": "nypl:CatalogItemType",
"nypl:collectionType": "Branch",
"skos:notation": "155",
"skos:prefLabel": "Read-Along Book"
},
{
"@id": "nyplCatalogItemTypes:150",
"@type": "nypl:CatalogItemType",
Expand Down Expand Up @@ -1197,8 +1204,8 @@
"@id": "nyplCatalogItemTypes:142",
"@type": "nypl:CatalogItemType",
"nypl:collectionType": [
"Research",
"Branch"
"Branch",
"Research"
],
"skos:notation": "142",
"skos:prefLabel": "RFVC - LPA Blu-ray"
Expand Down

0 comments on commit 0df3aa8

Please sign in to comment.