Skip to content

Commit 1eff60e

Browse files
committed
remote authorities pp startingpoints
1 parent e3cd4d8 commit 1eff60e

File tree

2 files changed

+0
-85
lines changed

2 files changed

+0
-85
lines changed

static/js/config-dev.js

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ var config = {
245245
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Notated Music",
246246
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Note",
247247
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Place",
248-
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Prints and Photographs",
249248
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Publication, Distribution, Manufacturer Activity",
250249
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 RWO",
251250
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Rare Materials",
@@ -390,20 +389,6 @@ var config = {
390389
useResourceTemplates: [ "profile:bf2:35mmFeatureFilm:Work" ]
391390
}
392391

393-
]},
394-
{"menuGroup": "Prints and Photographs",
395-
"menuItems": [
396-
{
397-
label: "Physical Description",
398-
type: ["http://id.loc.gov/ontologies/bibframe/Instance"],
399-
useResourceTemplates: [ "profile:bf2:Graphics:Description" ]
400-
},
401-
{
402-
label: "Work",
403-
type: ["http://id.loc.gov/ontologies/bibframe/Work"],
404-
useResourceTemplates: [ "profile:bf2:Graphics:Work" ]
405-
}
406-
407392
]},
408393
{"menuGroup": "Rare Materials",
409394
"menuItems": [
@@ -418,34 +403,6 @@ var config = {
418403
useResourceTemplates: [ "profile:bf2:RareMat:Work" ]
419404
}
420405

421-
]},
422-
{"menuGroup": "Authorities",
423-
"menuItems": [
424-
{
425-
label: "Person",
426-
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#PersonalName"],
427-
useResourceTemplates: [ "profile:bf2:Agent:Person" ]
428-
},
429-
{
430-
label: "Family",
431-
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#FamilyName"],
432-
useResourceTemplates: [ "profile:bf2:Agent:Family" ]
433-
},
434-
{
435-
label: "Corporate Body",
436-
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#CorporateName"],
437-
useResourceTemplates: [ "profile:bf2:Agent:CorporateBody" ]
438-
},
439-
{
440-
label: "Conference",
441-
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#Conference"],
442-
useResourceTemplates: [ "profile:bf2:Agent:Conference" ]
443-
},
444-
{
445-
label: "Jurisdiction",
446-
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#Territory"],
447-
useResourceTemplates: [ "profile:bf2:Agent:Jurisdiction" ]
448-
}
449406
]}
450407

451408
],

static/js/config.js

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -356,20 +356,6 @@ var ie = (function(){
356356
useResourceTemplates: [ "profile:bf2:35mmFeatureFilm:Work" ]
357357
}
358358

359-
]},
360-
{"menuGroup": "Prints and Photographs",
361-
"menuItems": [
362-
{
363-
label: "Physical Description",
364-
type: ["http://id.loc.gov/ontologies/bibframe/Instance"],
365-
useResourceTemplates: [ "profile:bf2:Graphics:Description" ]
366-
},
367-
{
368-
label: "Work",
369-
type: ["http://id.loc.gov/ontologies/bibframe/Work"],
370-
useResourceTemplates: [ "profile:bf2:Graphics:Work" ]
371-
}
372-
373359
]},
374360
{"menuGroup": "Rare Materials",
375361
"menuItems": [
@@ -384,34 +370,6 @@ var ie = (function(){
384370
useResourceTemplates: [ "profile:bf2:RareMat:Work" ]
385371
}
386372

387-
]},
388-
{"menuGroup": "Authorities",
389-
"menuItems": [
390-
{
391-
label: "Person",
392-
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#PersonalName"],
393-
useResourceTemplates: [ "profile:bf2:Agent:Person" ]
394-
},
395-
{
396-
label: "Family",
397-
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#FamilyName"],
398-
useResourceTemplates: [ "profile:bf2:Agent:Family" ]
399-
},
400-
{
401-
label: "Corporate Body",
402-
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#CorporateName"],
403-
useResourceTemplates: [ "profile:bf2:Agent:CorporateBody" ]
404-
},
405-
{
406-
label: "Conference",
407-
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#Conference"],
408-
useResourceTemplates: [ "profile:bf2:Agent:Conference" ]
409-
},
410-
{
411-
label: "Jurisdiction",
412-
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#Territory"],
413-
useResourceTemplates: [ "profile:bf2:Agent:Jurisdiction" ]
414-
}
415373
]}
416374

417375
],

0 commit comments

Comments
 (0)