Skip to content

Commit

Permalink
remote authorities pp startingpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkhess committed Oct 18, 2018
1 parent e3cd4d8 commit 1eff60e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
43 changes: 0 additions & 43 deletions static/js/config-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ var config = {
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Notated Music",
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Note",
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Place",
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Prints and Photographs",
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Publication, Distribution, Manufacturer Activity",
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 RWO",
versoURL + "/configs?filter[where][configType]=profile&filter[where][name]=BIBFRAME 2.0 Rare Materials",
Expand Down Expand Up @@ -390,20 +389,6 @@ var config = {
useResourceTemplates: [ "profile:bf2:35mmFeatureFilm:Work" ]
}

]},
{"menuGroup": "Prints and Photographs",
"menuItems": [
{
label: "Physical Description",
type: ["http://id.loc.gov/ontologies/bibframe/Instance"],
useResourceTemplates: [ "profile:bf2:Graphics:Description" ]
},
{
label: "Work",
type: ["http://id.loc.gov/ontologies/bibframe/Work"],
useResourceTemplates: [ "profile:bf2:Graphics:Work" ]
}

]},
{"menuGroup": "Rare Materials",
"menuItems": [
Expand All @@ -418,34 +403,6 @@ var config = {
useResourceTemplates: [ "profile:bf2:RareMat:Work" ]
}

]},
{"menuGroup": "Authorities",
"menuItems": [
{
label: "Person",
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#PersonalName"],
useResourceTemplates: [ "profile:bf2:Agent:Person" ]
},
{
label: "Family",
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#FamilyName"],
useResourceTemplates: [ "profile:bf2:Agent:Family" ]
},
{
label: "Corporate Body",
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#CorporateName"],
useResourceTemplates: [ "profile:bf2:Agent:CorporateBody" ]
},
{
label: "Conference",
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#Conference"],
useResourceTemplates: [ "profile:bf2:Agent:Conference" ]
},
{
label: "Jurisdiction",
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#Territory"],
useResourceTemplates: [ "profile:bf2:Agent:Jurisdiction" ]
}
]}

],
Expand Down
42 changes: 0 additions & 42 deletions static/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,20 +356,6 @@ var ie = (function(){
useResourceTemplates: [ "profile:bf2:35mmFeatureFilm:Work" ]
}

]},
{"menuGroup": "Prints and Photographs",
"menuItems": [
{
label: "Physical Description",
type: ["http://id.loc.gov/ontologies/bibframe/Instance"],
useResourceTemplates: [ "profile:bf2:Graphics:Description" ]
},
{
label: "Work",
type: ["http://id.loc.gov/ontologies/bibframe/Work"],
useResourceTemplates: [ "profile:bf2:Graphics:Work" ]
}

]},
{"menuGroup": "Rare Materials",
"menuItems": [
Expand All @@ -384,34 +370,6 @@ var ie = (function(){
useResourceTemplates: [ "profile:bf2:RareMat:Work" ]
}

]},
{"menuGroup": "Authorities",
"menuItems": [
{
label: "Person",
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#PersonalName"],
useResourceTemplates: [ "profile:bf2:Agent:Person" ]
},
{
label: "Family",
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#FamilyName"],
useResourceTemplates: [ "profile:bf2:Agent:Family" ]
},
{
label: "Corporate Body",
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#CorporateName"],
useResourceTemplates: [ "profile:bf2:Agent:CorporateBody" ]
},
{
label: "Conference",
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#Conference"],
useResourceTemplates: [ "profile:bf2:Agent:Conference" ]
},
{
label: "Jurisdiction",
type: ["http://www.loc.gov/standards/mads/rdf/v1.html#Territory"],
useResourceTemplates: [ "profile:bf2:Agent:Jurisdiction" ]
}
]}

],
Expand Down

0 comments on commit 1eff60e

Please sign in to comment.