From 70ca109c07e78c1bfe6429cfb6c90e4175c6f1bd Mon Sep 17 00:00:00 2001 From: Kirk Hess Date: Thu, 5 Apr 2018 15:58:23 -0400 Subject: [PATCH 001/112] fixing https and colon in file name --- builds/bfe.dev.js | 228 ++-- static/js/config-dev.js | 60 +- static/js/config.js | 8 +- .../bibframe/BIBFRAME 2.0 Admin Metadata.json | 66 +- .../BIBFRAME 2.0 Agents Contribution.json | 12 +- ...FRAME 2.0 Agents Primary Contribution.json | 12 +- .../bibframe/BIBFRAME 2.0 Agents.json | 48 +- .../bibframe/BIBFRAME 2.0 Cartographic.json | 304 ++--- .../profiles/bibframe/BIBFRAME 2.0 DDC.json | 10 +- .../BIBFRAME 2.0 Edition Information.json | 8 +- .../profiles/bibframe/BIBFRAME 2.0 Form.json | 18 +- .../profiles/bibframe/BIBFRAME 2.0 IBC.json | 210 +-- .../bibframe/BIBFRAME 2.0 Identifiers.json | 178 +-- .../profiles/bibframe/BIBFRAME 2.0 Item.json | 42 +- .../profiles/bibframe/BIBFRAME 2.0 LCC.json | 4 +- .../bibframe/BIBFRAME 2.0 Language.json | 14 +- .../profiles/bibframe/BIBFRAME 2.0 Load.json | 18 +- .../bibframe/BIBFRAME 2.0 Monograph.json | 304 ++--- ...E 2.0 Moving Image: 35mm Feature Film.json | 386 +++--- ...BIBFRAME 2.0 Moving Image: BluRay DVD.json | 476 +++---- .../bibframe/BIBFRAME 2.0 Notated Music.json | 540 ++++---- .../profiles/bibframe/BIBFRAME 2.0 Note.json | 4 +- .../profiles/bibframe/BIBFRAME 2.0 Place.json | 12 +- .../BIBFRAME 2.0 Prints and Photographs.json | 176 +-- ..., Distribution, Manufacturer Activity.json | 63 +- .../profiles/bibframe/BIBFRAME 2.0 RWO.json | 36 +- .../bibframe/BIBFRAME 2.0 Rare Materials.json | 260 ++-- ...AME 2.0 Related Works and Expressions.json | 32 +- .../bibframe/BIBFRAME 2.0 Serial.json | 388 +++--- .../BIBFRAME 2.0 Series Information.json | 10 +- ... BIBFRAME 2.0 Sound Recording-Analog.json} | 1182 +++++++++++++---- ...FRAME 2.0 Sound Recording-Audio CD-R.json} | 442 +++--- ...IBFRAME 2.0 Sound Recording-Audio CD.json} | 426 +++--- .../BIBFRAME 2.0 Title Information.json | 96 +- .../profiles/bibframe/BIBFRAME 2.0 Topic.json | 34 +- .../profiles/bibframe/Test BSR monograph.json | 228 ++-- 36 files changed, 3527 insertions(+), 2808 deletions(-) rename static/profiles/bibframe/{BIBFRAME 2.0 Sound Recording: Analog.json => BIBFRAME 2.0 Sound Recording-Analog.json} (62%) rename static/profiles/bibframe/{BIBFRAME 2.0 Sound Recording: Audio CD-R.json => BIBFRAME 2.0 Sound Recording-Audio CD-R.json} (80%) rename static/profiles/bibframe/{BIBFRAME 2.0 Sound Recording: Audio CD.json => BIBFRAME 2.0 Sound Recording-Audio CD.json} (81%) diff --git a/builds/bfe.dev.js b/builds/bfe.dev.js index 11dc368..f978022 100755 --- a/builds/bfe.dev.js +++ b/builds/bfe.dev.js @@ -210,31 +210,31 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var forms = []; var lookups = { - "http://id.loc.gov/authorities/names": { + "https://id.loc.gov/authorities/names": { "name": "LCNAF", "load": require("src/lookups/lcnames") }, - "http://id.loc.gov/authorities/subjects": { + "https://id.loc.gov/authorities/subjects": { "name": "LCSH", "load": require("src/lookups/lcsubjects") }, - "http://id.loc.gov/authorities/genreForms": { + "https://id.loc.gov/authorities/genreForms": { "name": "LCGFT", "load": require("src/lookups/lcgenreforms") }, - "http://id.loc.gov/resources/works": { + "https://id.loc.gov/resources/works": { "name": "LC-Works", "load": require("src/lookups/lcworks") }, - "http://id.loc.gov/resources/instances": { + "https://id.loc.gov/resources/instances": { "name": "LC-Instances", "load": require("src/lookups/lcinstances") }, - "http://id.loc.gov/vocabulary/organizations": { + "https://id.loc.gov/vocabulary/organizations": { "name": "Organizations", "load": require("src/lookups/lcorganizations") }, - "http://id.loc.gov/vocabulary/relators": { + "https://id.loc.gov/vocabulary/relators": { "name": "Relators", "load": require("src/lookups/relators") }, @@ -455,9 +455,9 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel "data": "rdf", "render": function(data, type, full, meta) { var retval = "No Title"; - if (_.some(data, "http://id.loc.gov/ontologies/bibframe/title")) { - text = _.find(data, "http://id.loc.gov/ontologies/bibframe/title")["http://id.loc.gov/ontologies/bibframe/title"]; - //return text["http://id.loc.gov/ontologies/bibframe/title"][0]["@value"]; + if (_.some(data, "https://id.loc.gov/ontologies/bibframe/title")) { + text = _.find(data, "https://id.loc.gov/ontologies/bibframe/title")["https://id.loc.gov/ontologies/bibframe/title"]; + //return text["https://id.loc.gov/ontologies/bibframe/title"][0]["@value"]; if (text !== undefined) _.each(text, function(el){ if (el["@id"] !== undefined) { @@ -466,8 +466,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel "@id": id }); - if (_.has(title[0], "http://id.loc.gov/ontologies/bibframe/mainTitle")) - retval = title[0]["http://id.loc.gov/ontologies/bibframe/mainTitle"][0]["@value"]; + if (_.has(title[0], "https://id.loc.gov/ontologies/bibframe/mainTitle")) + retval = title[0]["https://id.loc.gov/ontologies/bibframe/mainTitle"][0]["@value"]; else if (_.has(title[0], "http://www.w3.org/2000/01/rdf-schema#label")) retval = title[0]["http://www.w3.org/2000/01/rdf-schema#label"][0]["@value"]; } @@ -488,7 +488,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var text = "N/A"; var lccns = _.filter(data, function(el) { if (!_.isEmpty(el["@type"])){ - if (el["@type"][0] === "http://id.loc.gov/ontologies/bibframe/Lccn"){ + if (el["@type"][0] === "https://id.loc.gov/ontologies/bibframe/Lccn"){ if (_.has(el, ["http://www.w3.org/1999/02/22-rdf-syntax-ns#value"])) if (!_.isEmpty(el["http://www.w3.org/1999/02/22-rdf-syntax-ns#value"][0]["@value"])) return el["http://www.w3.org/1999/02/22-rdf-syntax-ns#value"][0]["@value"]; @@ -552,11 +552,11 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel "render": function(data, type, full, meta) { var text = ""; if (_.filter(data, function(el) { - return el["http://id.loc.gov/ontologies/bflc/metadataAssigner"] + return el["https://id.loc.gov/ontologies/bflc/metadataAssigner"] }).length > 0) text = _.filter(data, function(el) { - return el["http://id.loc.gov/ontologies/bflc/metadataAssigner"] - })[0]["http://id.loc.gov/ontologies/bflc/metadataAssigner"][0]["@value"]; + return el["https://id.loc.gov/ontologies/bflc/metadataAssigner"] + })[0]["https://id.loc.gov/ontologies/bflc/metadataAssigner"][0]["@value"]; return text.length > 60 ? text.substr(0, 58) + "..." : text; } }, @@ -623,13 +623,13 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel }).value().menuItems[menuIndex] } else if (rowData.profile === "profile:bf2:Load:Work"){ var spoints = { label: "Loaded Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates:["profile:bf2:Load:Work"] }; } else if (rowData.profile === "profile:bf2:IBC:Instance") { var spoints = { label: "IBC", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates:["profile:bf2:IBC:Instance"] }; @@ -741,7 +741,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel //var loadtemplates = []; var spoints = { label: "Loaded Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates:["profile:bf2:Monograph:Work"] }; @@ -770,21 +770,21 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var url = $(this.parentElement).find("#bfeditor-loaduriInput").val(); editorconfig.retrieve.callback(url, bfestore, bfestore.loadtemplates, bfelog, function(loadtemplates) { //converter uses bf:person intead of personal name - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Person"}), function(triple) { + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Person"}), function(triple) { triple.o = "http://www.loc.gov/mads/rdf/v1#PersonalName" }); //converter uses bf:organization intead of corporate name - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Organization"}), function(triple) { + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Organization"}), function(triple) { triple.o = "http://www.loc.gov/mads/rdf/v1#CorporateName" }); //eliminate duplicate type bf:Contributor - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bflc/PrimaryContribution"}), function(triple) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Contribution"})) + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bflc/PrimaryContribution"}), function(triple) { + bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Contribution"})) }); //Text to Work - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Text"}), function(triple) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Text"})) + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Text"}), function(triple) { + bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Text"})) }); bfestore.loadtemplates.data = bfeditor.bfestore.store; @@ -827,7 +827,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel //var loadtemplates = []; var spoints = { label: "Monograph", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates:["profile:bf2:IBC:Instance"] }; @@ -864,39 +864,39 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel editorconfig.retrieveLDS.callback(url, bfestore, bfestore.loadtemplates, bfelog, function(loadtemplates) { //converter uses bf:person intead of personal name - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Person"}), function(triple) { + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Person"}), function(triple) { triple.o = "http://www.loc.gov/mads/rdf/v1#PersonalName" }); //converter uses bf:organization intead of corporate name - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Organization"}), function(triple) { + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Organization"}), function(triple) { triple.o = "http://www.loc.gov/mads/rdf/v1#CorporateName" }); //eliminate duplicate type bf:Contributor - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bflc/PrimaryContribution"}), function(triple) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Contribution"})) + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bflc/PrimaryContribution"}), function(triple) { + bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Contribution"})) }); //eliminate duplicate type bf:ProvisionActivity - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Publication"}), function(triple) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/ProvisionActivity"})) + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Publication"}), function(triple) { + bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/ProvisionActivity"})) }); //eliminate itemOf - if(_.some(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bflc/itemOf"})){ - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bflc/itemOf"})); + if(_.some(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bflc/itemOf"})){ + bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bflc/itemOf"})); } - _.each(_.where(bfeditor.bfestore.store, {"p": "http://id.loc.gov/ontologies/bibframe/adminMetadata"}), function(am){; + _.each(_.where(bfeditor.bfestore.store, {"p": "https://id.loc.gov/ontologies/bibframe/adminMetadata"}), function(am){; var adminTriple = {}; adminTriple.s = am.o; - adminTriple.p = "http://id.loc.gov/ontologies/bflc/profile"; + adminTriple.p = "https://id.loc.gov/ontologies/bflc/profile"; adminTriple.o = bfeditor.bfestore.profile; adminTriple.otype = "literal"; bfeditor.bfestore.store.push(adminTriple) adminTriple = {}; adminTriple.s = am.o; - adminTriple.p = "http://id.loc.gov/ontologies/bflc/procInfo"; + adminTriple.p = "https://id.loc.gov/ontologies/bflc/procInfo"; adminTriple.o = "ibc update"; adminTriple.otype = "literal"; bfeditor.bfestore.store.push(adminTriple) @@ -1194,19 +1194,19 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel save_json.created = bfeditor.bfestore.created; save_json.modified = new Date().toUTCString(); - if(_.some(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bibframe/adminMetadata"})){ + if(_.some(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bibframe/adminMetadata"})){ var modifiedDate = new Date(save_json.modified); var modifiedDateString = modifiedDate.toJSON().split(/\./)[0]; - if (_.some(bfeditor.bfestore.store, {p: "http://id.loc.gov/ontologies/bibframe/changeDate"})){ - _.each(_.where(bfeditor.bfestore.store, {p:"http://id.loc.gov/ontologies/bibframe/changeDate"}), function(cd){ + if (_.some(bfeditor.bfestore.store, {p: "https://id.loc.gov/ontologies/bibframe/changeDate"})){ + _.each(_.where(bfeditor.bfestore.store, {p:"https://id.loc.gov/ontologies/bibframe/changeDate"}), function(cd){ cd.o = modifiedDateString; }); } else { var adminTriple = {}; - adminTriple.s = _.find(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bibframe/adminMetadata"}).o; - adminTriple.p = "http://id.loc.gov/ontologies/bibframe/changeDate"; + adminTriple.s = _.find(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bibframe/adminMetadata"}).o; + adminTriple.p = "https://id.loc.gov/ontologies/bibframe/changeDate"; adminTriple.o = modifiedDateString; adminTriple.otype = "literal"; bfeditor.bfestore.store.push(adminTriple) @@ -1215,7 +1215,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel save_json.rdf = bfeditor.bfestore.store2jsonldExpanded(); - if (_.some(bfeditor.bfestore.store, {"p": "http://id.loc.gov/ontologies/bibframe/mainTitle"}) ){ + if (_.some(bfeditor.bfestore.store, {"p": "https://id.loc.gov/ontologies/bibframe/mainTitle"}) ){ editorconfig.save.callback(save_json, editorconfig.getCSRF.callback(), bfelog, function(save, save_name){ console.log("Saved: " + save_name); }); @@ -1242,16 +1242,16 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel //remove problematic nodes //instanceOf - if (_.some(bfeditor.bfestore.store, {"p": "http://id.loc.gov/ontologies/bibframe/instanceOf"}) ){ + if (_.some(bfeditor.bfestore.store, {"p": "https://id.loc.gov/ontologies/bibframe/instanceOf"}) ){ //remove cached work before publishing - var work = _.find(bfeditor.bfestore.store, {"p": "http://id.loc.gov/ontologies/bibframe/instanceOf"}).o; + var work = _.find(bfeditor.bfestore.store, {"p": "https://id.loc.gov/ontologies/bibframe/instanceOf"}).o; //if (!_.isEmpty(work)) - //if(work.startsWith("http://id.loc.gov/resources/works/c")) + //if(work.startsWith("https://id.loc.gov/resources/works/c")) //bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, {s:work}); } if (editorconfig.publish.callback !== undefined) { - if (_.some(bfeditor.bfestore.store, {"p": "http://id.loc.gov/ontologies/bibframe/mainTitle"}) ){ + if (_.some(bfeditor.bfestore.store, {"p": "https://id.loc.gov/ontologies/bibframe/mainTitle"}) ){ bfeditor.bfestore.store2rdfxml(bfeditor.bfestore.store2jsonldExpanded(), function(rdfxml) { var save_json = {}; save_json.name = mintResource(bfeditor.bfestore.name); @@ -1260,19 +1260,19 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel save_json.created = bfeditor.bfestore.created; save_json.modified = new Date().toUTCString(); - if(_.some(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bibframe/adminMetadata"})){ + if(_.some(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bibframe/adminMetadata"})){ var modifiedDate = new Date(save_json.modified); var modifiedDateString = modifiedDate.toJSON().split(/\./)[0]; - if (_.some(bfeditor.bfestore.store, {p: "http://id.loc.gov/ontologies/bibframe/changeDate"})){ - _.each(_.where(bfeditor.bfestore.store, {p:"http://id.loc.gov/ontologies/bibframe/changeDate"}), function(cd){ + if (_.some(bfeditor.bfestore.store, {p: "https://id.loc.gov/ontologies/bibframe/changeDate"})){ + _.each(_.where(bfeditor.bfestore.store, {p:"https://id.loc.gov/ontologies/bibframe/changeDate"}), function(cd){ cd.o = modifiedDateString; }); } else { var adminTriple = {}; - adminTriple.s = _.find(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bibframe/adminMetadata"}).o; - adminTriple.p = "http://id.loc.gov/ontologies/bibframe/changeDate"; + adminTriple.s = _.find(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bibframe/adminMetadata"}).o; + adminTriple.p = "https://id.loc.gov/ontologies/bibframe/changeDate"; adminTriple.o = modifiedDateString; adminTriple.otype = "literal"; bfeditor.bfestore.store.push(adminTriple) @@ -1282,7 +1282,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel save_json.status = "published"; save_json.objid = "loc.natlib.instances." + save_json.name + "0001"; - var lccns = _.where(_.where(bfeditor.bfestore.store, {s: _.where(bfeditor.bfestore.store, {o: "http://id.loc.gov/ontologies/bibframe/Lccn"})[0].s}), {p: "http://www.w3.org/1999/02/22-rdf-syntax-ns#value"}); + var lccns = _.where(_.where(bfeditor.bfestore.store, {s: _.where(bfeditor.bfestore.store, {o: "https://id.loc.gov/ontologies/bibframe/Lccn"})[0].s}), {p: "http://www.w3.org/1999/02/22-rdf-syntax-ns#value"}); if (!_.isEmpty(lccns)){ for(i=0; i < lccns.length; i++){ @@ -1939,13 +1939,13 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel } propsdata = tempprops; - } else if (bfestore.state === "loaduri" && propsdata[0].o.startsWith("http://id.loc.gov/resources/works")) { + } else if (bfestore.state === "loaduri" && propsdata[0].o.startsWith("https://id.loc.gov/resources/works")) { //try with id.loc.gov //var tempuri = rt.defaulturi.replace("mlvlp04.loc.gov:8230", "id.loc.gov"); var triple = {}; triple.s = propsdata[0].s; triple.p = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"; - triple.o = "http://id.loc.gov/ontologies/bibframe/Work"; + triple.o = "https://id.loc.gov/ontologies/bibframe/Work"; triple.otype = "uri"; triple.guid = guid(); @@ -2205,7 +2205,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel p: "http://www.w3.org/1999/02/22-rdf-syntax-ns#value" }); var tmainTitle = _.find(labeldata, { - p: "http://id.loc.gov/ontologies/bibframe/mainTitle" + p: "https://id.loc.gov/ontologies/bibframe/mainTitle" }); @@ -2226,7 +2226,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel } else { var qualifier = _.find(labeldata, { s: tvalue.s, - p: "http://id.loc.gov/ontologies/bibframe/qualifier" + p: "https://id.loc.gov/ontologies/bibframe/qualifier" }); if (!_.isEmpty(qualifier) && !_.isEmpty(qualifier.o)) { displaydata = tvalue.o + " " + qualifier.o; @@ -2239,10 +2239,10 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel if (displaydata === "contribution") { //lookup agent and role; var role = _.find(labeldata, { - "p": "http://id.loc.gov/ontologies/bibframe/role" + "p": "https://id.loc.gov/ontologies/bibframe/role" }); var agent = _.find(labeldata, { - "p": "http://id.loc.gov/ontologies/bibframe/agent" + "p": "https://id.loc.gov/ontologies/bibframe/agent" }); if (!_.isEmpty(agent)){ @@ -2273,15 +2273,15 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel } else if (displaydata === "classification") { if (_.some(labeldata, { - "p": "http://id.loc.gov/ontologies/bibframe/classificationPortion" + "p": "https://id.loc.gov/ontologies/bibframe/classificationPortion" })){ displaydata = _.find(labeldata, { - "p": "http://id.loc.gov/ontologies/bibframe/classificationPortion" + "p": "https://id.loc.gov/ontologies/bibframe/classificationPortion" }).o; } } else if (displaydata === "provisionActivity") { var place = _.find(labeldata, { - "p": "http://id.loc.gov/ontologies/bibframe/place" + "p": "https://id.loc.gov/ontologies/bibframe/place" }); var placeLabel, agentLabel, dateLabel; if (!_.isEmpty(place)) { @@ -2297,7 +2297,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel } } var agent = _.find(labeldata, { - "p": "http://id.loc.gov/ontologies/bibframe/agent" + "p": "https://id.loc.gov/ontologies/bibframe/agent" }); if (!_.isEmpty(agent)) { if (agent.o.startsWith("_:b")) { @@ -2313,7 +2313,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel } var date = _.find(labeldata, { - "p": "http://id.loc.gov/ontologies/bibframe/date" + "p": "https://id.loc.gov/ontologies/bibframe/date" }); if (!_.isEmpty(date)) dateLabel = date.o; @@ -2346,19 +2346,19 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var tmainTitle = _.find(_.where(bfestore.store, { "s": labeldata[0].o }), { - p: "http://id.loc.gov/ontologies/bibframe/mainTitle" + p: "https://id.loc.gov/ontologies/bibframe/mainTitle" }); //nested titles if (_.has(bfestore.store, { "s": labeldata[0].s, - p: "http://id.loc.gov/ontologies/bibframe/title" + p: "https://id.loc.gov/ontologies/bibframe/title" })) { var workTitle = _.find(bfestore.store, { "s": _.where(bfestore.store, { "s": labeldata[0].s, - p: "http://id.loc.gov/ontologies/bibframe/title" + p: "https://id.loc.gov/ontologies/bibframe/title" })[0].o, - "p": "http://id.loc.gov/ontologies/bibframe/mainTitle" + "p": "https://id.loc.gov/ontologies/bibframe/mainTitle" }); } if (tlabel !== undefined) { @@ -2491,13 +2491,13 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel triplespassed.push(triplepassed); - if (properties[0].propertyURI === "http://id.loc.gov/ontologies/bibframe/adminMetadata"){ + if (properties[0].propertyURI === "https://id.loc.gov/ontologies/bibframe/adminMetadata"){ //add name, id triples var mintedId = "e" + window.ShortUUID("0123456789").fromUUID(bfeditor.bfestore.name); var mintedUri = config.url+"/resources/"+mintedId; var adminTriple = {}; adminTriple.s = resourceURI; - adminTriple.p = "http://id.loc.gov/ontologies/bflc/profile"; + adminTriple.p = "https://id.loc.gov/ontologies/bflc/profile"; adminTriple.o = t.id; adminTriple.otype = "literal"; triplespassed.push(adminTriple); @@ -2505,7 +2505,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var adminTriple = {}; adminTriple.s = resourceURI; - adminTriple.p = "http://id.loc.gov/ontologies/bibframe/creationDate"; + adminTriple.p = "https://id.loc.gov/ontologies/bibframe/creationDate"; var d = new Date(bfeditor.bfestore.created); adminTriple.o = d.getFullYear() + '-' + (d.getMonth() + 1) + '-' + d.getDate(); adminTriple.otype = "literal"; @@ -2514,7 +2514,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var adminTriple = {}; adminTriple.s = resourceURI; - adminTriple.p = "http://id.loc.gov/ontologies/bibframe/identifiedBy"; + adminTriple.p = "https://id.loc.gov/ontologies/bibframe/identifiedBy"; adminTriple.o = mintedUri; adminTriple.otype = "uri"; triplespassed.push(adminTriple); @@ -2523,7 +2523,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var adminTriple = {}; adminTriple.s = mintedUri; adminTriple.p = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"; - adminTriple.o = "http://id.loc.gov/ontologies/bibframe/Local"; + adminTriple.o = "https://id.loc.gov/ontologies/bibframe/Local"; adminTriple.otype = "uri"; triplespassed.push(adminTriple); bfeditor.bfestore.store.push(adminTriple) @@ -3454,8 +3454,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel if (rt.resourceURI.startsWith("http://www.loc.gov/mads/rdf/v1#")) { uri = rt.resourceURI.replace("http://www.loc.gov/mads/rdf/v1#", config.url + "/bfe/static/v1.json#"); - } else if (rt.resourceURI.startsWith("http://id.loc.gov/resources")) { - uri = rt.resourceURI.replace("http://id.loc.gov/resources", config.resourceURI) + ".json"; + } else if (rt.resourceURI.startsWith("https://id.loc.gov/resources")) { + uri = rt.resourceURI.replace("https://id.loc.gov/resources", config.resourceURI) + ".json"; } else if (rt.resourceURI.startsWith("http://mlvlp04.loc.gov:3000/resources")) { return; } else { @@ -3474,20 +3474,20 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel data.some(function(resource) { if (resource["@id"] === rt.resourceURI && !truthy) { if (resource["http://www.w3.org/2000/01/rdf-schema#subClassOf"] !== undefined) { - if (resource["http://www.w3.org/2000/01/rdf-schema#subClassOf"][0]["@id"] === "http://id.loc.gov/ontologies/bibframe/Work") { + if (resource["http://www.w3.org/2000/01/rdf-schema#subClassOf"][0]["@id"] === "https://id.loc.gov/ontologies/bibframe/Work") { returnval = baseURI + "resources/works/"; truthy = true; - } else if (resource["http://www.w3.org/2000/01/rdf-schema#subClassOf"][0]["@id"] === "http://id.loc.gov/ontologies/bibframe/Instance") { + } else if (resource["http://www.w3.org/2000/01/rdf-schema#subClassOf"][0]["@id"] === "https://id.loc.gov/ontologies/bibframe/Instance") { returnval = baseURI + "resources/instances/"; truthy = true; } else if (resource["http://www.w3.org/2000/01/rdf-schema#subClassOf"][0]["@id"] === "http://www.loc.gov/mads/rdf/v1#Name") { returnval = baseURI + "resources/agents/"; truthy = true; } - } else if (resource["@id"] === "http://id.loc.gov/ontologies/bibframe/Instance") { + } else if (resource["@id"] === "https://id.loc.gov/ontologies/bibframe/Instance") { returnval = baseURI + "resources/instances/"; truthy = true; - } else if (resource["@id"] === "http://id.loc.gov/ontologies/bibframe/Work") { + } else if (resource["@id"] === "https://id.loc.gov/ontologies/bibframe/Work") { returnval = baseURI + "resources/works/"; truthy = true; } @@ -3510,8 +3510,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var thisuri = uri; //normalize - if (uri.startsWith("http://id.loc.gov/resources")) { - uri = uri.replace("http://id.loc.gov/resources", config.resourceURI); + if (uri.startsWith("https://id.loc.gov/resources")) { + uri = uri.replace("https://id.loc.gov/resources", config.resourceURI); } if (uri.endsWith("marcxml.xml")){ @@ -3766,8 +3766,8 @@ bfe.define('src/bfestore', ['require', 'exports', 'module'], function(require, e } var turtleWriter = N3.Writer({ prefixes: { - bf: 'http://id.loc.gov/ontologies/bibframe/', - bflc: 'http://id.loc.gov/ontologies/bflc/', + bf: 'https://id.loc.gov/ontologies/bibframe/', + bflc: 'https://id.loc.gov/ontologies/bflc/', madsrdf: "http://www.loc.gov/mads/rdf/v1#", rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#", rdfs: "http://www.w3.org/2000/01/rdf-schema#", @@ -3789,8 +3789,8 @@ bfe.define('src/bfestore', ['require', 'exports', 'module'], function(require, e "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "xsd": "http://www.w3.org/2001/XMLSchema#", - "bf": "http://id.loc.gov/ontologies/bibframe/", - "bflc": "http://id.loc.gov/ontologies/bflc/", + "bf": "https://id.loc.gov/ontologies/bibframe/", + "bflc": "https://id.loc.gov/ontologies/bflc/", "madsrdf": "http://www.loc.gov/mads/rdf/v1#" }; @@ -3837,9 +3837,9 @@ bfe.define('src/bfestore', ['require', 'exports', 'module'], function(require, e } for (var t in resource) { if (t !== "@type" && t !== "@id") { - var prop = t.replace("http://id.loc.gov/ontologies/bibframe/", "bf:"); - prop = prop.replace("http://id.loc.gov/vocabulary/relators/", "relators:"); - prop = prop.replace("http://id.loc.gov/ontologies/bibframe-lc/", "bflc:"); + var prop = t.replace("https://id.loc.gov/ontologies/bibframe/", "bf:"); + prop = prop.replace("https://id.loc.gov/vocabulary/relators/", "relators:"); + prop = prop.replace("https://id.loc.gov/ontologies/bibframe-lc/", "bflc:"); prop = prop.replace("http://rdaregistry.info/termList/", "rda"); predata += nlindent + prop; resource[t].forEach(function(o) { @@ -3968,7 +3968,7 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ var cache = []; // This var is required because it is used as an identifier. - exports.scheme = "http://id.loc.gov/authorities/names"; + exports.scheme = "https://id.loc.gov/authorities/names"; exports.source = function(query, process, formobject) { @@ -3985,9 +3985,9 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ } //console.log("type is " + type); - var scheme = "http://id.loc.gov/authorities/names"; + var scheme = "https://id.loc.gov/authorities/names"; hits = _.where(triples, { - "p": "http://id.loc.gov/ontologies/bibframe/authoritySource" + "p": "https://id.loc.gov/ontologies/bibframe/authoritySource" }) if (hits[0] !== undefined) { console.log(hits[0]); @@ -3998,7 +3998,7 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ var rdftype = ""; if (type == "http://www.loc.gov/mads/rdf/v1#PersonalName") { rdftype = "rdftype:PersonalName"; - } else if (type == "http://id.loc.gov/ontologies/bibframe/Topic") { + } else if (type == "https://id.loc.gov/ontologies/bibframe/Topic") { rdftype = "(rdftype:Topic OR rdftype:ComplexSubject)"; } else if (type == "http://www.loc.gov/mads/rdf/v1#place") { rdftype = "rdftype:Geographic"; @@ -4011,9 +4011,9 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ rdftype = "rdftype:ConferenceName"; } else if (type == "http://www.loc.gov/mads/rdf/v1#jurisdiction") { rdftype = "rdftype:CorporateName"; - } else if (type == "http://id.loc.gov/ontologies/bibframe/genreForm") { + } else if (type == "https://id.loc.gov/ontologies/bibframe/genreForm") { rdftype = "rdftype:GenreForm"; - } else if (type == "http://id.loc.gov/ontologies/bibframe/role") { + } else if (type == "https://id.loc.gov/ontologies/bibframe/role") { rdftype = "rdftype:Role"; } @@ -4061,7 +4061,7 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ } }); } else if (query.length > 2) { - u = "http://id.loc.gov/search/?format=jsonp&start=1&count=50&q=" + q.replace("?", ""); + u = "https://id.loc.gov/search/?format=jsonp&start=1&count=50&q=" + q.replace("?", ""); $.ajax({ url: u, dataType: "jsonp", @@ -4311,7 +4311,7 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku var cache = []; - exports.scheme = "http://id.loc.gov/authorities/subjects"; + exports.scheme = "https://id.loc.gov/authorities/subjects"; exports.source = function(query, process, formobject) { //console.log(JSON.stringify(formobject.store)); @@ -4327,9 +4327,9 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku } //console.log("type is " + type); - var scheme = "http://id.loc.gov/authorities/subjects"; + var scheme = "https://id.loc.gov/authorities/subjects"; hits = _.where(triples, { - "p": "http://id.loc.gov/ontologies/bibframe/authoritySource" + "p": "https://id.loc.gov/ontologies/bibframe/authoritySource" }) if (hits[0] !== undefined) { //console.log(hits[0]); @@ -4340,7 +4340,7 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku var rdftype = ""; if (type == "http://www.loc.gov/mads/rdf/v1#Person") { rdftype = "rdftype:PersonalName"; - } else if (type == "http://id.loc.gov/ontologies/bibframe/Topic") { + } else if (type == "https://id.loc.gov/ontologies/bibframe/Topic") { rdftype = "(rdftype:Topic OR rdftype:ComplexSubject)"; } else if (type == "http://www.loc.gov/mads/rdf/v1#Place") { rdftype = "rdftype:Geographic"; @@ -4353,7 +4353,7 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku rdftype = "rdftype:ConferenceName"; } else if (type == "http://www.loc.gov/mads/rdf/v1#Jurisdiction") { rdftype = "rdftype:CorporateName"; - } else if (type == "http://id.loc.gov/ontologies/bibframe/GenreForm") { + } else if (type == "https://id.loc.gov/ontologies/bibframe/GenreForm") { rdftype = "rdftype:GenreForm"; } @@ -4399,7 +4399,7 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku } }); } else if (query.length > 2) { - u = "http://id.loc.gov/search/?format=jsonp&start=1&count=10&q=" + q.replace("?", ""); + u = "https://id.loc.gov/search/?format=jsonp&start=1&count=10&q=" + q.replace("?", ""); $.ajax({ url: u, dataType: "jsonp", @@ -4429,10 +4429,10 @@ bfe.define('src/lookups/lcgenreforms', ['require', 'exports', 'module', 'src/loo var cache = []; - exports.scheme = "http://id.loc.gov/authorities/genreForms"; + exports.scheme = "https://id.loc.gov/authorities/genreForms"; exports.source = function(query, process) { - var scheme = "http://id.loc.gov/authorities/genreForms"; + var scheme = "https://id.loc.gov/authorities/genreForms"; var rdftype = "rdftype:GenreForm"; var q = ""; @@ -4469,7 +4469,7 @@ bfe.define('src/lookups/lcgenreforms', ['require', 'exports', 'module', 'src/loo u = scheme + "/suggest/?q=" + suggestquery; - //u = "http://id.loc.gov/authorities/genreForms/suggest/?q=" + query; + //u = "https://id.loc.gov/authorities/genreForms/suggest/?q=" + query; $.ajax({ url: u, dataType: "jsonp", @@ -4497,7 +4497,7 @@ bfe.define('src/lookups/lcworks', ['require', 'exports', 'module'], function(req // Using twitter's typeahead, store may be completely unnecessary var cache = []; - exports.scheme = "http://id.loc.gov/resources/works"; + exports.scheme = "https://id.loc.gov/resources/works"; exports.source = function(query, process, formobject) { @@ -4514,9 +4514,9 @@ bfe.define('src/lookups/lcworks', ['require', 'exports', 'module'], function(req } //console.log("type is " + type); - var scheme = "http://id.loc.gov/resources/works"; + var scheme = "https://id.loc.gov/resources/works"; hits = _.where(triples, { - "p": "http://id.loc.gov/ontologies/bibframe/authoritySource" + "p": "https://id.loc.gov/ontologies/bibframe/authoritySource" }) if (hits[0] !== undefined) { console.log(hits[0]); @@ -4551,7 +4551,7 @@ bfe.define('src/lookups/lcworks', ['require', 'exports', 'module'], function(req this.searching = setTimeout(function(formobject) { if (query.length > 2) { - u = "http://id.loc.gov/ml38281/search/?format=jsonp&start=1&count=50&q=" + q; + u = "https://id.loc.gov/ml38281/search/?format=jsonp&start=1&count=50&q=" + q; $.ajax({ url: u, dataType: "jsonp", @@ -4699,7 +4699,7 @@ bfe.define('src/lookups/lcinstances', ['require', 'exports', 'module'], function // Using twitter's typeahead, store may be completely unnecessary var cache = []; - exports.scheme = "http://id.loc.gov/resources/instances"; + exports.scheme = "https://id.loc.gov/resources/instances"; exports.source = function(query, process, formobject) { @@ -4715,9 +4715,9 @@ bfe.define('src/lookups/lcinstances', ['require', 'exports', 'module'], function } //console.log("type is " + type); - var scheme = "http://id.loc.gov/ml38281/resources/instances"; + var scheme = "https://id.loc.gov/ml38281/resources/instances"; hits = _.where(triples, { - "p": "http://id.loc.gov/ontologies/bibframe/authoritySource" + "p": "https://id.loc.gov/ontologies/bibframe/authoritySource" }) if (hits[0] !== undefined) { console.log(hits[0]); @@ -4752,7 +4752,7 @@ bfe.define('src/lookups/lcinstances', ['require', 'exports', 'module'], function this.searching = setTimeout(function() { if (query.length > 2) { - u = "http://id.loc.gov/ml38281/search/?format=jsonp&start=1&count=10&q=" + q; + u = "https://id.loc.gov/ml38281/search/?format=jsonp&start=1&count=10&q=" + q; $.ajax({ url: u, dataType: "jsonp", @@ -5286,7 +5286,7 @@ bfe.define('src/lookups/lcorganizations', ['require', 'exports', 'module', 'src/ var lcshared = require("src/lookups/lcshared"); var cache = []; - exports.scheme = "http://id.loc.gov/vocabulary/organizations"; + exports.scheme = "https://id.loc.gov/vocabulary/organizations"; exports.source = function(query, process) { return lcshared.simpleQuery(query, cache, exports.scheme, process); @@ -5300,7 +5300,7 @@ bfe.define('src/lookups/relators', ['require', 'exports', 'module', 'src/lookups var lcshared = require("src/lookups/lcshared"); var cache = []; - exports.scheme = "http://id.loc.gov/vocabulary/relators"; + exports.scheme = "https://id.loc.gov/vocabulary/relators"; exports.source = function(query, process) { return lcshared.simpleQuery(query, cache, exports.scheme, process); diff --git a/static/js/config-dev.js b/static/js/config-dev.js index 6b5758b..74f78d1 100755 --- a/static/js/config-dev.js +++ b/static/js/config-dev.js @@ -222,7 +222,7 @@ "toConsole": true },*/ "url" : "http://mlvlp04.loc.gov:3000", - "baseURI": "http://id.loc.gov/", + "baseURI": "https://id.loc.gov/", "basedbURI": "http://mlvlp04.loc.gov:8230", "resourceURI": "http://mlvlp04.loc.gov:8230/resources", "profiles": [ @@ -241,9 +241,9 @@ "static/profiles/bibframe/BIBFRAME 2.0 Monograph.json", "static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json", "static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Analog.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD-R.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json", "static/profiles/bibframe/BIBFRAME 2.0 Moving Image: BluRay DVD.json", "static/profiles/bibframe/BIBFRAME 2.0 Moving Image: 35mm Feature Film.json", "static/profiles/bibframe/BIBFRAME 2.0 Prints and Photographs.json", @@ -256,7 +256,7 @@ "static/profiles/bibframe/BIBFRAME 2.0 Identifiers.json", "static/profiles/bibframe/BIBFRAME 2.0 Note.json", "static/profiles/bibframe/BIBFRAME 2.0 Rare Materials.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD-R.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json", "static/profiles/bibframe/BIBFRAME 2.0 Load.json", "static/profiles/bibframe/BIBFRAME 2.0 IBC.json" ], @@ -265,12 +265,12 @@ "menuItems": [ { label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates: [ "profile:bf2:Monograph:Instance" ] }, { label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:Monograph:Work" ] } @@ -279,17 +279,17 @@ "menuItems": [ { label: "Create Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:NotatedMusic:Work" ] }, { label: "Create RDA Expression", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:NotatedMusic:Expression" ] }, { label: "Create Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates: [ "profile:bf2:NotatedMusic:Instance" ] } ]}, @@ -297,12 +297,12 @@ "menuItems": [ { label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Serial"], + type: ["https://id.loc.gov/ontologies/bibframe/Serial"], useResourceTemplates: [ "profile:bf2:Serial:Instance" ] }, { label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Text"], + type: ["https://id.loc.gov/ontologies/bibframe/Text"], useResourceTemplates: [ "profile:bf2:Serial:Work" ] } @@ -311,12 +311,12 @@ "menuItems": [ { label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates: [ "profile:bf2:Cartographic:Instance" ] }, { label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:Cartographic:Work" ] } @@ -325,12 +325,12 @@ "menuItems": [ { label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates: [ "profile:bf2:SoundRecording:Instance" ] }, { label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:SoundRecording:Work" ] } @@ -339,12 +339,12 @@ "menuItems": [ { label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates: [ "profile:bf2:SoundCDR:Instance" ] }, { label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:SoundCDR:Work" ] } @@ -353,12 +353,12 @@ "menuItems": [ { label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates: [ "profile:bf2:Analog:Instance" ] }, { label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:Analog:Work" ] } @@ -367,12 +367,12 @@ "menuItems": [ { label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates: [ "profile:bf2:MIBluRayDVD:Instance" ] }, { label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:MIBluRayDVD:Work" ] } @@ -381,12 +381,12 @@ "menuItems": [ { label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates: [ "profile:bf2:35mmFeatureFilm:Instance" ] }, { label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:35mmFeatureFilm:Work" ] } @@ -395,12 +395,12 @@ "menuItems": [ { label: "Physical Description", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates: [ "profile:bf2:Graphics:Description" ] }, { label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:Graphics:Work" ] } @@ -409,12 +409,12 @@ "menuItems": [ { label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + type: ["https://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates: [ "profile:bf2:RareMat:Instance" ] }, { label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], + type: ["https://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates: [ "profile:bf2:RareMat:Work" ] } @@ -470,10 +470,10 @@ /* "load": [ { "templateID": ["profile:bf:Work:Monograph", "profile:bf:Instance:Monograph", "profile:bf:Annotation:AdminMeta"], - "defaulturi": "http://id.loc.gov/resources/bibs/5226", + "defaulturi": "https://id.loc.gov/resources/bibs/5226", "_remark": "Source must be JSONLD expanded, so only jsonp and json are possible requestTypes", "source": { - "location": "http://id.loc.gov/resources/bibs/5226.bibframe_raw.jsonp", + "location": "https://id.loc.gov/resources/bibs/5226.bibframe_raw.jsonp", "requestType": "jsonp", "data": "UNUSED, BUT REMEMBER IT" } diff --git a/static/js/config.js b/static/js/config.js index 6b5758b..9e879cf 100755 --- a/static/js/config.js +++ b/static/js/config.js @@ -241,9 +241,9 @@ "static/profiles/bibframe/BIBFRAME 2.0 Monograph.json", "static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json", "static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Analog.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD-R.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json", "static/profiles/bibframe/BIBFRAME 2.0 Moving Image: BluRay DVD.json", "static/profiles/bibframe/BIBFRAME 2.0 Moving Image: 35mm Feature Film.json", "static/profiles/bibframe/BIBFRAME 2.0 Prints and Photographs.json", @@ -256,7 +256,7 @@ "static/profiles/bibframe/BIBFRAME 2.0 Identifiers.json", "static/profiles/bibframe/BIBFRAME 2.0 Note.json", "static/profiles/bibframe/BIBFRAME 2.0 Rare Materials.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD-R.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json", "static/profiles/bibframe/BIBFRAME 2.0 Load.json", "static/profiles/bibframe/BIBFRAME 2.0 IBC.json" ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json b/static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json index 3c5d685..c3cccbd 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json @@ -13,7 +13,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/metadataAssigner", + "propertyURI": "https://id.loc.gov/ontologies/bflc/metadataAssigner", "propertyLabel": "Your cataloger ID (Windows ID)" }, { @@ -30,7 +30,7 @@ "editable": "false" }, "propertyLabel": "Creation date", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/creationDate" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/creationDate" }, { "mandatory": "false", @@ -45,7 +45,7 @@ }, "editable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/changeDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/changeDate", "propertyLabel": "Change date" }, { @@ -56,19 +56,19 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/organizations" + "https://id.loc.gov/vocabulary/organizations" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, "defaultLiteral": "DLC", "editable": "false", - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "repeatable": "false" }, "propertyLabel": "Assigner", - "remark": "http://id.loc.gov/ontologies/bibframe.html#p_assigner", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/assigner" + "remark": "https://id.loc.gov/ontologies/bibframe.html#p_assigner", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/assigner" }, { "mandatory": "false", @@ -78,17 +78,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/marcauthen" + "https://id.loc.gov/vocabulary/marcauthen" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/DescriptionAuthentication" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/DescriptionAuthentication" }, "defaultLiteral": "pcc", - "defaultURI": "http://id.loc.gov/vocabulary/marcauthen/pcc" + "defaultURI": "https://id.loc.gov/vocabulary/marcauthen/pcc" }, "propertyLabel": "Description authentication", - "remark": "http://id.loc.gov/ontologies/bibframe.html#c_DescriptionAuthentication", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/descriptionAuthentication" + "remark": "https://id.loc.gov/ontologies/bibframe.html#c_DescriptionAuthentication", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/descriptionAuthentication" }, { "mandatory": "false", @@ -98,19 +98,19 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/descriptionConventions" + "https://id.loc.gov/vocabulary/descriptionConventions" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/DescriptionConventions" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/DescriptionConventions" }, - "defaultURI": "http://id.loc.gov/vocabulary/descriptionConventions/rda", + "defaultURI": "https://id.loc.gov/vocabulary/descriptionConventions/rda", "editable": "false", "defaultLiteral": "rda", "repeatable": "false" }, "propertyLabel": "Description conventions", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/descriptionConventions", - "remark": "http://id.loc.gov/ontologies/bibframe.html#p_descriptionConventions" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/descriptionConventions", + "remark": "https://id.loc.gov/ontologies/bibframe.html#p_descriptionConventions" }, { "mandatory": "false", @@ -120,19 +120,19 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "defaultLiteral": "eng", - "defaultURI": "http://id.loc.gov/vocabulary/languages/eng", + "defaultURI": "https://id.loc.gov/vocabulary/languages/eng", "editable": "false", "repeatable": "false" }, "propertyLabel": "Description language", - "remark": "http://id.loc.gov/ontologies/bibframe.html#p_descriptionLanguage", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/descriptionLanguage" + "remark": "https://id.loc.gov/ontologies/bibframe.html#p_descriptionLanguage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/descriptionLanguage" }, { "mandatory": "false", @@ -143,16 +143,16 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, "editable": "false", "defaultLiteral": "DLC", - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "repeatable": "true" }, "propertyLabel": "Description modifier", - "remark": "http://id.loc.gov/ontologies/bibframe.html#p_descriptionModifier", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/descriptionModifier" + "remark": "https://id.loc.gov/ontologies/bibframe.html#p_descriptionModifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/descriptionModifier" }, { "mandatory": "true", @@ -162,15 +162,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/menclvl" + "https://id.loc.gov/vocabulary/menclvl" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/EncodingLevel" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/EncodingLevel" } }, "propertyLabel": "Encoding level", - "remark": "http://id.loc.gov/ontologies/bflc.html#c_EncodingLevel", - "propertyURI": "http://id.loc.gov/ontologies/bflc/encodingLevel" + "remark": "https://id.loc.gov/ontologies/bflc.html#c_EncodingLevel", + "propertyURI": "https://id.loc.gov/ontologies/bflc/encodingLevel" }, { "mandatory": "false", @@ -183,13 +183,13 @@ "valueDataType": {}, "editable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/profile", + "propertyURI": "https://id.loc.gov/ontologies/bflc/profile", "propertyLabel": "Profile", "remark": "The profile code for the resource" } ], "id": "profile:bf2:AdminMetadata", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/AdminMetadata", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/AdminMetadata", "resourceLabel": "BIBFRAME 2.0 Admin Metadata" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Agents Contribution.json b/static/profiles/bibframe/BIBFRAME 2.0 Agents Contribution.json index 6257ed0..4c3d027 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Agents Contribution.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Agents Contribution.json @@ -2,7 +2,7 @@ "Profile": { "resourceTemplates": [ { - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Contribution", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Contribution", "id": "profile:bf2:Agents:Contribution", "resourceLabel": "Contribution", "propertyTemplates": [ @@ -20,14 +20,14 @@ ], "editable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/agent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/agent", "type": "resource", "mandatory": "false", "repeatable": "true", "resourceTemplates": [] }, { - "propertyURI": "http://id.loc.gov/ontologies/bibframe/role", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/role", "propertyLabel": "Relationship Designator (RDA Appendix I)", "type": "resource", "mandatory": "false", @@ -46,7 +46,7 @@ ] }, { - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Contribution", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Contribution", "id": "profile:bf2:Agents:bfContribution", "resourceLabel": "Contribution (test)", "propertyTemplates": [ @@ -63,14 +63,14 @@ "profile:bf2:Agent:Conference" ] }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/agent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/agent", "type": "resource", "mandatory": "false", "repeatable": "true", "resourceTemplates": [] }, { - "propertyURI": "http://id.loc.gov/ontologies/bibframe/role", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/role", "propertyLabel": "Relationship Designator (RDA Appendix I)", "type": "resource", "mandatory": "false", diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Agents Primary Contribution.json b/static/profiles/bibframe/BIBFRAME 2.0 Agents Primary Contribution.json index c2aadc9..f1b0217 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Agents Primary Contribution.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Agents Primary Contribution.json @@ -20,7 +20,7 @@ "valueDataType": {}, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/agent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/agent", "propertyLabel": "Primary Contributor" }, { @@ -36,14 +36,14 @@ "valueDataType": {}, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/role", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/role", "propertyLabel": "Relationship Designator (RDA Appendix I)", "remark": "http://access.rdatoolkit.org/rdaappi_rdai-34.html" } ], "id": "profile:bflc:Agents:PrimaryContribution", "resourceLabel": "Primary Contribution", - "resourceURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "resourceURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" }, { "propertyTemplates": [ @@ -63,7 +63,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/agent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/agent", "propertyLabel": "Primary Contributor" }, { @@ -78,14 +78,14 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/role", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/role", "propertyLabel": "Relationship Designator (RDA Appendix I)", "remark": "http://access.rdatoolkit.org/rdaappi_rdai-34.html" } ], "id": "profile:bflc:Agents:bfPrimaryContribution", "resourceLabel": "Primary Contribution (test)", - "resourceURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "resourceURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } ], "contact": "NDMSO", diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Agents.json b/static/profiles/bibframe/BIBFRAME 2.0 Agents.json index f41feb5..9b233dc 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Agents.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Agents.json @@ -11,7 +11,7 @@ "valueConstraint": { "repeatable": "true", "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueTemplateRefs": [], "valueDataType": { @@ -182,7 +182,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "" @@ -263,7 +263,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": {} }, @@ -411,7 +411,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "" @@ -655,7 +655,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "" @@ -902,7 +902,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "" @@ -1015,11 +1015,11 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/organizations" + "https://id.loc.gov/vocabulary/organizations" ], "valueDataType": {}, "defaultLiteral": "DLC", - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc" + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc" }, "propertyLabel": "Record Content Source", "propertyURI": "http://www.loc.gov/standards/mods/v3/mods-3-6#recordContentSource", @@ -1103,10 +1103,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": {}, - "defaultURI": "http://id.loc.gov/vocabulary/languages/eng", + "defaultURI": "https://id.loc.gov/vocabulary/languages/eng", "defaultLiteral": "eng" }, "propertyLabel": "Language of Cataloging", @@ -1121,11 +1121,11 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/descriptionConventions" + "https://id.loc.gov/vocabulary/descriptionConventions" ], "valueDataType": {}, "editable": "false", - "defaultURI": "http://id.loc.gov/vocabulary/descriptionConventions/rda", + "defaultURI": "https://id.loc.gov/vocabulary/descriptionConventions/rda", "defaultLiteral": "rda" }, "propertyLabel": "Description Standard", @@ -1143,7 +1143,7 @@ "valueDataType": {} }, "propertyLabel": "Level of Establishment (Bflc)", - "propertyURI": "http://id.loc.gov/ontologies/bflc/levelOfEstablishment" + "propertyURI": "https://id.loc.gov/ontologies/bflc/levelOfEstablishment" } ], "id": "profile:bf2:Agents:AdminMetadata", @@ -1307,7 +1307,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#Authority" @@ -1327,7 +1327,7 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Role" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Role" } }, "propertyLabel": "Relationship Designator (RDA Appendix K)", @@ -1437,7 +1437,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/relators" + "https://id.loc.gov/vocabulary/relators" ], "valueDataType": { "dataTypeURI": "" @@ -1445,7 +1445,7 @@ "repeatable": "false" }, "propertyLabel": "Search MARC relator term", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Role" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Role" }, { "mandatory": "false", @@ -1465,7 +1465,7 @@ } ], "id": "profile:bf2:Agent:Role", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Role", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Role", "resourceLabel": "Role" }, { @@ -1495,7 +1495,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Source of identifier" } ], @@ -1540,7 +1540,7 @@ } ], "id": "profile:bf2:Agent:Identifier:Source", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Source", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Source", "resourceLabel": "Source" }, { @@ -1553,12 +1553,12 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": {} }, "propertyLabel": "Search LCNAF", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Person" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Person" }, { "mandatory": "false", @@ -1569,7 +1569,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Person" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Person" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1577,7 +1577,7 @@ } ], "id": "profile:bf2:Agent:bfPerson", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Person", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Person", "resourceLabel": "Bibframe Person" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json b/static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json index cc9060e..bdec474 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup" }, { @@ -31,10 +31,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -50,7 +50,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information" }, { @@ -65,7 +65,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -80,7 +80,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "propertyLabel": "(Geographic) Coverage of the Content" }, { @@ -93,7 +93,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -109,7 +109,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/coordinates", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/coordinates", "propertyLabel": "Coordinates of Cartographic Content (RDA 7.4)", "remark": "http://access.rdatoolkit.org/7.4.html" }, @@ -121,13 +121,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience (RDA 7.7)", "remark": "http://access.rdatoolkit.org/7.7.html" }, @@ -143,7 +143,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -159,7 +159,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-11.html" }, @@ -175,7 +175,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -191,7 +191,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { @@ -206,7 +206,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -221,7 +221,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -232,17 +232,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/cri", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/cri", "defaultLiteral": "cartographic image", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -254,15 +254,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -278,7 +278,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -294,7 +294,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Script (RDA 7.13.2)", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, @@ -310,7 +310,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -325,7 +325,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -341,7 +341,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/scale", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/scale", "propertyLabel": "Scale information" }, { @@ -354,7 +354,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/projection", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/projection", "propertyLabel": "Projection of Cartographic Content (RDA 7.26)", "remark": "http://access.rdatoolkit.org/7.26.html" }, @@ -368,7 +368,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/cartographicAttributes", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/cartographicAttributes", "propertyLabel": "Other Details of Cartographic Content (RDA 7.27)", "remark": "http://access.rdatoolkit.org/7.27.html" }, @@ -382,7 +382,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "Time Period of Content (MARC 045 field)" }, { @@ -397,7 +397,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-64.html" }, @@ -413,12 +413,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" } ], "id": "profile:bf2:Cartographic:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work" }, { @@ -427,7 +427,7 @@ { "mandatory": "false", "propertyLabel": "Instance Of", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "repeatable": "true", "resourceTemplates": [], "type": "resource", @@ -442,7 +442,7 @@ { "mandatory": "false", "propertyLabel": "Title Information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "", "repeatable": "true", "resourceTemplates": [], @@ -460,7 +460,7 @@ { "mandatory": "false", "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement", "remark": "http://access.rdatoolkit.org/2.4.2.html", "repeatable": "true", "resourceTemplates": [], @@ -474,7 +474,7 @@ { "mandatory": "false", "propertyLabel": "Edition Statement (RDA 2.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "remark": "http://access.rdatoolkit.org/2.5.html", "repeatable": "true", "resourceTemplates": [], @@ -490,7 +490,7 @@ { "mandatory": "false", "propertyLabel": "Publication, Distribution, Manufacture Statements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "remark": "", "repeatable": "true", "resourceTemplates": [], @@ -508,7 +508,7 @@ { "mandatory": "false", "propertyLabel": "Copyright Date (RDA 2.11)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "remark": "http://access.rdatoolkit.org/2.11.html", "repeatable": "true", "resourceTemplates": [], @@ -522,7 +522,7 @@ { "mandatory": "false", "propertyLabel": "Series Statement", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries", "remark": "", "repeatable": "true", "resourceTemplates": [], @@ -538,21 +538,21 @@ { "mandatory": "false", "propertyLabel": "Mode of Issuance (RDA 2.13)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "remark": "http://access.rdatoolkit.org/2.13.html", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, "valueTemplateRefs": [], "defaultLiteral": "single unit", - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "editable": "false", "repeatable": "true" } @@ -560,7 +560,7 @@ { "mandatory": "false", "propertyLabel": "Identifier for the Manifestation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "remark": "", "repeatable": "true", "resourceTemplates": [], @@ -578,7 +578,7 @@ { "mandatory": "false", "propertyLabel": "Notes about the Instance", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "remark": "http://access.rdatoolkit.org/2.17.html", "repeatable": "true", "resourceTemplates": [], @@ -594,19 +594,19 @@ { "mandatory": "false", "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "remark": "http://access.rdatoolkit.org/3.2.html", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "defaultLiteral": "unmediated", - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/n", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/n", "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, "valueTemplateRefs": [], "editable": "false", @@ -616,19 +616,19 @@ { "mandatory": "false", "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "remark": "http://access.rdatoolkit.org/3.3.html", "repeatable": "false", "resourceTemplates": [], "type": "resource", "valueConstraint": { "defaultLiteral": "volume", - "defaultURI": "http://id.loc.gov/vocabulary/carriers/nc", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/nc", "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, "valueTemplateRefs": [], "editable": "false", @@ -638,7 +638,7 @@ { "mandatory": "false", "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "remark": "", "repeatable": "true", "resourceTemplates": [], @@ -654,7 +654,7 @@ { "mandatory": "false", "propertyLabel": "Dimensions (RDA 3.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "remark": "http://access.rdatoolkit.org/3.5.html", "repeatable": "true", "resourceTemplates": [], @@ -673,13 +673,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/BaseMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/BaseMaterial" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/baseMaterial", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/baseMaterial", "propertyLabel": "Base Material (RDA 3.6)", "remark": "http://access.rdatoolkit.org/3.6.html" }, @@ -691,15 +691,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mlayout" + "https://id.loc.gov/vocabulary/mlayout" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Layout" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Layout" } }, "propertyLabel": "Layout (RDA 3.11)", "remark": "http://access.rdatoolkit.org/3.11.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/layout" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/layout" }, { "mandatory": "false", @@ -709,18 +709,18 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mpolarity" + "https://id.loc.gov/vocabulary/mpolarity" ], "valueDataType": { "dataTypeLabel": "Polarity", - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Polarity" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Polarity" }, "editable": "true", "repeatable": "true" }, "propertyLabel": "Polarity (RDA 3.14)", "remark": "http://access.rdatoolkit.org/3.14.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/polarity" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/polarity" }, { "mandatory": "false", @@ -735,13 +735,13 @@ "valueDataType": {} }, "propertyLabel": "Digital File Characteristic (RDA 3.19)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/digitalCharacteristic", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/digitalCharacteristic", "remark": "http://access.rdatoolkit.org/3.19.html" }, { "mandatory": "false", "propertyLabel": "Uniform Resource Locator (RDA 4.6)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "remark": "http://access.rdatoolkit.org/4.6.html", "repeatable": "true", "resourceTemplates": [], @@ -765,7 +765,7 @@ "valueDataType": {} }, "propertyLabel": "Geographic Classification (MARC 052)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification" }, { "mandatory": "false", @@ -779,7 +779,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contributors (RDA 21.1)", "remark": "http://access.rdatoolkit.org/21.1.html" }, @@ -795,7 +795,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", "remark": "http://access.rdatoolkit.org/2.15.html" }, @@ -811,7 +811,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestation" }, { @@ -826,7 +826,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata", "propertyLabel": "Administrative Metadata for Instance" }, { @@ -842,11 +842,11 @@ "valueDataType": {} }, "propertyLabel": "Has Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance" }, { "propertyTemplates": [ @@ -859,12 +859,12 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "propertyLabel": "Held by" }, { @@ -879,7 +879,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Shelving call numbers" }, { @@ -892,7 +892,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classificationLcc", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classificationLcc", "propertyLabel": "Copy, issue, offprint number" }, { @@ -907,7 +907,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Barcode" }, { @@ -920,7 +920,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "propertyLabel": "Electronic location" }, { @@ -933,7 +933,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "propertyLabel": "Held in sublocation" }, { @@ -948,7 +948,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Item" }, { @@ -965,12 +965,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "propertyLabel": "Lending, Reproduction, and Retention Policies" } ], "id": "profile:bf2:Cartographic:Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item", "resourceLabel": "BIBFRAME Item" }, { @@ -986,10 +986,10 @@ "http://mlvlp04.loc.gov:8230/resources/instances" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Instance" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Lookup" }, { @@ -1002,7 +1002,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Related Manifestation Authorized Access Point" }, { @@ -1015,13 +1015,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationshipTarget", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationshipTarget", "propertyLabel": "Relationship Designator for Related Manifestation (RDA Appendix J)", "remark": "http://access.rdatoolkit.org/rdaappj_rdaj-15.html" } ], "id": "profile:bf2:Cartographic:RelatedInstance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "resourceLabel": "Related Instance" }, { @@ -1039,12 +1039,12 @@ }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/coordinates", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/coordinates", "propertyLabel": "Coordinates statement" } ], "id": "profile:bf2:Cartographic:Coordinates", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Cartographic", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Cartographic", "resourceLabel": "Cartographic Coordinates" }, { @@ -1065,7 +1065,7 @@ } ], "id": "profile:bf2:Cartographic:Contents", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "resourceLabel": "Contents note" }, { @@ -1086,7 +1086,7 @@ } ], "id": "profile:bf2:Cartographic:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1100,7 +1100,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Scale" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Scale" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1119,12 +1119,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Additional Scale Information" } ], "id": "profile:bf2:Cartographic:Scale", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Scale", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Scale", "resourceLabel": "Scale" }, { @@ -1155,12 +1155,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:Cartographic:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1175,7 +1175,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/CartographicDataType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/CartographicDataType", "propertyLabel": "Cartographic data type" }, { @@ -1188,11 +1188,11 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/CartographicObjectType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/CartographicObjectType", "propertyLabel": "Cartographic object type" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/DigitalCharacteristic", "id": "profile:bf2:Cartographic:Digital", "resourceLabel": "Digital characteristics" }, @@ -1207,7 +1207,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1224,12 +1224,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:Cartographic:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" }, { @@ -1250,7 +1250,7 @@ } ], "id": "profile:bf2:Cartographic:Class", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Classification", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Classification", "resourceLabel": "Geographic Classification" }, { @@ -1259,7 +1259,7 @@ { "mandatory": "false", "propertyLabel": "Lookup", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "repeatable": "true", "resourceTemplates": [], "type": "resource", @@ -1269,7 +1269,7 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" }, "valueTemplateRefs": [] } @@ -1277,7 +1277,7 @@ { "mandatory": "false", "propertyLabel": "Creator of Work (RDA 19.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/19.2.html", "repeatable": "true", "resourceTemplates": [], @@ -1285,7 +1285,7 @@ "valueConstraint": { "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" }, "valueTemplateRefs": [ "profile:bflc:Agents:PrimaryContribution" @@ -1295,7 +1295,7 @@ { "mandatory": "false", "propertyLabel": "Title Information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "", "repeatable": "true", "resourceTemplates": [], @@ -1311,7 +1311,7 @@ { "mandatory": "false", "propertyLabel": "Form of Work", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "remark": "", "repeatable": "true", "resourceTemplates": [], @@ -1327,7 +1327,7 @@ { "mandatory": "false", "propertyLabel": "(Geographic) Coverage of the Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "remark": "", "repeatable": "true", "resourceTemplates": [], @@ -1351,13 +1351,13 @@ "valueDataType": {} }, "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "remark": "http://access.rdatoolkit.org/7.3.html" }, { "mandatory": "false", "propertyLabel": "Coordinates of Cartographic Content (RDA 7.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/cartographicAttributes", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/cartographicAttributes", "remark": "http://access.rdatoolkit.org/7.4.html", "repeatable": "true", "resourceTemplates": [], @@ -1373,17 +1373,17 @@ { "mandatory": "false", "propertyLabel": "Intended Audience (RDA 7.7)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "remark": "http://access.rdatoolkit.org/7.7.html", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" }, "valueTemplateRefs": [], "repeatable": "true", @@ -1395,7 +1395,7 @@ { "mandatory": "false", "propertyLabel": "Subject of the Work (RDA Chapter 23)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-11.html", "repeatable": "true", "resourceTemplates": [], @@ -1420,7 +1420,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work", "remark": "" }, @@ -1437,13 +1437,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { "mandatory": "false", "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-64.html", "repeatable": "true", "resourceTemplates": [], @@ -1459,7 +1459,7 @@ { "mandatory": "false", "propertyLabel": "Contents (LC-PCC PS 25.1)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "repeatable": "true", "resourceTemplates": [], "type": "resource", @@ -1475,7 +1475,7 @@ { "mandatory": "false", "propertyLabel": "Expression elements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "remark": "", "repeatable": "true", "resourceTemplates": [], @@ -1500,7 +1500,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance", "remark": "" }, @@ -1524,7 +1524,7 @@ { "mandatory": "false", "propertyLabel": "Your Windows ID and Comments", - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "repeatable": "true", "resourceTemplates": [], "type": "literal", @@ -1538,7 +1538,7 @@ } ], "resourceLabel": "BIBFRAME Work (RDA Work Elements)", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work" }, { "id": "profile:bf2:Cartographic:ExpressionOld", @@ -1546,7 +1546,7 @@ { "mandatory": "false", "propertyLabel": "Lookup", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "remark": "Expression has a related work. For use to connect Works under FRBR/RDA rules.", "repeatable": "true", "resourceTemplates": [], @@ -1556,7 +1556,7 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" }, "valueTemplateRefs": [] } @@ -1564,21 +1564,21 @@ { "mandatory": "false", "propertyLabel": "Content Type (RDA 6.9)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "remark": "http://access.rdatoolkit.org/6.9.html", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, "valueTemplateRefs": [], "editable": "true", - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/cri", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/cri", "defaultLiteral": "cartographic image" } }, @@ -1594,22 +1594,22 @@ }, "remark": "http://access.rdatoolkit.org/6.10.html", "propertyLabel": "Date of Expression (RDA 6.10)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate" }, { "mandatory": "false", "propertyLabel": "Language of Expression (RDA 6.11)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "remark": "http://access.rdatoolkit.org/6.11.html", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "valueTemplateRefs": [] } @@ -1626,7 +1626,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary", "remark": "" }, @@ -1642,7 +1642,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -1656,7 +1656,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Script (RDA 7.13.2)", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, @@ -1672,7 +1672,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content", "remark": "" }, @@ -1691,7 +1691,7 @@ }, "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -1707,7 +1707,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/scale", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/scale", "propertyLabel": "Scale information" }, { @@ -1720,7 +1720,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/projection", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/projection", "propertyLabel": "Projection of Cartographic Content (RDA 7.26)", "remark": "http://access.rdatoolkit.org/7.26.html" }, @@ -1736,7 +1736,7 @@ }, "remark": "http://access.rdatoolkit.org/7.27.html", "propertyLabel": "Other Details of Cartographic Content (RDA 7.27)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/cartographicAttributes" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/cartographicAttributes" }, { "mandatory": "false", @@ -1749,12 +1749,12 @@ "valueDataType": {} }, "propertyLabel": "Time Period of Content (MARC 045 field)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage" }, { "mandatory": "false", "propertyLabel": "Contributor (RDA 20.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/20.2.html", "repeatable": "true", "resourceTemplates": [], @@ -1770,7 +1770,7 @@ { "mandatory": "false", "propertyLabel": "Notes about the Expression", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "remark": "", "repeatable": "true", "resourceTemplates": [], @@ -1799,7 +1799,7 @@ } ], "resourceLabel": "BIBFRAME Work (RDA Expression Elements)", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work" } ], "contact": "NDMSO", diff --git a/static/profiles/bibframe/BIBFRAME 2.0 DDC.json b/static/profiles/bibframe/BIBFRAME 2.0 DDC.json index b0119ce..9eb91a8 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 DDC.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 DDC.json @@ -13,7 +13,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classificationPortion", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classificationPortion", "propertyLabel": "DDC Classification number" }, { @@ -24,22 +24,22 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/classSchemes" + "https://id.loc.gov/vocabulary/classSchemes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/edition" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/edition" }, "defaultURI": "", "defaultLiteral": "", "editable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/edition", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/edition", "propertyLabel": "Dewey Edition" } ], "id": "profile:bf2:DDC", "resourceLabel": "Dewey Decimal Classification", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ClassificationDdc" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ClassificationDdc" } ], "id": "profile:bf2:DDC", diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Edition Information.json b/static/profiles/bibframe/BIBFRAME 2.0 Edition Information.json index 7c9fd98..326baff 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Edition Information.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Edition Information.json @@ -13,7 +13,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "propertyLabel": "Edition Statement (RDA 2.5)", "remark": "http://access.rdatoolkit.org/2.5.html" }, @@ -28,7 +28,7 @@ "valueDataType": {} }, "propertyLabel": "Designation of Edition (RDA 2.5.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionEnumeration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionEnumeration", "remark": "http://access.rdatoolkit.org/2.5.2.html" }, { @@ -41,13 +41,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement", "propertyLabel": "Statement of Responsibility Relating to the Edition (RDA 2.5.4)", "remark": "http://access.rdatoolkit.org/2.5.4.html" } ], "id": "profile:bf2:EditionInformation", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceLabel": "Edition (unused)", "remark": "http://access.rdatoolkit.org/2.5.html" } diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Form.json b/static/profiles/bibframe/BIBFRAME 2.0 Form.json index b922928..2a02d09 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Form.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Form.json @@ -11,7 +11,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/genreForms" + "https://id.loc.gov/authorities/genreForms" ], "valueDataType": { "dataTypeURI": "" @@ -19,7 +19,7 @@ "repeatable": "false" }, "propertyLabel": "Search LCGFT (RDA 6.3)", - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "remark": "http://access.rdatoolkit.org/6.3.html" } ], @@ -38,19 +38,19 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names", - "http://id.loc.gov/authorities/subjects" + "https://id.loc.gov/authorities/names", + "https://id.loc.gov/authorities/subjects" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/GeographicCoverage" + "remark": "https://id.loc.gov/ontologies/bibframe/GeographicCoverage" }, "repeatable": "false", - "remark": "http://id.loc.gov/ontologies/bflc/target" + "remark": "https://id.loc.gov/ontologies/bflc/target" }, "propertyLabel": "(Geographic) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/GeographicCoverage" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/GeographicCoverage" }, { "mandatory": "false", @@ -64,12 +64,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note about Geographic coverage" } ], "id": "profile:bf2:Form:Geog", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/GeographicCoverage", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/GeographicCoverage", "resourceLabel": "Geographic coverage" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 IBC.json b/static/profiles/bibframe/BIBFRAME 2.0 IBC.json index 53cebaa..3074081 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 IBC.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 IBC.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup" }, { @@ -31,10 +31,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -52,7 +52,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information" }, { @@ -67,7 +67,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -80,7 +80,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Work (RDA 6.4)", "remark": "http://access.rdatoolkit.org/6.4.html" }, @@ -96,7 +96,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "propertyLabel": "Place of Origin of the Work (RDA 6.5)", "remark": "http://access.rdatoolkit.org/6.5.html" }, @@ -112,7 +112,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "propertyLabel": "(Geographic) Coverage of the Content" }, { @@ -125,7 +125,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -141,7 +141,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience" }, { @@ -155,10 +155,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Contribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Contribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -174,7 +174,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -190,7 +190,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -205,7 +205,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dissertation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dissertation", "propertyLabel": "Dissertation (RDA 7.9)", "remark": "http://access.rdatoolkit.org/7.9.html" }, @@ -221,7 +221,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -236,7 +236,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -252,7 +252,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { @@ -263,17 +263,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/txt", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/txt", "defaultLiteral": "text", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -285,15 +285,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -309,7 +309,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -325,7 +325,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Script (RDA 7.13.2)", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, @@ -337,15 +337,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/millus" + "https://id.loc.gov/vocabulary/millus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Illustration" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Illustration" }, "repeatable": "true", "editable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content (RDA 7.15)", "remark": "http://access.rdatoolkit.org/7.15.html" }, @@ -361,7 +361,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -376,7 +376,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -392,7 +392,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, @@ -408,13 +408,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp26_rda26-25.html" } ], "id": "profile:bf2:IBC:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work" }, { @@ -422,7 +422,7 @@ "propertyTemplates": [ { "propertyLabel": "Instance of", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -437,7 +437,7 @@ }, { "propertyLabel": "Title Information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -468,11 +468,11 @@ }, "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "propertyLabel": "Edition Statement (RDA 2.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -498,7 +498,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "propertyLabel": "Publication, Distribution, Manufacture Statements", "remark": "" }, @@ -512,7 +512,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -530,7 +530,7 @@ "dataTypeLabelHint": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries", "propertyLabel": "Series Statement", "remark": "" }, @@ -542,23 +542,23 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, { "propertyLabel": "Identifier for the Manifestation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -588,23 +588,23 @@ }, "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/n", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/n", "defaultLiteral": "unmediated", "editable": "false", "repeatable": "true" @@ -614,7 +614,7 @@ }, { "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -630,7 +630,7 @@ }, { "propertyLabel": "Dimensions (RDA 3.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -644,19 +644,19 @@ }, { "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/nc", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/nc", "defaultLiteral": "volume", "repeatable": "true", "editable": "false" @@ -678,7 +678,7 @@ ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestation", "remark": "" }, @@ -696,13 +696,13 @@ "dataTypeLabelHint": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", "propertyLabel": "Has Item", "remark": "Item which is an example of the described Instance." }, { "propertyLabel": "Uniform Resource Locator (RDA 4.6)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "type": "literal", "valueConstraint": { @@ -726,7 +726,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", "remark": "http://access.rdatoolkit.org/2.15.html" }, @@ -742,7 +742,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata", "propertyLabel": "Administrative Metadata for Instance" }, { @@ -755,13 +755,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/projectedProvisionDate", + "propertyURI": "https://id.loc.gov/ontologies/bflc/projectedProvisionDate", "propertyLabel": "Projected publication date (YYMM)", - "remark": "http://id.loc.gov/ontologies/bflc.html#p_projectedProvisionDate" + "remark": "https://id.loc.gov/ontologies/bflc.html#p_projectedProvisionDate" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance", "remark": "" }, { @@ -769,16 +769,16 @@ "propertyTemplates": [ { "propertyLabel": "Held by", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "resourceTemplates": [], "type": "literal", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, "mandatory": "false", @@ -786,7 +786,7 @@ }, { "propertyLabel": "Shelving call numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -801,7 +801,7 @@ }, { "propertyLabel": "Electronic location", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -814,7 +814,7 @@ }, { "propertyLabel": "Held in sublocation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -827,7 +827,7 @@ }, { "propertyLabel": "Barcode", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -842,7 +842,7 @@ }, { "propertyLabel": "Notes about the Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -857,7 +857,7 @@ }, { "propertyLabel": "Lending, Reproduction, and Retention Policies", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -886,7 +886,7 @@ "valueDataType": {} }, "propertyLabel": "Enumeration And Chronology of Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/enumerationAndChronology" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/enumerationAndChronology" }, { "mandatory": "false", @@ -900,7 +900,7 @@ }, "remark": "http://access.rdatoolkit.org/2.18.html", "propertyLabel": "Custodial History of Item (RDA 2.18)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/custodialHistory" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/custodialHistory" }, { "mandatory": "false", @@ -914,13 +914,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/immediateAcquisition", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/immediateAcquisition", "propertyLabel": "Immediate Source of Acquisition of Item", "remark": "" } ], "resourceLabel": "BIBFRAME Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item" }, { "propertyTemplates": [ @@ -934,7 +934,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestations (RDA 27)", "remark": "http://access.rdatoolkit.org/27.1.html" }, @@ -949,7 +949,7 @@ "valueDataType": {} }, "propertyLabel": "Also issued in another format as:", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, { @@ -962,7 +962,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/accompaniedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/accompaniedBy", "propertyLabel": "Accompanied by (manifestation):", "remark": "http://access.rdatoolkit.org/J.4.5.html" }, @@ -977,7 +977,7 @@ "valueDataType": {} }, "propertyLabel": "Reprinted as (manifestation):", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, { @@ -992,7 +992,7 @@ }, "remark": "http://access.rdatoolkit.org/J.4.2.html", "propertyLabel": "Reprint of (manifestation)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent" }, { "mandatory": "false", @@ -1005,12 +1005,12 @@ "valueDataType": {} }, "propertyLabel": "Record Relationship Designator for Related Manifestation (RDA Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationshipTarget", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationshipTarget", "remark": "http://access.rdatoolkit.org/J.4.html" } ], "id": "profile:bf2:IBC:RelatedInstance", - "resourceURI": "http://id.loc.gov/ontologies/bflc/Relationship", + "resourceURI": "https://id.loc.gov/ontologies/bflc/Relationship", "resourceLabel": "Related Manifestation" }, { @@ -1030,7 +1030,7 @@ "remark": "http://access.rdatoolkit.org/lcpschp25_lcps25-354.html" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "id": "profile:bf2:IBC:Contents", "resourceLabel": "Contents note" }, @@ -1052,7 +1052,7 @@ } ], "id": "profile:bf2:IBC:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1065,15 +1065,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" }, "editable": "true", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Intended Audience (RDA 7.7)", "remark": "http://access.rdatoolkit.org/7.7.html" }, @@ -1089,13 +1089,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note about Audience", "remark": "" } ], "id": "profile:bf2:IBC:Audience", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience", "resourceLabel": "Intended Audience" }, { @@ -1110,7 +1110,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/degree", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/degree", "propertyLabel": "Degree" }, { @@ -1124,10 +1124,10 @@ "" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/grantingInstitution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/grantingInstitution", "propertyLabel": "Institution" }, { @@ -1140,7 +1140,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date" }, { @@ -1155,12 +1155,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Dissertation note" } ], "id": "profile:bf2:IBC:Dissertation", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Dissertation", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Dissertation", "resourceLabel": "Dissertation" }, { @@ -1191,12 +1191,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:IBC:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1210,7 +1210,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyLabel": "Supplementary Content (RDA 7.16)", @@ -1227,12 +1227,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:IBC:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Identifiers.json b/static/profiles/bibframe/BIBFRAME 2.0 Identifiers.json index 756d227..6dd0e41 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Identifiers.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Identifiers.json @@ -15,7 +15,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Barcode", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Barcode", "propertyLabel": "Barcode" }, { @@ -30,7 +30,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/CopyrightRegistration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/CopyrightRegistration", "propertyLabel": "Copyright Registration Number" }, { @@ -46,7 +46,7 @@ "valueDataType": {} }, "propertyLabel": "EAN", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Ean" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Ean" }, { "mandatory": "false", @@ -60,7 +60,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/Eidr", + "propertyURI": "https://id.loc.gov/ontologies/bflc/Eidr", "propertyLabel": "EIDR" }, { @@ -75,7 +75,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Isbn", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Isbn", "propertyLabel": "ISBN" }, { @@ -90,7 +90,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Ismn", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Ismn", "propertyLabel": "ISMN" }, { @@ -105,7 +105,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Ismn", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Ismn", "propertyLabel": "ISRC" }, { @@ -120,7 +120,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Issn", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Issn", "propertyLabel": "ISSN" }, { @@ -135,7 +135,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/IssnL", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/IssnL", "propertyLabel": "ISSN-L" }, { @@ -151,7 +151,7 @@ "valueDataType": {} }, "propertyLabel": "LCCN", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Lccn" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Lccn" }, { "mandatory": "false", @@ -165,7 +165,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/StockNumber", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/StockNumber", "propertyLabel": "Music Distributor Number" }, { @@ -180,7 +180,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/MusicPlate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/MusicPlate", "propertyLabel": "Music Plate Number" }, { @@ -195,7 +195,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/MusicPublisherNumber", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/MusicPublisherNumber", "propertyLabel": "Music Publisher Number" }, { @@ -210,7 +210,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/PublisherNumber", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/PublisherNumber", "propertyLabel": "Publisher Number" }, { @@ -225,7 +225,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Strn", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Strn", "propertyLabel": "Standard Technical Report Number" }, { @@ -240,12 +240,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Upc", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Upc", "propertyLabel": "Universal Product Code (UPC)" } ], "id": "profile:bf2:Identifiers", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Identifier", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Identifier", "resourceLabel": "Identifiers" }, { @@ -265,7 +265,7 @@ } ], "id": "profile:bf2:Identifiers:Barcode", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Barcode", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Barcode", "resourceLabel": "Barcode" }, { @@ -296,7 +296,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Assigning agency" }, { @@ -311,12 +311,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on Copyright Registration" } ], "id": "profile:bf2:Identifiers:Copyright", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/CopyrightRegistration", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/CopyrightRegistration", "resourceLabel": "Copyright Registration Number" }, { @@ -345,7 +345,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -360,12 +360,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on EAN" } ], "id": "profile:bf2:Identifiers:EAN", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Ean", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Ean", "resourceLabel": "EAN" }, { @@ -395,12 +395,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on EIDR" } ], "id": "profile:bf2:Identifiers:Eidr", - "resourceURI": "http://id.loc.gov/ontologies/bflc/Eidr", + "resourceURI": "https://id.loc.gov/ontologies/bflc/Eidr", "resourceLabel": "EIDR" }, { @@ -430,7 +430,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -445,7 +445,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on ISBN" }, { @@ -456,18 +456,18 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mstatus" + "https://id.loc.gov/vocabulary/mstatus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Status" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Status" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/status", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/status", "propertyLabel": "Incorrect, Invalid or Canceled?" } ], "id": "profile:bf2:Identifiers:ISBN", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Isbn", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Isbn", "resourceLabel": "ISBN" }, { @@ -496,7 +496,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -511,12 +511,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on ISMN" } ], "id": "profile:bf2:Identifiers:ISMN", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Ismn", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Ismn", "resourceLabel": "ISMN" }, { @@ -545,7 +545,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -560,12 +560,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on ISRC" } ], "id": "profile:bf2:TestProfile:ISRC", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Isrc", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Isrc", "resourceLabel": "ISRC" }, { @@ -596,7 +596,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Assigning agency" }, { @@ -611,7 +611,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on ISSN" }, { @@ -622,18 +622,18 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mstatus" + "https://id.loc.gov/vocabulary/mstatus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Status" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Status" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/status", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/status", "propertyLabel": "Incorrect, Invalid or Canceled?" } ], "id": "profile:bf2:Identifiers:ISSN", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Issn", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Issn", "resourceLabel": "ISSN" }, { @@ -664,7 +664,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Assigning agency" }, { @@ -679,7 +679,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on ISSN-L" }, { @@ -690,18 +690,18 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mstatus" + "https://id.loc.gov/vocabulary/mstatus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Status" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Status" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/status", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/status", "propertyLabel": "Incorrect, Invalid or Canceled?" } ], "id": "profile:bf2:Identifiers:ISSNL", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/IssnL", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/IssnL", "resourceLabel": "ISSN-L" }, { @@ -728,18 +728,18 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mstatus" + "https://id.loc.gov/vocabulary/mstatus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Status" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Status" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/status", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/status", "propertyLabel": "Invalid/Canceled?" } ], "id": "profile:bf2:Identifiers:LCCN", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Lccn", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Lccn", "resourceLabel": "LCCN" }, { @@ -769,7 +769,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Source of number (e.g. OCLC)" }, { @@ -784,12 +784,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on local system number" } ], "id": "profile:bf2:Identifiers:Local", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Local", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Local", "resourceLabel": "Local system number" }, { @@ -817,7 +817,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -832,12 +832,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on Matrix Number" } ], "id": "profile:bf2:Identifiers:Matrix", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MatrixNumber", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MatrixNumber", "resourceLabel": "Matrix Number" }, { @@ -868,7 +868,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Source of Number", "remark": "http://access.rdatoolkit.org/2.15.html" }, @@ -884,12 +884,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:Identifiers:Distributor", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicDistributorNumber", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicDistributorNumber", "resourceLabel": "Music Distributor Number" }, { @@ -920,7 +920,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Publisher Name" }, { @@ -933,7 +933,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -948,12 +948,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on Music Plate Number" } ], "id": "profile:bf2:Identifiers:MusicPlate", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicPlate", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicPlate", "resourceLabel": "Music Plate Number" }, { @@ -984,7 +984,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Label name" }, { @@ -997,7 +997,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -1012,12 +1012,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on Music Publisher Number" } ], "id": "profile:bf2:Identifiers:MusicPub", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicPublisherNumber", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicPublisherNumber", "resourceLabel": "Music Publisher Number" }, { @@ -1046,7 +1046,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -1061,12 +1061,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on other identifier" } ], "id": "profile:bf2:Identifiers:Other", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Identifier", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Identifier", "resourceLabel": "Other Identifier" }, { @@ -1097,7 +1097,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Label name" }, { @@ -1110,7 +1110,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -1125,12 +1125,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on Publisher Number" } ], "id": "profile:bf2:Identifiers:PubNumber", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PublisherNumber", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PublisherNumber", "resourceLabel": "Publisher Number" }, { @@ -1159,7 +1159,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -1174,12 +1174,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on STRN" } ], "id": "profile:bf2:Identifiers:STRN", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Strn", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Strn", "resourceLabel": "Standard Technical Report Number" }, { @@ -1208,7 +1208,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier", "propertyLabel": "Qualifier" }, { @@ -1223,12 +1223,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on Universal Product Code (UPC)" } ], "id": "profile:bf2:Identifiers:UPC", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Upc", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Upc", "resourceLabel": "Universal Product Code (UPC)" }, { @@ -1248,7 +1248,7 @@ } ], "id": "profile:bf2:Identifiers:Note", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Note", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Note", "resourceLabel": "Note" }, { @@ -1268,7 +1268,7 @@ } ], "id": "profile:bf2:Identifiers:Source", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Source", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Source", "resourceLabel": "Source" }, { @@ -1288,7 +1288,7 @@ } ], "id": "profile:bf2:Identifiers:LC", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ShelfMarkLcc", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ShelfMarkLcc", "resourceLabel": "LC shelfmark" }, { @@ -1307,7 +1307,7 @@ "propertyLabel": "DDC shelfmark" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ShelfMarkDcc", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ShelfMarkDcc", "resourceLabel": "DDC shelfmark", "id": "profile:bf2:Identifiers:DDC" }, @@ -1327,7 +1327,7 @@ "propertyLabel": "Accession or copy number" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ShelfMark", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ShelfMark", "id": "profile:bf2:Identifiers:Shelfmark", "resourceLabel": "Accession or copy number" } diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Item.json b/static/profiles/bibframe/BIBFRAME 2.0 Item.json index 8141968..fa1c7bb 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Item.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Item.json @@ -15,7 +15,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Barcode" }, { @@ -32,7 +32,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Call numbers" }, { @@ -45,7 +45,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/enumerationAndChronology", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/enumerationAndChronology", "propertyLabel": "Enumeration and chronology" }, { @@ -57,12 +57,12 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "propertyLabel": "Held by" }, { @@ -75,7 +75,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "propertyLabel": "Shelving location" }, { @@ -88,7 +88,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "propertyLabel": "Electronic location" }, { @@ -101,7 +101,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy", "propertyLabel": "Usage and access policy" }, { @@ -114,7 +114,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" }, { @@ -127,12 +127,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/acquisitionSource", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/acquisitionSource", "propertyLabel": "Contact information (RDA 4.3)", "remark": "http://access.rdatoolkit.org/rdachp4_rda4-93.html" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item", "resourceLabel": "BIBFRAME 2.0 Item", "id": "profile:bf2:Item" }, @@ -147,7 +147,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/AccessPolicy" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/AccessPolicy" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -155,7 +155,7 @@ } ], "id": "profile:bf2:Item:Access", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/AccessPolicy", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/AccessPolicy", "resourceLabel": "Lending or Access Policy" }, { @@ -169,7 +169,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/UsePolicy" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/UsePolicy" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -178,7 +178,7 @@ ], "id": "profile:bf2:Item:Use", "resourceLabel": "Use or Reproduction Policy", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/UsePolicy" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/UsePolicy" }, { "propertyTemplates": [ @@ -191,7 +191,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/RetentionPolicy" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/RetentionPolicy" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -199,7 +199,7 @@ } ], "id": "profile:bf2:Item:Retention", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/RetentionPolicy", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/RetentionPolicy", "resourceLabel": "Retention Policy" }, { @@ -220,7 +220,7 @@ } ], "id": "profile:bf2:Item:ImmAcqSource", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ImmediateAcquisition", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ImmediateAcquisition", "resourceLabel": "Immediate Source of Acquisition" }, { @@ -240,7 +240,7 @@ } ], "id": "profile:bf2:Item:Enumeration", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Enumeration", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Enumeration", "resourceLabel": "Enumeration" }, { @@ -260,7 +260,7 @@ } ], "id": "profile:bf2:Item:Chronology", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Chronology", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Chronology", "resourceLabel": "Chronology" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 LCC.json b/static/profiles/bibframe/BIBFRAME 2.0 LCC.json index 110dcf8..e9aa04f 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 LCC.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 LCC.json @@ -13,13 +13,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classificationPortion", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classificationPortion", "propertyLabel": "LC Classification Number" } ], "id": "profile:bf2:LCC", "resourceLabel": "Library of Congress Classification", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ClassificationLcc" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ClassificationLcc" } ], "id": "profile:bf2:LCC", diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Language.json b/static/profiles/bibframe/BIBFRAME 2.0 Language.json index 429fc7b..97c46c9 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Language.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Language.json @@ -11,15 +11,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "valueLanguage": "", "remark": "" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -35,12 +35,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Language", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Language", "id": "profile:bf2:Language", "resourceLabel": "Language (testing)", "remark": "" @@ -59,12 +59,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Language of Content" } ], "id": "profile:bf2:Language:Note", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Language", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Language", "resourceLabel": "Language of Content" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Load.json b/static/profiles/bibframe/BIBFRAME 2.0 Load.json index 4641b2a..fafebc2 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Load.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Load.json @@ -14,10 +14,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -35,7 +35,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information" }, { @@ -49,10 +49,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Contribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Contribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Other Agent Associated with Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -68,7 +68,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -84,7 +84,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "LC Control Number for the Work", "remark": "http://access.rdatoolkit.org/2.15.html" }, @@ -100,12 +100,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata", "propertyLabel": "Administrative Metadata for Loaded Work" } ], "id": "profile:bf2:Load:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work for Loading" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Monograph.json b/static/profiles/bibframe/BIBFRAME 2.0 Monograph.json index 2515085..0e98187 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Monograph.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Monograph.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup" }, { @@ -31,10 +31,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -52,7 +52,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information" }, { @@ -67,7 +67,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -80,7 +80,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Work (RDA 6.4)", "remark": "http://access.rdatoolkit.org/6.4.html" }, @@ -96,7 +96,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "propertyLabel": "Place of Origin of the Work (RDA 6.5)", "remark": "http://access.rdatoolkit.org/6.5.html" }, @@ -112,7 +112,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "propertyLabel": "(Geographic) Coverage of the Content" }, { @@ -125,7 +125,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -141,7 +141,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience" }, { @@ -155,10 +155,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Contribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Contribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -174,7 +174,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -190,7 +190,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -205,7 +205,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dissertation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dissertation", "propertyLabel": "Dissertation (RDA 7.9)", "remark": "http://access.rdatoolkit.org/7.9.html" }, @@ -221,7 +221,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -236,7 +236,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -252,7 +252,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { @@ -263,17 +263,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/txt", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/txt", "defaultLiteral": "text", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -285,15 +285,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -309,7 +309,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -325,7 +325,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Script (RDA 7.13.2)", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, @@ -337,15 +337,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/millus" + "https://id.loc.gov/vocabulary/millus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Illustration" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Illustration" }, "repeatable": "true", "editable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content (RDA 7.15)", "remark": "http://access.rdatoolkit.org/7.15.html" }, @@ -361,7 +361,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -376,7 +376,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -392,7 +392,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, @@ -408,7 +408,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp26_rda26-25.html" }, @@ -424,7 +424,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" }, { @@ -443,7 +443,7 @@ } ], "id": "profile:bf2:Monograph:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work" }, { @@ -451,7 +451,7 @@ "propertyTemplates": [ { "propertyLabel": "Instance of", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -466,7 +466,7 @@ }, { "propertyLabel": "Title Information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -497,11 +497,11 @@ }, "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "propertyLabel": "Edition Statement (RDA 2.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -527,7 +527,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "propertyLabel": "Publication, Distribution, Manufacture Statements", "remark": "" }, @@ -541,7 +541,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -559,7 +559,7 @@ "dataTypeLabelHint": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries", "propertyLabel": "Series Statement", "remark": "" }, @@ -571,23 +571,23 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, { "propertyLabel": "Identifier for the Manifestation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -617,23 +617,23 @@ }, "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/n", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/n", "defaultLiteral": "unmediated", "editable": "false", "repeatable": "true" @@ -643,7 +643,7 @@ }, { "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -659,7 +659,7 @@ }, { "propertyLabel": "Dimensions (RDA 3.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -673,19 +673,19 @@ }, { "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/nc", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/nc", "defaultLiteral": "volume", "repeatable": "true", "editable": "false" @@ -707,7 +707,7 @@ ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestation", "remark": "" }, @@ -725,13 +725,13 @@ "dataTypeLabelHint": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", "propertyLabel": "Has Item", "remark": "Item which is an example of the described Instance." }, { "propertyLabel": "Uniform Resource Locator (RDA 4.6)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "type": "literal", "valueConstraint": { @@ -755,7 +755,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", "remark": "http://access.rdatoolkit.org/2.15.html" }, @@ -771,7 +771,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata", "propertyLabel": "Administrative Metadata for Instance" }, { @@ -784,13 +784,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/projectedProvisionDate", + "propertyURI": "https://id.loc.gov/ontologies/bflc/projectedProvisionDate", "propertyLabel": "Projected publication date (YYMM)", - "remark": "http://id.loc.gov/ontologies/bflc.html#p_projectedProvisionDate" + "remark": "https://id.loc.gov/ontologies/bflc.html#p_projectedProvisionDate" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance", "remark": "" }, { @@ -798,16 +798,16 @@ "propertyTemplates": [ { "propertyLabel": "Held by", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "resourceTemplates": [], "type": "literal", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, "mandatory": "false", @@ -815,7 +815,7 @@ }, { "propertyLabel": "Shelving call numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -830,7 +830,7 @@ }, { "propertyLabel": "Electronic location", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -843,7 +843,7 @@ }, { "propertyLabel": "Held in sublocation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -856,7 +856,7 @@ }, { "propertyLabel": "Barcode", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -871,7 +871,7 @@ }, { "propertyLabel": "Notes about the Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -886,7 +886,7 @@ }, { "propertyLabel": "Lending, Reproduction, and Retention Policies", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -915,7 +915,7 @@ "valueDataType": {} }, "propertyLabel": "Enumeration And Chronology of Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/enumerationAndChronology" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/enumerationAndChronology" }, { "mandatory": "false", @@ -929,7 +929,7 @@ }, "remark": "http://access.rdatoolkit.org/2.18.html", "propertyLabel": "Custodial History of Item (RDA 2.18)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/custodialHistory" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/custodialHistory" }, { "mandatory": "false", @@ -943,13 +943,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/immediateAcquisition", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/immediateAcquisition", "propertyLabel": "Immediate Source of Acquisition of Item", "remark": "" } ], "resourceLabel": "BIBFRAME Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item" }, { "propertyTemplates": [ @@ -963,7 +963,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestations (RDA 27)", "remark": "http://access.rdatoolkit.org/27.1.html" }, @@ -978,7 +978,7 @@ "valueDataType": {} }, "propertyLabel": "Also issued in another format as:", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, { @@ -991,7 +991,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/accompaniedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/accompaniedBy", "propertyLabel": "Accompanied by (manifestation):", "remark": "http://access.rdatoolkit.org/J.4.5.html" }, @@ -1006,7 +1006,7 @@ "valueDataType": {} }, "propertyLabel": "Reprinted as (manifestation):", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, { @@ -1021,7 +1021,7 @@ }, "remark": "http://access.rdatoolkit.org/J.4.2.html", "propertyLabel": "Reprint of (manifestation)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent" }, { "mandatory": "false", @@ -1034,12 +1034,12 @@ "valueDataType": {} }, "propertyLabel": "Record Relationship Designator for Related Manifestation (RDA Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationshipTarget", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationshipTarget", "remark": "http://access.rdatoolkit.org/J.4.html" } ], "id": "profile:bf2:Monograph:RelatedInstance", - "resourceURI": "http://id.loc.gov/ontologies/bflc/Relationship", + "resourceURI": "https://id.loc.gov/ontologies/bflc/Relationship", "resourceLabel": "Related Manifestation" }, { @@ -1059,7 +1059,7 @@ "remark": "http://access.rdatoolkit.org/lcpschp25_lcps25-354.html" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "id": "profile:bf2:Monograph:Contents", "resourceLabel": "Contents note" }, @@ -1081,7 +1081,7 @@ } ], "id": "profile:bf2:Monograph:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1094,15 +1094,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" }, "editable": "true", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Intended Audience (RDA 7.7)", "remark": "http://access.rdatoolkit.org/7.7.html" }, @@ -1118,13 +1118,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note about Audience", "remark": "" } ], "id": "profile:bf2:Monograph:Audience", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience", "resourceLabel": "Intended Audience" }, { @@ -1139,7 +1139,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/degree", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/degree", "propertyLabel": "Degree" }, { @@ -1153,10 +1153,10 @@ "" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/grantingInstitution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/grantingInstitution", "propertyLabel": "Institution" }, { @@ -1169,7 +1169,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date" }, { @@ -1184,12 +1184,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Dissertation note" } ], "id": "profile:bf2:Monograph:Dissertation", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Dissertation", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Dissertation", "resourceLabel": "Dissertation" }, { @@ -1220,12 +1220,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:Monograph:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1239,7 +1239,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyLabel": "Supplementary Content (RDA 7.16)", @@ -1256,12 +1256,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:Monograph:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" }, { @@ -1269,7 +1269,7 @@ "propertyTemplates": [ { "propertyLabel": "Lookup", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1278,7 +1278,7 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "mandatory": "false", @@ -1295,16 +1295,16 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, "propertyLabel": "Creator of Work (RDA 19.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/19.2.html" }, { "propertyLabel": "Title Information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "", "resourceTemplates": [], "valueConstraint": { @@ -1322,7 +1322,7 @@ }, { "propertyLabel": "Form of Work", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1338,7 +1338,7 @@ }, { "propertyLabel": "Date of Work (RDA 6.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1352,7 +1352,7 @@ }, { "propertyLabel": "Place of Origin of the Work (RDA 6.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1368,7 +1368,7 @@ }, { "propertyLabel": "(Geographic) Coverage of the Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1392,7 +1392,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -1410,7 +1410,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience", "remark": "" }, @@ -1425,16 +1425,16 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Contribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Contribution" } }, "propertyLabel": "Other Agent Associated with Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "propertyLabel": "Subject of the Work (RDA Chapter 23)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1457,7 +1457,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work", "remark": "", "mandatory": "false", @@ -1476,13 +1476,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dissertation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dissertation", "propertyLabel": "Dissertation (RDA 7.9)", "remark": "http://access.rdatoolkit.org/7.9.html" }, { "propertyLabel": "Contents (LC-PCC PS 25.1)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1510,11 +1510,11 @@ "valueDataType": {} }, "propertyLabel": "Classification numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification" }, { "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1540,7 +1540,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions" }, { @@ -1555,7 +1555,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Expression elements" }, { @@ -1570,7 +1570,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" }, { @@ -1597,12 +1597,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "propertyLabel": "Your Windows ID and Comments" } ], "resourceLabel": "BIBFRAME Work (RDA Work Elements)", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work" }, { "propertyTemplates": [ @@ -1617,10 +1617,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "propertyLabel": "Expression of", "remark": "Expression has a related work. For use to connect Works under FRBR/RDA rules." }, @@ -1636,7 +1636,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information" }, { @@ -1647,16 +1647,16 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, "editable": "true", - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/txt", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/txt", "defaultLiteral": "text" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -1670,7 +1670,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Expression (RDA 6.10)", "remark": "http://access.rdatoolkit.org/6.10.html" }, @@ -1682,13 +1682,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -1706,7 +1706,7 @@ }, "propertyLabel": "Summary", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary" }, { "mandatory": "false", @@ -1722,7 +1722,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -1737,7 +1737,7 @@ "valueDataType": {} }, "propertyLabel": "Script (RDA 7.13.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, { @@ -1748,13 +1748,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/millus" + "https://id.loc.gov/vocabulary/millus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Illustration" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Illustration" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content (RDA 7.15)", "remark": "http://access.rdatoolkit.org/7.15.html" }, @@ -1770,7 +1770,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content", "remark": "" }, @@ -1789,7 +1789,7 @@ } }, "propertyLabel": "Color Content (RDA 7.17)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "remark": "http://access.rdatoolkit.org/7.17.html" }, { @@ -1804,7 +1804,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/20.2.html", "propertyLabel": "Contributor (RDA 20.2)" }, @@ -1820,7 +1820,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Expression", "remark": "" }, @@ -1840,7 +1840,7 @@ } ], "id": "profile:bf2:Monograph:ExpressionOld", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work (RDA Expression Elements)" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Moving Image: 35mm Feature Film.json b/static/profiles/bibframe/BIBFRAME 2.0 Moving Image: 35mm Feature Film.json index 05f060e..078baac 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Moving Image: 35mm Feature Film.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Moving Image: 35mm Feature Film.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Search works" }, { @@ -34,7 +34,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information" }, { @@ -49,7 +49,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "propertyLabel": "Place of Origin of the Work (RDA 6.5)", "remark": "http://access.rdatoolkit.org/6.5.html" }, @@ -63,7 +63,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Work (RDA 6.4)", "remark": "http://access.rdatoolkit.org/6.4.html" }, @@ -77,7 +77,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/historyOfWork", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/historyOfWork", "propertyLabel": "History of the Work (RDA 6.7)", "remark": "http://access.rdatoolkit.org/6.7.html" }, @@ -91,7 +91,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Source Consulted (RDA 5.8.1.3)", "remark": "http://access.rdatoolkit.org/5.8.1.3.html" }, @@ -107,7 +107,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "propertyLabel": "(Geographic) Coverage of the Content" }, { @@ -120,7 +120,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -136,7 +136,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Identifiers" }, { @@ -151,7 +151,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience" }, { @@ -166,7 +166,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -181,7 +181,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -196,7 +196,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -211,7 +211,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -226,7 +226,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -242,7 +242,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -258,7 +258,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -270,17 +270,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/tdi", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/tdi", "defaultLiteral": "two-dimensional moving image", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -292,15 +292,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -316,7 +316,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -332,7 +332,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content" }, { @@ -347,7 +347,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/soundContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/soundContent", "propertyLabel": "Sound Content" }, { @@ -360,7 +360,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -378,7 +378,7 @@ "dataTypeLabel": "Place of capture:" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/capture", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture", "propertyLabel": "Capture information" }, { @@ -393,7 +393,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/eventContentOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/eventContentOf", "propertyLabel": "Event" }, { @@ -406,7 +406,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/awards", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/awards", "propertyLabel": "Award (RDA 7.28)", "remark": "http://access.rdatoolkit.org/7.28.html" }, @@ -422,7 +422,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, @@ -438,7 +438,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp26_rda26-25.html" }, @@ -454,7 +454,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Related Manifestations (RDA Chapter 27, Appendix J)" }, { @@ -483,12 +483,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" } ], "id": "profile:bf2:35mmFeatureFilm:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work" }, { @@ -496,7 +496,7 @@ "propertyTemplates": [ { "propertyLabel": "Instance Of", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "type": "resource", "valueConstraint": { "valueTemplateRefs": [ @@ -511,7 +511,7 @@ }, { "propertyLabel": "Title Information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -539,11 +539,11 @@ }, "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "propertyLabel": "Edition Statement (RDA 2.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -571,7 +571,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "propertyLabel": "Publication, Distribution, Manufacture Statements", "remark": "" }, @@ -585,7 +585,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -597,16 +597,16 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, "editable": "true", - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, @@ -625,7 +625,7 @@ "valueDataType": {} }, "propertyLabel": "Identifiers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "remark": "" }, { @@ -642,7 +642,7 @@ }, "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -658,23 +658,23 @@ }, "propertyLabel": "Cast/Credits", "remark": "http://access.rdatoolkit.org/2.17.3.5.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/credits" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/credits" }, { "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/g", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/g", "defaultLiteral": "projected", "editable": "false", "repeatable": "true" @@ -684,19 +684,19 @@ }, { "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/mr", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/mr", "defaultLiteral": "film reel", "editable": "false", "repeatable": "true" @@ -706,7 +706,7 @@ }, { "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -722,7 +722,7 @@ }, { "propertyLabel": "Dimensions", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -746,7 +746,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -758,13 +758,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/BaseMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/BaseMaterial" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/baseMaterial", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/baseMaterial", "propertyLabel": "Base Material (RDA 3.6)", "remark": "http://access.rdatoolkit.org/3.6.html" }, @@ -776,15 +776,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mgeneration" + "https://id.loc.gov/vocabulary/mgeneration" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Generation" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Generation" } }, "remark": "http://access.rdatoolkit.org/3.10.html", "propertyLabel": "Recording Generation (RDA 3.10)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/generation" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/generation" }, { "mandatory": "false", @@ -794,15 +794,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mpolarity" + "https://id.loc.gov/vocabulary/mpolarity" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Polarity" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Polarity" } }, "propertyLabel": "Polarity (RDA 3.14.1.3)", "remark": "http://access.rdatoolkit.org/3.14.1.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/polarity" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/polarity" }, { "mandatory": "false", @@ -820,7 +820,7 @@ }, "propertyLabel": "Sound Characteristic (RDA 3.16)", "remark": "http://access.rdatoolkit.org/3.16.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/soundCharacteristic" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/soundCharacteristic" }, { "mandatory": "false", @@ -836,11 +836,11 @@ }, "propertyLabel": "Projection Characteristics", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/projectionCharacteristic" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/projectionCharacteristic" }, { "propertyLabel": "Uniform Resource Locator (RDA 4.6)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "type": "literal", "valueConstraint": { @@ -865,7 +865,7 @@ "valueDataType": {} }, "propertyLabel": "Persons, Families, Corporate Bodies Associated with the Manifestation (RDA 21.1.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/21.1.2.html" }, { @@ -880,7 +880,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Source Consulted", "remark": "" }, @@ -897,7 +897,7 @@ "valueDataType": {} }, "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "remark": "http://access.rdatoolkit.org/2.15.html" }, { @@ -913,7 +913,7 @@ "valueDataType": {} }, "propertyLabel": "Administrative Metadata for Instance", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata" }, { "mandatory": "false", @@ -928,27 +928,27 @@ "valueDataType": {} }, "propertyLabel": "Has Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance" }, { "id": "profile:bf2:35mmFeatureFilm:Item", "propertyTemplates": [ { "propertyLabel": "Held by", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, "mandatory": "false", @@ -956,7 +956,7 @@ }, { "propertyLabel": "Call numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -972,7 +972,7 @@ }, { "propertyLabel": "Barcode", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -987,7 +987,7 @@ }, { "propertyLabel": "Electronic location", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1008,12 +1008,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/collection", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/collection", "propertyLabel": "Collection" }, { "propertyLabel": "Held in sublocation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1026,7 +1026,7 @@ }, { "propertyLabel": "Notes about the Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1041,7 +1041,7 @@ }, { "propertyLabel": "Lending, Reproduction, and Retention Policies", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1068,12 +1068,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/enumerationAndChronology", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/enumerationAndChronology", "propertyLabel": "Enumeration" } ], "resourceLabel": "BIBFRAME Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item" }, { "propertyTemplates": [ @@ -1087,7 +1087,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightRegistration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightRegistration", "propertyLabel": "Copyright Registration Number" }, { @@ -1100,7 +1100,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightRegistration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightRegistration", "propertyLabel": "Note on Copyright Registration" }, { @@ -1114,7 +1114,7 @@ "valueDataType": {} }, "propertyLabel": "Universal Product Code (UPC)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/upc" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/upc" }, { "mandatory": "false", @@ -1127,7 +1127,7 @@ "valueDataType": {} }, "propertyLabel": "Note on Universal Product Code (UPC)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/upc" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/upc" }, { "mandatory": "false", @@ -1140,7 +1140,7 @@ "valueDataType": {} }, "propertyLabel": "Publisher Number", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/PublisherNumber" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/PublisherNumber" }, { "mandatory": "false", @@ -1153,11 +1153,11 @@ "valueDataType": {} }, "propertyLabel": "Note on Publisher Number", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/PublisherNumber" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/PublisherNumber" } ], "id": "profile:bf:identifier:35mmFeatureFilm", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/identifier", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/identifier", "resourceLabel": "Identifiers (unused)" }, { @@ -1173,10 +1173,10 @@ "http://mlvlp04.loc.gov:8230/resources/instances" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Instance" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Search" }, { @@ -1189,7 +1189,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Record Related Manifestation Authorized Access Point" }, { @@ -1203,12 +1203,12 @@ "valueDataType": {} }, "propertyLabel": "Record Relationship Designator for Related Manifestation (RDA Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationshipTarget" + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationshipTarget" } ], "id": "profile:bf2:35mmFeatureFilm:RelatedInstance", "resourceLabel": "Related Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/hasInstance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/hasInstance" }, { "propertyTemplates": [ @@ -1228,7 +1228,7 @@ } ], "id": "profile:bf2:35mmFeatureFilm:Contents", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "resourceLabel": "Contents note" }, { @@ -1259,12 +1259,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Summary note" } ], "id": "profile:bf2:35mmFeatureFilm:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1284,7 +1284,7 @@ } ], "id": "profile:bf2:35mmFeatureFilm:Credits", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Credits", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Credits", "resourceLabel": "Cast/Credits note" }, { @@ -1301,7 +1301,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/place", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/place", "propertyLabel": "Place of Capture (RDA 7.11.2)", "remark": "http://access.rdatoolkit.org/7.11.2.html" }, @@ -1315,7 +1315,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date of Capture (RDA 7.11.3)", "remark": "http://access.rdatoolkit.org/7.11.3.html" }, @@ -1331,12 +1331,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Capture note" } ], "id": "profile:bf2:35mmFeatureFilm:Capture", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Capture", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Capture", "resourceLabel": "Capture information" }, { @@ -1350,7 +1350,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Place" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Place" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1358,7 +1358,7 @@ } ], "id": "profile:bf2:35mmFeatureFilm:Place", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Place", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Place", "resourceLabel": "Place" }, { @@ -1371,10 +1371,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mcolor" + "https://id.loc.gov/vocabulary/mcolor" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/ColorContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/ColorContent" } }, "propertyURI": "http://www.w3.org/1999/02/22-rdf-syntax-ns#value", @@ -1393,13 +1393,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Color Content (RDA 7.17.1.4)", "remark": "http://access.rdatoolkit.org/7.17.1.4.html" } ], "id": "profile:bf2:35mmFeatureFilm:Color", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ColorContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ColorContent", "resourceLabel": "Color content" }, { @@ -1412,10 +1412,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, "propertyURI": "http://www.w3.org/1999/02/22-rdf-syntax-ns#value", @@ -1433,12 +1433,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note about Audience" } ], "id": "profile:bf2:35mmFeatureFilm:Audience", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience", "resourceLabel": "Intended Audience" }, { @@ -1469,12 +1469,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:35mmFeatureFilm:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1505,14 +1505,14 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note about dimensions (RDA 3.21.3)", "remark": "http://access.rdatoolkit.org/rdachp3_rda3-5659.html" } ], "id": "profile:bf2:35mmFeatureFilm:Dimensions", "resourceLabel": "Dimensions", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Dimensions" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Dimensions" }, { "propertyTemplates": [ @@ -1524,16 +1524,16 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/msoundcontent" + "https://id.loc.gov/vocabulary/msoundcontent" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/SoundContent" + "remark": "https://id.loc.gov/ontologies/bibframe/SoundContent" } }, "propertyLabel": "Sound Content (RDA 7.18)", "remark": "http://access.rdatoolkit.org/7.18.html", - "propertyURI": "http://id.loc.gov/ontologies/bflc/target" + "propertyURI": "https://id.loc.gov/ontologies/bflc/target" }, { "mandatory": "false", @@ -1547,14 +1547,14 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Sound Content (RDA 7.18)", "remark": "http://access.rdatoolkit.org/7.18.html" } ], "id": "profile:bf2:35mmFeatureFilm:SoundContent", "resourceLabel": "Sound content", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SoundContent" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SoundContent" }, { "propertyTemplates": [ @@ -1569,7 +1569,7 @@ "valueDataType": { "dataTypeURI": "", "dataTypeLabelHint": "", - "remark": "http://id.loc.gov/ontologies/bibframe/ProjectionCharacteristic" + "remark": "https://id.loc.gov/ontologies/bibframe/ProjectionCharacteristic" } }, "propertyURI": "http://www.w3.org/1999/02/22-rdf-syntax-ns#value", @@ -1588,13 +1588,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Projection Characteristics of Motion Picture Film (RDA 3.17.2.4)", "remark": "http://access.rdatoolkit.org/3.17.2.4.html" } ], "id": "profile:bf2:35mmFeatureFilm:ProjChar", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ProjectionCharacteristic", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ProjectionCharacteristic", "resourceLabel": "Projection characteristics" }, { @@ -1611,7 +1611,7 @@ }, "propertyLabel": "Sound Characteristic (RDA 3.16)", "remark": "http://access.rdatoolkit.org/3.16.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/SoundCharacteristic" }, { "mandatory": "false", @@ -1625,13 +1625,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Sound Characteristic (RDA 3.16.1.4)", "remark": "http://access.rdatoolkit.org/3.16.1.4.html" } ], "id": "profile:bf2:35mmFeatureFilm:Sound", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/soundCharacteristic", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/soundCharacteristic", "resourceLabel": "Sound Characteristics" }, { @@ -1644,14 +1644,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mplayback" + "https://id.loc.gov/vocabulary/mplayback" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/PlaybackChannels" + "remark": "https://id.loc.gov/ontologies/bibframe/PlaybackChannels" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Configuration of Playback Channels (RDA 3.16.8)", "remark": "http://access.rdatoolkit.org/3.16.8.html" }, @@ -1667,13 +1667,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Configuration of Playback Channels (RDA 3.16.8.4)", "remark": "http://access.rdatoolkit.org/3.16.8.4.html" } ], "id": "profile:bf2:35mmFeatureFilm:Sound1", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlaybackChannels", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlaybackChannels", "resourceLabel": "Playback Channels" }, { @@ -1686,20 +1686,20 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mspecplayback" + "https://id.loc.gov/vocabulary/mspecplayback" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic" + "remark": "https://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Special Playback Characteristic (RDA 3.16.9)", "remark": "http://access.rdatoolkit.org/3.16.9.html" } ], "id": "profile:bf2:35mmFeatureFilm:Sound2", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic", "resourceLabel": "Special Playback Characteristic" }, { @@ -1727,12 +1727,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date of Event" } ], "id": "profile:bf2:35mmFeatureFilm:Event", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Event", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Event", "resourceLabel": "Event" }, { @@ -1752,7 +1752,7 @@ "remark": "http://access.rdatoolkit.org/5.8.1.3.html" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Source", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Source", "resourceLabel": "Source Consulted", "id": "profile:bf2:35mmFeatureFilm:Source" }, @@ -1761,7 +1761,7 @@ "propertyTemplates": [ { "propertyLabel": "Search works", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1771,7 +1771,7 @@ ], "valueTemplateRefs": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "mandatory": "false", @@ -1779,7 +1779,7 @@ }, { "propertyLabel": "Title Information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "", "resourceTemplates": [], "valueConstraint": { @@ -1797,7 +1797,7 @@ }, { "propertyLabel": "Place of Origin of the Work (RDA 6.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1813,7 +1813,7 @@ }, { "propertyLabel": "Date of Work (RDA 6.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1837,7 +1837,7 @@ }, "propertyLabel": "History of the Work (RDA 6.7)", "remark": "http://access.rdatoolkit.org/6.7.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/historyOfWork" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/historyOfWork" }, { "mandatory": "false", @@ -1849,13 +1849,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Source Consulted (RDA 5.8.1.3)", "remark": "http://access.rdatoolkit.org/5.8.1.3.html" }, { "propertyLabel": "(Geographic) Coverage of the Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1880,7 +1880,7 @@ "valueDataType": {} }, "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "remark": "http://access.rdatoolkit.org/7.3.html" }, { @@ -1896,7 +1896,7 @@ "valueDataType": {} }, "propertyLabel": "Identifiers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy" }, { "mandatory": "false", @@ -1910,7 +1910,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience" }, { @@ -1922,7 +1922,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work", "remark": "", "mandatory": "false", @@ -1931,7 +1931,7 @@ }, { "propertyLabel": "Contents (LC-PCC PS 25.1)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1947,7 +1947,7 @@ }, { "propertyLabel": "Form of Work", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1963,7 +1963,7 @@ }, { "propertyLabel": "Subject of the Work (RDA Chapter 23)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1991,7 +1991,7 @@ }, "propertyLabel": "Other Person, Family, or Corporate Body Associated With a Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "mandatory": "false", @@ -2006,12 +2006,12 @@ "valueDataType": {} }, "propertyLabel": "Creator of Work (RDA 19.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/19.2.html" }, { "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2037,12 +2037,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions" }, { "propertyLabel": "Expression elements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2070,7 +2070,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Related Manifestations (RDA Chapter 27, Appendix J)" }, { @@ -2097,7 +2097,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "propertyLabel": "Your Windows ID and Comments" }, { @@ -2113,11 +2113,11 @@ "valueDataType": {} }, "propertyLabel": "Has BIBFRAME Instance", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance" } ], "resourceLabel": "BIBFRAME Work (RDA Work Elements)", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "remark": "Graphic, non-realized representations of musical works intended to be perceived visually." }, { @@ -2133,10 +2133,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "propertyLabel": "Search works", "remark": "Expression has a related work. For use to connect Works under FRBR/RDA rules." }, @@ -2148,16 +2148,16 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, "editable": "true", - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/tdi", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/tdi", "defaultLiteral": "two-dimensional moving image" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -2173,7 +2173,7 @@ }, "propertyLabel": "Date of Expression (RDA 6.10)", "remark": "http://access.rdatoolkit.org/6.10.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate" }, { "mandatory": "false", @@ -2183,14 +2183,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "defaultURI": "" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -2206,7 +2206,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary", "remark": "" }, @@ -2226,7 +2226,7 @@ }, "propertyLabel": "Capture information", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/capture" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture" }, { "mandatory": "false", @@ -2240,7 +2240,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/eventContentOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/eventContentOf", "propertyLabel": "Event" }, { @@ -2255,7 +2255,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -2274,7 +2274,7 @@ } }, "propertyLabel": "Color Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "remark": "" }, { @@ -2290,7 +2290,7 @@ "valueDataType": {} }, "propertyLabel": "Sound Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/soundContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/soundContent", "remark": "" }, { @@ -2303,7 +2303,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -2318,7 +2318,7 @@ "valueDataType": {} }, "propertyLabel": "Award (RDA 7.28)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/awards", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/awards", "remark": "http://access.rdatoolkit.org/7.28.html" }, { @@ -2335,7 +2335,7 @@ }, "propertyLabel": "Notes on the Expression", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -2351,7 +2351,7 @@ }, "propertyLabel": "Contributor (RDA 20.2)", "remark": "http://access.rdatoolkit.org/20.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "mandatory": "false", @@ -2369,7 +2369,7 @@ } ], "id": "profile:bf2:35mmFeatureFilm:ExpressionOld", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work (RDA Expression Elements)" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Moving Image: BluRay DVD.json b/static/profiles/bibframe/BIBFRAME 2.0 Moving Image: BluRay DVD.json index 1549d14..5f905ed 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Moving Image: BluRay DVD.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Moving Image: BluRay DVD.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Search works" }, { @@ -34,7 +34,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title information" }, { @@ -49,7 +49,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -65,7 +65,7 @@ "dataTypeLabel": "EDTF" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Work (RDA 6.4)", "remark": "http://access.rdatoolkit.org/6.4.html" }, @@ -81,7 +81,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "propertyLabel": "Place of Origin of the Work (RDA 6.5)", "remark": "http://access.rdatoolkit.org/6.5.html" }, @@ -95,7 +95,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/historyOfWork", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/historyOfWork", "propertyLabel": "History of the Work (RDA 6.7)", "remark": "http://access.rdatoolkit.org/rdachp6_rda6-3332.html" }, @@ -109,7 +109,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Source Consulted (RDA 5.8.1.3)", "remark": "http://access.rdatoolkit.org/5.8.1.3.html" }, @@ -125,7 +125,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "propertyLabel": "(Geographic) Coverage of the Content" }, { @@ -138,7 +138,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -154,7 +154,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Identifiers" }, { @@ -169,7 +169,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience" }, { @@ -183,10 +183,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -202,7 +202,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -218,7 +218,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -234,7 +234,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -249,7 +249,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -264,7 +264,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -280,7 +280,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { @@ -291,17 +291,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/tdi", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/tdi", "defaultLiteral": "two-dimensional moving image", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -313,15 +313,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -337,7 +337,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -353,7 +353,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/capture", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture", "propertyLabel": "Capture information" }, { @@ -368,7 +368,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Event", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Event", "propertyLabel": "Event" }, { @@ -381,7 +381,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contentAccessibility", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contentAccessibility", "propertyLabel": "Accessibility Content (RDA 7.14)", "remark": "http://access.rdatoolkit.org/7.14.html" }, @@ -397,7 +397,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -412,7 +412,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content" }, { @@ -427,7 +427,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/soundContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/soundContent", "propertyLabel": "Sound Content" }, { @@ -442,7 +442,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/aspectRatio", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/aspectRatio", "propertyLabel": "Aspect Ratio" }, { @@ -455,7 +455,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -469,7 +469,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/awards", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/awards", "propertyLabel": "Award (RDA 7.28)", "remark": "http://access.rdatoolkit.org/7.28.html" }, @@ -485,7 +485,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, @@ -501,7 +501,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp26_rda26-25.html" }, @@ -517,7 +517,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Related Manifestations (RDA Chapter 27, Appendix J)" }, { @@ -532,7 +532,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" }, { @@ -551,7 +551,7 @@ } ], "id": "profile:bf2:MIBluRayDVD:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work" }, { @@ -559,7 +559,7 @@ "propertyTemplates": [ { "propertyLabel": "Instance Of", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -574,7 +574,7 @@ }, { "propertyLabel": "Title Information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -602,11 +602,11 @@ }, "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "propertyLabel": "Edition Statement (RDA 2.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -622,7 +622,7 @@ }, { "propertyLabel": "Publication, Distribution, Manufacture Statements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -650,7 +650,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -668,7 +668,7 @@ }, "propertyLabel": "Series Statement", "remark": "http://access.rdatoolkit.org/2.12.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries" }, { "mandatory": "false", @@ -678,17 +678,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, "editable": "false", - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, @@ -711,7 +711,7 @@ "valueDataType": {} }, "propertyLabel": "Identifiers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "remark": "" }, { @@ -728,7 +728,7 @@ }, "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -742,7 +742,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -757,7 +757,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -774,23 +774,23 @@ }, "propertyLabel": "Cast/Credits", "remark": "http://access.rdatoolkit.org/2.17.3.5.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/credits" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/credits" }, { "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/v", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/v", "defaultLiteral": "video", "editable": "false", "repeatable": "true" @@ -800,19 +800,19 @@ }, { "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/vd", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/vd", "defaultLiteral": "videodisc", "editable": "false", "repeatable": "true" @@ -834,11 +834,11 @@ }, "propertyLabel": "Production Method", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/productionMethod" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/productionMethod" }, { "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -854,7 +854,7 @@ }, { "propertyLabel": "Dimensions", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -878,7 +878,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -895,7 +895,7 @@ "valueDataType": {} }, "propertyLabel": "Optional Language Tracks (MARC 546 Field)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language" }, { "mandatory": "false", @@ -909,7 +909,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Optional Subtitles" }, { @@ -925,7 +925,7 @@ "valueDataType": {} }, "propertyLabel": "Accessibility Content (Closed captions/ English subtitles for the deaf and hard of hearing)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contentAccessibility" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contentAccessibility" }, { "mandatory": "false", @@ -940,7 +940,7 @@ "valueDataType": {} }, "propertyLabel": "LCGFT Accessibility Term (Video recordings for ... )", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm" }, { "mandatory": "false", @@ -954,7 +954,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/aspectRatio", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/aspectRatio", "propertyLabel": "Aspect Ratio" }, { @@ -976,7 +976,7 @@ }, "propertyLabel": "Sound Characteristics", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/soundCharacteristic" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/soundCharacteristic" }, { "mandatory": "false", @@ -989,12 +989,12 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/BroadcastStandard" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/BroadcastStandard" } }, "propertyLabel": "Video Characteristics", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/videoCharacteristic" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/videoCharacteristic" }, { "mandatory": "false", @@ -1018,7 +1018,7 @@ }, "propertyLabel": "Digital File Characteristics", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/digitalCharacteristic" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/digitalCharacteristic" }, { "mandatory": "false", @@ -1034,7 +1034,7 @@ }, "propertyLabel": "Recording Equipment or System Requirements (RDA 3.20.1.3)", "remark": "http://access.rdatoolkit.org/3.20.1.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/systemRequirement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/systemRequirement" }, { "mandatory": "false", @@ -1050,7 +1050,7 @@ }, "propertyLabel": "Persons, Families, Corporate Bodies Associated with the Manifestation (RDA 21.1.2)", "remark": "http://access.rdatoolkit.org/rdachp21_rda21-74.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "mandatory": "false", @@ -1064,13 +1064,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Source Consulted (RDA 5.8.1.3)", "remark": "http://access.rdatoolkit.org/5.8.1.3.html" }, { "propertyLabel": "Uniform Resource Locator", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1097,7 +1097,7 @@ "valueDataType": {} }, "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "remark": "http://access.rdatoolkit.org/2.15.html" }, { @@ -1113,7 +1113,7 @@ "valueDataType": {} }, "propertyLabel": "Administrative Metadata for Instance", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata" }, { "mandatory": "false", @@ -1128,27 +1128,27 @@ "valueDataType": {} }, "propertyLabel": "Has Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance" }, { "id": "profile:bf2:MIBluRayDVD:Item", "propertyTemplates": [ { "propertyLabel": "Held by", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, "mandatory": "false", @@ -1156,7 +1156,7 @@ }, { "propertyLabel": "Call numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1172,7 +1172,7 @@ }, { "propertyLabel": "Barcode", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1187,7 +1187,7 @@ }, { "propertyLabel": "Electronic location", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1208,12 +1208,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/collection", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/collection", "propertyLabel": "Collection" }, { "propertyLabel": "Held in sublocation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1226,7 +1226,7 @@ }, { "propertyLabel": "Notes on the Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1241,7 +1241,7 @@ }, { "propertyLabel": "Lending, Reproduction, and Retention Policies", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1268,7 +1268,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/enumerationAndChronology", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/enumerationAndChronology", "propertyLabel": "Enumeration" }, { @@ -1283,12 +1283,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/immediateAcquisition", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/immediateAcquisition", "propertyLabel": "Immediate Source of Acquisition of Item" } ], "resourceLabel": "BIBFRAME Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item" }, { "propertyTemplates": [ @@ -1303,10 +1303,10 @@ "http://mlvlp04.loc.gov:8230/resources/instances" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Instance" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Search" }, { @@ -1319,7 +1319,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Record Related Manifestation Authorized Access Point" }, { @@ -1332,13 +1332,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationshipTarget", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationshipTarget", "propertyLabel": "Record Relationship Designator for Related Manifestation (RDA Appendix J)" } ], "id": "profile:bf2:MIBluRayDVD:RelatedInstance", "resourceLabel": "Related Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/hasInstance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/hasInstance" }, { "propertyTemplates": [ @@ -1358,7 +1358,7 @@ } ], "id": "profile:bf2:MIBluRayDVD:Contents", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "resourceLabel": "Contents note" }, { @@ -1389,12 +1389,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note about the summary" } ], "id": "profile:bf2:MIBluRayDVD:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1415,7 +1415,7 @@ ], "id": "profile:bf2:MIBluRayDVD:Credits", "resourceLabel": "Cast/Credits note", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Credits" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Credits" }, { "propertyTemplates": [ @@ -1427,10 +1427,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mcolor" + "https://id.loc.gov/vocabulary/mcolor" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/ColorContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/ColorContent" } }, "propertyURI": "http://www.w3.org/1999/02/22-rdf-syntax-ns#value", @@ -1449,13 +1449,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Color Content (RDA 7.17.1.4)", "remark": "http://access.rdatoolkit.org/7.17.1.4.html" } ], "id": "profile:bf2:MIBluRayDVD:Color", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ColorContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ColorContent", "remark": "", "resourceLabel": "Color content" }, @@ -1469,14 +1469,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maspect" + "https://id.loc.gov/vocabulary/maspect" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/AspectRatio" + "remark": "https://id.loc.gov/ontologies/bibframe/AspectRatio" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Aspect Ratio (RDA 7.19.1.4)", "remark": "http://access.rdatoolkit.org/7.19.1.4.html" }, @@ -1492,7 +1492,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Aspect Ratio (RDA 7.19.1.4.1.4)", "remark": "http://access.rdatoolkit.org/7.19.1.4.1.4.html" }, @@ -1505,7 +1505,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/AspectRatio" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/AspectRatio" } }, "propertyURI": "http://www.w3.org/1999/02/22-rdf-syntax-ns#value", @@ -1514,7 +1514,7 @@ } ], "id": "profile:bf2:MIBluRayDVD:Aspect", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/AspectRatio", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/AspectRatio", "resourceLabel": "Aspect Ratio" }, { @@ -1531,7 +1531,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/place", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/place", "propertyLabel": "Place of Capture (RDA 7.11.2)", "remark": "http://access.rdatoolkit.org/7.11.2.html" }, @@ -1545,7 +1545,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date of Capture (RDA 7.11.3)", "remark": "http://access.rdatoolkit.org/7.11.3.html" }, @@ -1561,12 +1561,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Capture note" } ], "id": "profile:bf2:MIBluRayDVD:Capture", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Capture", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Capture", "resourceLabel": "Capture information" }, { @@ -1580,7 +1580,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Place" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Place" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1588,7 +1588,7 @@ } ], "id": "profile:bf2:MIBluRayDVD:Place", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Place", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Place", "resourceLabel": "Place" }, { @@ -1601,10 +1601,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, "propertyURI": "http://www.w3.org/1999/02/22-rdf-syntax-ns#value", @@ -1623,12 +1623,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note about Audience" } ], "id": "profile:bf2:MIBluRayDVD:Audience", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience", "resourceLabel": "Intended Audience" }, { @@ -1659,13 +1659,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note about dimensions (RDA 3.21.3)", "remark": "http://access.rdatoolkit.org/rdachp3_rda3-5659.html" } ], "id": "profile:bf2:MIBluRayDVD:Dimensions", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Dimensions", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Dimensions", "resourceLabel": "Dimensions" }, { @@ -1678,14 +1678,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/msoundcontent" + "https://id.loc.gov/vocabulary/msoundcontent" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/SoundContent" + "remark": "https://id.loc.gov/ontologies/bibframe/SoundContent" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Sound Content (RDA 7.18)", "remark": "http://access.rdatoolkit.org/7.18.html" }, @@ -1701,13 +1701,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Sound Content (RDA 7.18)", "remark": "http://access.rdatoolkit.org/7.18.html" } ], "id": "profile:bf2:MIBluRayDVD:SoundContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SoundContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SoundContent", "resourceLabel": "Sound content" }, { @@ -1720,20 +1720,20 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mrectype" + "https://id.loc.gov/vocabulary/mrectype" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic", + "remark": "https://id.loc.gov/ontologies/bibframe/SoundCharacteristic", "dataTypeLabelHint": "" }, "defaultURI": "", "defaultLiteral": "", "editable": "true", "repeatable": "true", - "remark": "http://id.loc.gov/vocabulary/mrectype/digital" + "remark": "https://id.loc.gov/vocabulary/mrectype/digital" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Type of Recording (RDA 3.16.2)", "remark": "http://access.rdatoolkit.org/3.16.2.html" }, @@ -1749,13 +1749,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Type of Recording (RDA 3.16.2.4)", "remark": "http://access.rdatoolkit.org/3.16.2.4.html" } ], "id": "profile:bf2:MIBluRayDVD:Sound", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/RecordingMethod", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/RecordingMethod", "resourceLabel": "Type of Recording" }, { @@ -1768,11 +1768,11 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mrecmedium" + "https://id.loc.gov/vocabulary/mrecmedium" ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Type of Recording (RDA 3.16.3)", "remark": "http://access.rdatoolkit.org/3.16.3.html" }, @@ -1788,13 +1788,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Recording Medium (RDA 3.16.3.4)", "remark": "http://access.rdatoolkit.org/3.16.3.4.html" } ], "id": "profile:bf2:MIBluRayDVD:Sound3", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/RecordingMedium", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/RecordingMedium", "resourceLabel": "Recording Medium" }, { @@ -1807,14 +1807,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mplayback" + "https://id.loc.gov/vocabulary/mplayback" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/PlaybackChannels" + "remark": "https://id.loc.gov/ontologies/bibframe/PlaybackChannels" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Configuration of Playback Channels (RDA 3.16.8)", "remark": "http://access.rdatoolkit.org/3.16.8.html" }, @@ -1830,13 +1830,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Configuration of Playback Channels (RDA 3.16.8.4)", "remark": "http://access.rdatoolkit.org/3.16.8.4.html" } ], "id": "profile:bf2:MIBluRayDVD:Sound1", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlaybackChannels", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlaybackChannels", "resourceLabel": "Playback Channels" }, { @@ -1849,14 +1849,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mspecplayback" + "https://id.loc.gov/vocabulary/mspecplayback" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic" + "remark": "https://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Special Playback Characteristic (RDA 3.16.9)", "remark": "http://access.rdatoolkit.org/3.16.9.html" }, @@ -1872,12 +1872,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on Playback Characteristic" } ], "id": "profile:bf2:MIBluRayDVD:Sound2", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic", "resourceLabel": "Special Playback Characteristic" }, { @@ -1892,8 +1892,8 @@ "useValuesFrom": [], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/ProductionMethod", - "dataTypeLabel": "http://id.loc.gov/ontologies/bflc/target" + "remark": "https://id.loc.gov/ontologies/bibframe/ProductionMethod", + "dataTypeLabel": "https://id.loc.gov/ontologies/bflc/target" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1912,13 +1912,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Production Method (RDA 3.9.1.4)", "remark": "http://access.rdatoolkit.org/3.9.1.4.html" } ], "id": "profile:bf2:MIBluRayDVD:ProdMeth", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ProductionMethod", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ProductionMethod", "resourceLabel": "Production Method" }, { @@ -1949,12 +1949,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:MIBluRayDVD:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1985,11 +1985,11 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on URL" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "id": "profile:bf2:MIBluRayDVD:URL", "resourceLabel": "URL" }, @@ -2003,19 +2003,19 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mregencoding" + "https://id.loc.gov/vocabulary/mregencoding" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/RegionalEncoding" + "remark": "https://id.loc.gov/ontologies/bibframe/RegionalEncoding" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Regional Encoding (RDA 3.19.6.3)", "remark": "http://access.rdatoolkit.org/3.19.6.3.html" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/RegionalEncoding", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/RegionalEncoding", "id": "profile:bf2:MIBluRayDVD:RegEnc", "resourceLabel": "Regional Encoding" }, @@ -2037,7 +2037,7 @@ } ], "id": "profile:bf2:MIBluRayDVD:EncFmt", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/EncodingFormat", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/EncodingFormat", "resourceLabel": "Encoding Format" }, { @@ -2050,17 +2050,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mfiletype" + "https://id.loc.gov/vocabulary/mfiletype" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/FileType" + "remark": "https://id.loc.gov/ontologies/bibframe/FileType" }, "defaultURI": "", "defaultLiteral": "", - "remark": "http://id.loc.gov/vocabulary/mfiletype/video" + "remark": "https://id.loc.gov/vocabulary/mfiletype/video" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "File Type (RDA 3.19.2)", "remark": "http://access.rdatoolkit.org/3.19.2.html" }, @@ -2078,11 +2078,11 @@ }, "remark": "http://access.rdatoolkit.org/3.19.2.4.html", "propertyLabel": "Details of File Type (RDA 3.19.2.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" } ], "id": "profile:bf2:MIBluRayDVD:FileType", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/FileType", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/FileType", "resourceLabel": "File type" }, { @@ -2099,14 +2099,14 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "remark": "http://access.rdatoolkit.org/3.19.1.4.html", "propertyLabel": "Details of Digital File Characteristic (RDA 3.19.1.4)" } ], "id": "profile:bf2:MIBluRayDVD:Digital", "resourceLabel": "Digital Characteristics", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/DigitalCharacteristic" }, { "propertyTemplates": [ @@ -2118,14 +2118,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mbroadstd" + "https://id.loc.gov/vocabulary/mbroadstd" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/BroadcastStandard" + "remark": "https://id.loc.gov/ontologies/bibframe/BroadcastStandard" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Broadcast Standard (RDA 3.18.3)", "remark": "http://access.rdatoolkit.org/3.18.3.html" }, @@ -2141,14 +2141,14 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Broadcast Standard (RDA 3.18.3.4)", "remark": "http://access.rdatoolkit.org/3.18.3.4.html" } ], "id": "profile:bf2:MIBluRayDVD:BroadStd", "resourceLabel": "Broadcast Standard", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/BroadcastStandard" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/BroadcastStandard" }, { "propertyTemplates": [ @@ -2162,7 +2162,7 @@ "useValuesFrom": [], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "remark": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -2179,12 +2179,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:MIBluRayDVD:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" }, { @@ -2212,12 +2212,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date of Event" } ], "id": "profile:bf2:MIBluRayDVD:Event", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Event", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Event", "resourceLabel": "Event" }, { @@ -2238,7 +2238,7 @@ } ], "id": "profile:bf2:MIBluRayDVD:Source", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Source", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Source", "resourceLabel": "Source Consulted" }, { @@ -2246,7 +2246,7 @@ "propertyTemplates": [ { "propertyLabel": "Search works", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2256,7 +2256,7 @@ ], "valueTemplateRefs": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "mandatory": "false", @@ -2273,16 +2273,16 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, "propertyLabel": "Creator of Work (RDA 19.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/19.2.html" }, { "propertyLabel": "Title information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "", "resourceTemplates": [], "valueConstraint": { @@ -2300,7 +2300,7 @@ }, { "propertyLabel": "Form of Work", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2316,7 +2316,7 @@ }, { "propertyLabel": "Date of Work (RDA 6.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -2335,7 +2335,7 @@ }, { "propertyLabel": "Place of Origin of the Work (RDA 6.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2361,7 +2361,7 @@ }, "propertyLabel": "History of the Work (RDA 6.7)", "remark": "http://access.rdatoolkit.org/rdachp6_rda6-3332.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/historyOfWork" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/historyOfWork" }, { "mandatory": "false", @@ -2375,11 +2375,11 @@ }, "propertyLabel": "Source Consulted (RDA 5.8.1.3)", "remark": "http://access.rdatoolkit.org/5.8.1.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source" }, { "propertyLabel": "(Geographic) Coverage of the Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -2404,7 +2404,7 @@ "valueDataType": {} }, "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "remark": "http://access.rdatoolkit.org/7.3.html" }, { @@ -2419,12 +2419,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Identifiers" }, { "propertyLabel": "Intended Audience", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2454,11 +2454,11 @@ }, "propertyLabel": "Other Person, Family, or Corporate Body Associated With a Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "propertyLabel": "Subject of the Work (RDA Chapter 23)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2481,7 +2481,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work", "remark": "", "mandatory": "false", @@ -2502,11 +2502,11 @@ "valueDataType": {} }, "propertyLabel": "Classification numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification" }, { "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2532,12 +2532,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions" }, { "propertyLabel": "Contents (LC-PCC PS 25.1)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -2553,7 +2553,7 @@ }, { "propertyLabel": "Expression elements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2579,7 +2579,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Related Manifestations (RDA Chapter 27, Appendix J)" }, { @@ -2606,7 +2606,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "propertyLabel": "Your Windows ID and Comments" }, { @@ -2622,11 +2622,11 @@ "valueDataType": {} }, "propertyLabel": "Has BIBFRAME Instance", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance" } ], "resourceLabel": "BIBFRAME Work (RDA Work Elements)", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "remark": "Graphic, non-realized representations of musical works intended to be perceived visually." }, { @@ -2642,10 +2642,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "propertyLabel": "Search works", "remark": "Expression has a related work. For use to connect Works under FRBR/RDA rules." }, @@ -2657,16 +2657,16 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, "editable": "true", - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/tdi", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/tdi", "defaultLiteral": "two-dimensional moving image" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -2682,7 +2682,7 @@ }, "propertyLabel": "Date of Expression (RDA 6.10)", "remark": "http://access.rdatoolkit.org/6.10.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate" }, { "mandatory": "false", @@ -2692,13 +2692,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -2714,7 +2714,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary", "remark": "" }, @@ -2734,7 +2734,7 @@ }, "propertyLabel": "Capture information", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/capture" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture" }, { "mandatory": "false", @@ -2748,7 +2748,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/eventContentOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/eventContentOf", "propertyLabel": "Event" }, { @@ -2765,7 +2765,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -2781,7 +2781,7 @@ }, "propertyLabel": "Accessibility Content (RDA 7.14)", "remark": "http://access.rdatoolkit.org/7.14.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contentAccessibility" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contentAccessibility" }, { "mandatory": "false", @@ -2795,7 +2795,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content", "remark": "" }, @@ -2815,7 +2815,7 @@ }, "remark": "", "propertyLabel": "Color Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent" }, { "mandatory": "false", @@ -2831,7 +2831,7 @@ }, "remark": "", "propertyLabel": "Sound Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/soundContent" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/soundContent" }, { "mandatory": "false", @@ -2847,7 +2847,7 @@ }, "propertyLabel": "Aspect Ratio", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/aspectRatio" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/aspectRatio" }, { "mandatory": "false", @@ -2861,7 +2861,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -2876,7 +2876,7 @@ "valueDataType": {} }, "propertyLabel": "Award (RDA 7.28)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/awards", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/awards", "remark": "http://access.rdatoolkit.org/7.28.html" }, { @@ -2891,7 +2891,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Expression" }, { @@ -2908,7 +2908,7 @@ }, "propertyLabel": "Contributor (RDA 20.2)", "remark": "http://access.rdatoolkit.org/20.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "mandatory": "false", @@ -2926,7 +2926,7 @@ } ], "id": "profile:bf2:MIBluRayDVD:ExpressionOld", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work (RDA Expression Elements)" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Notated Music.json b/static/profiles/bibframe/BIBFRAME 2.0 Notated Music.json index d438230..af3a0da 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Notated Music.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Notated Music.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup BIBFRAME works" }, { @@ -31,10 +31,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -52,7 +52,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information (RDA 6.14.2, RDA 6.14.3)" }, { @@ -67,7 +67,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -80,7 +80,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Work (RDA 6.4)", "remark": "http://access.rdatoolkit.org/6.4.html" }, @@ -96,7 +96,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "propertyLabel": "Place of Origin of the Work (RDA 6.5)", "remark": "http://access.rdatoolkit.org/6.5.html" }, @@ -112,7 +112,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium", "propertyLabel": "Medium of Performance Statement" }, { @@ -127,7 +127,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -142,7 +142,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -157,7 +157,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -170,7 +170,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicSerialNumber", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicSerialNumber", "propertyLabel": "Numerical Designation of a Musical Work (RDA 6.16)", "remark": "http://access.rdatoolkit.org/6.16.html" }, @@ -184,7 +184,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicKey", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicKey", "propertyLabel": "Key (RDA 6.17)", "remark": "http://access.rdatoolkit.org/6.17.html" }, @@ -196,13 +196,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience (RDA 7.7)", "remark": "http://access.rdatoolkit.org/7.7.html" }, @@ -218,7 +218,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -234,7 +234,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -250,7 +250,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -266,7 +266,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { @@ -281,7 +281,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -296,7 +296,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -307,17 +307,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/ntm", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/ntm", "defaultLiteral": "Notated music", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -329,15 +329,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -353,7 +353,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -367,7 +367,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Script (RDA 7.13.2)", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, @@ -383,7 +383,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Form of Musical Notation" }, { @@ -394,13 +394,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/millus" + "https://id.loc.gov/vocabulary/millus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Illustration" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Illustration" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content (RDA 7.15)", "remark": "http://access.rdatoolkit.org/7.15.html" }, @@ -416,7 +416,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -431,7 +431,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -443,13 +443,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmusicformat" + "https://id.loc.gov/vocabulary/mmusicformat" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicFormat" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicFormat" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicFormat", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicFormat", "propertyLabel": "Format of Notated Music (RDA 7.20)", "remark": "http://access.rdatoolkit.org/7.20.html" }, @@ -463,7 +463,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -479,7 +479,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, @@ -495,7 +495,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp26_rda26-25.html" }, @@ -511,7 +511,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Add BIBFRAME Instance" }, { @@ -530,7 +530,7 @@ } ], "id": "profile:bf2:NotatedMusic:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "New BIBFRAME Work" }, { @@ -546,10 +546,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "propertyLabel": "Search Existing RDA/BIBFRAME Work" }, { @@ -573,15 +573,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/ntm", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/ntm", "defaultLiteral": "Notated music" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -595,7 +595,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Expression (RDA 6.10)", "remark": "http://access.rdatoolkit.org/rdachp6_rda6-3436.html" }, @@ -607,13 +607,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -629,7 +629,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -645,7 +645,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary of Content (RDA 7.10)", "remark": "http://access.rdatoolkit.org/rdachp7_rda7-774.html" }, @@ -659,7 +659,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Script (RDA 7.13.2)", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, @@ -675,7 +675,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium", "propertyLabel": "Medium of Performance Statement" }, { @@ -690,7 +690,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -705,7 +705,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -720,7 +720,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -735,7 +735,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Form of Musical Notation" }, { @@ -746,15 +746,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/millus" + "https://id.loc.gov/vocabulary/millus" ], "valueDataType": { "remark": "", - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Illustration" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Illustration" }, "defaultURI": "" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content (RDA 7.15)", "remark": "http://access.rdatoolkit.org/7.15.html" }, @@ -770,7 +770,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -785,7 +785,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -797,13 +797,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmusicformat" + "https://id.loc.gov/vocabulary/mmusicformat" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicFormat" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicFormat" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicFormat", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicFormat", "propertyLabel": "Format of Notated Music (RDA 7.20)", "remark": "http://access.rdatoolkit.org/7.20.html" }, @@ -817,7 +817,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -833,7 +833,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, @@ -849,7 +849,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp26_rda26-24.html" }, @@ -865,12 +865,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Add BIBFRAME Instance" } ], "id": "profile:bf2:NotatedMusic:Expression", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "Search Existing BIBFRAME Work and Add Expression Elements to Create New BIBFRAME Work" }, { @@ -891,7 +891,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information (RDA 2.3)" }, { @@ -904,7 +904,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement", "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html" }, @@ -918,7 +918,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "propertyLabel": "Edition Statement (RDA 2.5)", "remark": "http://access.rdatoolkit.org/2.5.html" }, @@ -936,7 +936,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "propertyLabel": "Publication, Distribution, Manufacture Statements" }, { @@ -949,7 +949,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -965,7 +965,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries", "propertyLabel": "Series Statement" }, { @@ -976,15 +976,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, @@ -1007,7 +1007,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Identifier for the Manifestation (RDA 2.15)" }, { @@ -1022,7 +1022,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html" }, @@ -1034,15 +1034,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/n", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/n", "defaultLiteral": "unmediated" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "propertyLabel": "Media type (RDA 3.2)", "remark": "http://access.rdatoolkit.org/3.2.html" }, @@ -1054,15 +1054,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/nc", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/nc", "defaultLiteral": "volume" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "propertyLabel": "Carrier Type (RDA 3.3)", "remark": "http://access.rdatoolkit.org/3.3.html" }, @@ -1078,7 +1078,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "propertyLabel": "Extent" }, { @@ -1091,7 +1091,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "propertyLabel": "Dimensions (RDA 3.5)", "remark": "http://access.rdatoolkit.org/3.5.html" }, @@ -1103,13 +1103,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/BaseMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/BaseMaterial" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/baseMaterial", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/baseMaterial", "propertyLabel": "Base Material (RDA 3.6)", "remark": "http://access.rdatoolkit.org/3.6.html" }, @@ -1121,13 +1121,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/AppliedMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/AppliedMaterial" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/appliedMaterial", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/appliedMaterial", "propertyLabel": "Applied Material (RDA 3.7)", "remark": "http://access.rdatoolkit.org/3.7.html" }, @@ -1139,13 +1139,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mproduction" + "https://id.loc.gov/vocabulary/mproduction" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/ProductionMethod" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/ProductionMethod" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/productionMethod", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/productionMethod", "propertyLabel": "Production Method (RDA 3.9.1.3)", "remark": "http://access.rdatoolkit.org/3.9.1.3.html" }, @@ -1159,7 +1159,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "propertyLabel": "Uniform Resource Locator (RDA 4.6)", "remark": "http://access.rdatoolkit.org/4.6.html" }, @@ -1175,7 +1175,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", "remark": "http://access.rdatoolkit.org/2.15.html" }, @@ -1191,7 +1191,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata", "propertyLabel": "Administrative Metadata for Instance" }, { @@ -1206,12 +1206,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", "propertyLabel": "Add Item" } ], "id": "profile:bf2:NotatedMusic:Instance2", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance", "resourceLabel": "Add BIBFRAME Instance" }, { @@ -1219,7 +1219,7 @@ "propertyTemplates": [ { "propertyLabel": "Search BIBFRAME Work", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "type": "resource", "valueConstraint": { "valueTemplateRefs": [], @@ -1227,7 +1227,7 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "resourceTemplates": [], @@ -1236,7 +1236,7 @@ }, { "propertyLabel": "Title Information (RDA 2.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1268,11 +1268,11 @@ }, "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "propertyLabel": "Edition Statement (RDA 2.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1286,7 +1286,7 @@ }, { "propertyLabel": "Publication, Distribution, Manufacture Statements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1312,7 +1312,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -1330,7 +1330,7 @@ }, "propertyLabel": "Series Statement", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries" }, { "mandatory": "false", @@ -1340,23 +1340,23 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, { "propertyLabel": "Identifier for the Manifestation (RDA 2.15)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1391,23 +1391,23 @@ }, "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/n", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/n", "defaultLiteral": "unmediated", "editable": "false", "repeatable": "true" @@ -1417,19 +1417,19 @@ }, { "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/nc", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/nc", "defaultLiteral": "volume", "editable": "false", "repeatable": "true" @@ -1439,7 +1439,7 @@ }, { "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1455,7 +1455,7 @@ }, { "propertyLabel": "Dimensions (RDA 3.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1475,13 +1475,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/BaseMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/BaseMaterial" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/baseMaterial", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/baseMaterial", "propertyLabel": "Base Material (RDA 3.6)", "remark": "http://access.rdatoolkit.org/3.6.html" }, @@ -1493,13 +1493,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/AppliedMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/AppliedMaterial" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/appliedMaterial", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/appliedMaterial", "propertyLabel": "Applied Material (RDA 3.7)", "remark": "http://access.rdatoolkit.org/3.7.html" }, @@ -1511,19 +1511,19 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mproduction" + "https://id.loc.gov/vocabulary/mproduction" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/ProductionMethod" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/ProductionMethod" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/productionMethod", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/productionMethod", "propertyLabel": "Production Method (RDA 3.9.1.3)", "remark": "http://access.rdatoolkit.org/3.9.1.3.html" }, { "propertyLabel": "Uniform Resource Locator (RDA 4.6)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "type": "literal", "valueConstraint": { @@ -1548,7 +1548,7 @@ "valueDataType": {} }, "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "remark": "http://access.rdatoolkit.org/2.15.html" }, { @@ -1564,7 +1564,7 @@ "valueDataType": {} }, "propertyLabel": "Administrative Metadata for Instance", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata" }, { "mandatory": "false", @@ -1578,28 +1578,28 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", "propertyLabel": "Has Item" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance" }, { "id": "profile:bf2:NotatedMusic:Item", "propertyTemplates": [ { "propertyLabel": "Held by", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, "mandatory": "false", @@ -1607,7 +1607,7 @@ }, { "propertyLabel": "Shelving call numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1622,7 +1622,7 @@ }, { "propertyLabel": "Barcode", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1637,7 +1637,7 @@ }, { "propertyLabel": "Electronic location", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1650,7 +1650,7 @@ }, { "propertyLabel": "Held in sublocation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1663,7 +1663,7 @@ }, { "propertyLabel": "Notes about the Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1678,7 +1678,7 @@ }, { "propertyLabel": "Lending, Reproduction, and Retention Policies", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1695,7 +1695,7 @@ } ], "resourceLabel": "BIBFRAME Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item" }, { "propertyTemplates": [ @@ -1715,7 +1715,7 @@ } ], "id": "profile:bf2:NotatedMusic:Contents", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "resourceLabel": "Contents note" }, { @@ -1736,7 +1736,7 @@ } ], "id": "profile:bf2:NotatedMusic:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1749,7 +1749,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "", @@ -1757,7 +1757,7 @@ }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Instrument" }, { @@ -1770,7 +1770,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1785,7 +1785,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrumentalType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrumentalType", "propertyLabel": "Type of instrument" }, { @@ -1800,12 +1800,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:NotatedMusic:MedPerfInst", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicInstrument", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicInstrument", "resourceLabel": "Instrument" }, { @@ -1818,14 +1818,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Voice" }, { @@ -1838,7 +1838,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1853,7 +1853,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voiceType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voiceType", "propertyLabel": "Type of voice" }, { @@ -1868,12 +1868,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:NotatedMusic:MedPerfVoice", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicVoice", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicVoice", "resourceLabel": "Voice" }, { @@ -1886,14 +1886,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Ensemble" }, { @@ -1906,7 +1906,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1921,7 +1921,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensembleType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensembleType", "propertyLabel": "Type of Ensemble" }, { @@ -1936,12 +1936,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:NotatedMusic:MedPerfEnsemble", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicEnsemble", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicEnsemble", "resourceLabel": "Ensemble" }, { @@ -1954,13 +1954,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmusnotation" + "https://id.loc.gov/vocabulary/mmusnotation" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Notation" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Notation" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Form of Musical Notation (RDA 7.13.3)", "remark": "http://access.rdatoolkit.org/7.13.3.html" }, @@ -1977,12 +1977,12 @@ "valueDataType": {} }, "remark": "http://access.rdatoolkit.org/7.13.3.4.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Form of Musical Notation (RDA 7.13.3.4)" } ], "id": "profile:bf2:NotatedMusic:Notation", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicNotation", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicNotation", "resourceLabel": "Form of Musical Notation" }, { @@ -2013,12 +2013,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:NotatedMusic:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -2032,7 +2032,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -2049,12 +2049,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:NotatedMusic:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" }, { @@ -2075,7 +2075,7 @@ } ], "id": "profile:bf2:NotatedMusic:MOPStatement", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium", "resourceLabel": "Medium of Performance Statement" }, { @@ -2083,7 +2083,7 @@ "propertyTemplates": [ { "propertyLabel": "Lookup BIBFRAME works", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2093,7 +2093,7 @@ ], "valueTemplateRefs": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "mandatory": "false", @@ -2110,16 +2110,16 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, "propertyLabel": "Creator of Work (RDA 19.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/19.2.html" }, { "propertyLabel": "Title Information (RDA 6.14.2, RDA 6.14.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "", "resourceTemplates": [], "valueConstraint": { @@ -2137,7 +2137,7 @@ }, { "propertyLabel": "Form of Work", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2153,7 +2153,7 @@ }, { "propertyLabel": "Date of Work (RDA 6.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -2167,7 +2167,7 @@ }, { "propertyLabel": "Place of Origin of the Work (RDA 6.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2196,7 +2196,7 @@ }, "propertyLabel": "Medium of Performance (RDA 6.15)", "remark": "http://access.rdatoolkit.org/6.15.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium" }, { "mandatory": "false", @@ -2212,7 +2212,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -2227,7 +2227,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -2242,7 +2242,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -2257,7 +2257,7 @@ }, "propertyLabel": "Numerical Designation of a Musical Work (RDA 6.16)", "remark": "http://access.rdatoolkit.org/6.16.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicSerialNumber" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicSerialNumber" }, { "mandatory": "false", @@ -2270,21 +2270,21 @@ "valueDataType": {} }, "propertyLabel": "Key (RDA 6.17)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicKey", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicKey", "remark": "http://access.rdatoolkit.org/6.17.html" }, { "propertyLabel": "Intended Audience (RDA 7.7)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, "remark": "http://access.rdatoolkit.org/7.7.html", @@ -2305,11 +2305,11 @@ }, "propertyLabel": "Other Person, Family, or Corporate Body Associated With a Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "propertyLabel": "Subject of the Work (RDA Chapter 23)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2332,7 +2332,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work", "remark": "", "mandatory": "false", @@ -2352,12 +2352,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2383,12 +2383,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions" }, { "propertyLabel": "Contents (LC-PCC PS 25.1)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -2429,7 +2429,7 @@ "valueDataType": {} }, "propertyLabel": "Expression elements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression" }, { "mandatory": "false", @@ -2441,7 +2441,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "propertyLabel": "Your Windows ID and Comments" }, { @@ -2456,12 +2456,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" } ], "resourceLabel": "BIBFRAME Work (RDA Work Elements)", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "remark": "Graphic, non-realized representations of musical works intended to be perceived visually." }, { @@ -2477,10 +2477,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "propertyLabel": "Lookup", "remark": "Expression has a related work. For use to connect Works under FRBR/RDA rules." }, @@ -2499,7 +2499,7 @@ "remark": "profile:bf2:NotatedMusic:MediumOfPerformanceIndividual" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium", "propertyLabel": "Medium of Performance of the Musical Expression", "remark": "" }, @@ -2517,7 +2517,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium", "propertyLabel": "Medium of Performance (New)" }, { @@ -2528,15 +2528,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/ntm", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/ntm", "defaultLiteral": "Notated music" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -2550,7 +2550,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Expression (RDA 6.10)", "remark": "http://access.rdatoolkit.org/6.10.html" }, @@ -2562,13 +2562,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -2584,7 +2584,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary", "remark": "" }, @@ -2600,7 +2600,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -2614,7 +2614,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Script (RDA 7.13.2)", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, @@ -2630,7 +2630,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Form of Musical Notation", "remark": "" }, @@ -2642,13 +2642,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/millus" + "https://id.loc.gov/vocabulary/millus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Illustration" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Illustration" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content (RDA 7.15)", "remark": "http://access.rdatoolkit.org/7.15.html" }, @@ -2664,7 +2664,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "remark": "", "propertyLabel": "Supplementary Content" }, @@ -2682,7 +2682,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -2694,15 +2694,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmusicformat" + "https://id.loc.gov/vocabulary/mmusicformat" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicFormat" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicFormat" } }, "propertyLabel": "Format of Notated Music (RDA 7.20)", "remark": "http://access.rdatoolkit.org/7.20.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicFormat" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicFormat" }, { "mandatory": "false", @@ -2714,7 +2714,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -2732,7 +2732,7 @@ }, "propertyLabel": "Notes about the Expression", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -2748,7 +2748,7 @@ }, "propertyLabel": "Contributor (RDA 20.2)", "remark": "http://access.rdatoolkit.org/20.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "mandatory": "false", @@ -2766,7 +2766,7 @@ } ], "id": "profile:bf2:NotatedMusic:ExpressionOld", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work (RDA Expression Elements)" }, { @@ -2782,7 +2782,7 @@ "valueDataType": {} }, "propertyLabel": "Total Number of Performers: Individual Instruments (no ensemble present)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count" }, { "mandatory": "false", @@ -2793,7 +2793,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -2809,7 +2809,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Total Number of Performers: Individual Instruments (ensemble present)" }, { @@ -2821,7 +2821,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium" } }, "propertyLabel": "Record complete instrumentation as text field", @@ -2838,11 +2838,11 @@ "valueDataType": {} }, "propertyLabel": "Total Number of Ensembles", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count" } ], "id": "profile:bf2:NotatedMusic:MediumOfPerformanceCombining", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium", "resourceLabel": "Medium of Performance: Combining Facets" }, { @@ -2855,10 +2855,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium" } }, "propertyLabel": "Search Individual Instrument or Ensemble in LCMPT ... OR ...", @@ -2873,7 +2873,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium" } }, "propertyLabel": "Record Individual Instrument or Ensemble", @@ -2890,7 +2890,7 @@ "valueDataType": {} }, "propertyLabel": "Number of Parts: Individual Instrument ... AND/OR ...", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count" }, { "mandatory": "false", @@ -2903,7 +2903,7 @@ "valueDataType": {} }, "propertyLabel": "Number of Performers: Individual Instrument ... AND/OR ...", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count" }, { "mandatory": "false", @@ -2916,7 +2916,7 @@ "valueDataType": {} }, "propertyLabel": "Number of Players: Percussion ... AND/OR ...", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count" }, { "mandatory": "false", @@ -2929,7 +2929,7 @@ "valueDataType": {} }, "propertyLabel": "Number of Hands: Individual instrument ... AND/OR ...", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count" }, { "mandatory": "false", @@ -2942,7 +2942,7 @@ "valueDataType": {} }, "propertyLabel": "Number of Ensembles", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count" }, { "mandatory": "false", @@ -2952,10 +2952,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium" } }, "propertyLabel": "Search Doubling Medium of Performance ... OR ...", @@ -2970,7 +2970,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium" } }, "propertyLabel": "Record Doubling Medium of Performance", @@ -2984,10 +2984,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -3002,7 +3002,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -3021,11 +3021,11 @@ "valueDataType": {} }, "propertyLabel": "Note on Instrumentation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" } ], "id": "profile:bf2:NotatedMusic:MediumOfPerformanceIndividual", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium", "resourceLabel": "Medium of Performance: Individual Facets" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Note.json b/static/profiles/bibframe/BIBFRAME 2.0 Note.json index f99d4aa..a2a999f 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Note.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Note.json @@ -20,7 +20,7 @@ } ], "id": "profile:bf2:Note", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Note", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Note", "resourceLabel": "Note" }, { @@ -40,7 +40,7 @@ } ], "id": "profile:bf2:Script", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Script", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Script", "resourceLabel": "Script" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Place.json b/static/profiles/bibframe/BIBFRAME 2.0 Place.json index b465814..766540a 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Place.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Place.json @@ -11,17 +11,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names", - "http://id.loc.gov/authorities/subjects" + "https://id.loc.gov/authorities/names", + "https://id.loc.gov/authorities/subjects" ], "valueDataType": { - "remark": "http://id.loc.gov/ontologies/bibframe/Place", + "remark": "https://id.loc.gov/ontologies/bibframe/Place", "dataTypeURI": "" }, "repeatable": "false" }, "propertyLabel": "Search LCNAF/LCSH", - "propertyURI": "http://id.loc.gov/ontologies/bflc/target" + "propertyURI": "https://id.loc.gov/ontologies/bflc/target" }, { "mandatory": "false", @@ -33,7 +33,7 @@ "useValuesFrom": [], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/Place" + "remark": "https://id.loc.gov/ontologies/bibframe/Place" }, "repeatable": "false" }, @@ -43,7 +43,7 @@ } ], "id": "profile:bf2:Place", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Place", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Place", "resourceLabel": "Place Associated with a Work", "contact": "" } diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Prints and Photographs.json b/static/profiles/bibframe/BIBFRAME 2.0 Prints and Photographs.json index 51fc051..170e75f 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Prints and Photographs.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Prints and Photographs.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup" }, { @@ -33,7 +33,7 @@ "valueDataType": {} }, "propertyLabel": "1. Title and Statement of Responsibility Area", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "http://desktop.loc.gov/saved/1._Title_and_Statement_of_Responsibility_Area" }, { @@ -47,10 +47,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator(s)" }, { @@ -66,7 +66,7 @@ "valueDataType": {} }, "propertyLabel": "4. Publication, Distribution, Production, Etc., Area", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "remark": "http://desktop.loc.gov/saved/PublicationDistributionProduction" }, { @@ -82,7 +82,7 @@ "valueDataType": {} }, "propertyLabel": "Contributor(s)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "mandatory": "false", @@ -96,7 +96,7 @@ }, "propertyLabel": "2. State Area", "remark": "http://desktop.loc.gov/saved/StateArea", - "propertyURI": "http://id.loc.gov/ontologies/bflc/state" + "propertyURI": "https://id.loc.gov/ontologies/bflc/state" }, { "mandatory": "false", @@ -111,7 +111,7 @@ "valueDataType": {} }, "propertyLabel": "6. Series and Multipart Resource", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries", "remark": "http://desktop.loc.gov/saved/6._Series_and_Multipart_Resource_Area" }, { @@ -127,7 +127,7 @@ "valueDataType": {} }, "propertyLabel": "5. Physical Description", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Instance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Instance", "remark": "http://desktop.loc.gov/saved/5._Physical_Description_Area" }, { @@ -143,7 +143,7 @@ "valueDataType": {} }, "propertyLabel": "8. Standard Number and Terms of Availability", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "remark": "http://desktop.loc.gov/saved/8._Standard_Number_and_Terms_of_Availability_Area" }, { @@ -157,7 +157,7 @@ "valueDataType": {} }, "propertyLabel": "Source of Acquisition (Reproduction number)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/acquisitionSource" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/acquisitionSource" }, { "mandatory": "false", @@ -167,17 +167,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, "editable": "false", - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/sti", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/sti", "defaultLiteral": "still image" }, "propertyLabel": "Content Type", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content" }, { "mandatory": "false", @@ -192,7 +192,7 @@ "valueDataType": {} }, "propertyLabel": "7. Notes", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "remark": "http://desktop.loc.gov/saved/7._Note_Area" }, { @@ -203,17 +203,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, "editable": "false", "defaultLiteral": "unmediated", - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/n" + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/n" }, "propertyLabel": "Media Type", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media" }, { "mandatory": "false", @@ -228,7 +228,7 @@ "valueDataType": {} }, "propertyLabel": "Subject Access", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject" }, { "mandatory": "false", @@ -238,16 +238,16 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, "editable": "false", - "defaultURI": "http://id.loc.gov/vocabulary/carriers/nb", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/nb", "defaultLiteral": "sheet" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "propertyLabel": "Carrier Type" }, { @@ -263,7 +263,7 @@ "valueDataType": {} }, "propertyLabel": "Call Number", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/shelfMark" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/shelfMark" }, { "mandatory": "false", @@ -276,7 +276,7 @@ "valueDataType": {} }, "propertyLabel": "Biographical or Historical Data", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/historyOfWork" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/historyOfWork" }, { "mandatory": "false", @@ -289,12 +289,12 @@ "valueDataType": {} }, "propertyLabel": "Ownership and Custodial History", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/custodialHistory" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/custodialHistory" } ], "resourceLabel": "Single Photograph", "id": "profile:bf2:Graphics:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work" }, { "propertyTemplates": [ @@ -308,7 +308,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle", "propertyLabel": "1B. Transcribed title proper", "remark": "http://desktop.loc.gov/search?view=document&id=Infobasedcrmg0Dash0Dash0Dash247&hl=true&fq=allresources|true#" }, @@ -322,7 +322,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/StillImage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/StillImage", "propertyLabel": "1C. General material designation", "remark": "http://desktop.loc.gov/saved/GeneralMaterialDesignation" }, @@ -338,7 +338,7 @@ ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ParallelTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ParallelTitle", "propertyLabel": "1D. Parallel titles", "remark": "http://desktop.loc.gov/saved/ParallelTitles" }, @@ -354,7 +354,7 @@ ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/VariantTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/VariantTitle", "propertyLabel": "1E. Other title information", "remark": "http://desktop.loc.gov/saved/OtherTitleInformation" }, @@ -369,7 +369,7 @@ "valueDataType": {} }, "propertyLabel": "1F. Supplied and devised titles", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Title", "remark": "http://desktop.loc.gov/saved/SuppliedDevisedTitles" }, { @@ -382,7 +382,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement", "propertyLabel": "1G. Statements of responsibility", "remark": "http://desktop.loc.gov/saved/StatementsOfResponsibility" }, @@ -397,7 +397,7 @@ "valueDataType": {} }, "propertyLabel": "1H. Material without a collective title", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Title", "remark": "http://desktop.loc.gov/saved/1H._Material_without_a_collective_title" }, { @@ -411,12 +411,12 @@ "valueDataType": {} }, "propertyLabel": "Translation of title by cataloging agency", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Title" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Title" } ], "resourceLabel": "Title and Statement of Responsibility", "id": "profile:bf2:Graphics:StatementOfResponsibility", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Title" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Title" }, { "propertyTemplates": [ @@ -431,7 +431,7 @@ "valueDataType": {} }, "propertyLabel": "4B. Place of publication, distribution, production, etc.", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Place", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Place", "remark": "http://desktop.loc.gov/saved/PlacePublicationDistributionProduction" }, { @@ -445,7 +445,7 @@ "valueDataType": {} }, "propertyLabel": "4C. Name of publisher, distributor, etc.", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Agent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Agent", "remark": "http://desktop.loc.gov/saved/NamePublisherDistributor" }, { @@ -460,7 +460,7 @@ }, "propertyLabel": "4D. Date of publication, distribution, production, etc.", "remark": "http://desktop.loc.gov/saved/DatePublicationDistributionProduction", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date" }, { "mandatory": "false", @@ -474,7 +474,7 @@ }, "propertyLabel": "4E. Place of manufacture", "remark": "http://desktop.loc.gov/saved/PlaceManufacture", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Place" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Place" }, { "mandatory": "false", @@ -488,7 +488,7 @@ }, "propertyLabel": "4F. Name of manufacturer", "remark": "http://desktop.loc.gov/saved/NameManufacturer", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, { "mandatory": "false", @@ -504,7 +504,7 @@ }, "propertyLabel": "4G. Date of manufacture", "remark": "http://desktop.loc.gov/saved/DateManufacture", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date" }, { "mandatory": "false", @@ -517,12 +517,12 @@ "valueDataType": {} }, "propertyLabel": "Copyright date", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate" } ], "resourceLabel": "Publication, Distribution, Production", "id": "profile:bf2:Graphics:Publication", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ProvisionActivity" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ProvisionActivity" }, { "propertyTemplates": [ @@ -537,7 +537,7 @@ "valueDataType": {} }, "propertyLabel": "5B. Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "remark": "http://desktop.loc.gov/saved/5B. Extent (including specific material designatio" }, { @@ -551,7 +551,7 @@ "valueDataType": {} }, "propertyLabel": "5C. Other physical details", - "propertyURI": "http://id.loc.gov/ontologies/bflc/otherPhysicalDetails", + "propertyURI": "https://id.loc.gov/ontologies/bflc/otherPhysicalDetails", "remark": "http://desktop.loc.gov/saved/5C._Other_physical_details" }, { @@ -565,7 +565,7 @@ "valueDataType": {} }, "propertyLabel": "5D. Dimensions and format", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "remark": "http://desktop.loc.gov/saved/5D._Dimensions_and_format" }, { @@ -579,13 +579,13 @@ "valueDataType": {} }, "propertyLabel": "5E. Accompanying material", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/accompaniedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/accompaniedBy", "remark": "http://desktop.loc.gov/saved/5E._Accompanying_material" } ], "resourceLabel": "Physical Description", "id": "profile:bf2:Graphics:Description", - "resourceURI": "http://id.loc.gov/ontologies/bflc/physicalDescription" + "resourceURI": "https://id.loc.gov/ontologies/bflc/physicalDescription" }, { "propertyTemplates": [ @@ -600,7 +600,7 @@ "valueDataType": {} }, "propertyLabel": "6B. Title proper of series or multipart resource", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/seriesStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/seriesStatement", "remark": "http://desktop.loc.gov/saved/6B._Title_proper_of_series_or_multipart_resource" }, { @@ -614,7 +614,7 @@ "valueDataType": {} }, "propertyLabel": "6C. Parallel titles of series or multipart resource", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/seriesStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/seriesStatement", "remark": "http://desktop.loc.gov/saved/6C. Parallel titles of series and multipart resour" }, { @@ -628,7 +628,7 @@ "valueDataType": {} }, "propertyLabel": "6D. Other title information of series or multipart resource", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/seriesStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/seriesStatement", "remark": "http://desktop.loc.gov/saved/6D. Other title information of series and multipar" }, { @@ -642,7 +642,7 @@ "valueDataType": {} }, "propertyLabel": "6E. Statements of responsibility relating to series or multipart resource", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/seriesStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/seriesStatement", "remark": "http://desktop.loc.gov/saved/Statements of responsibility relating to series an" }, { @@ -656,7 +656,7 @@ "valueDataType": {} }, "propertyLabel": "6F. Numbering within series or multipart resource", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/seriesEnumeration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/seriesEnumeration", "remark": "http://desktop.loc.gov/saved/Numbering within series and multipart resources" }, { @@ -670,13 +670,13 @@ "valueDataType": {} }, "propertyLabel": "6G. Subseries", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subseriesOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subseriesOf", "remark": "http://desktop.loc.gov/saved/6G._Subseries" } ], "id": "profile:bf2:Graphics:Series", "resourceLabel": "Series and Multipart Resource", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance" }, { "propertyTemplates": [ @@ -691,7 +691,7 @@ "valueDataType": {} }, "propertyLabel": "7B1. Summary (nature, scope, artistic form, etc.)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "remark": "http://desktop.loc.gov/saved/7B1. Summary (nature, scope, artistic form, etc.)" }, { @@ -705,7 +705,7 @@ "valueDataType": {} }, "propertyLabel": "7B2. Language and script", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "remark": "http://desktop.loc.gov/saved/http://desktop.loc.gov/saved/7B1. Summary (nature," }, { @@ -724,7 +724,7 @@ "defaultLiteral": "Title devised by Library staff" }, "propertyLabel": "7B3. Source of description; source of title proper", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "remark": "http://desktop.loc.gov/saved/7B3. Source of description; source of title proper" }, { @@ -738,7 +738,7 @@ "valueDataType": {} }, "propertyLabel": "7B4. Variations in title", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/VariantTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/VariantTitle", "remark": "http://desktop.loc.gov/saved/7B._Notes" }, { @@ -754,7 +754,7 @@ "valueDataType": {} }, "propertyLabel": "7B5. Parallel titles, continuation of title, and other title information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ParallelTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ParallelTitle", "remark": "http://desktop.loc.gov/saved/7B._Notes" }, { @@ -768,7 +768,7 @@ "valueDataType": {} }, "propertyLabel": "7B6. Statements of responsibility", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "mandatory": "false", @@ -781,7 +781,7 @@ "valueDataType": {} }, "propertyLabel": "7B7. State and printing history", - "propertyURI": "http://id.loc.gov/ontologies/bflc/state" + "propertyURI": "https://id.loc.gov/ontologies/bflc/state" }, { "mandatory": "false", @@ -794,7 +794,7 @@ "valueDataType": {} }, "propertyLabel": "7B8. Publication, distribution, production, etc.", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity" }, { "mandatory": "false", @@ -807,7 +807,7 @@ "valueDataType": {} }, "propertyLabel": "7B9. Physical description", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -820,7 +820,7 @@ "valueDataType": {} }, "propertyLabel": "7B10. Accompanying material", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/accompaniedBy" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/accompaniedBy" }, { "mandatory": "false", @@ -835,7 +835,7 @@ "valueDataType": {} }, "propertyLabel": "7B11. Series", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/seriesStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/seriesStatement" }, { "mandatory": "false", @@ -848,7 +848,7 @@ "valueDataType": {} }, "propertyLabel": "7B12. References to published descriptions", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/referencedBy" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/referencedBy" }, { "mandatory": "false", @@ -861,7 +861,7 @@ "valueDataType": {} }, "propertyLabel": "7B13. Characteristics of original of a copy", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Generation" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Generation" }, { "mandatory": "false", @@ -874,7 +874,7 @@ "valueDataType": {} }, "propertyLabel": "7B14. Contents", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -887,7 +887,7 @@ "valueDataType": {} }, "propertyLabel": "7B15. Numbers or letters", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -900,7 +900,7 @@ "valueDataType": {} }, "propertyLabel": "7B16. Relationship note", - "propertyURI": "http://id.loc.gov/ontologies/bflc/Relationship" + "propertyURI": "https://id.loc.gov/ontologies/bflc/Relationship" }, { "mandatory": "false", @@ -913,7 +913,7 @@ "valueDataType": {} }, "propertyLabel": "7B17. “With” notes", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuedWith" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuedWith" }, { "mandatory": "false", @@ -926,7 +926,7 @@ "valueDataType": {} }, "propertyLabel": "7B18. Terms of access, use, and reproduction", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy" }, { "mandatory": "false", @@ -939,7 +939,7 @@ "valueDataType": {} }, "propertyLabel": "7B19. Preferred citation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/preferredCitation" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/preferredCitation" }, { "mandatory": "false", @@ -952,7 +952,7 @@ "valueDataType": {} }, "propertyLabel": "7B20. Provenance", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata" }, { "mandatory": "false", @@ -965,7 +965,7 @@ "valueDataType": {} }, "propertyLabel": "7B21. Immediate source of acquisition", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/immediateAcquisition" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/immediateAcquisition" }, { "mandatory": "false", @@ -978,7 +978,7 @@ "valueDataType": {} }, "propertyLabel": "7B22. Additional physical format", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/otherPhysicalFormat" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/otherPhysicalFormat" }, { "mandatory": "false", @@ -991,7 +991,7 @@ "valueDataType": {} }, "propertyLabel": "7B23. Exhibition history", - "propertyURI": "http://id.loc.gov/ontologies/bflc/exhibitionHistory" + "propertyURI": "https://id.loc.gov/ontologies/bflc/exhibitionHistory" }, { "mandatory": "false", @@ -1004,11 +1004,11 @@ "valueDataType": {} }, "propertyLabel": "General note", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" } ], "id": "profile:bf2:Graphics:Notes", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/note", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceLabel": "Notes" }, { @@ -1024,7 +1024,7 @@ "valueDataType": {} }, "propertyLabel": "8B. Standard number (ISBN)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Isbn" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Isbn" }, { "mandatory": "false", @@ -1037,7 +1037,7 @@ "valueDataType": {} }, "propertyLabel": "8C. Terms of availability", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/acquisitionTerms" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/acquisitionTerms" }, { "mandatory": "false", @@ -1050,12 +1050,12 @@ "valueDataType": {} }, "propertyLabel": "8D. Qualification", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/qualifier" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/qualifier" } ], "id": "profile:bf2:Graphics:Identifier", "resourceLabel": "Standard Number and Terms of Availability", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Identifier" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Identifier" } ], "id": "profile:bf2:Graphics", diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Publication, Distribution, Manufacturer Activity.json b/static/profiles/bibframe/BIBFRAME 2.0 Publication, Distribution, Manufacturer Activity.json index f0cb3fd..8d27203 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Publication, Distribution, Manufacturer Activity.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Publication, Distribution, Manufacturer Activity.json @@ -5,7 +5,7 @@ "propertyTemplates": [ { "mandatory": "false", - "repeatable": "true", + "repeatable": "false", "type": "resource", "resourceTemplates": [], "valueConstraint": { @@ -13,15 +13,16 @@ "profile:bf2:Provision:Place" ], "useValuesFrom": [], - "valueDataType": {} + "valueDataType": {}, + "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/place", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/place", "propertyLabel": "Place", "remark": "" }, { "mandatory": "false", - "repeatable": "true", + "repeatable": "false", "type": "resource", "resourceTemplates": [], "valueConstraint": { @@ -29,9 +30,10 @@ "profile:bf2:Provision:Name" ], "useValuesFrom": [], - "valueDataType": {} + "valueDataType": {}, + "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/agent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/agent", "propertyLabel": "Name", "remark": "" }, @@ -45,21 +47,21 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date (RDA 2.8.6)", "remark": "http://access.rdatoolkit.org/2.8.6.html" } ], "id": "profile:bf2:PublicationInformation", "contact": "", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Publication", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Publication", "resourceLabel": "Publication Activity" }, { "propertyTemplates": [ { "mandatory": "false", - "repeatable": "true", + "repeatable": "false", "type": "resource", "resourceTemplates": [], "valueConstraint": { @@ -67,15 +69,16 @@ "profile:bf2:Provision:Place" ], "useValuesFrom": [], - "valueDataType": {} + "valueDataType": {}, + "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/place", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/place", "propertyLabel": "Place", "remark": "" }, { "mandatory": "false", - "repeatable": "true", + "repeatable": "false", "type": "resource", "resourceTemplates": [], "valueConstraint": { @@ -83,9 +86,10 @@ "profile:bf2:Provision:Name" ], "useValuesFrom": [], - "valueDataType": {} + "valueDataType": {}, + "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/agent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/agent", "propertyLabel": "Name", "remark": "" }, @@ -99,20 +103,20 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date (RDA 2.9.6)", "remark": "http://access.rdatoolkit.org/2.9.6.html" } ], "resourceLabel": "Distribution Activity", "id": "profile:bf2:DistributionInformation", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Distribution" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Distribution" }, { "propertyTemplates": [ { "mandatory": "false", - "repeatable": "true", + "repeatable": "false", "type": "resource", "resourceTemplates": [], "valueConstraint": { @@ -122,9 +126,10 @@ "useValuesFrom": [], "valueDataType": { "dataTypeURI": "" - } + }, + "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/place", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/place", "propertyLabel": "Place", "remark": "" }, @@ -142,7 +147,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/agent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/agent", "propertyLabel": "Name", "remark": "" }, @@ -156,26 +161,27 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date (RDA 2.10.6)", "remark": "http://access.rdatoolkit.org/2.10.6.html" } ], "id": "profile:bf2:ManufactureInformation", "resourceLabel": "Manufacture Activity", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Manufacture" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Manufacture" }, { "propertyTemplates": [ { "mandatory": "false", - "repeatable": "true", + "repeatable": "false", "type": "literal", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], - "valueDataType": {} + "valueDataType": {}, + "repeatable": "false" }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", "propertyLabel": "Place (RDA 2.10.2)", @@ -183,20 +189,21 @@ } ], "id": "profile:bf2:Provision:Place", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Place", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Place", "resourceLabel": "Place" }, { "propertyTemplates": [ { "mandatory": "false", - "repeatable": "true", + "repeatable": "false", "type": "literal", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], - "valueDataType": {} + "valueDataType": {}, + "repeatable": "false" }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", "propertyLabel": "Name (RDA 2.8.4)", @@ -204,7 +211,7 @@ } ], "id": "profile:bf2:Provision:Name", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Agent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Agent", "resourceLabel": "Name" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 RWO.json b/static/profiles/bibframe/BIBFRAME 2.0 RWO.json index 61f3cd4..ccb1cce 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 RWO.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 RWO.json @@ -11,7 +11,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#Affiliation" @@ -78,7 +78,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#Language" @@ -102,7 +102,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#Geographic" @@ -140,7 +140,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#Geographic" @@ -178,7 +178,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#Country" @@ -242,8 +242,8 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names", - "http://id.loc.gov/authorities/subjects" + "https://id.loc.gov/authorities/names", + "https://id.loc.gov/authorities/subjects" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#Geographic" @@ -307,8 +307,8 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names", - "http://id.loc.gov/authorities/subjects" + "https://id.loc.gov/authorities/names", + "https://id.loc.gov/authorities/subjects" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#Geographic" @@ -346,8 +346,8 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names", - "http://id.loc.gov/authorities/subjects" + "https://id.loc.gov/authorities/names", + "https://id.loc.gov/authorities/subjects" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#Geographic" @@ -470,7 +470,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/subjects" + "https://id.loc.gov/authorities/subjects" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#fieldOfActivity" @@ -535,8 +535,8 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/demographicTerms", - "http://id.loc.gov/authorities/subjects" + "https://id.loc.gov/authorities/demographicTerms", + "https://id.loc.gov/authorities/subjects" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#gender" @@ -575,8 +575,8 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/subjects", - "http://id.loc.gov/authorities/demographicTerms" + "https://id.loc.gov/authorities/subjects", + "https://id.loc.gov/authorities/demographicTerms" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#Occupation" @@ -642,7 +642,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "http://www.loc.gov/mads/rdf/v1#prominentFamilyMember" @@ -908,7 +908,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/names" ], "valueDataType": {} }, diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Rare Materials.json b/static/profiles/bibframe/BIBFRAME 2.0 Rare Materials.json index 9640bee..15c815d 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Rare Materials.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Rare Materials.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup" }, { @@ -31,10 +31,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -52,7 +52,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information" }, { @@ -67,7 +67,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -83,7 +83,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -100,7 +100,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -111,13 +111,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience (RDA 7.7)", "remark": "http://access.rdatoolkit.org/7.7.html" }, @@ -133,7 +133,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -148,7 +148,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -163,7 +163,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -179,7 +179,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { @@ -190,17 +190,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/txt", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/txt", "defaultLiteral": "text", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -212,15 +212,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -236,7 +236,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -252,7 +252,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content" }, { @@ -267,7 +267,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -283,7 +283,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -298,7 +298,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, @@ -314,7 +314,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" }, { @@ -333,7 +333,7 @@ } ], "id": "profile:bf2:RareMat:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work" }, { @@ -350,7 +350,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "propertyLabel": "Instance of" }, { @@ -371,7 +371,7 @@ "remark": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information" }, { @@ -384,7 +384,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement", "propertyLabel": "Statement of responsiblity", "remark": "http://access.rdatoolkit.org/2.4.2.html" }, @@ -398,7 +398,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "propertyLabel": "Edition Statement (RDA 2.5)", "remark": "http://access.rdatoolkit.org/2.5.html" }, @@ -414,7 +414,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contributors" }, { @@ -431,7 +431,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "propertyLabel": "Publication, Distribution, Manufacture Statements" }, { @@ -444,7 +444,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -460,7 +460,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries", "propertyLabel": "Series Statement" }, { @@ -476,7 +476,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Instance" }, { @@ -493,7 +493,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Identifier for the Manifestation" }, { @@ -508,7 +508,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html" }, @@ -520,17 +520,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, @@ -542,17 +542,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/n", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/n", "defaultLiteral": "unmediated", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "propertyLabel": "Media type (RDA 3.2)", "remark": "http://access.rdatoolkit.org/3.2.html" }, @@ -564,17 +564,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/nc", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/nc", "defaultLiteral": "volume", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "propertyLabel": "Carrier Type (RDA 3.3)", "remark": "http://access.rdatoolkit.org/3.3.html" }, @@ -590,7 +590,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "propertyLabel": "Extent", "remark": "" }, @@ -604,7 +604,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "propertyLabel": "Dimensions (RDA 3.5)", "remark": "http://access.rdatoolkit.org/3.5.html" }, @@ -620,7 +620,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "LCCN" }, { @@ -635,7 +635,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestation" }, { @@ -650,7 +650,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", "propertyLabel": "Has Item" }, { @@ -665,12 +665,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata", "propertyLabel": "Administrative Metadata for Instance" } ], "id": "profile:bf2:RareMat:Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance", "resourceLabel": "BIBFRAME Instance" }, { @@ -684,12 +684,12 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "propertyLabel": "Held by" }, { @@ -702,7 +702,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "propertyLabel": "Location" }, { @@ -717,7 +717,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Agents associated with Item" }, { @@ -730,7 +730,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/custodialHistory", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/custodialHistory", "propertyLabel": "Custodial History (RDA 2.18)", "remark": "http://access.rdatoolkit.org/2.18.html" }, @@ -746,7 +746,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/immediateAcquisition", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/immediateAcquisition", "propertyLabel": "Immediate Source of Acquisition", "remark": "" }, @@ -762,7 +762,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Item" }, { @@ -778,7 +778,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Item" }, { @@ -793,7 +793,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Barcode" }, { @@ -809,7 +809,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Shelfmarks" }, { @@ -826,7 +826,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "propertyLabel": "Usage and access policy" }, { @@ -839,7 +839,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/collection", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/collection", "propertyLabel": "Collection" }, { @@ -855,11 +855,11 @@ "valueDataType": {} }, "propertyLabel": "Related Works", - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship" + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship" } ], "id": "profile:bf2:RareMat:Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item", "resourceLabel": "BIBFRAME Item" }, { @@ -886,15 +886,15 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": {}, - "defaultURI": "http://id.loc.gov/vocabulary/genreFormSchemes/rbmscv", + "defaultURI": "https://id.loc.gov/vocabulary/genreFormSchemes/rbmscv", "defaultLiteral": "RBMS" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Source of term" } ], "id": "profile:bf2:RareMat:RBMS", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/GenreForm", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/GenreForm", "resourceLabel": "RBMS term" }, { @@ -915,7 +915,7 @@ } ], "id": "profile:bf2:RareMat:Contents", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "resourceLabel": "Contents note" }, { @@ -936,7 +936,7 @@ } ], "id": "profile:bf2:RareMat:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -949,16 +949,16 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/millus" + "https://id.loc.gov/vocabulary/millus" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/Illustration", + "remark": "https://id.loc.gov/ontologies/bibframe/Illustration", "dataTypeLabelHint": "http://www.w3.org/1999/02/22-rdf-syntax-ns#value" }, "valueLanguage": "" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Illustrative Content (RDA 7.15)", "remark": "http://access.rdatoolkit.org/7.15.html" }, @@ -974,12 +974,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note about Illustrative Content" } ], "id": "profile:bf2:RareMat:Illus", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Illustration", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Illustration", "resourceLabel": "Illustrative content" }, { @@ -994,7 +994,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestations (RDA 27)", "remark": "http://access.rdatoolkit.org/27.1.html" }, @@ -1008,7 +1008,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "propertyLabel": "Also issued in another format as:", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, @@ -1022,7 +1022,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/accompaniedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/accompaniedBy", "propertyLabel": "Accompanied by (manifestation):", "remark": "http://access.rdatoolkit.org/J.4.5.html" }, @@ -1036,7 +1036,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "propertyLabel": "Reprinted as (manifestation):", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, @@ -1050,7 +1050,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "propertyLabel": "Reprint of (manifestation):", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, @@ -1064,13 +1064,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationshipTarget", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationshipTarget", "propertyLabel": "Relationship Designator for Related Manifestation (RDA Appendix J)", "remark": "http://access.rdatoolkit.org/J.4.html" } ], "id": "profile:bf2:RareMat:RelatedInstance", - "resourceURI": "http://id.loc.gov/ontologies/bflc/Relationship", + "resourceURI": "https://id.loc.gov/ontologies/bflc/Relationship", "resourceLabel": "Related Manifestation" }, { @@ -1101,12 +1101,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:RareMat:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1120,7 +1120,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1137,12 +1137,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:RareMat:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" }, { @@ -1158,10 +1158,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup" }, { @@ -1175,10 +1175,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -1196,7 +1196,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information" }, { @@ -1211,7 +1211,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Other Agent Associated with Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -1227,7 +1227,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -1244,7 +1244,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -1255,13 +1255,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience (RDA 7.7)", "remark": "http://access.rdatoolkit.org/7.7.html" }, @@ -1277,7 +1277,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -1292,7 +1292,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -1308,7 +1308,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { @@ -1323,7 +1323,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Expression elements" }, { @@ -1338,7 +1338,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Related Instance" }, { @@ -1353,7 +1353,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, @@ -1373,7 +1373,7 @@ } ], "id": "profile:bf2:RareMat:WorkOld", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work (RDA Work Elements)" }, { @@ -1390,7 +1390,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "propertyLabel": "Expression of" }, { @@ -1401,15 +1401,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/txt", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/txt", "defaultLiteral": "text" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -1421,13 +1421,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -1443,7 +1443,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -1461,7 +1461,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content", "remark": "" }, @@ -1480,7 +1480,7 @@ }, "defaultURI": "" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -1496,7 +1496,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contributor (RDA 20.2)", "remark": "http://access.rdatoolkit.org/20.2.html" }, @@ -1512,7 +1512,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -1527,7 +1527,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Expression" }, { @@ -1542,13 +1542,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content", "remark": "" } ], "id": "profile:bf2:RareMat:ExpressionOld", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work (RDA Expression Elements)" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Related Works and Expressions.json b/static/profiles/bibframe/BIBFRAME 2.0 Related Works and Expressions.json index c45b853..0777253 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Related Works and Expressions.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Related Works and Expressions.json @@ -14,11 +14,11 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "propertyLabel": "Search related works", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo" }, { "mandatory": "false", @@ -31,7 +31,7 @@ "valueDataType": {} }, "propertyLabel": "Related Work Authorized Access Point", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo" }, { "mandatory": "false", @@ -44,7 +44,8 @@ "valueDataType": {} }, "propertyLabel": "Relationship Designator for Related Work (RDA Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationshipTarget" + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationshipTarget", + "remark": "http://access.rdatoolkit.org/rdaappj_rdaj-16.html" }, { "mandatory": "false", @@ -58,12 +59,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Description of Related Work" } ], "id": "profile:bf2:RelatedWork", - "resourceURI": "http://id.loc.gov/ontologies/bflc/Relationship", + "resourceURI": "https://id.loc.gov/ontologies/bflc/Relationship", "resourceLabel": "Related Work" }, { @@ -79,11 +80,11 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "propertyLabel": "Search related expressions", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression" }, { "mandatory": "false", @@ -96,7 +97,7 @@ "valueDataType": {} }, "propertyLabel": "Record Related Expression Authorized Access Point", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression" }, { "mandatory": "false", @@ -109,7 +110,8 @@ "valueDataType": {} }, "propertyLabel": "Relationship Designator for Related Expression (RDA Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationshipTarget" + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationshipTarget", + "remark": "http://access.rdatoolkit.org/rdaappj_rdaj-16.html" }, { "mandatory": "false", @@ -123,13 +125,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Description of Related Expression" } ], "resourceLabel": "Related Expression", "id": "profile:bf2:RelatedExpression", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/hasExpression" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/hasExpression" }, { "propertyTemplates": [ @@ -142,7 +144,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/Relationship" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/Relationship" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -160,12 +162,12 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Relationship designator" } ], "id": "profile:bf2:RelatedWork:Title", - "resourceURI": "http://id.loc.gov/ontologies/bflc/Relationship", + "resourceURI": "https://id.loc.gov/ontologies/bflc/Relationship", "resourceLabel": "Title of Related Work (testing)", "remark": "testing" } diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Serial.json b/static/profiles/bibframe/BIBFRAME 2.0 Serial.json index 014e2d6..c514d07 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Serial.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Serial.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup" }, { @@ -31,10 +31,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -52,7 +52,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information (RDA 6.2.2, 6.2.3)" }, { @@ -67,7 +67,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work (RDA 6.3)", "remark": "http://access.rdatoolkit.org/6.3.html" }, @@ -81,7 +81,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Work (RDA 6.4)", "remark": "http://access.rdatoolkit.org/6.4.html" }, @@ -97,7 +97,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "propertyLabel": "Place of Origin of the Work (RDA 6.5)", "remark": "http://access.rdatoolkit.org/6.5.html" }, @@ -113,7 +113,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "propertyLabel": "(Geographic) Coverage of the Content" }, { @@ -126,7 +126,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -138,13 +138,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience (RDA 7.7)", "remark": "http://access.rdatoolkit.org/7.7.html" }, @@ -160,7 +160,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -176,7 +176,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -192,7 +192,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -208,25 +208,9 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, - { - "mandatory": "false", - "repeatable": "true", - "type": "resource", - "resourceTemplates": [], - "valueConstraint": { - "valueTemplateRefs": [ - "profile:bf2:RelatedWork" - ], - "useValuesFrom": [], - "valueDataType": {} - }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", - "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" - }, { "mandatory": "false", "repeatable": "true", @@ -239,7 +223,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -254,7 +238,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -265,17 +249,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/txt", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/txt", "defaultLiteral": "text", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -287,15 +271,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -311,26 +295,10 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, - { - "mandatory": "false", - "repeatable": "true", - "type": "resource", - "resourceTemplates": [], - "valueConstraint": { - "valueTemplateRefs": [ - "profile:bf2:Identifiers:ISSNL" - ], - "useValuesFrom": [], - "valueDataType": {} - }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", - "propertyLabel": "Identifier (RDA 6.13)", - "remark": "http://access.rdatoolkit.org/6.13.html" - }, { "mandatory": "false", "repeatable": "true", @@ -343,7 +311,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Script (RDA 7.13.2)", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, @@ -355,13 +323,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/millus" + "https://id.loc.gov/vocabulary/millus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Illustration" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Illustration" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content (RDA 7.15)", "remark": "http://access.rdatoolkit.org/7.15.html" }, @@ -377,7 +345,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -392,7 +360,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -410,7 +378,7 @@ "repeatable": "false", "editable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, @@ -426,7 +394,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp26_rda26-25.html" }, @@ -440,7 +408,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Related Manifestations (RDA Chapter 27, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp27_rda27-40.html" }, @@ -456,7 +424,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" }, { @@ -475,7 +443,7 @@ } ], "id": "profile:bf2:Serial:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work" }, { @@ -483,7 +451,7 @@ "propertyTemplates": [ { "propertyLabel": "Instance of", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -498,7 +466,7 @@ }, { "propertyLabel": "Title Information (RDA 2.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -531,11 +499,11 @@ }, "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "propertyLabel": "Edition Statement", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -549,7 +517,7 @@ }, { "propertyLabel": "Publication, Distribution, Manufacture Statements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -575,7 +543,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -593,7 +561,7 @@ }, "propertyLabel": "Series Statement", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries" }, { "mandatory": "false", @@ -603,17 +571,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, - "defaultURI": "http://id.loc.gov/vocabulary/issuance/serl", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/serl", "defaultLiteral": "serial", "repeatable": "true", "editable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, @@ -633,11 +601,11 @@ }, "propertyLabel": "Frequency", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/frequency" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/frequency" }, { "propertyLabel": "Identifiers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -656,19 +624,19 @@ }, { "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/n", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/n", "defaultLiteral": "unmediated", "repeatable": "true", "editable": "false" @@ -678,7 +646,7 @@ }, { "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -694,7 +662,7 @@ }, { "propertyLabel": "Dimensions (RDA 3.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -708,19 +676,19 @@ }, { "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/nc", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/nc", "repeatable": "true", "defaultLiteral": "volume", "editable": "false" @@ -740,7 +708,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestation (RDA 27.1)" }, { @@ -757,7 +725,7 @@ }, "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -771,13 +739,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", "propertyLabel": "Has Item", "remark": "Item which is an example of the described Instance." }, { "propertyLabel": "Uniform Resource Locator (RDA 4.6)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "type": "literal", "valueConstraint": { @@ -801,7 +769,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", "remark": "http://access.rdatoolkit.org/2.15.html" }, @@ -817,7 +785,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata", "propertyLabel": "Administrative Metadata for Instance" }, { @@ -830,29 +798,29 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/projectedProvisionDate", - "remark": "http://id.loc.gov/ontologies/bflc.html#p_projectedProvisionDate", + "propertyURI": "https://id.loc.gov/ontologies/bflc/projectedProvisionDate", + "remark": "https://id.loc.gov/ontologies/bflc.html#p_projectedProvisionDate", "propertyLabel": "Projected publication date (YYMM)" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance" }, { "id": "profile:bf2:Serial:Item", "propertyTemplates": [ { "propertyLabel": "Held by", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, "mandatory": "false", @@ -860,7 +828,7 @@ }, { "propertyLabel": "Electronic location", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -873,7 +841,7 @@ }, { "propertyLabel": "Held in sublocation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -886,7 +854,7 @@ }, { "propertyLabel": "Barcode", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -901,7 +869,7 @@ }, { "propertyLabel": "Notes about the Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -916,7 +884,7 @@ }, { "propertyLabel": "Lending, Reproduction, and Retention Policies", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -933,7 +901,7 @@ }, { "propertyLabel": "Shelving call numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -959,7 +927,7 @@ "valueDataType": {} }, "propertyLabel": "Enumeration And Chronology of Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/enumerationAndChronology" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/enumerationAndChronology" }, { "mandatory": "false", @@ -973,7 +941,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/immediateAcquisition", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/immediateAcquisition", "propertyLabel": "Immediate Acquisition" }, { @@ -986,13 +954,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/acquisitionSource", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/acquisitionSource", "remark": "http://access.rdatoolkit.org/rdachp4_rda4-93.html", "propertyLabel": "Contact information (RDA 4.3)" } ], "resourceLabel": "BIBFRAME Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item" }, { "propertyTemplates": [ @@ -1006,7 +974,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle", "propertyLabel": "Title Proper (RDA 2.3.2)", "remark": "http://access.rdatoolkit.org/2.3.2.html" }, @@ -1020,7 +988,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/partNumber", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/partNumber", "propertyLabel": "Designation of Part, Section or Supplement (RDA 2.3.1.7)", "remark": "http://access.rdatoolkit.org/2.3.1.7.html" }, @@ -1034,13 +1002,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/partName", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/partName", "propertyLabel": "Title of Part, Section or Supplement (RDA 2.3.1.7)", "remark": "http://access.rdatoolkit.org/2.3.1.7.html" } ], "id": "profile:bf2:Serial:Title", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Title", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Title", "resourceLabel": "Title", "contact": "NDMSO" }, @@ -1057,11 +1025,11 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/Relationship" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/Relationship" } }, "propertyLabel": "Search related works", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo" }, { "mandatory": "false", @@ -1074,7 +1042,7 @@ "valueDataType": {} }, "propertyLabel": "Record Relationship Designator for Related Work (RDA Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationshipTarget" + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationshipTarget" }, { "mandatory": "false", @@ -1088,7 +1056,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/absorbed", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/absorbed", "propertyLabel": "Absorbed (work):", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, @@ -1105,7 +1073,7 @@ } }, "propertyLabel": "Continues (work):", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/continues", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/continues", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, { @@ -1120,7 +1088,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/continuesInPart", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/continuesInPart", "propertyLabel": "Continues in part (work):", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, @@ -1136,7 +1104,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mergerOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mergerOf", "propertyLabel": "Merger of (work):", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, @@ -1152,7 +1120,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/replacementOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/replacementOf", "propertyLabel": "Replacement of (work):", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, @@ -1168,7 +1136,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/separatedFrom", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/separatedFrom", "propertyLabel": "Separated from (work):", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, @@ -1185,7 +1153,7 @@ } }, "propertyLabel": "Continued by (work):", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/continuedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/continuedBy", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, { @@ -1200,7 +1168,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/absorbedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/absorbedBy", "propertyLabel": "Absorbed by (work):", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, @@ -1216,7 +1184,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/continuedInPartBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/continuedInPartBy", "propertyLabel": "Continued in part by (work):", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, @@ -1232,7 +1200,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mergedToForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mergedToForm", "propertyLabel": "Merged to form (work):", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, @@ -1248,7 +1216,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/replacedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/replacedBy", "propertyLabel": "Replaced by (work):", "remark": "http://access.rdatoolkit.org/J.2.6.html" }, @@ -1264,12 +1232,12 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/splitInto", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/splitInto", "propertyLabel": "Split into (work):", "remark": "http://access.rdatoolkit.org/J.2.6.html" } ], - "resourceURI": "http://id.loc.gov/ontologies/bflc/Relationship", + "resourceURI": "https://id.loc.gov/ontologies/bflc/Relationship", "id": "profile:bf2:Serial:RelatedWork", "resourceLabel": "Related Work" }, @@ -1285,7 +1253,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestations (RDA 27)", "remark": "http://access.rdatoolkit.org/27.html" }, @@ -1299,7 +1267,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "ISSN of related manifestation" }, { @@ -1313,7 +1281,7 @@ "valueDataType": {} }, "propertyLabel": "Also issued in another format as:", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, { @@ -1326,7 +1294,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/accompaniedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/accompaniedBy", "propertyLabel": "Accompanied by (manifestation):", "remark": "http://access.rdatoolkit.org/J.4.5.html" }, @@ -1341,7 +1309,7 @@ "valueDataType": {} }, "propertyLabel": "Reprinted as (manifestation):", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, { @@ -1356,7 +1324,7 @@ }, "remark": "http://access.rdatoolkit.org/J.4.2.html", "propertyLabel": "Reprint of (manifestation)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent" }, { "mandatory": "false", @@ -1369,12 +1337,12 @@ "valueDataType": {} }, "propertyLabel": "Record Relationship Designator for Related Manifestation (RDA Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationshipTarget", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationshipTarget", "remark": "http://access.rdatoolkit.org/J.4.html" } ], "id": "profile:bf2:Serial:RelatedInstance", - "resourceURI": "http://id.loc.gov/ontologies/bflc/Relationship", + "resourceURI": "https://id.loc.gov/ontologies/bflc/Relationship", "resourceLabel": "Related Manifestation" }, { @@ -1389,7 +1357,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/firstIssue", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/firstIssue", "propertyLabel": "Numeric and/or Alphabetic Designation of First Issue or Part of Sequence (RDA 2.6.2)", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-5592.html" }, @@ -1403,7 +1371,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/firstIssue", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/firstIssue", "propertyLabel": "Chronological Designation of First Issue or Part of Sequence (RDA 2.6.3)", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-5667.html" }, @@ -1417,7 +1385,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/lastIssue", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/lastIssue", "propertyLabel": "Numeric and/or Alphabetic Designation of Last Issue or Part of Sequence (RDA 2.6.4)", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-5759.html" }, @@ -1431,13 +1399,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/lastIssue", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/lastIssue", "propertyLabel": "Chronological Designation of Last Issue or Part of Sequence (RDA 2.6.5)", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-5813.html" } ], "id": "profile:bf2:Serial:EnumerationAndChronology", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/EnumerationAndChronology", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/EnumerationAndChronology", "resourceLabel": "Enumeration And Chronology" }, { @@ -1450,13 +1418,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/frequencies" + "https://id.loc.gov/vocabulary/frequencies" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Frequency" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Frequency" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Frequency (RDA 2.14)", "remark": "http://access.rdatoolkit.org/2.14.html" }, @@ -1472,13 +1440,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on Frequency (RDA 2.17.12)", "remark": "http://access.rdatoolkit.org/2.17.12.html" } ], "id": "profile:bf2:Serial:Frequency", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Frequency", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Frequency", "resourceLabel": "Frequency" }, { @@ -1493,7 +1461,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Description based on:" }, { @@ -1506,12 +1474,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Latest issue consulted:" } ], "id": "profile:bf2:Serial:NoteOnIssuePartIteration", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/note", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceLabel": "Note on Issue, Part or Iteration" }, { @@ -1532,7 +1500,7 @@ } ], "id": "profile:bf2:Serial:Contents", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "resourceLabel": "Contents note" }, { @@ -1553,7 +1521,7 @@ } ], "id": "profile:bf2:Serial:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1584,12 +1552,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:Serial:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1603,7 +1571,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1620,12 +1588,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:Serial:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" }, { @@ -1633,7 +1601,7 @@ "propertyTemplates": [ { "propertyLabel": "Lookup", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1642,7 +1610,7 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "mandatory": "false", @@ -1659,11 +1627,11 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, "propertyLabel": "Creator of Work (RDA 19.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/19.2.html" }, { @@ -1680,13 +1648,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information (RDA 6.2.2, 6.2.3)", "remark": "" }, { "propertyLabel": "Form of Work (RDA 6.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1702,7 +1670,7 @@ }, { "propertyLabel": "Date of Work (RDA 6.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1716,7 +1684,7 @@ }, { "propertyLabel": "Place of Origin of the Work (RDA 6.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1732,7 +1700,7 @@ }, { "propertyLabel": "(Geographic) Coverage of the Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1756,22 +1724,22 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, { "propertyLabel": "Intended Audience (RDA 7.7)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, "remark": "http://access.rdatoolkit.org/7.7.html", @@ -1792,11 +1760,11 @@ }, "propertyLabel": "Other Person, Family, or Corporate Body Associated With a Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "propertyLabel": "Subject of the Work (RDA Chapter 23)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1819,7 +1787,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work", "remark": "", "mandatory": "false", @@ -1840,11 +1808,11 @@ "valueDataType": {} }, "propertyLabel": "Classification numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification" }, { "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1860,7 +1828,7 @@ }, { "propertyLabel": "Contents (LC-PCC PS 25.1)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1876,7 +1844,7 @@ }, { "propertyLabel": "Related Expressions (RDA Chapter 26 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1902,7 +1870,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "propertyLabel": "Expression elements" }, { @@ -1917,7 +1885,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" }, { @@ -1944,12 +1912,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "propertyLabel": "Your Windows ID and Comments" } ], "resourceLabel": "BIBFRAME Work (RDA Work Elements)", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work" }, { "propertyTemplates": [ @@ -1964,10 +1932,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "propertyLabel": "Expression of", "remark": "Expression has a related work. For use to connect Works under FRBR/RDA rules." }, @@ -1979,16 +1947,16 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/txt", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/txt", "editable": "true", "defaultLiteral": "text" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -2002,7 +1970,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Expression (RDA 6.10)", "remark": "http://access.rdatoolkit.org/6.10.html" }, @@ -2014,13 +1982,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -2036,7 +2004,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "ISSN-L Identifier for Expression (RDA 6.13)", "remark": "http://access.rdatoolkit.org/6.13.html" }, @@ -2054,7 +2022,7 @@ }, "propertyLabel": "Summary", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary" }, { "mandatory": "false", @@ -2068,7 +2036,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -2083,7 +2051,7 @@ "valueDataType": {} }, "propertyLabel": "Script (RDA 7.13.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, { @@ -2094,13 +2062,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/millus" + "https://id.loc.gov/vocabulary/millus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Illustration" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Illustration" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content (RDA 7.15)", "remark": "http://access.rdatoolkit.org/7.15.html" }, @@ -2116,7 +2084,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content", "remark": "" }, @@ -2135,7 +2103,7 @@ } }, "propertyLabel": "Color Content (RDA 7.17)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "remark": "http://access.rdatoolkit.org/7.17.html" }, { @@ -2150,7 +2118,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Expression", "remark": "" }, @@ -2166,7 +2134,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/20.2.html", "propertyLabel": "Contributor (RDA 20.2)" }, @@ -2186,7 +2154,7 @@ } ], "id": "profile:bf2:Serial:ExpressionOld", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work (RDA Expression Elements)" } ], @@ -2197,4 +2165,4 @@ "title": "BIBFRAME 2.0 Serial", "remark": "" } -} +} \ No newline at end of file diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Series Information.json b/static/profiles/bibframe/BIBFRAME 2.0 Series Information.json index 3419839..ee2aa57 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Series Information.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Series Information.json @@ -14,7 +14,7 @@ "valueDataType": {} }, "propertyLabel": "Series Statement and ISSN of Series (RDA 2.12.1-2.12.8)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/seriesStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/seriesStatement", "remark": "http://access.rdatoolkit.org/2.12.html" }, { @@ -27,7 +27,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/seriesEnumeration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/seriesEnumeration", "propertyLabel": "Series Numbering (RDA 2.12.9)", "remark": "http://access.rdatoolkit.org/2.12.9.html" }, @@ -41,7 +41,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subseriesStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subseriesStatement", "propertyLabel": "Subseries Title Proper, ISSN of Subseries (RDA 2.12.10-2.12.16)", "remark": "http://access.rdatoolkit.org/2.12.10.html" }, @@ -55,12 +55,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subseriesEnumeration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subseriesEnumeration", "propertyLabel": "Numbering within Subseries (RDA 2.12.17)", "remark": "http://access.rdatoolkit.org/2.12.17.html" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance", "id": "profile:bf2:SeriesInformation", "resourceLabel": "Series Statement", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-7632.html" diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Analog.json b/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json similarity index 62% rename from static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Analog.json rename to static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json index a0c3e95..7585efb 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Analog.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup" }, { @@ -31,10 +31,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -52,7 +52,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information (RDA 6.14.2, RDA 6.14.3)" }, { @@ -67,7 +67,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -84,7 +84,7 @@ "dataTypeLabelHint": "ISO" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Work (RDA 6.4)", "remark": "http://access.rdatoolkit.org/6.4.html" }, @@ -100,7 +100,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "propertyLabel": "Place of Origin of the Work (RDA 6.5)", "remark": "http://access.rdatoolkit.org/6.5.html" }, @@ -116,7 +116,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium", "propertyLabel": "Medium of Performance Statement" }, { @@ -131,7 +131,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -146,7 +146,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -161,7 +161,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -174,7 +174,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicSerialNumber", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicSerialNumber", "propertyLabel": "Numerical Designation of a Musical Work (RDA 6.16)", "remark": "http://access.rdatoolkit.org/6.16.html" }, @@ -188,7 +188,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicKey", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicKey", "propertyLabel": "Key (RDA 6.17)", "remark": "http://access.rdatoolkit.org/6.17.html" }, @@ -204,7 +204,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "propertyLabel": "(Geographic) Coverage of the Content" }, { @@ -217,7 +217,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Temporal) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -229,13 +229,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience (RDA 7.7)", "remark": "http://access.rdatoolkit.org/7.7.html" }, @@ -251,7 +251,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -267,7 +267,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -283,7 +283,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -298,7 +298,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -313,7 +313,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -324,17 +324,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/prm", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/prm", "defaultLiteral": "performed music", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -346,15 +346,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -369,10 +369,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/vocabulary/languages" + "dataTypeURI": "https://id.loc.gov/vocabulary/languages" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -388,7 +388,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "Identifiers" }, { @@ -403,7 +403,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/capture", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture", "propertyLabel": "Capture information" }, { @@ -418,7 +418,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -431,7 +431,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -447,7 +447,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, @@ -458,13 +458,574 @@ "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ - "profile:bf2:Analog:Instance" + "profile:bf2:RelatedExpression" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", + "remark": "http://access.rdatoolkit.org/rdachp26_rda26-25.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:Instance2" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyLabel": "Has BIBFRAME Instance" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "literal", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", + "propertyLabel": "Authorized Access Point for the Musical Work (RDA 6.28.1)", + "remark": "http://access.rdatoolkit.org/6.28.1.html" + } + ], + "id": "profile:bf2:Analog:Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", + "resourceLabel": "New BIBFRAME Work" + }, + { + "propertyTemplates": [ + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [ + "http://mlvlp04.loc.gov:8230/resources/works" + ], + "valueDataType": { + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" + } + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyLabel": "Search Existing RDA/BIBFRAME Work" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "literal", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", + "propertyLabel": "Preferred Title + AAP Expression Elements" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [ + "https://id.loc.gov/vocabulary/contentTypes" + ], + "valueDataType": { + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" + }, + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/prm", + "defaultLiteral": "performed music" + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", + "propertyLabel": "Content Type (RDA 6.9)", + "remark": "http://access.rdatoolkit.org/6.9.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [ + "https://id.loc.gov/vocabulary/languages" + ], + "valueDataType": { + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" + } + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", + "propertyLabel": "Language of Expression (RDA 6.11)", + "remark": "http://access.rdatoolkit.org/6.11.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Language:Note" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", + "propertyLabel": "Language of Content (RDA 7.12)", + "remark": "http://access.rdatoolkit.org/7.12.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Identifiers:Matrix" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyLabel": "Identifier" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:Summary" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", + "propertyLabel": "Summary" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:Capture" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture", + "propertyLabel": "Capture information" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:SupplContent" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyLabel": "Supplementary Content" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "literal", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", + "propertyLabel": "Duration (RDA 7.22)", + "remark": "http://access.rdatoolkit.org/7.22.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Agents:Contribution" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", + "propertyLabel": "Contributor (RDA 20.2)", + "remark": "http://access.rdatoolkit.org/20.2.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Note" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", + "propertyLabel": "Notes about the Expression" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:MOPStatement" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium", + "propertyLabel": "Medium of Performance Statement" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:MedPerfInst" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", + "propertyLabel": "Medium of Performance - Instrument" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:MedPerfVoice" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", + "propertyLabel": "Medium of Performance - Voice" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:MedPerfEnsemble" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", + "propertyLabel": "Medium of Performance - Ensemble" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:RelatedWork" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", + "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", + "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:RelatedExpression" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", + "remark": "http://access.rdatoolkit.org/rdachp26_rda26-25.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:Instance2" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyLabel": "Has BIBFRAME Instance" + } + ], + "id": "profile:bf2:Analog:Expression", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", + "resourceLabel": "Search Existing BIBFRAME Work and Add Expression Elements to Create New BIBFRAME Work" + }, + { + "propertyTemplates": [ + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Title", + "profile:bf2:Title:VarTitle", + "profile:bf2:ParallelTitle", + "profile:bflc:TranscribedTitle" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", + "propertyLabel": "Title Information (RDA 2.3)" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "literal", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement", + "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", + "remark": "http://access.rdatoolkit.org/2.4.2.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "literal", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyLabel": "Edition Statement" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:PublicationInformation", + "profile:bf2:ManufactureInformation", + "profile:bf2:DistributionInformation" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyLabel": "Publication, Distribution, Manufacture Statements" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "literal", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyLabel": "Copyright Date (RDA 2.11)", + "remark": "http://access.rdatoolkit.org/2.11.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:SeriesInformation" ], "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", - "propertyLabel": "Has BIBFRAME Instance" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries", + "propertyLabel": "Series Statement" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [ + "https://id.loc.gov/vocabulary/issuance" + ], + "valueDataType": { + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" + }, + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", + "defaultLiteral": "single unit" + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", + "propertyLabel": "Mode of Issuance (RDA 2.13)", + "remark": "http://access.rdatoolkit.org/2.13.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Identifiers:ISBN", + "profile:bf2:Identifiers:ISMN", + "profile:bf2:Identifiers:PubNumber", + "profile:bf2:Identifiers:EAN", + "profile:bf2:Identifiers:UPC", + "profile:bf2:TestProfile:ISRC", + "profile:bf2:Identifiers:Copyright", + "profile:bf2:Identifiers:Other", + "profile:bf2:Identifiers:Local" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyLabel": "Identifiers" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Note" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", + "propertyLabel": "Notes about the Instance", + "remark": "http://access.rdatoolkit.org/2.17.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:Credits" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/credits", + "propertyLabel": "Credits", + "remark": "http://access.rdatoolkit.org/2.17.3.5.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [ + "https://id.loc.gov/vocabulary/mediaTypes" + ], + "valueDataType": { + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" + }, + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/s", + "defaultLiteral": "audio" + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", + "propertyLabel": "Media type (RDA 3.2)", + "remark": "http://access.rdatoolkit.org/3.2.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "https://id.loc.gov/ontologies/bibframe/Carrier" + ], + "useValuesFrom": [ + "https://id.loc.gov/vocabulary/carriers" + ], + "valueDataType": {}, + "defaultURI": "https://id.loc.gov/vocabulary/carriers/sd", + "defaultLiteral": "audio disc" + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", + "propertyLabel": "Carrier Type (RDA 3.3)", + "remark": "http://access.rdatoolkit.org/3.3.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:Extent" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", + "propertyLabel": "Extent" }, { "mandatory": "false", @@ -476,36 +1037,187 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", - "propertyLabel": "Authorized Access Point for the Musical Work (RDA 6.28.1)", - "remark": "http://access.rdatoolkit.org/6.28.1.html" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", + "propertyLabel": "Dimensions (RDA 3.5)", + "remark": "http://access.rdatoolkit.org/3.5.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [ + "https://id.loc.gov/vocabulary/mmaterial" + ], + "valueDataType": { + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/BaseMaterial" + } + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/baseMaterial", + "propertyLabel": "Base Material (RDA 3.6)", + "remark": "http://access.rdatoolkit.org/3.6.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [ + "https://id.loc.gov/vocabulary/mmaterial" + ], + "valueDataType": { + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/AppliedMaterial" + } + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/appliedMaterial", + "propertyLabel": "Applied Material (RDA 3.7)", + "remark": "http://access.rdatoolkit.org/3.7.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:Production" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/productionMethod", + "propertyLabel": "Production Method" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [ + "https://id.loc.gov/vocabulary/mgeneration" + ], + "valueDataType": { + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Generation" + } + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/generation", + "propertyLabel": "Recording Generation (RDA 3.10)", + "remark": "http://access.rdatoolkit.org/3.10.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:Sound1", + "profile:bf2:Analog:Sound2", + "profile:bf2:Analog:Sound3", + "profile:bf2:Analog:Sound6", + "profile:bf2:Analog:Sound4", + "profile:bf2:Analog:Sound5" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/soundCharacteristic", + "propertyLabel": "Sound Characteristics" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "literal", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyLabel": "Uniform Resource Locator (RDA 4.6)", + "remark": "http://access.rdatoolkit.org/4.6.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Identifiers:LCCN" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", + "remark": "http://access.rdatoolkit.org/2.15.html" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:AdminMetadata" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata", + "propertyLabel": "Administrative Metadata for Instance" + }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:Analog:Item" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", + "propertyLabel": "Has Item" } ], - "id": "profile:bf2:Analog:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", - "resourceLabel": "BIBFRAME Work" + "id": "profile:bf2:Analog:Instance2", + "resourceLabel": "Add BIBFRAME Instance", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance" }, { "id": "profile:bf2:Analog:Instance", "propertyTemplates": [ { - "propertyLabel": "Instance of", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyLabel": "Search BIBFRAME Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "resourceTemplates": [], "type": "resource", "valueConstraint": { - "valueTemplateRefs": [ - "profile:bf2:Analog:Work" + "valueTemplateRefs": [], + "useValuesFrom": [ + "http://mlvlp04.loc.gov:8230/resources/works" ], - "useValuesFrom": [], - "valueDataType": {} + "valueDataType": { + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" + } }, "mandatory": "false", "repeatable": "true" }, { "propertyLabel": "Title Information (RDA 2.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -536,11 +1248,11 @@ }, "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "propertyLabel": "Edition Statement", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -556,7 +1268,7 @@ }, { "propertyLabel": "Publication, Distribution, Manufacture Statements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -579,12 +1291,10 @@ "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], - "useValuesFrom": [ - "" - ], + "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -602,7 +1312,7 @@ }, "propertyLabel": "Series Statement", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries" }, { "mandatory": "false", @@ -612,23 +1322,23 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, "editable": "false", - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, { "propertyLabel": "Identifiers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -664,7 +1374,7 @@ }, "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -680,23 +1390,23 @@ }, "propertyLabel": "Credits", "remark": "http://access.rdatoolkit.org/2.17.3.5.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/credits" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/credits" }, { "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/s", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/s", "defaultLiteral": "audio", "editable": "false", "repeatable": "true" @@ -706,19 +1416,19 @@ }, { "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/sd", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/sd", "defaultLiteral": "audio disc", "editable": "false", "repeatable": "true" @@ -728,7 +1438,7 @@ }, { "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -744,7 +1454,7 @@ }, { "propertyLabel": "Dimensions (RDA 3.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -772,10 +1482,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/BaseMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/BaseMaterial" }, "editable": "true", "defaultLiteral": "", @@ -783,7 +1493,7 @@ }, "propertyLabel": "Base Material (RDA 3.6)", "remark": "http://access.rdatoolkit.org/3.6.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/baseMaterial" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/baseMaterial" }, { "mandatory": "false", @@ -793,15 +1503,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/AppliedMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/AppliedMaterial" } }, "propertyLabel": "Applied Material (RDA 3.7)", "remark": "http://access.rdatoolkit.org/3.7.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/appliedMaterial" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/appliedMaterial" }, { "mandatory": "false", @@ -815,7 +1525,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/productionMethod", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/productionMethod", "propertyLabel": "Production Method", "remark": "" }, @@ -827,15 +1537,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mgeneration" + "https://id.loc.gov/vocabulary/mgeneration" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Generation" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Generation" } }, "propertyLabel": "Recording Generation (RDA 3.10)", "remark": "http://access.rdatoolkit.org/3.10.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/generation" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/generation" }, { "mandatory": "false", @@ -860,11 +1570,11 @@ }, "propertyLabel": "Sound Characteristics", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/soundCharacteristic" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/soundCharacteristic" }, { "propertyLabel": "Uniform Resource Locator (RDA 4.6)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "type": "literal", "valueConstraint": { @@ -889,7 +1599,7 @@ "valueDataType": {} }, "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "remark": "http://access.rdatoolkit.org/2.15.html" }, { @@ -905,7 +1615,7 @@ "valueDataType": {} }, "propertyLabel": "Administrative Metadata for Instance", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata" }, { "mandatory": "false", @@ -919,28 +1629,28 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", "propertyLabel": "Has Item" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance" }, { "id": "profile:bf2:Analog:Item", "propertyTemplates": [ { "propertyLabel": "Held by", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, "mandatory": "false", @@ -948,7 +1658,7 @@ }, { "propertyLabel": "Call numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -963,7 +1673,7 @@ }, { "propertyLabel": "Barcode", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -978,7 +1688,7 @@ }, { "propertyLabel": "Electronic location", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -991,7 +1701,7 @@ }, { "propertyLabel": "Held in sublocation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1004,7 +1714,7 @@ }, { "propertyLabel": "Notes about the Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1019,7 +1729,7 @@ }, { "propertyLabel": "Lending, Reproduction, and Retention Policies", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1036,7 +1746,7 @@ } ], "resourceLabel": "BIBFRAME Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item" }, { "propertyTemplates": [ @@ -1056,7 +1766,7 @@ } ], "id": "profile:bf2:Analog:Contents", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "resourceLabel": "Contents note" }, { @@ -1077,7 +1787,7 @@ } ], "id": "profile:bf2:Analog:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1098,7 +1808,7 @@ ], "id": "profile:bf2:Analog:Credits", "resourceLabel": "Credits note", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Credits" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Credits" }, { "propertyTemplates": [ @@ -1110,15 +1820,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/MusicMedium" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Instrument" }, { @@ -1131,7 +1841,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1143,10 +1853,10 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicInstrument" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicInstrument" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrumentalType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrumentalType", "propertyLabel": "Type of instrument" }, { @@ -1161,12 +1871,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:Analog:MedPerfInst", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicInstrument", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicInstrument", "resourceLabel": "Instrument" }, { @@ -1179,15 +1889,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/MusicMedium" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Voice" }, { @@ -1200,7 +1910,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1212,10 +1922,10 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicVoice" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicVoice" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voiceType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voiceType", "propertyLabel": "Type of voice" }, { @@ -1230,12 +1940,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:Analog:MedPerfVoice", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicVoice", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicVoice", "resourceLabel": "Voice" }, { @@ -1248,15 +1958,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/MusicMedium" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Ensemble" }, { @@ -1269,7 +1979,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1281,10 +1991,10 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicEnsemble" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicEnsemble" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensembleType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensembleType", "propertyLabel": "Type of Ensemble" }, { @@ -1299,12 +2009,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:Analog:MedPerfEnsemble", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicEnsemble", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicEnsemble", "resourceLabel": "Ensemble" }, { @@ -1321,7 +2031,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/place", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/place", "propertyLabel": "Place of Capture (RDA 7.11.2)", "remark": "http://access.rdatoolkit.org/7.11.2.html" }, @@ -1335,7 +2045,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date of Capture (RDA 7.11.3)", "remark": "http://access.rdatoolkit.org/7.11.3.html" }, @@ -1351,12 +2061,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Capture note" } ], "id": "profile:bf2:Analog:Capture", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Capture", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Capture", "resourceLabel": "Capture information" }, { @@ -1370,7 +2080,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Place" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Place" } }, "propertyLabel": "Place", @@ -1378,7 +2088,7 @@ } ], "id": "profile:bf2:Analog:Place", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Place", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Place", "resourceLabel": "Place" }, { @@ -1391,14 +2101,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mproduction" + "https://id.loc.gov/vocabulary/mproduction" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/ProductionMethod" + "remark": "https://id.loc.gov/ontologies/bibframe/ProductionMethod" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Production Method (RDA 3.9.1.3)", "remark": "http://access.rdatoolkit.org/3.9.1.3.html" }, @@ -1416,11 +2126,11 @@ }, "propertyLabel": "Details of Production Method (RDA 3.9.1.4)", "remark": "http://access.rdatoolkit.org/3.9.1.4.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" } ], "id": "profile:bf2:Analog:Production", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ProductionMethod", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ProductionMethod", "resourceLabel": "Production Method" }, { @@ -1433,16 +2143,16 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mrectype" + "https://id.loc.gov/vocabulary/mrectype" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/RecordingMethod" + "remark": "https://id.loc.gov/ontologies/bibframe/RecordingMethod" }, - "defaultURI": "http://id.loc.gov/vocabulary/mrectype/analog", + "defaultURI": "https://id.loc.gov/vocabulary/mrectype/analog", "defaultLiteral": "analog" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Type of Recording (RDA 3.16.2)", "remark": "http://access.rdatoolkit.org/3.16.2.html" }, @@ -1458,13 +2168,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Type of Recording (RDA 3.16.2.4)", "remark": "http://access.rdatoolkit.org/3.16.2.4.html" } ], "id": "profile:bf2:Analog:Sound1", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/RecordingMethod", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/RecordingMethod", "resourceLabel": "Type of Recording" }, { @@ -1477,17 +2187,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mrecmedium" + "https://id.loc.gov/vocabulary/mrecmedium" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/RecordingMedium", + "remark": "https://id.loc.gov/ontologies/bibframe/RecordingMedium", "dataTypeLabelHint": "" }, "defaultURI": "", "defaultLiteral": "" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Recording Medium (RDA 3.16.3)", "remark": "http://access.rdatoolkit.org/3.16.3.html" }, @@ -1503,13 +2213,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Recording Medium (RDA 3.16.3.4)", "remark": "http://access.rdatoolkit.org/3.16.3.4.html" } ], "id": "profile:bf2:Analog:Sound2", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/RecordingMedium", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/RecordingMedium", "resourceLabel": "Recording Medium" }, { @@ -1530,7 +2240,7 @@ } ], "id": "profile:bf2:Analog:Sound3", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlayingSpeed", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlayingSpeed", "resourceLabel": "Playing Speed" }, { @@ -1543,14 +2253,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mgroove" + "https://id.loc.gov/vocabulary/mgroove" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/GrooveCharacteristic" + "remark": "https://id.loc.gov/ontologies/bibframe/GrooveCharacteristic" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Groove Characteristic (RDA 3.16.5)", "remark": "http://access.rdatoolkit.org/3.16.5.html" }, @@ -1566,13 +2276,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Groove Characteristic (RDA 3.16.5.4)", "remark": "http://access.rdatoolkit.org/3.16.5.4.html" } ], "id": "profile:bf2:Analog:Sound6", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/GrooveCharacteristic", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/GrooveCharacteristic", "resourceLabel": "Groove Characteristic" }, { @@ -1585,14 +2295,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mplayback" + "https://id.loc.gov/vocabulary/mplayback" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/PlaybackChannels" + "remark": "https://id.loc.gov/ontologies/bibframe/PlaybackChannels" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Configuration of Playback Channels (RDA 3.16.8)", "remark": "http://access.rdatoolkit.org/3.16.8.html" }, @@ -1608,13 +2318,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Configuration of Playback Channels (RDA 3.16.8.4)", "remark": "http://access.rdatoolkit.org/3.16.8.4.html" } ], "id": "profile:bf2:Analog:Sound4", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlaybackChannels", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlaybackChannels", "resourceLabel": "Playback Channels" }, { @@ -1627,20 +2337,20 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mspecplayback" + "https://id.loc.gov/vocabulary/mspecplayback" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic" + "remark": "https://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Special Playback Characteristic (RDA 3.16.9)", "remark": "http://access.rdatoolkit.org/3.16.9.html" } ], "id": "profile:bf2:Analog:Sound5", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic", "resourceLabel": "Special Playback Characteristic" }, { @@ -1653,20 +2363,20 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/ontologies/bibframe/FileType" + "https://id.loc.gov/ontologies/bibframe/FileType" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/FileType" + "remark": "https://id.loc.gov/ontologies/bibframe/FileType" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "File Type (RDA 3.19)", "remark": "http://access.rdatoolkit.org/3.19.html" } ], "id": "profile:bf2:Analog:Digital", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/FileType", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/FileType", "resourceLabel": "File type" }, { @@ -1687,7 +2397,7 @@ } ], "id": "profile:bf2:Analog:Digital1", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/EncodingFormat", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/EncodingFormat", "resourceLabel": "Encoding format" }, { @@ -1709,7 +2419,7 @@ ], "id": "profile:bf2:Analog:Digital2", "resourceLabel": "File size", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/FileSize" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/FileSize" }, { "propertyTemplates": [ @@ -1739,12 +2449,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:Analog:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1765,7 +2475,7 @@ } ], "id": "profile:bf2:Analog:SysReq", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SystemRequirement", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SystemRequirement", "resourceLabel": "System Requirement" }, { @@ -1779,7 +2489,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1796,12 +2506,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:Analog:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" }, { @@ -1822,7 +2532,7 @@ } ], "id": "profile:bf2:Analog:MOPStatement", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium", "resourceLabel": "Medium of Performance Statement" }, { @@ -1830,7 +2540,7 @@ "propertyTemplates": [ { "propertyLabel": "Lookup", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1840,7 +2550,7 @@ ], "valueTemplateRefs": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "mandatory": "false", @@ -1857,16 +2567,16 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, "propertyLabel": "Creator of Work (RDA 19.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/19.2.html" }, { "propertyLabel": "Title Information (RDA 6.14.2, RDA 6.14.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "", "resourceTemplates": [], "valueConstraint": { @@ -1884,7 +2594,7 @@ }, { "propertyLabel": "Form of Work", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1900,7 +2610,7 @@ }, { "propertyLabel": "Date of Work (RDA 6.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1919,7 +2629,7 @@ }, { "propertyLabel": "Place of Origin of the Work (RDA 6.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1949,7 +2659,7 @@ }, "propertyLabel": "Medium of Performance (RDA 6.15)", "remark": "http://access.rdatoolkit.org/6.15.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium" }, { "mandatory": "false", @@ -1963,7 +2673,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -1978,7 +2688,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -1993,7 +2703,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -2008,7 +2718,7 @@ }, "propertyLabel": "Numerical Designation of a Musical Work (RDA 6.16)", "remark": "http://access.rdatoolkit.org/6.16.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicSerialNumber" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicSerialNumber" }, { "mandatory": "false", @@ -2021,12 +2731,12 @@ "valueDataType": {} }, "propertyLabel": "Key (RDA 6.17)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicKey", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicKey", "remark": "http://access.rdatoolkit.org/6.17.html" }, { "propertyLabel": "(Geographic) Coverage of the Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -2050,22 +2760,22 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Temporal) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, { "propertyLabel": "Intended Audience (RDA 7.7)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, "remark": "http://access.rdatoolkit.org/7.7.html", @@ -2086,11 +2796,11 @@ }, "propertyLabel": "Other Person, Family, or Corporate Body Associated With a Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "propertyLabel": "Subject of the Work (RDA Chapter 23)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2113,7 +2823,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work", "remark": "", "mandatory": "false", @@ -2133,12 +2843,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2154,7 +2864,7 @@ }, { "propertyLabel": "Contents (LC-PCC PS 25.1)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -2170,7 +2880,7 @@ }, { "propertyLabel": "Expression elements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2208,7 +2918,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "propertyLabel": "Your Windows ID and Comments" }, { @@ -2223,12 +2933,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" } ], "resourceLabel": "BIBFRAME Work (RDA Work Elements)", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "remark": "Graphic, non-realized representations of musical works intended to be perceived visually." }, { @@ -2244,10 +2954,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "propertyLabel": "Expression of", "remark": "Expression has a related work. For use to connect Works under FRBR/RDA rules." }, @@ -2263,7 +2973,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -2278,7 +2988,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -2293,7 +3003,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -2304,18 +3014,18 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content", + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content", "dataTypeLabel": "" }, "editable": "true", - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/prm", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/prm", "defaultLiteral": "performed music", "remark": "" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -2330,7 +3040,7 @@ "valueDataType": {} }, "propertyLabel": "Date of Expression (RDA 6.10)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "remark": "http://access.rdatoolkit.org/6.10.html" }, { @@ -2341,13 +3051,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -2364,7 +3074,7 @@ "valueDataType": {} }, "propertyLabel": "Identifier for the Expression", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy" }, { "mandatory": "false", @@ -2378,7 +3088,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary", "remark": "" }, @@ -2395,7 +3105,7 @@ "valueDataType": {} }, "propertyLabel": "Capture information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/capture" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture" }, { "mandatory": "false", @@ -2408,10 +3118,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/vocabulary/languages" + "dataTypeURI": "https://id.loc.gov/vocabulary/languages" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -2427,7 +3137,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content", "remark": "" }, @@ -2443,7 +3153,7 @@ ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -2461,7 +3171,7 @@ }, "propertyLabel": "Contributor (RDA 20.2)", "remark": "http://access.rdatoolkit.org/20.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "mandatory": "false", @@ -2477,7 +3187,7 @@ }, "propertyLabel": "Notes about the Expression", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -2495,7 +3205,7 @@ } ], "id": "profile:bf2:Analog:ExpressionOld", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work (RDA Expression Elements)" } ], @@ -2503,7 +3213,7 @@ "date": "2017-10-25", "description": "Work, Expression, Instance for Analog Recordings", "id": "profile:bf2:Analog", - "title": "BIBFRAME 2.0 Sound Recording: Analog", + "title": "BIBFRAME 2.0 Sound Recording- Analog", "remark": "" } -} +} \ No newline at end of file diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD-R.json b/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json similarity index 80% rename from static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD-R.json rename to static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json index c7d4c40..f9f8b8b 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD-R.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup" }, { @@ -31,10 +31,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -52,7 +52,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information (RDA 6.14.2, RDA 6.14.3)" }, { @@ -67,7 +67,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -84,7 +84,7 @@ "dataTypeLabelHint": "ISO" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Work (RDA 6.4)", "remark": "http://access.rdatoolkit.org/6.4.html" }, @@ -100,7 +100,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "propertyLabel": "Place of Origin of the Work (RDA 6.5)", "remark": "http://access.rdatoolkit.org/6.5.html" }, @@ -116,7 +116,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium", "propertyLabel": "Medium of Performance Statement" }, { @@ -131,7 +131,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -146,7 +146,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -161,7 +161,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -174,7 +174,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicSerialNumber", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicSerialNumber", "propertyLabel": "Numerical Designation of a Musical Work (RDA 6.16)", "remark": "http://access.rdatoolkit.org/6.16.html" }, @@ -188,7 +188,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicKey", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicKey", "propertyLabel": "Key (RDA 6.17)", "remark": "http://access.rdatoolkit.org/6.17.html" }, @@ -204,7 +204,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "propertyLabel": "(Geographic) Coverage of the Content" }, { @@ -217,7 +217,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Temporal) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -229,15 +229,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience (RDA 7.7)", "remark": "http://access.rdatoolkit.org/7.7.html" }, @@ -253,7 +253,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -269,7 +269,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -285,7 +285,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -300,7 +300,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -315,7 +315,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -326,17 +326,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/prm", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/prm", "defaultLiteral": "performed music", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -348,15 +348,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -374,7 +374,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -390,7 +390,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/capture", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture", "propertyLabel": "Capture information" }, { @@ -405,7 +405,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -418,7 +418,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -434,10 +434,26 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:RelatedExpression" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", + "remark": "http://access.rdatoolkit.org/rdachp26_rda26-25.html" + }, { "mandatory": "false", "repeatable": "true", @@ -450,7 +466,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" }, { @@ -469,7 +485,7 @@ } ], "id": "profile:bf2:SoundCDR:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work" }, { @@ -477,7 +493,7 @@ "propertyTemplates": [ { "propertyLabel": "Instance of", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -492,7 +508,7 @@ }, { "propertyLabel": "Title Information (RDA 2.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -523,11 +539,11 @@ }, "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "propertyLabel": "Edition Statement", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -543,7 +559,7 @@ }, { "propertyLabel": "Publication, Distribution, Manufacture Statements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -571,7 +587,7 @@ ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -589,7 +605,7 @@ }, "propertyLabel": "Series Statement", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries" }, { "mandatory": "false", @@ -599,23 +615,23 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, "editable": "false", - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, { "propertyLabel": "Identifiers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -651,7 +667,7 @@ }, "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -667,23 +683,23 @@ }, "propertyLabel": "Credits", "remark": "http://access.rdatoolkit.org/2.17.3.5.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/credits" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/credits" }, { "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/s", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/s", "defaultLiteral": "audio", "editable": "false", "repeatable": "true" @@ -693,19 +709,19 @@ }, { "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/sd", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/sd", "defaultLiteral": "audio disc", "editable": "false", "repeatable": "true" @@ -715,7 +731,7 @@ }, { "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -731,7 +747,7 @@ }, { "propertyLabel": "Dimensions (RDA 3.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -759,10 +775,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/BaseMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/BaseMaterial" }, "editable": "true", "defaultLiteral": "", @@ -770,7 +786,7 @@ }, "propertyLabel": "Base Material (RDA 3.6)", "remark": "http://access.rdatoolkit.org/3.6.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/baseMaterial" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/baseMaterial" }, { "mandatory": "false", @@ -780,15 +796,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/AppliedMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/AppliedMaterial" } }, "propertyLabel": "Applied Material (RDA 3.7)", "remark": "http://access.rdatoolkit.org/3.7.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/appliedMaterial" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/appliedMaterial" }, { "mandatory": "false", @@ -802,7 +818,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/productionMethod", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/productionMethod", "propertyLabel": "Production Method", "remark": "" }, @@ -814,15 +830,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mgeneration" + "https://id.loc.gov/vocabulary/mgeneration" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Generation" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Generation" } }, "propertyLabel": "Recording Generation (RDA 3.10)", "remark": "http://access.rdatoolkit.org/3.10.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/generation" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/generation" }, { "mandatory": "false", @@ -846,7 +862,7 @@ }, "propertyLabel": "Sound Characteristics", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/soundCharacteristic" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/soundCharacteristic" }, { "mandatory": "false", @@ -868,7 +884,7 @@ }, "propertyLabel": "Digital Characteristics", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/digitalCharacteristic" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/digitalCharacteristic" }, { "mandatory": "false", @@ -882,12 +898,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/systemRequirement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/systemRequirement", "propertyLabel": "System Requirement" }, { "propertyLabel": "Uniform Resource Locator (RDA 4.6)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "type": "literal", "valueConstraint": { @@ -912,7 +928,7 @@ "valueDataType": {} }, "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "remark": "http://access.rdatoolkit.org/2.15.html" }, { @@ -928,7 +944,7 @@ "valueDataType": {} }, "propertyLabel": "Administrative Metadata for Instance", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata" }, { "mandatory": "false", @@ -942,28 +958,28 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", "propertyLabel": "Has Item" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance" }, { "id": "profile:bf2:SoundCDR:Item", "propertyTemplates": [ { "propertyLabel": "Held by", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, "mandatory": "false", @@ -971,7 +987,7 @@ }, { "propertyLabel": "Call numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -986,7 +1002,7 @@ }, { "propertyLabel": "Barcode", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1001,7 +1017,7 @@ }, { "propertyLabel": "Electronic location", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1014,7 +1030,7 @@ }, { "propertyLabel": "Held in sublocation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1027,7 +1043,7 @@ }, { "propertyLabel": "Notes about the Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1042,7 +1058,7 @@ }, { "propertyLabel": "Lending, Reproduction, and Retention Policies", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1059,7 +1075,7 @@ } ], "resourceLabel": "BIBFRAME Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item" }, { "propertyTemplates": [ @@ -1079,7 +1095,7 @@ } ], "id": "profile:bf2:SoundCDR:Contents", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "resourceLabel": "Contents note" }, { @@ -1100,7 +1116,7 @@ } ], "id": "profile:bf2:SoundCDR:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1121,7 +1137,7 @@ ], "id": "profile:bf2:SoundCDR:Credits", "resourceLabel": "Credits note", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Credits" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Credits" }, { "propertyTemplates": [ @@ -1133,15 +1149,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/MusicMedium" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Instrument" }, { @@ -1154,7 +1170,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1166,10 +1182,10 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicInstrument" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicInstrument" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrumentalType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrumentalType", "propertyLabel": "Type of instrument" }, { @@ -1184,12 +1200,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:SoundCDR:MedPerfInst", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicInstrument", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicInstrument", "resourceLabel": "Instrument" }, { @@ -1202,15 +1218,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/MusicMedium" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Voice" }, { @@ -1223,7 +1239,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1235,10 +1251,10 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicVoice" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicVoice" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voiceType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voiceType", "propertyLabel": "Type of voice" }, { @@ -1253,12 +1269,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:SoundCDR:MedPerfVoice", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicVoice", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicVoice", "resourceLabel": "Voice" }, { @@ -1271,15 +1287,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/MusicMedium" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Ensemble" }, { @@ -1292,7 +1308,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1304,10 +1320,10 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicEnsemble" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicEnsemble" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensembleType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensembleType", "propertyLabel": "Type of Ensemble" }, { @@ -1322,12 +1338,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:SoundCDR:MedPerfEnsemble", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicEnsemble", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicEnsemble", "resourceLabel": "Ensemble" }, { @@ -1344,7 +1360,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/place", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/place", "propertyLabel": "Place of Capture (RDA 7.11.2)", "remark": "http://access.rdatoolkit.org/7.11.2.html" }, @@ -1358,7 +1374,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date of Capture (RDA 7.11.3)", "remark": "http://access.rdatoolkit.org/7.11.3.html" }, @@ -1374,12 +1390,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Capture note" } ], "id": "profile:bf2:SoundCDR:Capture", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Capture", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Capture", "resourceLabel": "Capture information" }, { @@ -1393,7 +1409,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Place" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Place" } }, "propertyLabel": "Place", @@ -1402,7 +1418,7 @@ ], "id": "profile:bf2:SoundCDR:Place", "resourceLabel": "Place", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Place" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Place" }, { "propertyTemplates": [ @@ -1414,14 +1430,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mproduction" + "https://id.loc.gov/vocabulary/mproduction" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/ProductionMethod" + "remark": "https://id.loc.gov/ontologies/bibframe/ProductionMethod" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Production Method (RDA 3.9.1.3)", "remark": "http://access.rdatoolkit.org/3.9.1.3.html" }, @@ -1439,11 +1455,11 @@ }, "propertyLabel": "Details of Production Method (RDA 3.9.1.4)", "remark": "http://access.rdatoolkit.org/3.9.1.4.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" } ], "id": "profile:bf2:SoundCDR:Production", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ProductionMethod", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ProductionMethod", "resourceLabel": "Production Method" }, { @@ -1456,15 +1472,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mrectype" + "https://id.loc.gov/vocabulary/mrectype" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/RecordingMethod" + "remark": "https://id.loc.gov/ontologies/bibframe/RecordingMethod" }, "defaultURI": "" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Type of Recording (RDA 3.16.2)", "remark": "http://access.rdatoolkit.org/3.16.2.html" }, @@ -1480,13 +1496,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Type of Recording (RDA 3.16.2.4)", "remark": "http://access.rdatoolkit.org/3.16.2.4.html" } ], "id": "profile:bf2:SoundCDR:Sound1", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/RecordingMethod", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/RecordingMethod", "resourceLabel": "Type of Recording" }, { @@ -1499,11 +1515,11 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mrecmedium" + "https://id.loc.gov/vocabulary/mrecmedium" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/RecordingMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/RecordingMedium" } }, "propertyURI": "http://www.w3.org/1999/02/22-rdf-syntax-ns#value", @@ -1522,13 +1538,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Recording Medium (RDA 3.16.3.4)", "remark": "http://access.rdatoolkit.org/3.16.3.4.html" } ], "id": "profile:bf2:SoundCDR:Sound2", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/RecordingMedium", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/RecordingMedium", "resourceLabel": "Recording Medium" }, { @@ -1549,7 +1565,7 @@ } ], "id": "profile:bf2:SoundCDR:Sound3", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlayingSpeed", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlayingSpeed", "resourceLabel": "Playing Speed" }, { @@ -1562,14 +1578,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mplayback" + "https://id.loc.gov/vocabulary/mplayback" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/PlaybackChannels" + "remark": "https://id.loc.gov/ontologies/bibframe/PlaybackChannels" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Configuration of Playback Channels (RDA 3.16.8)", "remark": "http://access.rdatoolkit.org/3.16.8.html" }, @@ -1585,13 +1601,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Configuration of Playback Channels (RDA 3.16.8.4)", "remark": "http://access.rdatoolkit.org/3.16.8.4.html" } ], "id": "profile:bf2:SoundCDR:Sound4", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlaybackChannels", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlaybackChannels", "resourceLabel": "Playback Channels" }, { @@ -1604,20 +1620,20 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mspecplayback" + "https://id.loc.gov/vocabulary/mspecplayback" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic" + "remark": "https://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Special Playback Characteristic (RDA 3.16.9)", "remark": "http://access.rdatoolkit.org/3.16.9.html" } ], "id": "profile:bf2:SoundCDR:Sound5", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic", "resourceLabel": "Special Playback Characteristic" }, { @@ -1630,20 +1646,20 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mfiletype" + "https://id.loc.gov/vocabulary/mfiletype" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/FileType" + "remark": "https://id.loc.gov/ontologies/bibframe/FileType" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "File Type (RDA 3.19)", "remark": "http://access.rdatoolkit.org/3.19.html" } ], "id": "profile:bf2:SoundCDR:Digital", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/FileType", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/FileType", "resourceLabel": "File type" }, { @@ -1664,7 +1680,7 @@ } ], "id": "profile:bf2:SoundCDR:Digital1", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/EncodingFormat", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/EncodingFormat", "resourceLabel": "Encoding format" }, { @@ -1686,7 +1702,7 @@ ], "id": "profile:bf2:SoundCDR:Digital2", "resourceLabel": "File size", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/FileSize" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/FileSize" }, { "propertyTemplates": [ @@ -1716,12 +1732,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:SoundCDR:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1742,7 +1758,7 @@ } ], "id": "profile:bf2:SoundCDR:SysReq", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SystemRequirement", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SystemRequirement", "resourceLabel": "System Requirement" }, { @@ -1756,7 +1772,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1773,12 +1789,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:SoundCDR:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" }, { @@ -1799,7 +1815,7 @@ } ], "id": "profile:bf2:SoundCDR:MOPStatement", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium", "resourceLabel": "Medium of Performance Statement" }, { @@ -1807,7 +1823,7 @@ "propertyTemplates": [ { "propertyLabel": "Lookup", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1817,7 +1833,7 @@ ], "valueTemplateRefs": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "mandatory": "false", @@ -1834,16 +1850,16 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, "propertyLabel": "Creator of Work (RDA 19.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/19.2.html" }, { "propertyLabel": "Title Information (RDA 6.14.2, RDA 6.14.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "", "resourceTemplates": [], "valueConstraint": { @@ -1861,7 +1877,7 @@ }, { "propertyLabel": "Form of Work", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1877,7 +1893,7 @@ }, { "propertyLabel": "Date of Work (RDA 6.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1896,7 +1912,7 @@ }, { "propertyLabel": "Place of Origin of the Work (RDA 6.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1926,7 +1942,7 @@ }, "propertyLabel": "Medium of Performance (RDA 6.15)", "remark": "http://access.rdatoolkit.org/6.15.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium" }, { "mandatory": "false", @@ -1940,7 +1956,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -1955,7 +1971,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -1970,7 +1986,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -1985,7 +2001,7 @@ }, "propertyLabel": "Numerical Designation of a Musical Work (RDA 6.16)", "remark": "http://access.rdatoolkit.org/6.16.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicSerialNumber" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicSerialNumber" }, { "mandatory": "false", @@ -1998,12 +2014,12 @@ "valueDataType": {} }, "propertyLabel": "Key (RDA 6.17)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicKey", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicKey", "remark": "http://access.rdatoolkit.org/6.17.html" }, { "propertyLabel": "(Geographic) Coverage of the Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -2027,22 +2043,22 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Temporal) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, { "propertyLabel": "Intended Audience (RDA 7.7)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, "remark": "http://access.rdatoolkit.org/7.7.html", @@ -2063,11 +2079,11 @@ }, "propertyLabel": "Other Person, Family, or Corporate Body Associated With a Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "propertyLabel": "Subject of the Work (RDA Chapter 23)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2090,7 +2106,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work", "remark": "", "mandatory": "false", @@ -2110,12 +2126,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2131,7 +2147,7 @@ }, { "propertyLabel": "Contents (LC-PCC PS 25.1)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -2147,7 +2163,7 @@ }, { "propertyLabel": "Expression elements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2185,7 +2201,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "propertyLabel": "Your Windows ID and Comments" }, { @@ -2200,12 +2216,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" } ], "resourceLabel": "BIBFRAME Work (RDA Work Elements)", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "remark": "Graphic, non-realized representations of musical works intended to be perceived visually." }, { @@ -2221,10 +2237,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "propertyLabel": "Expression of", "remark": "Expression has a related work. For use to connect Works under FRBR/RDA rules." }, @@ -2240,7 +2256,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -2255,7 +2271,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -2270,7 +2286,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -2281,18 +2297,18 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content", + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content", "dataTypeLabel": "" }, "editable": "true", - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/prm", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/prm", "defaultLiteral": "performed music", "remark": "" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -2307,7 +2323,7 @@ "valueDataType": {} }, "propertyLabel": "Date of Expression (RDA 6.10)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "remark": "http://access.rdatoolkit.org/6.10.html" }, { @@ -2318,13 +2334,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -2340,7 +2356,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary", "remark": "" }, @@ -2357,7 +2373,7 @@ "valueDataType": {} }, "propertyLabel": "Capture information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/capture" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture" }, { "mandatory": "false", @@ -2370,10 +2386,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/vocabulary/languages" + "dataTypeURI": "https://id.loc.gov/vocabulary/languages" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -2389,7 +2405,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content", "remark": "" }, @@ -2405,7 +2421,7 @@ ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -2423,7 +2439,7 @@ }, "propertyLabel": "Contributor (RDA 20.2)", "remark": "http://access.rdatoolkit.org/20.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "mandatory": "false", @@ -2439,7 +2455,7 @@ }, "propertyLabel": "Notes about the Expression", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -2457,7 +2473,7 @@ } ], "id": "profile:bf2:SoundCDR:ExpressionOld", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work (RDA Expression Elements)" } ], @@ -2465,7 +2481,7 @@ "date": "2017-09-06", "description": "Work, Expression, Instance for Audio CD-R", "id": "profile:bf2:SoundCDR", - "title": "BIBFRAME 2.0 Sound Recording: Audio CD-R", + "title": "BIBFRAME 2.0 Sound Recording- Audio CD-R", "remark": "" } -} +} \ No newline at end of file diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD.json b/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD.json similarity index 81% rename from static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD.json rename to static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD.json index 635043c..b19bb3f 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording: Audio CD.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD.json @@ -14,10 +14,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "propertyLabel": "Lookup" }, { @@ -31,10 +31,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Creator of Work (RDA 19.2)", "remark": "http://access.rdatoolkit.org/19.2.html" }, @@ -52,7 +52,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "propertyLabel": "Title Information (RDA 6.14.2, RDA 6.14.3)" }, { @@ -67,7 +67,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "propertyLabel": "Form of Work" }, { @@ -84,7 +84,7 @@ "dataTypeLabelHint": "ISO" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "propertyLabel": "Date of Work (RDA 6.4)", "remark": "http://access.rdatoolkit.org/6.4.html" }, @@ -100,7 +100,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "propertyLabel": "Place of Origin of the Work (RDA 6.5)", "remark": "http://access.rdatoolkit.org/6.5.html" }, @@ -116,7 +116,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium", "propertyLabel": "Medium of Performance Statement" }, { @@ -131,7 +131,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -146,7 +146,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -161,7 +161,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -174,7 +174,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicSerialNumber", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicSerialNumber", "propertyLabel": "Numerical Designation of a Musical Work (RDA 6.16)", "remark": "http://access.rdatoolkit.org/6.16.html" }, @@ -188,7 +188,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicKey", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicKey", "propertyLabel": "Key (RDA 6.17)", "remark": "http://access.rdatoolkit.org/6.17.html" }, @@ -204,7 +204,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "propertyLabel": "(Geographic) Coverage of the Content" }, { @@ -217,7 +217,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Temporal) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -229,13 +229,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience (RDA 7.7)", "remark": "http://access.rdatoolkit.org/7.7.html" }, @@ -251,7 +251,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "propertyLabel": "Contribution (RDA 19.3 and 20.2)", "remark": "http://access.rdatoolkit.org/19.3.html" }, @@ -267,7 +267,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "propertyLabel": "Subject of the Work (RDA Chapter 23)", "remark": "http://access.rdatoolkit.org/rdachp23_rda23-12.html" }, @@ -283,7 +283,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work" }, { @@ -298,7 +298,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "propertyLabel": "Contents (LC-PCC PS 25.1)" }, { @@ -313,7 +313,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { @@ -324,17 +324,17 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/prm", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/prm", "defaultLiteral": "performed music", "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -346,15 +346,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" }, "editable": "false", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -372,7 +372,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -388,7 +388,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/capture", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture", "propertyLabel": "Capture information" }, { @@ -403,7 +403,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content" }, { @@ -416,7 +416,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -432,10 +432,26 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/relationship", + "propertyURI": "https://id.loc.gov/ontologies/bflc/relationship", "propertyLabel": "Related Works (RDA Chapter 25, Appendix J)", "remark": "http://access.rdatoolkit.org/rdachp25_rda25-65.html" }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:RelatedExpression" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyLabel": "Related Expressions (RDA Chapter 26, Appendix J)", + "remark": "http://access.rdatoolkit.org/rdachp26_rda26-25.html" + }, { "mandatory": "false", "repeatable": "true", @@ -448,7 +464,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" }, { @@ -467,7 +483,7 @@ } ], "id": "profile:bf2:SoundRecording:Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work" }, { @@ -475,7 +491,7 @@ "propertyTemplates": [ { "propertyLabel": "Instance of", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -490,7 +506,7 @@ }, { "propertyLabel": "Title Information (RDA 2.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -521,11 +537,11 @@ }, "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "propertyLabel": "Edition Statement", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -541,7 +557,7 @@ }, { "propertyLabel": "Publication, Distribution, Manufacture Statements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -569,7 +585,7 @@ ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -587,7 +603,7 @@ }, "propertyLabel": "Series Statement", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries" }, { "mandatory": "false", @@ -597,23 +613,23 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, "editable": "false", - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, { "propertyLabel": "Identifiers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -648,7 +664,7 @@ }, "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -664,23 +680,23 @@ }, "propertyLabel": "Credits", "remark": "http://access.rdatoolkit.org/2.17.3.5.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/credits" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/credits" }, { "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/s", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/s", "defaultLiteral": "audio", "editable": "false", "repeatable": "true" @@ -690,19 +706,19 @@ }, { "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/sd", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/sd", "defaultLiteral": "audio disc", "editable": "false", "repeatable": "true" @@ -712,7 +728,7 @@ }, { "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -728,7 +744,7 @@ }, { "propertyLabel": "Dimensions (RDA 3.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -756,10 +772,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/BaseMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/BaseMaterial" }, "editable": "true", "defaultLiteral": "", @@ -767,7 +783,7 @@ }, "propertyLabel": "Base Material (RDA 3.6)", "remark": "http://access.rdatoolkit.org/3.6.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/baseMaterial" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/baseMaterial" }, { "mandatory": "false", @@ -777,15 +793,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mmaterial" + "https://id.loc.gov/vocabulary/mmaterial" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/AppliedMaterial" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/AppliedMaterial" } }, "propertyLabel": "Applied Material (RDA 3.7)", "remark": "http://access.rdatoolkit.org/3.7.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/appliedMaterial" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/appliedMaterial" }, { "mandatory": "false", @@ -803,7 +819,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/soundCharacteristic", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/soundCharacteristic", "propertyLabel": "Sound Characteristics" }, { @@ -827,7 +843,7 @@ }, "propertyLabel": "Digital Characteristics", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/digitalCharacteristic" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/digitalCharacteristic" }, { "mandatory": "false", @@ -841,12 +857,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/systemRequirement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/systemRequirement", "propertyLabel": "System Requirement" }, { "propertyLabel": "Uniform Resource Locator (RDA 4.6)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "type": "literal", "valueConstraint": { @@ -871,7 +887,7 @@ "valueDataType": {} }, "propertyLabel": "LC Control Number for the Manifestation (RDA 2.15)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "remark": "http://access.rdatoolkit.org/2.15.html" }, { @@ -887,7 +903,7 @@ "valueDataType": {} }, "propertyLabel": "Administrative Metadata for Instance", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata" }, { "mandatory": "false", @@ -901,28 +917,28 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", "propertyLabel": "Has Item" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance" }, { "id": "profile:bf2:SoundRecording:Item", "propertyTemplates": [ { "propertyLabel": "Held by", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, "mandatory": "false", @@ -930,7 +946,7 @@ }, { "propertyLabel": "Call numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -945,7 +961,7 @@ }, { "propertyLabel": "Barcode", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -960,7 +976,7 @@ }, { "propertyLabel": "Electronic location", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -973,7 +989,7 @@ }, { "propertyLabel": "Held in sublocation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -986,7 +1002,7 @@ }, { "propertyLabel": "Notes about the Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1001,7 +1017,7 @@ }, { "propertyLabel": "Lending, Reproduction, and Retention Policies", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1018,7 +1034,7 @@ } ], "resourceLabel": "BIBFRAME Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item" }, { "propertyTemplates": [ @@ -1038,7 +1054,7 @@ } ], "id": "profile:bf2:SoundRecording:Contents", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "resourceLabel": "Contents note" }, { @@ -1059,7 +1075,7 @@ } ], "id": "profile:bf2:SoundRecording:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1080,7 +1096,7 @@ ], "id": "profile:bf2:SoundRecording:Credits", "resourceLabel": "Credits note", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Credits" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Credits" }, { "propertyTemplates": [ @@ -1092,15 +1108,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/MusicMedium" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Instrument" }, { @@ -1113,7 +1129,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1125,10 +1141,10 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicInstrument" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicInstrument" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrumentalType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrumentalType", "propertyLabel": "Type of instrument" }, { @@ -1143,12 +1159,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:SoundRecording:MedPerfInst", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicInstrument", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicInstrument", "resourceLabel": "Instrument" }, { @@ -1161,15 +1177,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/MusicMedium" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Voice" }, { @@ -1182,7 +1198,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1194,10 +1210,10 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicVoice" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicVoice" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voiceType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voiceType", "propertyLabel": "Type of voice" }, { @@ -1212,12 +1228,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:SoundRecording:MedPerfVoice", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicVoice", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicVoice", "resourceLabel": "Voice" }, { @@ -1230,15 +1246,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/performanceMediums" + "https://id.loc.gov/authorities/performanceMediums" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/MusicMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/MusicMedium" }, "repeatable": "false" }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "LCMPT for Ensemble" }, { @@ -1251,7 +1267,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/count", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/count", "propertyLabel": "Number" }, { @@ -1263,10 +1279,10 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/MusicEnsemble" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/MusicEnsemble" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensembleType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensembleType", "propertyLabel": "Type of Ensemble" }, { @@ -1281,12 +1297,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note" } ], "id": "profile:bf2:SoundRecording:MedPerfEnsemble", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicEnsemble", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicEnsemble", "resourceLabel": "Ensemble" }, { @@ -1303,7 +1319,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/place", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/place", "propertyLabel": "Place of Capture (RDA 7.11.2)", "remark": "http://access.rdatoolkit.org/7.11.2.html" }, @@ -1317,7 +1333,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date of Capture (RDA 7.11.3)", "remark": "http://access.rdatoolkit.org/7.11.3.html" }, @@ -1333,12 +1349,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Capture note" } ], "id": "profile:bf2:SoundRecording:Capture", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Capture", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Capture", "resourceLabel": "Capture information" }, { @@ -1352,7 +1368,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Place" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Place" } }, "propertyLabel": "Place", @@ -1360,7 +1376,7 @@ } ], "id": "profile:bf2:SoundRecording:Place", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Place", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Place", "resourceLabel": "Place" }, { @@ -1373,14 +1389,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mrectype" + "https://id.loc.gov/vocabulary/mrectype" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/RecordingMethod" + "remark": "https://id.loc.gov/ontologies/bibframe/RecordingMethod" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Type of Recording (RDA 3.16.2)", "remark": "http://access.rdatoolkit.org/3.16.2.html" }, @@ -1396,13 +1412,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Type of Recording (RDA 3.16.2.4)", "remark": "http://access.rdatoolkit.org/3.16.2.4.html" } ], "id": "profile:bf2:SoundRecording:Sound1", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/RecordingMethod", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/RecordingMethod", "resourceLabel": "Type of Recording" }, { @@ -1415,14 +1431,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mrecmedium" + "https://id.loc.gov/vocabulary/mrecmedium" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/RecordingMedium" + "remark": "https://id.loc.gov/ontologies/bibframe/RecordingMedium" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Recording Medium (RDA 3.16.3)", "remark": "http://access.rdatoolkit.org/3.16.3.html" }, @@ -1438,13 +1454,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Recording Medium (RDA 3.16.3.4)", "remark": "http://access.rdatoolkit.org/3.16.3.4.html" } ], "id": "profile:bf2:SoundRecording:Sound2", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/RecordingMedium", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/RecordingMedium", "resourceLabel": "Recording Medium" }, { @@ -1465,7 +1481,7 @@ } ], "id": "profile:bf2:SoundRecording:Sound3", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlayingSpeed", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlayingSpeed", "resourceLabel": "Playing Speed" }, { @@ -1478,14 +1494,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mplayback" + "https://id.loc.gov/vocabulary/mplayback" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/PlaybackChannels" + "remark": "https://id.loc.gov/ontologies/bibframe/PlaybackChannels" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Configuration of Playback Channels (RDA 3.16.8)", "remark": "http://access.rdatoolkit.org/3.16.8.html" }, @@ -1501,13 +1517,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Details of Configuration of Playback Channels (RDA 3.16.8.4)", "remark": "http://access.rdatoolkit.org/3.16.8.4.html" } ], "id": "profile:bf2:SoundRecording:Sound4", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlaybackChannels", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlaybackChannels", "resourceLabel": "Playback Channels" }, { @@ -1520,20 +1536,20 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mspecplayback" + "https://id.loc.gov/vocabulary/mspecplayback" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic" + "remark": "https://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic" } }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Special Playback Characteristic (RDA 3.16.9)", "remark": "http://access.rdatoolkit.org/3.16.9.html" } ], "id": "profile:bf2:SoundRecording:Sound5", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/PlaybackCharacteristic", "resourceLabel": "Special Playback Characteristic" }, { @@ -1546,22 +1562,22 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mfiletype" + "https://id.loc.gov/vocabulary/mfiletype" ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/FileType" + "remark": "https://id.loc.gov/ontologies/bibframe/FileType" }, "editable": "false", "repeatable": "true" }, "propertyLabel": "File Type (RDA 3.19)", "remark": "http://access.rdatoolkit.org/3.19.html", - "propertyURI": "http://id.loc.gov/ontologies/bflc/target" + "propertyURI": "https://id.loc.gov/ontologies/bflc/target" } ], "id": "profile:bf2:SoundRecording:Digital", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/FileType", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/FileType", "resourceLabel": "File type" }, { @@ -1582,7 +1598,7 @@ } ], "id": "profile:bf2:SoundRecording:Digital1", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/EncodingFormat", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/EncodingFormat", "resourceLabel": "Encoding format" }, { @@ -1603,7 +1619,7 @@ } ], "id": "profile:bf2:SoundRecording:Digital2", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/FileSize", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/FileSize", "resourceLabel": "File size" }, { @@ -1634,12 +1650,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:SoundRecording:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1660,7 +1676,7 @@ } ], "id": "profile:bf2:SoundRecording:SysReq", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SystemRequirement", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SystemRequirement", "resourceLabel": "System Requirement" }, { @@ -1674,7 +1690,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1691,12 +1707,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:SoundRecording:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" }, { @@ -1717,7 +1733,7 @@ } ], "id": "profile:bf2:SoundRecording:MOPStatement", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/MusicMedium", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/MusicMedium", "resourceLabel": "Medium of Performance Statement" }, { @@ -1725,7 +1741,7 @@ "propertyTemplates": [ { "propertyLabel": "Lookup", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1735,7 +1751,7 @@ ], "valueTemplateRefs": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "mandatory": "false", @@ -1752,16 +1768,16 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, "propertyLabel": "Creator of Work (RDA 19.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/19.2.html" }, { "propertyLabel": "Title Information (RDA 6.14.2, RDA 6.14.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "", "resourceTemplates": [], "valueConstraint": { @@ -1779,7 +1795,7 @@ }, { "propertyLabel": "Form of Work", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1795,7 +1811,7 @@ }, { "propertyLabel": "Date of Work (RDA 6.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -1814,7 +1830,7 @@ }, { "propertyLabel": "Place of Origin of the Work (RDA 6.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -1844,7 +1860,7 @@ }, "propertyLabel": "Medium of Performance (RDA 6.15)", "remark": "http://access.rdatoolkit.org/6.15.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicMedium" }, { "mandatory": "false", @@ -1858,7 +1874,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -1873,7 +1889,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -1888,7 +1904,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -1903,7 +1919,7 @@ }, "propertyLabel": "Numerical Designation of a Musical Work (RDA 6.16)", "remark": "http://access.rdatoolkit.org/6.16.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicSerialNumber" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicSerialNumber" }, { "mandatory": "false", @@ -1916,12 +1932,12 @@ "valueDataType": {} }, "propertyLabel": "Key (RDA 6.17)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicKey", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/musicKey", "remark": "http://access.rdatoolkit.org/6.17.html" }, { "propertyLabel": "(Geographic) Coverage of the Content", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -1945,22 +1961,22 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Temporal) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, { "propertyLabel": "Intended Audience (RDA 7.7)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" } }, "remark": "http://access.rdatoolkit.org/7.7.html", @@ -1981,11 +1997,11 @@ }, "propertyLabel": "Other Person, Family, or Corporate Body Associated With a Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "propertyLabel": "Subject of the Work (RDA Chapter 23)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2008,7 +2024,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work", "remark": "", "mandatory": "false", @@ -2028,12 +2044,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification", "propertyLabel": "Classification numbers" }, { "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2049,7 +2065,7 @@ }, { "propertyLabel": "Contents (LC-PCC PS 25.1)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -2065,7 +2081,7 @@ }, { "propertyLabel": "Expression elements", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasExpression", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasExpression", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -2103,7 +2119,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "propertyLabel": "Your Windows ID and Comments" }, { @@ -2118,12 +2134,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" } ], "resourceLabel": "BIBFRAME Work (RDA Work Elements)", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "remark": "Graphic, non-realized representations of musical works intended to be perceived visually." }, { @@ -2139,10 +2155,10 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/expressionOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/expressionOf", "propertyLabel": "Expression of", "remark": "Expression has a related work. For use to connect Works under FRBR/RDA rules." }, @@ -2158,7 +2174,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instrument", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instrument", "propertyLabel": "Medium of Performance - Instrument" }, { @@ -2173,7 +2189,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/voice", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/voice", "propertyLabel": "Medium of Performance - Voice" }, { @@ -2188,7 +2204,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ensemble", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ensemble", "propertyLabel": "Medium of Performance - Ensemble" }, { @@ -2199,18 +2215,18 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content", + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content", "dataTypeLabel": "" }, "editable": "true", - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/prm", + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/prm", "defaultLiteral": "performed music", "remark": "" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -2225,7 +2241,7 @@ "valueDataType": {} }, "propertyLabel": "Date of Expression (RDA 6.10)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "remark": "http://access.rdatoolkit.org/6.10.html" }, { @@ -2236,13 +2252,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Expression (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -2258,7 +2274,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary", "remark": "" }, @@ -2275,7 +2291,7 @@ "valueDataType": {} }, "propertyLabel": "Capture information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/capture" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/capture" }, { "mandatory": "false", @@ -2288,10 +2304,10 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/vocabulary/languages" + "dataTypeURI": "https://id.loc.gov/vocabulary/languages" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -2307,7 +2323,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content", "remark": "" }, @@ -2323,7 +2339,7 @@ ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/duration", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/duration", "propertyLabel": "Duration (RDA 7.22)", "remark": "http://access.rdatoolkit.org/7.22.html" }, @@ -2341,7 +2357,7 @@ }, "propertyLabel": "Contributor (RDA 20.2)", "remark": "http://access.rdatoolkit.org/20.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "mandatory": "false", @@ -2357,7 +2373,7 @@ }, "propertyLabel": "Notes about the Expression", "remark": "", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "mandatory": "false", @@ -2375,7 +2391,7 @@ } ], "id": "profile:bf2:SoundRecording:ExpressionOld", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceLabel": "BIBFRAME Work (RDA Expression Elements)" } ], @@ -2383,7 +2399,7 @@ "date": "2017-05-19", "description": "Work, Expression, Instance for Audio CD", "id": "profile:bf2:SoundRecording", - "title": "BIBFRAME 2.0 Sound Recording: Audio CD", + "title": "BIBFRAME 2.0 Sound Recording- Audio CD", "remark": "" } -} +} \ No newline at end of file diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Title Information.json b/static/profiles/bibframe/BIBFRAME 2.0 Title Information.json index 1d48d3f..fca28c4 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Title Information.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Title Information.json @@ -13,7 +13,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle", "propertyLabel": "Title Proper (RDA 2.3.2) (BIBFRAME: Main title)", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-3376.html" }, @@ -27,7 +27,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subtitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subtitle", "propertyLabel": "Other Title Information (RDA 2.3.4) (BIBFRAME: Subtitle)", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-3782.html" }, @@ -42,7 +42,7 @@ "valueDataType": {} }, "propertyLabel": "Part name", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/partName" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/partName" }, { "mandatory": "false", @@ -55,7 +55,7 @@ "valueDataType": {} }, "propertyLabel": "Part number", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/partNumber" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/partNumber" }, { "mandatory": "false", @@ -69,7 +69,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on title", "remark": "http://access.rdatoolkit.org/2.17.2.html" } @@ -77,7 +77,7 @@ "id": "profile:bf2:Title", "resourceLabel": "Instance Title", "remark": "Title information relating to a resource: work title, preferred title, instance title, transcribed title, translated title, variant form of title, etc.", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Title" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Title" }, { "propertyTemplates": [ @@ -92,7 +92,7 @@ "valueDataType": {} }, "propertyLabel": "Parallel Title Proper (RDA 2.3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/ParallelTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/ParallelTitle", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-3695.html" }, { @@ -105,7 +105,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subtitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subtitle", "propertyLabel": "Parallel Other Title Information (RDA 2.3.5)", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-3939.html" }, @@ -119,7 +119,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/KeyTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/KeyTitle", "propertyLabel": "Key title" }, { @@ -132,7 +132,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/AbbreviatedTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/AbbreviatedTitle", "propertyLabel": "Abbreviated title" }, { @@ -145,7 +145,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/CollectiveTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/CollectiveTitle", "propertyLabel": "Collective title" }, { @@ -174,14 +174,14 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on title", "remark": "http://access.rdatoolkit.org/2.17.2.html" } ], "contact": "Title variation", "resourceLabel": "Instance Title Variation", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/VariantTitle", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/VariantTitle", "id": "profile:bf2:VariantTitle", "remark": "Title associated with the resource that is different from the Work or Instance title." }, @@ -197,7 +197,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/title00MarcKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/title00MarcKey", "propertyLabel": "LC Extension: title00MarcKey" }, { @@ -210,7 +210,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/title00MatchKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/title00MatchKey", "propertyLabel": "LC Extension: title00MatchKey" }, { @@ -223,7 +223,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/title10MarcKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/title10MarcKey", "propertyLabel": "LC Extension: title10MarcKey" }, { @@ -236,7 +236,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/title10MatchKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/title10MatchKey", "propertyLabel": "LC Extension: title10MatchKey" }, { @@ -249,7 +249,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/title11MarcKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/title11MarcKey", "propertyLabel": "LC Extension: title11MarcKey" }, { @@ -262,7 +262,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/title11MatchKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/title11MatchKey", "propertyLabel": "LC Extension: title11MatchKey" }, { @@ -275,7 +275,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/title30MarcKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/title30MarcKey", "propertyLabel": "LC Extension: title30MarcKey" }, { @@ -288,7 +288,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/title30MatchKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/title30MatchKey", "propertyLabel": "LC Extension: title30MatchKey" }, { @@ -301,7 +301,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/title40MarcKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/title40MarcKey", "propertyLabel": "LC Extension: title40MarcKey" }, { @@ -314,7 +314,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/title40MatchKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/title40MatchKey", "propertyLabel": "LC Extension: title40MatchKey" }, { @@ -327,12 +327,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/titleSortKey", + "propertyURI": "https://id.loc.gov/ontologies/bflc/titleSortKey", "propertyLabel": "LC Extension: titleSortKey" } ], "id": "profile:bf2:BflcTitle", - "resourceURI": "http://id.loc.gov/ontologies/bflc", + "resourceURI": "https://id.loc.gov/ontologies/bflc", "resourceLabel": "Title: BIBFRAME 2.0 LC Extension" }, { @@ -347,7 +347,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle", "propertyLabel": "Title" }, { @@ -362,13 +362,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on title", "remark": "http://access.rdatoolkit.org/2.17.2.html" } ], "id": "profile:bflc:TranscribedTitle", - "resourceURI": "http://id.loc.gov/ontologies/bflc/TranscribedTitle", + "resourceURI": "https://id.loc.gov/ontologies/bflc/TranscribedTitle", "resourceLabel": "Transliterated Title" }, { @@ -383,7 +383,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle", "propertyLabel": "Preferred Title for Work (RDA 6.2.2, RDA 6.14.2) (BIBFRAME: Main title)", "remark": "http://access.rdatoolkit.org/rdachp6_rda6-2036.html" }, @@ -399,13 +399,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on title" } ], "resourceLabel": "Work Title", "id": "profile:bf2:WorkTitle", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Title" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Title" }, { "propertyTemplates": [ @@ -421,7 +421,7 @@ }, "propertyLabel": "Variant Title for Work (RDA 6.2.3, 6.14.3 (Music))", "remark": "http://access.rdatoolkit.org/rdachp6_rda6-2658.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle" }, { "mandatory": "false", @@ -435,13 +435,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on title" } ], "resourceLabel": "Work Title Variation", "id": "profile:bf2:WorkVariantTitle", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/VariantTitle" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/VariantTitle" }, { "propertyTemplates": [ @@ -460,7 +460,7 @@ } ], "id": "profile:bf2:Title:Note", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Note", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Note", "resourceLabel": "Title note" }, { @@ -475,7 +475,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle", "propertyLabel": "Variant Title (RDA 2.3.6)", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-4013.html" }, @@ -489,12 +489,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/variantType", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/variantType", "propertyLabel": "Variant title type" } ], "id": "profile:bf2:Title:VarTitle", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/VariantTitle", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/VariantTitle", "resourceLabel": "Variant Title" }, { @@ -510,7 +510,7 @@ "valueDataType": {} }, "propertyLabel": "Parallel Title Proper (RDA 2.3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-3695.html" }, { @@ -523,7 +523,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subtitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subtitle", "propertyLabel": "Parallel Other Title Information (RDA 2.3.5)", "remark": "http://access.rdatoolkit.org/rdachp2_rda2-3939.html" }, @@ -539,13 +539,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on Parallel Title", "remark": "http://access.rdatoolkit.org/2.17.2.html" } ], "id": "profile:bf2:ParallelTitle", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/ParallelTitle", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/ParallelTitle", "resourceLabel": "Parallel Title" }, { @@ -560,11 +560,11 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle", "propertyLabel": "Key Title" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/KeyTitle", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/KeyTitle", "id": "profile:bf2:Title:KeyTitle", "resourceLabel": "Key Title" }, @@ -580,11 +580,11 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle", "propertyLabel": "Abbreviated Title" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/AbbreviatedTitle", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/AbbreviatedTitle", "id": "profile:bf2:Title:AbbrTitle", "resourceLabel": "Abbreviated Title" }, @@ -600,12 +600,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/mainTitle", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/mainTitle", "propertyLabel": "Collective Title" } ], "id": "profile:bf2:Title:CollTitle", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/CollectiveTitle", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/CollectiveTitle", "resourceLabel": "Collective Title" } ], diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Topic.json b/static/profiles/bibframe/BIBFRAME 2.0 Topic.json index 6252e51..f679c58 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Topic.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Topic.json @@ -11,8 +11,8 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/subjects", - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/subjects", + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "" @@ -71,16 +71,16 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/subjectSchemes" + "https://id.loc.gov/vocabulary/subjectSchemes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Source" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Source" }, "defaultURI": "", "repeatable": "false", "editable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Subject source" } ], @@ -98,8 +98,8 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/subjects", - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/subjects", + "https://id.loc.gov/authorities/names" ], "valueDataType": { "dataTypeURI": "" @@ -125,7 +125,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/subjects" + "https://id.loc.gov/authorities/subjects" ], "valueDataType": { "dataTypeURI": "" @@ -151,7 +151,7 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/subjects" + "https://id.loc.gov/authorities/subjects" ], "valueDataType": { "dataTypeURI": "" @@ -177,8 +177,8 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/names", - "http://id.loc.gov/authorities/subjects" + "https://id.loc.gov/authorities/names", + "https://id.loc.gov/authorities/subjects" ], "valueDataType": { "dataTypeURI": "" @@ -219,8 +219,8 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/authorities/subjects", - "http://id.loc.gov/authorities/names" + "https://id.loc.gov/authorities/subjects", + "https://id.loc.gov/authorities/names" ], "valueDataType": {}, "repeatable": "false", @@ -259,15 +259,15 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/subjectSchemes" + "https://id.loc.gov/vocabulary/subjectSchemes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Source" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Source" }, - "defaultURI": "http://id.loc.gov/vocabulary/subjectSchemes/lcsh", + "defaultURI": "https://id.loc.gov/vocabulary/subjectSchemes/lcsh", "defaultLiteral": "LCSH" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/source", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/source", "propertyLabel": "Subject source" } ], diff --git a/static/profiles/bibframe/Test BSR monograph.json b/static/profiles/bibframe/Test BSR monograph.json index b76651e..f7adfef 100755 --- a/static/profiles/bibframe/Test BSR monograph.json +++ b/static/profiles/bibframe/Test BSR monograph.json @@ -6,7 +6,7 @@ "propertyTemplates": [ { "propertyLabel": "Search works", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/Work", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/Work", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -15,7 +15,7 @@ "http://mlvlp04.loc.gov:8230/resources/works" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Work" } }, "mandatory": "false", @@ -32,11 +32,11 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bflc/PrimaryContribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bflc/PrimaryContribution" } }, "propertyLabel": "Creator of Work (RDA 19.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution", "remark": "http://access.rdatoolkit.org/19.2.html" }, { @@ -50,16 +50,16 @@ ], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Contribution" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Contribution" } }, "propertyLabel": "Other Agent Associated with Work (RDA 19.3)", "remark": "http://access.rdatoolkit.org/19.3.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/contribution" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/contribution" }, { "propertyLabel": "Title Information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "remark": "", "resourceTemplates": [], "valueConstraint": { @@ -77,7 +77,7 @@ }, { "propertyLabel": "Form of Work", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/genreForm", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/genreForm", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -93,7 +93,7 @@ }, { "propertyLabel": "Subject of the Work (RDA Chapter 23)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/subject", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/subject", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -109,7 +109,7 @@ }, { "propertyLabel": "Date of Work (RDA 6.4)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originDate", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -123,7 +123,7 @@ }, { "propertyLabel": "Place of Origin of the Work (RDA 6.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/originPlace", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/originPlace", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -147,7 +147,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/natureOfContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/natureOfContent", "propertyLabel": "Nature of Content (RDA 7.2)", "remark": "http://access.rdatoolkit.org/7.2.html" }, @@ -163,13 +163,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/supplementaryContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/supplementaryContent", "propertyLabel": "Supplementary Content", "remark": "" }, { "propertyLabel": "(Geographic) Coverage of the Content (RDA 7.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/geographicCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/geographicCoverage", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -191,7 +191,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/temporalCoverage", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/temporalCoverage", "propertyLabel": "(Time) Coverage of the Content (RDA 7.3)", "remark": "http://access.rdatoolkit.org/7.3.html" }, @@ -209,7 +209,7 @@ "dataTypeURI": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/intendedAudience", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/intendedAudience", "propertyLabel": "Intended Audience", "remark": "" }, @@ -221,14 +221,14 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/contentTypes" + "https://id.loc.gov/vocabulary/contentTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Content" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Content" }, - "defaultURI": "http://id.loc.gov/vocabulary/contentTypes/txt" + "defaultURI": "https://id.loc.gov/vocabulary/contentTypes/txt" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/content", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/content", "propertyLabel": "Content Type (RDA 6.9)", "remark": "http://access.rdatoolkit.org/6.9.html" }, @@ -240,13 +240,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/millus" + "https://id.loc.gov/vocabulary/millus" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Illustration" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Illustration" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/illustrativeContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/illustrativeContent", "propertyLabel": "Illustrative Content (RDA 7.15)", "remark": "http://access.rdatoolkit.org/7.15.html" }, @@ -262,7 +262,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/colorContent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/colorContent", "propertyLabel": "Color Content (RDA 7.17)", "remark": "http://access.rdatoolkit.org/7.17.html" }, @@ -274,13 +274,13 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/languages" + "https://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Language" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language code (RDA 6.11)", "remark": "http://access.rdatoolkit.org/6.11.html" }, @@ -296,7 +296,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/language", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/language", "propertyLabel": "Language of Content (RDA 7.12)", "remark": "http://access.rdatoolkit.org/7.12.html" }, @@ -309,7 +309,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Notes about the Work", "remark": "", "mandatory": "false", @@ -328,7 +328,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dissertation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dissertation", "propertyLabel": "Dissertation (RDA 7.9)", "remark": "http://access.rdatoolkit.org/7.9.html" }, @@ -342,7 +342,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/notation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/notation", "propertyLabel": "Script (RDA 7.13.2)", "remark": "http://access.rdatoolkit.org/7.13.2.html" }, @@ -360,11 +360,11 @@ "valueDataType": {} }, "propertyLabel": "Classification numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/classification" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/classification" }, { "propertyLabel": "Contents (LC-PCC PS 25.1)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/tableOfContents", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/tableOfContents", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -390,12 +390,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/summary", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/summary", "propertyLabel": "Summary" }, { "propertyLabel": "Related Works (RDA Chapter 25 and Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -435,7 +435,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasInstance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasInstance", "propertyLabel": "Has BIBFRAME Instance" }, { @@ -448,19 +448,19 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "propertyLabel": "Your Windows ID and Comments" } ], "resourceLabel": "BIBFRAME Work", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Work" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Work" }, { "id": "profile:bf2:BSRmono:Instance", "propertyTemplates": [ { "propertyLabel": "Instance of", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/instanceOf", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/instanceOf", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -475,7 +475,7 @@ }, { "propertyLabel": "Title Information", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/title", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/title", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -503,11 +503,11 @@ }, "propertyLabel": "Statement of Responsibility Relating to Title Proper (RDA 2.4.2)", "remark": "http://access.rdatoolkit.org/2.4.2.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/responsibilityStatement" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/responsibilityStatement" }, { "propertyLabel": "Edition Statement (RDA 2.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/editionStatement", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/editionStatement", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -533,7 +533,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/provisionActivity", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/provisionActivity", "propertyLabel": "Publication, Distribution, Manufacture Statements", "remark": "" }, @@ -547,7 +547,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/copyrightDate", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/copyrightDate", "propertyLabel": "Copyright Date (RDA 2.11)", "remark": "http://access.rdatoolkit.org/2.11.html" }, @@ -565,7 +565,7 @@ "dataTypeLabelHint": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasSeries", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasSeries", "propertyLabel": "Series Statement", "remark": "" }, @@ -577,23 +577,23 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/issuance" + "https://id.loc.gov/vocabulary/issuance" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Issuance" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Issuance" }, - "defaultURI": "http://id.loc.gov/vocabulary/issuance/mono", + "defaultURI": "https://id.loc.gov/vocabulary/issuance/mono", "defaultLiteral": "single unit", "editable": "true", "repeatable": "true" }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/issuance", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/issuance", "propertyLabel": "Mode of Issuance (RDA 2.13)", "remark": "http://access.rdatoolkit.org/2.13.html" }, { "propertyLabel": "Identifier for the Manifestation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -621,7 +621,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "propertyLabel": "LC Control Number (RDA 2.15)", "remark": "http://access.rdatoolkit.org/2.15.html" }, @@ -639,23 +639,23 @@ }, "propertyLabel": "Notes about the Instance", "remark": "http://access.rdatoolkit.org/2.17.html", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note" }, { "propertyLabel": "Media type (RDA 3.2)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/media", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/media", "repeatable": "false", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/mediaTypes" + "https://id.loc.gov/vocabulary/mediaTypes" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Media" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Media" }, - "defaultURI": "http://id.loc.gov/vocabulary/mediaTypes/n", + "defaultURI": "https://id.loc.gov/vocabulary/mediaTypes/n", "defaultLiteral": "unmediated", "editable": "true", "repeatable": "true" @@ -665,19 +665,19 @@ }, { "propertyLabel": "Carrier Type (RDA 3.3)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/carrier", "repeatable": "false", "resourceTemplates": [], "type": "resource", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/carriers" + "https://id.loc.gov/vocabulary/carriers" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Carrier" }, - "defaultURI": "http://id.loc.gov/vocabulary/carriers/nc", + "defaultURI": "https://id.loc.gov/vocabulary/carriers/nc", "defaultLiteral": "volume", "repeatable": "true", "editable": "true" @@ -687,7 +687,7 @@ }, { "propertyLabel": "Extent", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/extent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/extent", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -703,7 +703,7 @@ }, { "propertyLabel": "Dimensions (RDA 3.5)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/dimensions", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/dimensions", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -717,7 +717,7 @@ }, { "propertyLabel": "URL (RDA 4.6)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "type": "literal", "valueConstraint": { @@ -743,7 +743,7 @@ ], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestation", "remark": "" }, @@ -761,7 +761,7 @@ "dataTypeLabelHint": "" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasItem", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasItem", "propertyLabel": "Has Item", "remark": "Item which is an example of the described Instance." }, @@ -777,7 +777,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/adminMetadata", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/adminMetadata", "propertyLabel": "Administrative Metadata for Instance" }, { @@ -790,9 +790,9 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/projectedProvisionDate", + "propertyURI": "https://id.loc.gov/ontologies/bflc/projectedProvisionDate", "propertyLabel": "Projected publication date (YYMM)", - "remark": "http://id.loc.gov/ontologies/bflc.html#p_projectedProvisionDate" + "remark": "https://id.loc.gov/ontologies/bflc.html#p_projectedProvisionDate" }, { "mandatory": "false", @@ -804,12 +804,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/comment", + "propertyURI": "https://id.loc.gov/ontologies/bflc/comment", "propertyLabel": "Your Windows ID and Comments" } ], "resourceLabel": "BIBFRAME Instance", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Instance", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Instance", "remark": "" }, { @@ -817,16 +817,16 @@ "propertyTemplates": [ { "propertyLabel": "Held by", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/heldBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/heldBy", "resourceTemplates": [], "type": "literal", "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" }, - "defaultURI": "http://id.loc.gov/vocabulary/organizations/dlc", + "defaultURI": "https://id.loc.gov/vocabulary/organizations/dlc", "defaultLiteral": "DLC" }, "mandatory": "false", @@ -834,7 +834,7 @@ }, { "propertyLabel": "Shelving call numbers", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -862,11 +862,11 @@ "valueDataType": {} }, "propertyLabel": "Enumeration and chronology", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/enumerationAndChronology" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/enumerationAndChronology" }, { "propertyLabel": "Electronic location", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/electronicLocator", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/electronicLocator", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -879,7 +879,7 @@ }, { "propertyLabel": "Sublocation", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/sublocation", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/sublocation", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -892,7 +892,7 @@ }, { "propertyLabel": "Barcode", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -907,7 +907,7 @@ }, { "propertyLabel": "Circulation status", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/status", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/status", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [], @@ -920,7 +920,7 @@ }, { "propertyLabel": "Notes about the Item", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -935,7 +935,7 @@ }, { "propertyLabel": "Lending, Reproduction, and Retention Policies", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/usageAndAccessPolicy", "resourceTemplates": [], "valueConstraint": { "valueTemplateRefs": [ @@ -960,13 +960,13 @@ "remark": "remove?" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/immediateAcquisition", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/immediateAcquisition", "propertyLabel": "Immediate Source of Acquisition of Item (RDA 2.19)", "remark": "http://access.rdatoolkit.org/2.19.html" } ], "resourceLabel": "BIBFRAME Item", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Item" + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Item" }, { "propertyTemplates": [ @@ -980,7 +980,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "propertyLabel": "Related Manifestations (RDA 27)", "remark": "http://access.rdatoolkit.org/27.1.html" }, @@ -995,7 +995,7 @@ "valueDataType": {} }, "propertyLabel": "Also issued in another format as:", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, { @@ -1008,7 +1008,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/accompaniedBy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/accompaniedBy", "propertyLabel": "Accompanied by (manifestation):", "remark": "http://access.rdatoolkit.org/J.4.5.html" }, @@ -1023,7 +1023,7 @@ "valueDataType": {} }, "propertyLabel": "Reprinted as (manifestation):", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent", "remark": "http://access.rdatoolkit.org/J.4.2.html" }, { @@ -1038,7 +1038,7 @@ }, "remark": "http://access.rdatoolkit.org/J.4.2.html", "propertyLabel": "Reprint of (manifestation)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/hasEquivalent" + "propertyURI": "https://id.loc.gov/ontologies/bibframe/hasEquivalent" }, { "mandatory": "false", @@ -1051,12 +1051,12 @@ "valueDataType": {} }, "propertyLabel": "Record Relationship Designator for Related Manifestation (RDA Appendix J)", - "propertyURI": "http://id.loc.gov/ontologies/bibframe/relatedTo", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/relatedTo", "remark": "http://access.rdatoolkit.org/J.4.html" } ], "id": "profile:bf2:BSRmono:RelatedInstance", - "resourceURI": "http://id.loc.gov/ontologies/bflc/Relationship", + "resourceURI": "https://id.loc.gov/ontologies/bflc/Relationship", "resourceLabel": "Related Manifestation" }, { @@ -1071,7 +1071,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/AccessPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/AccessPolicy", "propertyLabel": "Lending or Access Policy" }, { @@ -1084,7 +1084,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/UsePolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/UsePolicy", "propertyLabel": "Reproduction Policy" }, { @@ -1097,11 +1097,11 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/RetentionPolicy", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/RetentionPolicy", "propertyLabel": "Retention Policy" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy", "id": "profile:bf2:BSRmono:UsageAccessPolicy", "resourceLabel": "Usage and Access Policy" }, @@ -1117,7 +1117,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/enumerationAndChronology", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/enumerationAndChronology", "propertyLabel": "Enumeration of Item" }, { @@ -1130,12 +1130,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/enumerationAndChronology", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/enumerationAndChronology", "propertyLabel": "Chronology of Item" } ], "id": "profile:bf2:BSRmono:EnumerationAndChronology", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/EnumerationAndChronology", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/EnumerationAndChronology", "resourceLabel": "Enumeration And Chronology" }, { @@ -1155,7 +1155,7 @@ "remark": "http://access.rdatoolkit.org/lcpschp25_lcps25-354.html" } ], - "resourceURI": "http://id.loc.gov/ontologies/bibframe/TableOfContents", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/TableOfContents", "id": "profile:bf2:BSRmono:Contents", "resourceLabel": "Contents note" }, @@ -1177,7 +1177,7 @@ } ], "id": "profile:bf2:BSRmono:Summary", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Summary", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Summary", "resourceLabel": "Summary note" }, { @@ -1190,10 +1190,10 @@ "valueConstraint": { "valueTemplateRefs": [], "useValuesFrom": [ - "http://id.loc.gov/vocabulary/maudience" + "https://id.loc.gov/vocabulary/maudience" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience" }, "editable": "false" }, @@ -1213,13 +1213,13 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note about Audience", "remark": "" } ], "id": "profile:bf2:BSRmono:Audience", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/IntendedAudience", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/IntendedAudience", "resourceLabel": "Intended Audience" }, { @@ -1234,7 +1234,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/degree", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/degree", "propertyLabel": "Degree" }, { @@ -1248,10 +1248,10 @@ "" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Agent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/Agent" } }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/grantingInstitution", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/grantingInstitution", "propertyLabel": "Institution" }, { @@ -1264,7 +1264,7 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/date", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/date", "propertyLabel": "Date" }, { @@ -1279,12 +1279,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Dissertation note" } ], "id": "profile:bf2:BSRmono:Dissertation", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Dissertation", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Dissertation", "resourceLabel": "Dissertation" }, { @@ -1315,12 +1315,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bibframe/note", + "propertyURI": "https://id.loc.gov/ontologies/bibframe/note", "propertyLabel": "Note on extent" } ], "id": "profile:bf2:BSRmono:Extent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/Extent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/Extent", "resourceLabel": "Extent" }, { @@ -1334,7 +1334,7 @@ "valueTemplateRefs": [], "useValuesFrom": [], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent" + "dataTypeURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent" } }, "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", @@ -1351,12 +1351,12 @@ "useValuesFrom": [], "valueDataType": {} }, - "propertyURI": "http://id.loc.gov/ontologies/bflc/target", + "propertyURI": "https://id.loc.gov/ontologies/bflc/target", "propertyLabel": "URI for Supplementary Content" } ], "id": "profile:bf2:BSRmono:SupplContent", - "resourceURI": "http://id.loc.gov/ontologies/bibframe/SupplementaryContent", + "resourceURI": "https://id.loc.gov/ontologies/bibframe/SupplementaryContent", "resourceLabel": "Supplementary Content" } ], From 319549a0e4bda5b07164c00cb3dc72b2413459c1 Mon Sep 17 00:00:00 2001 From: Kirk Hess Date: Fri, 20 Apr 2018 14:37:32 -0400 Subject: [PATCH 002/112] syntax fixes, fixing hyphen --- builds/bfe.dev.js | 751 +++-- development.html | 17 +- static/js/config-dev.js | 56 +- .../bibframe/BIBFRAME 2.0 Admin Metadata.json | 66 +- .../BIBFRAME 2.0 Agents Contribution.json | 12 +- ...FRAME 2.0 Agents Primary Contribution.json | 12 +- .../bibframe/BIBFRAME 2.0 Agents.json | 48 +- .../bibframe/BIBFRAME 2.0 Cartographic.json | 310 +- .../profiles/bibframe/BIBFRAME 2.0 DDC.json | 10 +- .../BIBFRAME 2.0 Edition Information.json | 8 +- .../profiles/bibframe/BIBFRAME 2.0 Form.json | 18 +- .../profiles/bibframe/BIBFRAME 2.0 IBC.json | 214 +- .../bibframe/BIBFRAME 2.0 Identifiers.json | 178 +- .../profiles/bibframe/BIBFRAME 2.0 Item.json | 42 +- .../profiles/bibframe/BIBFRAME 2.0 LCC.json | 4 +- .../bibframe/BIBFRAME 2.0 Language.json | 14 +- .../profiles/bibframe/BIBFRAME 2.0 Load.json | 22 +- .../bibframe/BIBFRAME 2.0 Monograph.json | 310 +- ...E 2.0 Moving Image: 35mm Feature Film.json | 2383 ------------- ...BIBFRAME 2.0 Moving Image: BluRay DVD.json | 2940 ----------------- .../bibframe/BIBFRAME 2.0 Notated Music.json | 566 ++-- .../profiles/bibframe/BIBFRAME 2.0 Note.json | 4 +- .../profiles/bibframe/BIBFRAME 2.0 Place.json | 12 +- .../BIBFRAME 2.0 Prints and Photographs.json | 176 +- ..., Distribution, Manufacturer Activity.json | 28 +- .../profiles/bibframe/BIBFRAME 2.0 RWO.json | 36 +- .../bibframe/BIBFRAME 2.0 Rare Materials.json | 264 +- ...AME 2.0 Related Works and Expressions.json | 30 +- .../bibframe/BIBFRAME 2.0 Serial.json | 362 +- .../BIBFRAME 2.0 Series Information.json | 10 +- .../BIBFRAME 2.0 Sound Recording-Analog.json | 587 ++-- ...BFRAME 2.0 Sound Recording-Audio CD-R.json | 1251 +++++-- ...BIBFRAME 2.0 Sound Recording-Audio CD.json | 1209 +++++-- .../BIBFRAME 2.0 Title Information.json | 96 +- .../profiles/bibframe/BIBFRAME 2.0 Topic.json | 34 +- .../profiles/bibframe/Test BSR monograph.json | 228 +- 36 files changed, 4215 insertions(+), 8093 deletions(-) delete mode 100755 static/profiles/bibframe/BIBFRAME 2.0 Moving Image: 35mm Feature Film.json delete mode 100755 static/profiles/bibframe/BIBFRAME 2.0 Moving Image: BluRay DVD.json diff --git a/builds/bfe.dev.js b/builds/bfe.dev.js index f978022..489e1eb 100755 --- a/builds/bfe.dev.js +++ b/builds/bfe.dev.js @@ -1,10 +1,9 @@ -/* bfe 2018-01-29 */ /* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2010, Ajax.org B.V. * All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright @@ -15,7 +14,7 @@ * * Neither the name of Ajax.org B.V. nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. - * + * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE @@ -127,12 +126,12 @@ var lookup = function(parentId, moduleName) { moduleName = normalizeModule(parentId, moduleName); - + var exports; var module = _define.modules[moduleName]; if (!module) { module = _define.payloads[moduleName]; if (typeof module === 'function') { - var exports = {}; + exports = {}; var mod = { id: moduleName, uri: '', @@ -210,31 +209,31 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var forms = []; var lookups = { - "https://id.loc.gov/authorities/names": { + "http://id.loc.gov/authorities/names": { "name": "LCNAF", "load": require("src/lookups/lcnames") }, - "https://id.loc.gov/authorities/subjects": { + "http://id.loc.gov/authorities/subjects": { "name": "LCSH", "load": require("src/lookups/lcsubjects") }, - "https://id.loc.gov/authorities/genreForms": { + "http://id.loc.gov/authorities/genreForms": { "name": "LCGFT", "load": require("src/lookups/lcgenreforms") }, - "https://id.loc.gov/resources/works": { + "http://id.loc.gov/resources/works": { "name": "LC-Works", "load": require("src/lookups/lcworks") }, - "https://id.loc.gov/resources/instances": { + "http://id.loc.gov/resources/instances": { "name": "LC-Instances", "load": require("src/lookups/lcinstances") }, - "https://id.loc.gov/vocabulary/organizations": { + "http://id.loc.gov/vocabulary/organizations": { "name": "Organizations", "load": require("src/lookups/lcorganizations") }, - "https://id.loc.gov/vocabulary/relators": { + "http://id.loc.gov/vocabulary/relators": { "name": "Relators", "load": require("src/lookups/relators") }, @@ -299,7 +298,6 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel $.ajax({ type: "GET", dataType: "json", - async: false, url: file, success: function(data) { $("#bfeditor-loader").width($("#bfeditor-loader").width() + 5 + "%"); @@ -373,12 +371,15 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel editordiv = document.getElementById(id); var $containerdiv = $('

Bibframe Editor Workspace

'); + var $tabuldiv = $('
'); var $tabul = $(''); $tabul.append('
  • Browse
  • '); $tabul.append('
  • Editor
  • '); $tabul.append('
  • Load Work
  • '); $tabul.append('
  • Load IBC
  • '); - $containerdiv.append($tabul); + + $tabuldiv.append($tabul); + $containerdiv.append($tabuldiv); var $tabcontentdiv = $('
    '); var $browsediv = $('

    '); @@ -404,11 +405,10 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel 80% Complete\ \ '); - if ($.fn.dataTable.isDataTable('#table_id')) { - var table = $('#table_id').DataTable(); - } else { + var table = $('#table_id').DataTable(); + if (!$.fn.dataTable.isDataTable('#table_id')) { var $datatable = $('
    idnametitleLCCNcommentmodifiededit
    '); - var table = $(function() { + table = $(function() { $('#table_id').DataTable({ "initComplete": function (settings, json) { if (window.location.hash !== ""){ @@ -455,27 +455,27 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel "data": "rdf", "render": function(data, type, full, meta) { var retval = "No Title"; - if (_.some(data, "https://id.loc.gov/ontologies/bibframe/title")) { - text = _.find(data, "https://id.loc.gov/ontologies/bibframe/title")["https://id.loc.gov/ontologies/bibframe/title"]; - //return text["https://id.loc.gov/ontologies/bibframe/title"][0]["@value"]; + if (_.some(data, "http://id.loc.gov/ontologies/bibframe/title")) { + text = _.find(data, "http://id.loc.gov/ontologies/bibframe/title")["http://id.loc.gov/ontologies/bibframe/title"]; + //return text["http://id.loc.gov/ontologies/bibframe/title"][0]["@value"]; if (text !== undefined) _.each(text, function(el){ if (el["@id"] !== undefined) { - id = el["@id"] + id = el["@id"]; title = _.where(data, { "@id": id }); - - if (_.has(title[0], "https://id.loc.gov/ontologies/bibframe/mainTitle")) - retval = title[0]["https://id.loc.gov/ontologies/bibframe/mainTitle"][0]["@value"]; + + if (_.has(title[0], "http://id.loc.gov/ontologies/bibframe/mainTitle")) + retval = title[0]["http://id.loc.gov/ontologies/bibframe/mainTitle"][0]["@value"]; else if (_.has(title[0], "http://www.w3.org/2000/01/rdf-schema#label")) retval = title[0]["http://www.w3.org/2000/01/rdf-schema#label"][0]["@value"]; } }); } else if (_.some(data, "http://www.loc.gov/mads/rdf/v1#authoritativeLabel")) { - retval = _.find(data, "http://www.loc.gov/mads/rdf/v1#authoritativeLabel")["http://www.loc.gov/mads/rdf/v1#authoritativeLabel"][0]["@value"] + retval = _.find(data, "http://www.loc.gov/mads/rdf/v1#authoritativeLabel")["http://www.loc.gov/mads/rdf/v1#authoritativeLabel"][0]["@value"]; if (retval === undefined) - retval = _.find(data, "http://www.loc.gov/mads/rdf/v1#authoritativeLabel")["http://www.w3.org/2000/01/rdf-schema#label"][0]["@value"] + retval = _.find(data, "http://www.loc.gov/mads/rdf/v1#authoritativeLabel")["http://www.w3.org/2000/01/rdf-schema#label"][0]["@value"]; } else { retval = "No Title"; } @@ -488,7 +488,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var text = "N/A"; var lccns = _.filter(data, function(el) { if (!_.isEmpty(el["@type"])){ - if (el["@type"][0] === "https://id.loc.gov/ontologies/bibframe/Lccn"){ + if (el["@type"][0].match("^(http|https):\/\/id\.loc\.gov\/ontologies\/bibframe\/Lccn")){ if (_.has(el, ["http://www.w3.org/1999/02/22-rdf-syntax-ns#value"])) if (!_.isEmpty(el["http://www.w3.org/1999/02/22-rdf-syntax-ns#value"][0]["@value"])) return el["http://www.w3.org/1999/02/22-rdf-syntax-ns#value"][0]["@value"]; @@ -505,8 +505,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel } } } - console.log(full.id); - if (text !== "N/A" && full.status === "published" || full.status === "success"){ + //console.log(full.id); + if (text !== "N/A" && full.status === "published" || full.status === "success"){ var ldsurl = config.basedbURI + "/loc.natlib.instances.e" + text.trim() + "0001"; if (text.trim().startsWith("n")){ @@ -517,7 +517,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var table = new $.fn.dataTable.Api( meta.settings ); var cell = table.cell(meta.row, meta.col); if (full.status === "success"){ - cell.node().innerHTML = "" + lccn + ""; + cell.node().innerHTML = "" + lccn + ""; $(cell.node()).css('background-color', 'lightgreen'); } else { if (new Date(new Date(full.modified).getTime() + 60000) > new Date()){ @@ -535,15 +535,16 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel $(cell.node()).css('background-color', 'lightgreen'); }).fail(function(data, text){ if (full.status === "published"){ - $(cell.node()).css('background-color', 'lightcoral'); - } + $(cell.node()).css('background-color', 'lightcoral'); + } });*/ } } else { //$(cell.node()).css('background-color', 'lightcoral'); - console.log(full.message); + //console.log(full.message); + //bfelog.addMsg(new Error(), "INFO", full.message, text); } - + return text; } }, @@ -551,12 +552,19 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel "data": "rdf", "render": function(data, type, full, meta) { var text = ""; - if (_.filter(data, function(el) { - return el["https://id.loc.gov/ontologies/bflc/metadataAssigner"] - }).length > 0) - text = _.filter(data, function(el) { - return el["https://id.loc.gov/ontologies/bflc/metadataAssigner"] - })[0]["https://id.loc.gov/ontologies/bflc/metadataAssigner"][0]["@value"]; + var mahttp = _.findKey(data, "http://id.loc.gov/ontologies/bflc/metadataAssigner"); + var mahttps = _.findKey(data, "https://id.loc.gov/ontologies/bflc/metadataAssigner"); + if (mahttps){ + text = _.pluck(data[mahttps]["https://id.loc.gov/ontologies/bflc/metadataAssigner"], "@value")[0]; + } else if (mahttp) { + text = _.pluck(data[mahttp]["http://id.loc.gov/ontologies/bflc/metadataAssigner"], "@value")[0]; + } +// if (_.filter(data, function(el) { +// return el["http://id.loc.gov/ontologies/bflc/metadataAssigner"] +// }).length > 0) +// text = _.filter(data, function(el) { +// return el["http://id.loc.gov/ontologies/bflc/metadataAssigner"] +// })[0]["http://id.loc.gov/ontologies/bflc/metadataAssigner"][0]["@value"]; return text.length > 60 ? text.substr(0, 58) + "..." : text; } }, @@ -592,7 +600,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel return '
    \ \ -
    ' + '; }, "createdCell": function(td, cellData, rowData, row, col) { @@ -602,7 +610,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var useguid = guid(); var loadtemplate = {}; var tempstore = []; - + var spoints; bfestore.store = []; bfestore.loadtemplates = []; @@ -615,21 +623,21 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel }] }).value().menuItems, { useResourceTemplates: [rowData.profile] - }) - var spoints = _(editorconfig.startingPoints).chain().find({ + }); + spoints = _(editorconfig.startingPoints).chain().find({ menuItems: [{ useResourceTemplates: [rowData.profile] }] - }).value().menuItems[menuIndex] + }).value().menuItems[menuIndex]; } else if (rowData.profile === "profile:bf2:Load:Work"){ - var spoints = { label: "Loaded Work", - type: ["https://id.loc.gov/ontologies/bibframe/Work"], + spoints = { label: "Loaded Work", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates:["profile:bf2:Load:Work"] }; } else if (rowData.profile === "profile:bf2:IBC:Instance") { - - var spoints = { label: "IBC", - type: ["https://id.loc.gov/ontologies/bibframe/Instance"], + + spoints = { label: "IBC", + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates:["profile:bf2:IBC:Instance"] }; @@ -649,7 +657,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel if (findRt[0] !== undefined){ spoints = _.where(editorconfig.startingPoints, { menuItems:[{type:bTypes}] })[0].menuItems[0]; } - */ + */ var temptemplates = []; spoints.useResourceTemplates.forEach(function(l) { var useguid = guid(); @@ -693,7 +701,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel \ ')); - + $(td).find("#bfeditor-deleteConfirmButton" + rowData.id).click(function() { if (editorconfig.deleteId.callback !== undefined) { editorconfig.deleteId.callback(rowData.id, editorconfig.getCSRF.callback(), bfelog); @@ -728,9 +736,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel $creatediv.append($rowdiv); - $loaddiv.append($('\ -
    \ -
    \ + $loaddiv.append($('
    \ + \
    \ \
    \ @@ -741,7 +748,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel //var loadtemplates = []; var spoints = { label: "Loaded Work", - type: ["https://id.loc.gov/ontologies/bibframe/Work"], + type: ["http://id.loc.gov/ontologies/bibframe/Work"], useResourceTemplates:["profile:bf2:Monograph:Work"] }; @@ -752,7 +759,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel bfeditor.bfestore.state = "loaduri"; bfeditor.bfestore.profile = spoints.useResourceTemplates[0]; loadtemplatesCount = spoints.useResourceTemplates.length; - + var temptemplates = []; spoints.useResourceTemplates.forEach(function(l) { var useguid = guid(); @@ -770,21 +777,21 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var url = $(this.parentElement).find("#bfeditor-loaduriInput").val(); editorconfig.retrieve.callback(url, bfestore, bfestore.loadtemplates, bfelog, function(loadtemplates) { //converter uses bf:person intead of personal name - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Person"}), function(triple) { - triple.o = "http://www.loc.gov/mads/rdf/v1#PersonalName" + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Person"}), function(triple) { + triple.o = "http://www.loc.gov/mads/rdf/v1#PersonalName"; }); //converter uses bf:organization intead of corporate name - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Organization"}), function(triple) { - triple.o = "http://www.loc.gov/mads/rdf/v1#CorporateName" + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Organization"}), function(triple) { + triple.o = "http://www.loc.gov/mads/rdf/v1#CorporateName"; }); //eliminate duplicate type bf:Contributor - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bflc/PrimaryContribution"}), function(triple) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Contribution"})) + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bflc/PrimaryContribution"}), function(triple) { + bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Contribution"})); }); //Text to Work - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Text"}), function(triple) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Text"})) + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Text"}), function(triple) { + bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Text"})); }); bfestore.loadtemplates.data = bfeditor.bfestore.store; @@ -805,7 +812,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel }); } catch (e) { - $(this.parentElement).find("#bfeditor-loaduriInput").val("An error occured: " + e.message) + $(this.parentElement).find("#bfeditor-loaduriInput").val("An error occured: " + e.message); } } else { //retrieve disabled @@ -814,9 +821,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel }); - $loadibcdiv.append($('\ -
    \ - \ + $loadibcdiv.append($('
    \ + \
    \ \
    \ @@ -827,9 +833,12 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel //var loadtemplates = []; var spoints = { label: "Monograph", - type: ["https://id.loc.gov/ontologies/bibframe/Instance"], + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], useResourceTemplates:["profile:bf2:IBC:Instance"] }; + if($('#bfeditor-messagediv').length){ + $('#bfeditor-messagediv').remove(); + } bfeditor.bfestore.store = []; bfeditor.bfestore.name = guid(); @@ -855,51 +864,60 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel bfestore.loadtemplates = temptemplates; var url = $(this.parentElement).find("#bfeditor-loadibcuriInput").val(); - if (!url.trim().includes('instance')){ + if (!url.trim().includes('instance')){ msg = "Please choose an instance"; - var $messagediv = $('
    ', {id: "bfeditor-messagediv", class:"col-md-10 main"}); - $messagediv.append('
    Please choose an instance to load
    '); + var $messagediv = $('
    ', {id: "bfeditor-messagediv", class:"main"}); + $messagediv.append(''); $messagediv.insertBefore('.nav-tabs'); } else { - + editorconfig.retrieveLDS.callback(url, bfestore, bfestore.loadtemplates, bfelog, function(loadtemplates) { //converter uses bf:person intead of personal name - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Person"}), function(triple) { - triple.o = "http://www.loc.gov/mads/rdf/v1#PersonalName" + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Person"}), function(triple) { + triple.o = "http://www.loc.gov/mads/rdf/v1#PersonalName"; }); //converter uses bf:organization intead of corporate name - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Organization"}), function(triple) { - triple.o = "http://www.loc.gov/mads/rdf/v1#CorporateName" + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Organization"}), function(triple) { + triple.o = "http://www.loc.gov/mads/rdf/v1#CorporateName"; }); //eliminate duplicate type bf:Contributor - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bflc/PrimaryContribution"}), function(triple) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Contribution"})) + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bflc/PrimaryContribution"}), function(triple) { + var duplicateContribution = _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Contribution"}); + if(!_.isEmpty(duplicateContribution)){ + bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, duplicateContribution); + } }); //eliminate duplicate type bf:ProvisionActivity - _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/Publication"}), function(triple) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "https://id.loc.gov/ontologies/bibframe/ProvisionActivity"})) + _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/Publication"}), function(triple) { + var duplicateProvActivity = _.find(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o": "http://id.loc.gov/ontologies/bibframe/ProvisionActivity"}); + if (!_.isEmpty(duplicateProvActivity)){ + bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, duplicateProvActivity); + } }); //eliminate itemOf - if(_.some(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bflc/itemOf"})){ - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bflc/itemOf"})); + if(_.some(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bflc/itemOf"})){ + var removeItem = _.find(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bflc/itemOf"}); + //if(!_.isEmpty(removeItem)){ + // bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, removeItem); + //} } - _.each(_.where(bfeditor.bfestore.store, {"p": "https://id.loc.gov/ontologies/bibframe/adminMetadata"}), function(am){; + _.each(_.where(bfeditor.bfestore.store, {"p": "http://id.loc.gov/ontologies/bibframe/adminMetadata"}), function(am){ var adminTriple = {}; adminTriple.s = am.o; - adminTriple.p = "https://id.loc.gov/ontologies/bflc/profile"; + adminTriple.p = "http://id.loc.gov/ontologies/bflc/profile"; adminTriple.o = bfeditor.bfestore.profile; adminTriple.otype = "literal"; - bfeditor.bfestore.store.push(adminTriple) - + bfeditor.bfestore.store.push(adminTriple); + adminTriple = {}; adminTriple.s = am.o; - adminTriple.p = "https://id.loc.gov/ontologies/bflc/procInfo"; + adminTriple.p = "http://id.loc.gov/ontologies/bflc/procInfo"; adminTriple.o = "ibc update"; adminTriple.otype = "literal"; - bfeditor.bfestore.store.push(adminTriple) + bfeditor.bfestore.store.push(adminTriple); }); // _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"}), function(triple) { @@ -909,7 +927,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel // }); - bfestore.loadtemplates.data = bfeditor.bfestore.store; + bfestore.loadtemplates.data = bfeditor.bfestore.store; $('[href=#create]').tab('show'); $('#bfeditor-formdiv').show(); if($('#bfeditor-messagediv').length){ @@ -921,7 +939,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel }); } } catch (e) { - $(this.parentElement).find("#bfeditor-loaduriInput").val("An error occured: " + e.message) + $(this.parentElement).find("#bfeditor-loaduriInput").val("An error occured: " + e.message); } } else { //retrieve disabled @@ -948,10 +966,10 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var $menuul = $('
      ', { class: "nav nav-sidebar" }); - var menuheadingul = null; + var $menuheadingul = null; if (typeof sp.menuGroup !== undefined && sp.menuGroup !== "") { var $menuheading = $('
    • '); - var $menuheadingul = $(''); + $menuheadingul = $(''); $menuheading.append($menuheadingul); $menuul.append($menuheading); } @@ -1001,6 +1019,10 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel $formdiv.html(""); } + $('a[data-toggle="tab"]').click( function (e) { + $('#bfeditor-messagediv').remove(); + }); + return { "profiles": profiles, "div": editordiv, @@ -1146,7 +1168,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel \ \ \ - \ + \
    '); var $bfeditor = $('#create > .row'); @@ -1158,10 +1180,10 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel
    ' + JSON.stringify(jsonstr, undefined, " ") + '
    \
    \
    \ - \ + \
    '); - + var $messagediv; $bfeditor.append($saveButtonGroup); $("#bfeditor-exitback").click(function() { @@ -1193,38 +1215,38 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel save_json.url = config.url + "/verso/api/bfs?filter=%7B%22where%22%3A%20%7B%22name%22%3A%20%22" + bfeditor.bfestore.name + "%22%7D%7D"; save_json.created = bfeditor.bfestore.created; save_json.modified = new Date().toUTCString(); - - if(_.some(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bibframe/adminMetadata"})){ - + + if(_.some(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bibframe/adminMetadata"})){ + var modifiedDate = new Date(save_json.modified); var modifiedDateString = modifiedDate.toJSON().split(/\./)[0]; - if (_.some(bfeditor.bfestore.store, {p: "https://id.loc.gov/ontologies/bibframe/changeDate"})){ - _.each(_.where(bfeditor.bfestore.store, {p:"https://id.loc.gov/ontologies/bibframe/changeDate"}), function(cd){ + if (_.some(bfeditor.bfestore.store, {p: "http://id.loc.gov/ontologies/bibframe/changeDate"})){ + _.each(_.where(bfeditor.bfestore.store, {p:"http://id.loc.gov/ontologies/bibframe/changeDate"}), function(cd){ cd.o = modifiedDateString; }); } else { var adminTriple = {}; - adminTriple.s = _.find(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bibframe/adminMetadata"}).o; - adminTriple.p = "https://id.loc.gov/ontologies/bibframe/changeDate"; + adminTriple.s = _.find(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bibframe/adminMetadata"}).o; + adminTriple.p = "http://id.loc.gov/ontologies/bibframe/changeDate"; adminTriple.o = modifiedDateString; adminTriple.otype = "literal"; - bfeditor.bfestore.store.push(adminTriple) + bfeditor.bfestore.store.push(adminTriple); } } save_json.rdf = bfeditor.bfestore.store2jsonldExpanded(); - if (_.some(bfeditor.bfestore.store, {"p": "https://id.loc.gov/ontologies/bibframe/mainTitle"}) ){ + if (_.some(bfeditor.bfestore.store, {"p": "http://id.loc.gov/ontologies/bibframe/mainTitle"}) ){ editorconfig.save.callback(save_json, editorconfig.getCSRF.callback(), bfelog, function(save, save_name){ console.log("Saved: " + save_name); }); } else { //title required - var $messagediv = $('
    ', {id: "bfeditor-messagediv", class:"col-md-10 main"}); - $messagediv.append(''); - $messagediv.insertBefore('.nav-tabs'); + $messagediv = $('
    ', {id: "bfeditor-messagediv", class:"alert alert-danger", role:"alert"}); + $messagediv.append('No title found:'+mintResource(bfeditor.bfestore.name)+''); + $messagediv.insertBefore('.tabs'); } } else { //save disabled @@ -1242,16 +1264,16 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel //remove problematic nodes //instanceOf - if (_.some(bfeditor.bfestore.store, {"p": "https://id.loc.gov/ontologies/bibframe/instanceOf"}) ){ + if (_.some(bfeditor.bfestore.store, {"p": "http://id.loc.gov/ontologies/bibframe/instanceOf"}) ){ //remove cached work before publishing - var work = _.find(bfeditor.bfestore.store, {"p": "https://id.loc.gov/ontologies/bibframe/instanceOf"}).o; + var work = _.find(bfeditor.bfestore.store, {"p": "http://id.loc.gov/ontologies/bibframe/instanceOf"}).o; //if (!_.isEmpty(work)) - //if(work.startsWith("https://id.loc.gov/resources/works/c")) + //if(work.startsWith("http://id.loc.gov/resources/works/c")) //bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, {s:work}); } if (editorconfig.publish.callback !== undefined) { - if (_.some(bfeditor.bfestore.store, {"p": "https://id.loc.gov/ontologies/bibframe/mainTitle"}) ){ + if (_.some(bfeditor.bfestore.store, {"p": "http://id.loc.gov/ontologies/bibframe/mainTitle"}) ){ bfeditor.bfestore.store2rdfxml(bfeditor.bfestore.store2jsonldExpanded(), function(rdfxml) { var save_json = {}; save_json.name = mintResource(bfeditor.bfestore.name); @@ -1260,29 +1282,29 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel save_json.created = bfeditor.bfestore.created; save_json.modified = new Date().toUTCString(); - if(_.some(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bibframe/adminMetadata"})){ + if(_.some(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bibframe/adminMetadata"})){ var modifiedDate = new Date(save_json.modified); var modifiedDateString = modifiedDate.toJSON().split(/\./)[0]; - if (_.some(bfeditor.bfestore.store, {p: "https://id.loc.gov/ontologies/bibframe/changeDate"})){ - _.each(_.where(bfeditor.bfestore.store, {p:"https://id.loc.gov/ontologies/bibframe/changeDate"}), function(cd){ + if (_.some(bfeditor.bfestore.store, {p: "http://id.loc.gov/ontologies/bibframe/changeDate"})){ + _.each(_.where(bfeditor.bfestore.store, {p:"http://id.loc.gov/ontologies/bibframe/changeDate"}), function(cd){ cd.o = modifiedDateString; }); } else { var adminTriple = {}; - adminTriple.s = _.find(bfeditor.bfestore.store, {"p":"https://id.loc.gov/ontologies/bibframe/adminMetadata"}).o; - adminTriple.p = "https://id.loc.gov/ontologies/bibframe/changeDate"; + adminTriple.s = _.find(bfeditor.bfestore.store, {"p":"http://id.loc.gov/ontologies/bibframe/adminMetadata"}).o; + adminTriple.p = "http://id.loc.gov/ontologies/bibframe/changeDate"; adminTriple.o = modifiedDateString; adminTriple.otype = "literal"; - bfeditor.bfestore.store.push(adminTriple) + bfeditor.bfestore.store.push(adminTriple); } } save_json.status = "published"; save_json.objid = "loc.natlib.instances." + save_json.name + "0001"; - - var lccns = _.where(_.where(bfeditor.bfestore.store, {s: _.where(bfeditor.bfestore.store, {o: "https://id.loc.gov/ontologies/bibframe/Lccn"})[0].s}), {p: "http://www.w3.org/1999/02/22-rdf-syntax-ns#value"}); + + var lccns = _.where(_.where(bfeditor.bfestore.store, {s: _.where(bfeditor.bfestore.store, {o: "http://id.loc.gov/ontologies/bibframe/Lccn"})[0].s}), {p: "http://www.w3.org/1999/02/22-rdf-syntax-ns#value"}); if (!_.isEmpty(lccns)){ for(i=0; i < lccns.length; i++){ @@ -1300,9 +1322,9 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel }); } else { //title required - var $messagediv = $('
    ', {id: "bfeditor-messagediv", class:"col-md-10 main"}); + $messagediv = $('
    ', {id: "bfeditor-messagediv", class:"col-md-10 main"}); $messagediv.append(''); - $messagediv.insertBefore('.nav-tabs'); + $messagediv.insertBefore('.tabs'); } } else { //save disabled @@ -1408,14 +1430,14 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel //fobject.resourceTemplates[urt].defaulturi = whichrt(fobject.resourceTemplates[urt], editorconfig.baseURI) + shortUUID(loadTemplates[urt].templateGUID); whichrt(fobject.resourceTemplates[urt], editorconfig.baseURI, function(baseuri) { - var worklist = _.filter(bfeditor.bfestore.store, function(s) { return s.s.indexOf(baseuri) !== -1; }) + var worklist = _.filter(bfeditor.bfestore.store, function(s) { return s.s.indexOf(baseuri) !== -1; }); if (!_.isEmpty(worklist)){ //check for type var rtType = _.where(worklist, {"p": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", o: fobject.resourceTemplates[urt].resourceURI}); if (!_.isEmpty(rtType)){ - fobject.resourceTemplates[urt].defaulturi = rtType[0].s + fobject.resourceTemplates[urt].defaulturi = rtType[0].s; } else { //find uniq s, and look for one that has no o. @@ -1430,9 +1452,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel triple.o = rt.resourceURI; triple.otype = "uri"; //fobject.store.push(triple); - console.log("1"); bfestore.addTriple(triple); - + fobject.resourceTemplates[urt].defaulturi = triple.s; } } else { @@ -1474,8 +1495,8 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel var $button = $('
    '); var $linkbutton = $('
    '); var $linkmodal = $(''); + \ +
    '); $button.click(function() { setRtLabel(fobject.id, rt.useguid, rt.useguid + " input", rt); @@ -1523,15 +1544,17 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel class: "form-group row" }); var $saves = $('
    '); - if ((/^http/).test(property.remark)) - var $label = $(''); - else - var $label = $(''); + var $label = $(''); + if ((/^http/).test(property.remark)){ + $label = $(''); + } + var $input; + var $button; if (property.type == "literal") { - var $input = $('
    '); + $input = $('
    '); $input.find("input").keyup(function(e) { if (e.keyCode == 54 && e.ctrlKey && e.altKey) { @@ -1542,7 +1565,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel } }); - var $button = $('
    '); + $button = $('
    '); $button.click(function() { setLiteral(fobject.id, rt.useguid, property.guid); @@ -1688,11 +1711,11 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel } else { // Type is resource, so should be a URI, but there is - // no "value template reference" or "use values from vocabularies" + // no "value template reference" or "use values from vocabularies" // reference for it so just create label field $input = $('
    '); - var $button = $('
    '); + $button = $('
    '); $button.click(function() { setResourceFromLabel(fobject.id, rt.useguid, property.guid); }); @@ -1707,7 +1730,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel } else { // Type is resource, so should be a URI, but there is // no constraint for it so just create a label field. - var $input = $('
    '); + $input = $('
    '); $button = $('
    '); $button.click(function() { @@ -1744,9 +1767,9 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel if (_.where(bfestore.store, { "o": triple.s }).length === 0) { - console.log(triple.s) + console.log(triple.s); rt.defaulturi = triple.s; - }; + } }); } else { _.where(bfestore.store, { @@ -1756,9 +1779,9 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel if (_.where(bfestore.store, { "o": triple.s }).length === 0) { - console.log(triple.s) + console.log(triple.s); rt.defaulturi = triple.s; - }; + } }); } @@ -1766,13 +1789,14 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel // rt.defaulturi = _.where(bfestore.store,{"o":rt.resourceURI})[0].s; // } } - + var triple = {}; if (bfestore.state !== "create" && rt.data.length === 0 && _.where(bfestore.store, { "s": rt.defaulturi, "o": rt.resourceURI }).length === 0) { // Assume a fresh form, no pre-loaded data. var id = guid(); + //var uri; //var uri = editorconfig.baseURI + rt.useguid; if (rt.defaulturi !== undefined && rt.defaulturi !== "") { @@ -1780,16 +1804,16 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel } else { fobject.defaulturi = editorconfig.baseURI + rt.useguid; } - + if (bfestore.state === "edit" && _.some(bfestore.store, {"p": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o":rt.resourceURI})) { //match the rt to the type triple - var triple = _.find(bfestore.store, {"p": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o":rt.resourceURI}); + triple = _.find(bfestore.store, {"p": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "o":rt.resourceURI}); rt.defaulturi = triple.o; rt.guid = triple.guid; triple.rtID = rt.id; } else { - - var triple = {}; + + triple = {}; triple.guid = rt.useguid; triple.rtID = rt.id; triple.s = fobject.defaulturi; @@ -1797,8 +1821,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel triple.o = rt.resourceURI; triple.otype = "uri"; fobject.store.push(triple); - //2 - console.log("2"); + bfestore.addTriple(triple); //bfestore.store.push(triple); rt.guid = rt.useguid; @@ -1814,10 +1837,10 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel //console.log(property.propertyURI); //console.log(vtrs); /* - The following will be true, for example, when two - profiles are to be rendered in one form. Say that - this "property" is "instanceOf" and this "rt" is - an Instance (e.g. "rt:Instance:ElectronicBook"). + The following will be true, for example, when two + profiles are to be rendered in one form. Say that + this "property" is "instanceOf" and this "rt" is + an Instance (e.g. "rt:Instance:ElectronicBook"). Also a Work (e.g. "rt:Work:EricBook") is to be displayed. This litle piece of code associates the Instance with the Work in the store. @@ -1848,7 +1871,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel fobject.defaulturi = rt.defaulturi; //the rt needs a type if (bfestore.state === "create"){ - var triple = {}; + triple = {}; triple.guid = rt.useguid; triple.rtID = rt.id; triple.s = rt.defaulturi; @@ -1861,7 +1884,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel rt.guid = rt.useguid; } - // This will likely be insufficient - we'll need the entire + // This will likely be insufficient - we'll need the entire // pre-loaded store in this 'first' form. rt.data.forEach(function(t) { var triple = {}; @@ -1877,7 +1900,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel // Populate form with pre-loaded data. bfelog.addMsg(new Error(), "DEBUG", "Populating form with pre-loaded data, if any"); rt.propertyTemplates.forEach(function(property) { - preloadData(property, rt, form, fobject) + preloadData(property, rt, form, fobject); }); }); @@ -1898,7 +1921,7 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel if (propsdata.length === 0 ){ //propsdata = _.where(bfestore.store, {"p":property.propertyURI}); - } + } if (propsdata.length > 0) { //find the right one @@ -1911,11 +1934,11 @@ bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfel return post; } - }) + }); if (parent !== undefined) { - var parent_nodes = []; + var parent_nodes = []; for (var i=0; i "); writer.end(function(error, nquads) { @@ -3635,7 +3655,7 @@ bfe.define('src/bfestore', ['require', 'exports', 'module'], function(require, e callback(exports.jsonld2store(result[0]["@graph"])); }); }); - } + }; // // exports.nquads2jsonld = function(nquads){ // jsonld.fromRDF(nquads, {format:'application/nquads'}, function(err, data) { @@ -3644,7 +3664,7 @@ bfe.define('src/bfestore', ['require', 'exports', 'module'], function(require, e // } catch (err){ // console.log(err); // } - // }); + // }); // } @@ -3652,7 +3672,7 @@ bfe.define('src/bfestore', ['require', 'exports', 'module'], function(require, e jsonld.forEach(function(resource) { var s = typeof resource["@id"] !== 'undefined' ? resource["@id"] : '_:b' + guid(); for (var p in resource) { - if (p !== "@id") { + if (p !== "@id") { if (p === "@type" && !_.isArray(resource[p])) { var tguid = guid(); var triple = {}; @@ -3702,7 +3722,7 @@ bfe.define('src/bfestore', ['require', 'exports', 'module'], function(require, e // If a resource does not have a defined type, do we care? }); return exports.store; - } + }; exports.store2jsonldExpanded = function() { @@ -3766,8 +3786,8 @@ bfe.define('src/bfestore', ['require', 'exports', 'module'], function(require, e } var turtleWriter = N3.Writer({ prefixes: { - bf: 'https://id.loc.gov/ontologies/bibframe/', - bflc: 'https://id.loc.gov/ontologies/bflc/', + bf: 'http://id.loc.gov/ontologies/bibframe/', + bflc: 'http://id.loc.gov/ontologies/bflc/', madsrdf: "http://www.loc.gov/mads/rdf/v1#", rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#", rdfs: "http://www.w3.org/2000/01/rdf-schema#", @@ -3777,41 +3797,41 @@ bfe.define('src/bfestore', ['require', 'exports', 'module'], function(require, e turtleWriter.addTriples(turtlestore.getTriples(null, null, null)); //turtleWriter.addTriples(exports.n3store.getTriples(null, null, null)); turtleWriter.end(function(error, result) { - callback(result) + callback(result); }); }); }); - } + }; exports.store2jsonldcompacted = function(jsonstr, callback) { context = { "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "xsd": "http://www.w3.org/2001/XMLSchema#", - "bf": "https://id.loc.gov/ontologies/bibframe/", - "bflc": "https://id.loc.gov/ontologies/bflc/", + "bf": "http://id.loc.gov/ontologies/bibframe/", + "bflc": "http://id.loc.gov/ontologies/bflc/", "madsrdf": "http://www.loc.gov/mads/rdf/v1#" }; jsonld.compact(jsonstr, context, function(err, compacted) { - callback(compacted) + callback(compacted); }); - } + }; exports.store2jsonldnormalized = function(jsonstr, callback) { jsonld.expand(jsonstr, context, function(err, jsonld) { - callback(jsonld) + callback(jsonld); }); - } + }; exports.jsonldcompacted2store = function(json, callback) { jsonld.expand(json, function(err, expanded) { - callback(expanded) + callback(expanded); }); - } + }; @@ -3837,9 +3857,9 @@ bfe.define('src/bfestore', ['require', 'exports', 'module'], function(require, e } for (var t in resource) { if (t !== "@type" && t !== "@id") { - var prop = t.replace("https://id.loc.gov/ontologies/bibframe/", "bf:"); - prop = prop.replace("https://id.loc.gov/vocabulary/relators/", "relators:"); - prop = prop.replace("https://id.loc.gov/ontologies/bibframe-lc/", "bflc:"); + var prop = t.replace("http://id.loc.gov/ontologies/bibframe/", "bf:"); + prop = prop.replace("http://id.loc.gov/vocabulary/relators/", "relators:"); + prop = prop.replace("http://id.loc.gov/ontologies/bibframe-lc/", "bflc:"); prop = prop.replace("http://rdaregistry.info/termList/", "rda"); predata += nlindent + prop; resource[t].forEach(function(o) { @@ -3968,7 +3988,7 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ var cache = []; // This var is required because it is used as an identifier. - exports.scheme = "https://id.loc.gov/authorities/names"; + exports.scheme = "http://id.loc.gov/authorities/names"; exports.source = function(query, process, formobject) { @@ -3979,16 +3999,16 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ var type = ""; var hits = _.where(triples, { "p": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" - }) + }); if (hits[0] !== undefined) { type = hits[0].o; } //console.log("type is " + type); - var scheme = "https://id.loc.gov/authorities/names"; + var scheme = "http://id.loc.gov/authorities/names"; hits = _.where(triples, { - "p": "https://id.loc.gov/ontologies/bibframe/authoritySource" - }) + "p": "http://id.loc.gov/ontologies/bibframe/authoritySource" + }); if (hits[0] !== undefined) { console.log(hits[0]); scheme = hits[0].o; @@ -3998,7 +4018,7 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ var rdftype = ""; if (type == "http://www.loc.gov/mads/rdf/v1#PersonalName") { rdftype = "rdftype:PersonalName"; - } else if (type == "https://id.loc.gov/ontologies/bibframe/Topic") { + } else if (type == "http://id.loc.gov/ontologies/bibframe/Topic") { rdftype = "(rdftype:Topic OR rdftype:ComplexSubject)"; } else if (type == "http://www.loc.gov/mads/rdf/v1#place") { rdftype = "rdftype:Geographic"; @@ -4011,9 +4031,9 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ rdftype = "rdftype:ConferenceName"; } else if (type == "http://www.loc.gov/mads/rdf/v1#jurisdiction") { rdftype = "rdftype:CorporateName"; - } else if (type == "https://id.loc.gov/ontologies/bibframe/genreForm") { + } else if (type == "http://id.loc.gov/ontologies/bibframe/genreForm") { rdftype = "rdftype:GenreForm"; - } else if (type == "https://id.loc.gov/ontologies/bibframe/role") { + } else if (type == "http://id.loc.gov/ontologies/bibframe/role") { rdftype = "rdftype:Role"; } @@ -4046,7 +4066,7 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ if (query.length > 2 && query.substr(0, 1) != '?') { suggestquery = query.normalize(); if (rdftype !== "") - suggestquery += "&rdftype=" + rdftype.replace("rdftype:", "") + suggestquery += "&rdftype=" + rdftype.replace("rdftype:", ""); u = exports.scheme + "/suggest/?q=" + suggestquery + "&count=50"; @@ -4061,7 +4081,7 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ } }); } else if (query.length > 2) { - u = "https://id.loc.gov/search/?format=jsonp&start=1&count=50&q=" + q.replace("?", ""); + u = "http://id.loc.gov/search/?format=jsonp&start=1&count=50&q=" + q.replace("?", ""); $.ajax({ url: u, dataType: "jsonp", @@ -4076,10 +4096,10 @@ bfe.define('src/lookups/lcnames', ['require', 'exports', 'module', 'src/lookups/ } }, 300); // 300 ms - } + }; /* - + subjecturi hasAuthority selected.uri subjecturi bf:label selected.value */ @@ -4100,7 +4120,7 @@ bfe.define('src/lookups/lcshared', ['require', 'exports', 'module'], function(re var triples = []; var triple = {}; - triple.s = subjecturi + triple.s = subjecturi; triple.p = property.propertyURI; selected.uri = selected.uri; triple.o = selected.uri; @@ -4116,14 +4136,14 @@ bfe.define('src/lookups/lcshared', ['require', 'exports', 'module'], function(re triples.push(triple); return process(triples, property); - } + }; exports.getResourceWithAAP = function(subjecturi, property, selected, process) { var triples = []; var triple = {}; - triple.s = subjecturi + triple.s = subjecturi; triple.p = property.propertyURI; triple.o = selected.uri; triple.otype = "uri"; @@ -4138,13 +4158,13 @@ bfe.define('src/lookups/lcshared', ['require', 'exports', 'module'], function(re triples.push(triple); process(triples, property); - } + }; exports.getResourceLabelLookup = function(subjecturi, propertyuri, selected, process) { var triples = []; var triple = {}; - triple.s = subjecturi + triple.s = subjecturi; triple.p = propertyuri; triple.o = selected.uri; triple.otype = "uri"; @@ -4167,16 +4187,16 @@ bfe.define('src/lookups/lcshared', ['require', 'exports', 'module'], function(re }); } }); - } + }; exports.processJSONLDSuggestions = function(suggestions, query, scheme) { var typeahead_source = []; if (suggestions['@graph'] !== undefined) { for (var s = 0; s < suggestions['@graph'].length; s++) { - if (suggestions['@graph'][s]['inScheme'] !== undefined) { - if (suggestions['@graph'][s]['@type'] === 'Concept' && suggestions['@graph'][s]['inScheme'] === scheme) { - if (suggestions['@graph'][s]['prefLabel'].en.length !== undefined) { - var l = suggestions['@graph'][s]['prefLabel'].en; + if (suggestions['@graph'][s].inScheme !== undefined) { + if (suggestions['@graph'][s]['@type'] === 'Concept' && suggestions['@graph'][s].inScheme === scheme) { + if (suggestions['@graph'][s].prefLabel.en.length !== undefined) { + var l = suggestions['@graph'][s].prefLabel.en; //break; //var l = suggestions['@graph'][s]['prefLabel']['@value']; } @@ -4196,7 +4216,7 @@ bfe.define('src/lookups/lcshared', ['require', 'exports', 'module'], function(re }; } return typeahead_source; - } + }; exports.processSuggestions = function(suggestions, query) { var typeahead_source = []; @@ -4226,7 +4246,7 @@ bfe.define('src/lookups/lcshared', ['require', 'exports', 'module'], function(re //console.log(typeahead_source); //$("#dropdown-footer").text('Total Results:' + suggestions.length); return typeahead_source; - } + }; exports.processATOM = function(atomjson, query) { var typeahead_source = []; @@ -4262,7 +4282,7 @@ bfe.define('src/lookups/lcshared', ['require', 'exports', 'module'], function(re } //console.log(typeahead_source); return typeahead_source; - } + }; exports.simpleQuery = function(query, cache, scheme, process) { console.log('q is ' + query); @@ -4303,7 +4323,7 @@ bfe.define('src/lookups/lcshared', ['require', 'exports', 'module'], function(re } }, 300); // 300 ms - } + }; }); bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/lookups/lcshared'], function(require, exports, module) { @@ -4311,7 +4331,7 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku var cache = []; - exports.scheme = "https://id.loc.gov/authorities/subjects"; + exports.scheme = "http://id.loc.gov/authorities/subjects"; exports.source = function(query, process, formobject) { //console.log(JSON.stringify(formobject.store)); @@ -4321,16 +4341,16 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku var type = ""; var hits = _.where(triples, { "p": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" - }) + }); if (hits[0] !== undefined) { type = hits[0].o; } //console.log("type is " + type); - var scheme = "https://id.loc.gov/authorities/subjects"; + var scheme = "http://id.loc.gov/authorities/subjects"; hits = _.where(triples, { - "p": "https://id.loc.gov/ontologies/bibframe/authoritySource" - }) + "p": "http://id.loc.gov/ontologies/bibframe/authoritySource" + }); if (hits[0] !== undefined) { //console.log(hits[0]); scheme = hits[0].o; @@ -4340,7 +4360,7 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku var rdftype = ""; if (type == "http://www.loc.gov/mads/rdf/v1#Person") { rdftype = "rdftype:PersonalName"; - } else if (type == "https://id.loc.gov/ontologies/bibframe/Topic") { + } else if (type == "http://id.loc.gov/ontologies/bibframe/Topic") { rdftype = "(rdftype:Topic OR rdftype:ComplexSubject)"; } else if (type == "http://www.loc.gov/mads/rdf/v1#Place") { rdftype = "rdftype:Geographic"; @@ -4353,7 +4373,7 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku rdftype = "rdftype:ConferenceName"; } else if (type == "http://www.loc.gov/mads/rdf/v1#Jurisdiction") { rdftype = "rdftype:CorporateName"; - } else if (type == "https://id.loc.gov/ontologies/bibframe/GenreForm") { + } else if (type == "http://id.loc.gov/ontologies/bibframe/GenreForm") { rdftype = "rdftype:GenreForm"; } @@ -4386,7 +4406,7 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku if (query.length > 2 && query.substr(0, 1) != "?") { suggestquery = query.normalize(); if (rdftype !== "") - suggestquery += "&rdftype=" + rdftype.replace("rdftype:", "") + suggestquery += "&rdftype=" + rdftype.replace("rdftype:", ""); u = exports.scheme + "/suggest/?q=" + suggestquery; $.ajax({ @@ -4399,7 +4419,7 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku } }); } else if (query.length > 2) { - u = "https://id.loc.gov/search/?format=jsonp&start=1&count=10&q=" + q.replace("?", ""); + u = "http://id.loc.gov/search/?format=jsonp&start=1&count=10&q=" + q.replace("?", ""); $.ajax({ url: u, dataType: "jsonp", @@ -4414,10 +4434,10 @@ bfe.define('src/lookups/lcsubjects', ['require', 'exports', 'module', 'src/looku } }, 300); // 300 ms - } + }; /* - + subjecturi hasAuthority selected.uri subjecturi bf:label selected.value */ @@ -4429,10 +4449,10 @@ bfe.define('src/lookups/lcgenreforms', ['require', 'exports', 'module', 'src/loo var cache = []; - exports.scheme = "https://id.loc.gov/authorities/genreForms"; + exports.scheme = "http://id.loc.gov/authorities/genreForms"; exports.source = function(query, process) { - var scheme = "https://id.loc.gov/authorities/genreForms"; + var scheme = "http://id.loc.gov/authorities/genreForms"; var rdftype = "rdftype:GenreForm"; var q = ""; @@ -4465,11 +4485,11 @@ bfe.define('src/lookups/lcgenreforms', ['require', 'exports', 'module', 'src/loo if (query.length > 2) { suggestquery = query; if (rdftype !== "") - suggestquery += "&rdftype=" + rdftype.replace("rdftype:", "") + suggestquery += "&rdftype=" + rdftype.replace("rdftype:", ""); u = scheme + "/suggest/?q=" + suggestquery; - //u = "https://id.loc.gov/authorities/genreForms/suggest/?q=" + query; + //u = "http://id.loc.gov/authorities/genreForms/suggest/?q=" + query; $.ajax({ url: u, dataType: "jsonp", @@ -4485,7 +4505,7 @@ bfe.define('src/lookups/lcgenreforms', ['require', 'exports', 'module', 'src/loo } }, 300); // 300 ms - } + }; exports.getResource = lcshared.getResourceWithAAP; @@ -4497,7 +4517,7 @@ bfe.define('src/lookups/lcworks', ['require', 'exports', 'module'], function(req // Using twitter's typeahead, store may be completely unnecessary var cache = []; - exports.scheme = "https://id.loc.gov/resources/works"; + exports.scheme = "http://id.loc.gov/resources/works"; exports.source = function(query, process, formobject) { @@ -4508,16 +4528,16 @@ bfe.define('src/lookups/lcworks', ['require', 'exports', 'module'], function(req var type = ""; var hits = _.where(triples, { "p": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" - }) + }); if (hits[0] !== undefined) { type = hits[0].o; } //console.log("type is " + type); - var scheme = "https://id.loc.gov/resources/works"; + var scheme = "http://id.loc.gov/resources/works"; hits = _.where(triples, { - "p": "https://id.loc.gov/ontologies/bibframe/authoritySource" - }) + "p": "http://id.loc.gov/ontologies/bibframe/authoritySource" + }); if (hits[0] !== undefined) { console.log(hits[0]); scheme = hits[0].o; @@ -4551,7 +4571,7 @@ bfe.define('src/lookups/lcworks', ['require', 'exports', 'module'], function(req this.searching = setTimeout(function(formobject) { if (query.length > 2) { - u = "https://id.loc.gov/ml38281/search/?format=jsonp&start=1&count=50&q=" + q; + u = "http://id.loc.gov/ml38281/search/?format=jsonp&start=1&count=50&q=" + q; $.ajax({ url: u, dataType: "jsonp", @@ -4573,11 +4593,10 @@ bfe.define('src/lookups/lcworks', ['require', 'exports', 'module'], function(req } }, 300); // 300 ms //return searching; - - } + }; /* - + subjecturi hasAuthority selected.uri subjecturi bf:label selected.value */ @@ -4592,7 +4611,7 @@ bfe.define('src/lookups/lcworks', ['require', 'exports', 'module'], function(req triples.push(triple); triple = {}; - triple.s = subjecturi + triple.s = subjecturi; triple.p = "http://www.w3.org/2000/01/rdf-schema#label"; triple.o = selected.value; triple.otype = "literal"; @@ -4649,7 +4668,7 @@ bfe.define('src/lookups/lcworks', ['require', 'exports', 'module'], function(req process(triples); } }); - } + }; function processATOM(atomjson, query) { var typeahead_source = []; @@ -4699,7 +4718,7 @@ bfe.define('src/lookups/lcinstances', ['require', 'exports', 'module'], function // Using twitter's typeahead, store may be completely unnecessary var cache = []; - exports.scheme = "https://id.loc.gov/resources/instances"; + exports.scheme = "http://id.loc.gov/resources/instances"; exports.source = function(query, process, formobject) { @@ -4708,17 +4727,17 @@ bfe.define('src/lookups/lcinstances', ['require', 'exports', 'module'], function var type = ""; var hits = _.where(triples, { "p": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" - }) + }); if (hits[0] !== undefined) { console.log(hits[0]); type = hits[0].o; } //console.log("type is " + type); - var scheme = "https://id.loc.gov/ml38281/resources/instances"; + var scheme = "http://id.loc.gov/ml38281/resources/instances"; hits = _.where(triples, { - "p": "https://id.loc.gov/ontologies/bibframe/authoritySource" - }) + "p": "http://id.loc.gov/ontologies/bibframe/authoritySource" + }); if (hits[0] !== undefined) { console.log(hits[0]); scheme = hits[0].o; @@ -4752,7 +4771,7 @@ bfe.define('src/lookups/lcinstances', ['require', 'exports', 'module'], function this.searching = setTimeout(function() { if (query.length > 2) { - u = "https://id.loc.gov/ml38281/search/?format=jsonp&start=1&count=10&q=" + q; + u = "http://id.loc.gov/ml38281/search/?format=jsonp&start=1&count=10&q=" + q; $.ajax({ url: u, dataType: "jsonp", @@ -4774,10 +4793,10 @@ bfe.define('src/lookups/lcinstances', ['require', 'exports', 'module'], function //return searching; - } + }; /* - + subjecturi hasAuthority selected.uri subjecturi bf:label selected.value */ @@ -4785,14 +4804,14 @@ bfe.define('src/lookups/lcinstances', ['require', 'exports', 'module'], function var triples = []; var triple = {}; - triple.s = subjecturi + triple.s = subjecturi; triple.p = propertyuri; triple.o = selected.uri; triple.otype = "uri"; triples.push(triple); triple = {}; - triple.s = subjecturi + triple.s = subjecturi; triple.p = "http://www.w3.org/2000/01/rdf-schema#label"; triple.o = selected.value; triple.otype = "literal"; @@ -4837,7 +4856,7 @@ bfe.define('src/lookups/lcinstances', ['require', 'exports', 'module'], function process(triples); } }); - } + }; function processATOM(atomjson, query) { var typeahead_source = []; @@ -5286,11 +5305,11 @@ bfe.define('src/lookups/lcorganizations', ['require', 'exports', 'module', 'src/ var lcshared = require("src/lookups/lcshared"); var cache = []; - exports.scheme = "https://id.loc.gov/vocabulary/organizations"; + exports.scheme = "http://id.loc.gov/vocabulary/organizations"; exports.source = function(query, process) { return lcshared.simpleQuery(query, cache, exports.scheme, process); - } + }; exports.getResource = lcshared.getResourceWithAAP; @@ -5300,11 +5319,11 @@ bfe.define('src/lookups/relators', ['require', 'exports', 'module', 'src/lookups var lcshared = require("src/lookups/lcshared"); var cache = []; - exports.scheme = "https://id.loc.gov/vocabulary/relators"; + exports.scheme = "http://id.loc.gov/vocabulary/relators"; exports.source = function(query, process) { return lcshared.simpleQuery(query, cache, exports.scheme, process); - } + }; exports.getResource = lcshared.getResource; @@ -5316,7 +5335,7 @@ bfe.define('src/lookups/relators', ['require', 'exports', 'module', 'src/lookups * * Copyright (c) 2010, Ajax.org B.V. * All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright @@ -5327,7 +5346,7 @@ bfe.define('src/lookups/relators', ['require', 'exports', 'module', 'src/lookups * * Neither the name of Ajax.org B.V. nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. - * + * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE @@ -5408,7 +5427,7 @@ bfe.define('src/lib/aceconfig', ['require', 'exports', 'module'], function(requi for (var key in scriptOptions) if (typeof scriptOptions[key] !== "undefined") exports.set(key, scriptOptions[key]); - }; + } exports.init = init; diff --git a/development.html b/development.html index 7a95cc3..7413021 100755 --- a/development.html +++ b/development.html @@ -8,11 +8,11 @@ - + - - + + ', - all[0] - ); - return v > 4 ? v : undef; - }()); - if (ie < 10) { - $("#iealert").addClass("alert alert-danger"); - $("#iealert").html("Sorry, but the BIBFRAME Editor will not work in IE8 or IE9.") - } - function myCB(data) { - document.body.scrollTop = document.documentElement.scrollTop = 0; - } - - function csrfSafeMethod(method) { - // these HTTP methods do not require CSRF protection - return (/^(GET|HEAD|OPTIONS|TRACE)$/.test(method)); - } - - function getCSRF(){ - //eventually you'll have to login - var cookieValue = null; - if (document.cookie && document.cookie != '') { - var cookies = document.cookie.split(';'); - for (var i = 0; i < cookies.length; i++) { - var cookie = jQuery.trim(cookies[i]); - var name = "csrftoken"; - if (cookie.substring(0, name.length + 1) == (name + '=')) { - cookieValue = decodeURIComponent(cookie.substring(name.length + 1)); - break; - } - } - } - return cookieValue; - } - - function setCSRF(xhr, settings, csrf) { - if (!csrfSafeMethod(settings.type) && !this.crossDomain) { - xhr.setRequestHeader("X-CSRFToken", csrf); - } - } - - function save(data, csrf, bfelog, callback){ - var $messagediv = $('
    ', {id: "bfeditor-messagediv", class:"col-md-10 main"}); - - var url = config.url + "/verso/api/bfs/upsertWithWhere?where=%7B%22name%22%3A%20%22"+data.name+"%22%7D"; - - $.ajax({ - url: url, - type: "POST", - data:JSON.stringify(data), - csrf: csrf, - dataType: "json", - contentType: "application/json; charset=utf-8" - }).done(function (data) { - document.body.scrollTop = document.documentElement.scrollTop = 0; - bfelog.addMsg(new Error(), "INFO", "Saved " + data.id); - var $messagediv = $('
    ', {id: "bfeditor-messagediv"}); - var decimaltranslator = window.ShortUUID("0123456789"); - var resourceName = "e" + decimaltranslator.fromUUID(data.name); - $messagediv.append('
    Description saved:'+resourceName+'
    ') - $('#bfeditor-formdiv').empty(); - $('#save-btn').remove(); - $messagediv.insertBefore('.nav-tabs'); - $('#bfeditor-previewPanel').remove(); - $('.nav-tabs a[href="#browse"]').tab('show') - bfeditor.bfestore.store = []; - window.location.hash = ""; - callback(true, data.name); - }).fail(function (XMLHttpRequest, textStatus, errorThrown){ - bfelog.addMsg(new Error(), "ERROR", "FAILED to save"); - bfelog.addMsg(new Error(), "ERROR", "Request status: " + textStatus + "; Error msg: " + errorThrown); - $messagediv.append('
    Save Failed:'+errorThrown+''); - $messagediv.insertBefore('.nav-tabs'); - }).always(function(){ - $('#table_id').DataTable().ajax.reload(); - }); - } - - function publish(data, rdfxml, savename, bfelog, callback){ - var $messagediv = $('
    ', {id: "bfeditor-messagediv", class:"col-md-10 main"}); - - //var url = "http://mlvlp04.loc.gov:8201/bibrecs/bfe2mets.xqy"; - var url = config.url + "/profile-edit/server/publish"; - var saveurl = "/verso/api/bfs/upsertWithWhere?where=%7B%22name%22%3A%20%22"+savename+"%22%7D"; - - var savedata = {}; - savedata.name = savename; - savedata.profile = data.profile; - savedata.url = data.url; - savedata.created = data.created; - savedata.modified = data.modified; - savedata.status = data.status; - savedata.rdf = data.rdf; - - data.rdfxml = JSON.stringify(rdfxml); - - $.when( - $.ajax({ - url: saveurl, - type: "POST", - data:JSON.stringify(savedata), - dataType: "json", - contentType: "application/json; charset=utf-8" - }), - $.ajax({ - url: url, - type: "POST", - data: JSON.stringify(data), - dataType: "json", - contentType: "application/json; charset=utf-8" - })).done(function (savedata, publishdata) { - document.body.scrollTop = document.documentElement.scrollTop = 0; - bfelog.addMsg(new Error(), "INFO", "Published " + publishdata[0].name); - var $messagediv = $('
    ', {id: "bfeditor-messagediv"}); - $messagediv.append('
    Description submitted for posting:'+publishdata[0].lccn+'
    '); - $('#bfeditor-formdiv').empty(); - $('#save-btn').remove(); - $messagediv.insertBefore('.nav-tabs'); - $('#bfeditor-previewPanel').remove(); - $('.nav-tabs a[href="#browse"]').tab('show') - bfeditor.bfestore.store = []; - window.location.hash = ""; - callback(true, data.name); - }).fail(function (XMLHttpRequest, textStatus, errorThrown){ - bfelog.addMsg(new Error(), "ERROR", "FAILED to save"); - bfelog.addMsg(new Error(), "ERROR", "Request status: " + textStatus + "; Error msg: " + errorThrown); - $messagediv.append('
    Save Failed:'+errorThrown+''); - $messagediv.insertBefore('#bfeditor-previewPanel'); - }).always(function(){ - $('#table_id').DataTable().ajax.reload(); - }); - } - - - function retrieve(uri, bfestore, loadtemplates, bfelog, callback){ - - var url = config.url + "/profile-edit/server/whichrt"; - - $.ajax({ - dataType: "json", - type: "GET", - async: false, - data: { uri: uri}, - url: url, - success: function (data) { - bfelog.addMsg(new Error(), "INFO", "Fetched external source baseURI" + url); - bfelog.addMsg(new Error(), "DEBUG", "Source data", data); - bfestore.store = bfestore.jsonldcompacted2store(data, function(expanded) { - bfestore.store = []; - tempstore = bfestore.jsonld2store(expanded); - callback(loadtemplates); - }); - //bfestore.n32store(data, url, tempstore, callback); - }, - error: function(XMLHttpRequest, textStatus, errorThrown) { - bfelog.addMsg(new Error(), "ERROR", "FAILED to load external source: " + url); - bfelog.addMsg(new Error(), "ERROR", "Request status: " + textStatus + "; Error msg: " + errorThrown); - } - }); - } - - function retrieveLDS(uri, bfestore, loadtemplates, bfelog, callback){ - - var url = config.url + "/profile-edit/server/retrieveLDS"; - - $.ajax({ - dataType: "json", - type: "GET", - async: false, - data: { uri: uri}, - url: url, - success: function (data) { - bfelog.addMsg(new Error(), "INFO", "Fetched external source baseURI" + url); - bfelog.addMsg(new Error(), "DEBUG", "Source data", data); - bfestore.store = bfestore.jsonldcompacted2store(data, function(expanded) { - bfestore.store = []; - tempstore = bfestore.jsonld2store(expanded); - callback(loadtemplates); - }); - //bfestore.n32store(data, url, tempstore, callback); - }, - error: function(XMLHttpRequest, textStatus, errorThrown) { - bfelog.addMsg(new Error(), "ERROR", "FAILED to load external source: " + url); - bfelog.addMsg(new Error(), "ERROR", "Request status: " + textStatus + "; Error msg: " + errorThrown); - } - }); - } - - - function deleteId(id, csrf, bfelog){ - var url = config.url + "/verso/api/bfs/" + id; - - //$.ajaxSetup({ - // beforeSend: function(xhr, settings){getCSRF(xhr, settings, csrf);} - //}); - - $.ajax({ - type: "DELETE", - url: url, - dataType: "json", - csrf: csrf, - success: function (data) { - bfelog.addMsg(new Error(), "INFO", "Deleted " + id); - }, - error: function(XMLHttpRequest, textStatus, errorThrown) { - bfelog.addMsg(new Error(), "ERROR", "FAILED to delete: " + url); - bfelog.addMsg(new Error(), "ERROR", "Request status: " + textStatus + "; Error msg: " + errorThrown); - } - }); - - } - - var config = { -/* "logging": { - "level": "DEBUG", - "toConsole": true - },*/ - "url" : "http://mlvlp04.loc.gov:3000", - "baseURI": "http://id.loc.gov/", - "basedbURI": "http://mlvlp04.loc.gov:8230", - "resourceURI": "http://mlvlp04.loc.gov:8230/resources", - "profiles": [ - "static/profiles/bibframe/BIBFRAME 2.0 Agents.json", - "static/profiles/bibframe/BIBFRAME 2.0 Agents Contribution.json", - "static/profiles/bibframe/BIBFRAME 2.0 Agents Primary Contribution.json", - "static/profiles/bibframe/BIBFRAME 2.0 Form.json", - "static/profiles/bibframe/BIBFRAME 2.0 Language.json", - "static/profiles/bibframe/BIBFRAME 2.0 LCC.json", - "static/profiles/bibframe/BIBFRAME 2.0 Notated Music.json", - "static/profiles/bibframe/BIBFRAME 2.0 Place.json", - "static/profiles/bibframe/BIBFRAME 2.0 Publication, Distribution, Manufacturer Activity.json", - "static/profiles/bibframe/BIBFRAME 2.0 Related Works and Expressions.json", - "static/profiles/bibframe/BIBFRAME 2.0 Topic.json", - "static/profiles/bibframe/BIBFRAME 2.0 Serial.json", - "static/profiles/bibframe/BIBFRAME 2.0 Monograph.json", - "static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json", - "static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json", - "static/profiles/bibframe/BIBFRAME 2.0 Moving Image-BluRay DVD.json", - "static/profiles/bibframe/BIBFRAME 2.0 Moving Image-35mm Feature Film.json", - "static/profiles/bibframe/BIBFRAME 2.0 Prints and Photographs.json", - "static/profiles/bibframe/BIBFRAME 2.0 RWO.json", - "static/profiles/bibframe/BIBFRAME 2.0 Title Information.json", - "static/profiles/bibframe/BIBFRAME 2.0 Edition Information.json", - "static/profiles/bibframe/BIBFRAME 2.0 Series Information.json", - "static/profiles/bibframe/BIBFRAME 2.0 DDC.json", - "static/profiles/bibframe/BIBFRAME 2.0 Item.json", - "static/profiles/bibframe/BIBFRAME 2.0 Identifiers.json", - "static/profiles/bibframe/BIBFRAME 2.0 Note.json", - "static/profiles/bibframe/BIBFRAME 2.0 Rare Materials.json", - "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json", - "static/profiles/bibframe/BIBFRAME 2.0 Load.json", - "static/profiles/bibframe/BIBFRAME 2.0 IBC.json", - //"static/profiles/bibframe/profiles.json" - ], - "startingPoints": [ - {"menuGroup": "Monograph", - "menuItems": [ - { - label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], - useResourceTemplates: [ "profile:bf2:Monograph:Instance" ] - }, - { - label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], - useResourceTemplates: [ "profile:bf2:Monograph:Work" ] - } - - ]}, - {"menuGroup": "Notated Music", - "menuItems": [ - { - label: "Create Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], - useResourceTemplates: [ "profile:bf2:NotatedMusic:Work" ] - }, - { - label: "Create RDA Expression", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], - useResourceTemplates: [ "profile:bf2:NotatedMusic:Expression" ] - }, - { - label: "Create Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], - useResourceTemplates: [ "profile:bf2:NotatedMusic:Instance" ] - } - ]}, - {"menuGroup": "Serial", - "menuItems": [ - { - label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Serial"], - useResourceTemplates: [ "profile:bf2:Serial:Instance" ] - }, - { - label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Text"], - useResourceTemplates: [ "profile:bf2:Serial:Work" ] - } - - ]}, - {"menuGroup": "Cartographic", - "menuItems": [ - { - label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], - useResourceTemplates: [ "profile:bf2:Cartographic:Instance" ] - }, - { - label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], - useResourceTemplates: [ "profile:bf2:Cartographic:Work" ] - } - - ]}, - {"menuGroup": "Sound Recording: Audio CD", - "menuItems": [ - { - label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], - useResourceTemplates: [ "profile:bf2:SoundRecording:Instance" ] - }, - { - label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], - useResourceTemplates: [ "profile:bf2:SoundRecording:Work" ] - } - - ]}, - {"menuGroup": "Sound Recording: Audio CD-R", - "menuItems": [ - { - label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], - useResourceTemplates: [ "profile:bf2:SoundCDR:Instance" ] - }, - { - label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], - useResourceTemplates: [ "profile:bf2:SoundCDR:Work" ] - } - - ]}, - {"menuGroup": "Sound Recording: Analog", - "menuItems": [ - { - label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], - useResourceTemplates: [ "profile:bf2:Analog:Instance" ] - }, - { - label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], - useResourceTemplates: [ "profile:bf2:Analog:Work" ] - } - - ]}, - {"menuGroup": "Moving Image: BluRay DVD", - "menuItems": [ - { - label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], - useResourceTemplates: [ "profile:bf2:MIBluRayDVD:Instance" ] - }, - { - label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], - useResourceTemplates: [ "profile:bf2:MIBluRayDVD:Work" ] - } - - ]}, - {"menuGroup": "Moving Image: 35mm Feature Film", - "menuItems": [ - { - label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], - useResourceTemplates: [ "profile:bf2:35mmFeatureFilm:Instance" ] - }, - { - label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], - 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": [ - { - label: "Instance", - type: ["http://id.loc.gov/ontologies/bibframe/Instance"], - useResourceTemplates: [ "profile:bf2:RareMat:Instance" ] - }, - { - label: "Work", - type: ["http://id.loc.gov/ontologies/bibframe/Work"], - 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" ] - } - ]} - - ], - "save": { - "callback": save - }, - "publish": { - "callback": publish - }, - "retrieveLDS": { - "callback":retrieveLDS - }, - "retrieve": { - "callback": retrieve - }, - "deleteId": { - "callback": deleteId - }, - "getCSRF":{ - "callback": getCSRF - }, -/* "load": [ - { - "templateID": ["profile:bf:Work:Monograph", "profile:bf:Instance:Monograph", "profile:bf:Annotation:AdminMeta"], - "defaulturi": "http://id.loc.gov/resources/bibs/5226", - "_remark": "Source must be JSONLD expanded, so only jsonp and json are possible requestTypes", - "source": { - "location": "http://id.loc.gov/resources/bibs/5226.bibframe_raw.jsonp", - "requestType": "jsonp", - "data": "UNUSED, BUT REMEMBER IT" - } - } - ],*/ - "return": { - "format": "jsonld-expanded", - "callback": myCB - } - } - var bfeditor = bfe.fulleditor(config, "bfeditor"); + var ie = (function(){ + var undef, + v = 3, + div = document.createElement('div'), + all = div.getElementsByTagName('i'); + while ( + div.innerHTML = '', + all[0] + ); + return v > 4 ? v : undef; + }()); + if (ie < 10) { + $("#iealert").addClass("alert alert-danger"); + $("#iealert").html("Sorry, but the BIBFRAME Editor will not work in IE8 or IE9.") + } + function myCB(data) { + document.body.scrollTop = document.documentElement.scrollTop = 0; + } + + function csrfSafeMethod(method) { + // these HTTP methods do not require CSRF protection + return (/^(GET|HEAD|OPTIONS|TRACE)$/.test(method)); + } + + function getCSRF(){ + //eventually you'll have to login + var cookieValue = null; + if (document.cookie && document.cookie != '') { + var cookies = document.cookie.split(';'); + for (var i = 0; i < cookies.length; i++) { + var cookie = jQuery.trim(cookies[i]); + var name = "csrftoken"; + if (cookie.substring(0, name.length + 1) == (name + '=')) { + cookieValue = decodeURIComponent(cookie.substring(name.length + 1)); + break; + } + } + } + return cookieValue; + } + + function setCSRF(xhr, settings, csrf) { + if (!csrfSafeMethod(settings.type) && !this.crossDomain) { + xhr.setRequestHeader("X-CSRFToken", csrf); + } + } + + function save(data, csrf, bfelog, callback){ + var $messagediv = $('
    ', {id: "bfeditor-messagediv", class:"col-md-10 main"}); + + var url = config.url + "/verso/api/bfs/upsertWithWhere?where=%7B%22name%22%3A%20%22"+data.name+"%22%7D"; + + $.ajax({ + url: url, + type: "POST", + data:JSON.stringify(data), + csrf: csrf, + dataType: "json", + contentType: "application/json; charset=utf-8" + }).done(function (data) { + document.body.scrollTop = document.documentElement.scrollTop = 0; + bfelog.addMsg(new Error(), "INFO", "Saved " + data.id); + var $messagediv = $('
    ', {id: "bfeditor-messagediv"}); + var decimaltranslator = window.ShortUUID("0123456789"); + var resourceName = "e" + decimaltranslator.fromUUID(data.name); + $messagediv.append('
    Description saved:'+resourceName+'
    ') + $('#bfeditor-formdiv').empty(); + $('#save-btn').remove(); + $messagediv.insertBefore('.nav-tabs'); + $('#bfeditor-previewPanel').remove(); + $('.nav-tabs a[href="#browse"]').tab('show') + bfeditor.bfestore.store = []; + window.location.hash = ""; + callback(true, data.name); + }).fail(function (XMLHttpRequest, textStatus, errorThrown){ + bfelog.addMsg(new Error(), "ERROR", "FAILED to save"); + bfelog.addMsg(new Error(), "ERROR", "Request status: " + textStatus + "; Error msg: " + errorThrown); + $messagediv.append('
    Save Failed:'+errorThrown+''); + $messagediv.insertBefore('.nav-tabs'); + }).always(function(){ + $('#table_id').DataTable().ajax.reload(); + }); + } + + function publish(data, rdfxml, savename, bfelog, callback){ + var $messagediv = $('
    ', {id: "bfeditor-messagediv", class:"col-md-10 main"}); + + //var url = "http://mlvlp04.loc.gov:8201/bibrecs/bfe2mets.xqy"; + var url = config.url + "/profile-edit/server/publish"; + var saveurl = "/verso/api/bfs/upsertWithWhere?where=%7B%22name%22%3A%20%22"+savename+"%22%7D"; + + var savedata = {}; + savedata.name = savename; + savedata.profile = data.profile; + savedata.url = data.url; + savedata.created = data.created; + savedata.modified = data.modified; + savedata.status = data.status; + savedata.rdf = data.rdf; + + data.rdfxml = JSON.stringify(rdfxml); + + $.when( + $.ajax({ + url: saveurl, + type: "POST", + data:JSON.stringify(savedata), + dataType: "json", + contentType: "application/json; charset=utf-8" + }), + $.ajax({ + url: url, + type: "POST", + data: JSON.stringify(data), + dataType: "json", + contentType: "application/json; charset=utf-8" + })).done(function (savedata, publishdata) { + document.body.scrollTop = document.documentElement.scrollTop = 0; + bfelog.addMsg(new Error(), "INFO", "Published " + publishdata[0].name); + var $messagediv = $('
    ', {id: "bfeditor-messagediv"}); + $messagediv.append('
    Description submitted for posting:'+publishdata[0].lccn+'
    '); + $('#bfeditor-formdiv').empty(); + $('#save-btn').remove(); + $messagediv.insertBefore('.nav-tabs'); + $('#bfeditor-previewPanel').remove(); + $('.nav-tabs a[href="#browse"]').tab('show') + bfeditor.bfestore.store = []; + window.location.hash = ""; + callback(true, data.name); + }).fail(function (XMLHttpRequest, textStatus, errorThrown){ + bfelog.addMsg(new Error(), "ERROR", "FAILED to save"); + bfelog.addMsg(new Error(), "ERROR", "Request status: " + textStatus + "; Error msg: " + errorThrown); + $messagediv.append('
    Save Failed:'+errorThrown+''); + $messagediv.insertBefore('#bfeditor-previewPanel'); + }).always(function(){ + $('#table_id').DataTable().ajax.reload(); + }); + } + + + function retrieve(uri, bfestore, loadtemplates, bfelog, callback){ + + var url = config.url + "/profile-edit/server/whichrt"; + + $.ajax({ + dataType: "json", + type: "GET", + async: false, + data: { uri: uri}, + url: url, + success: function (data) { + bfelog.addMsg(new Error(), "INFO", "Fetched external source baseURI" + url); + bfelog.addMsg(new Error(), "DEBUG", "Source data", data); + bfestore.store = bfestore.jsonldcompacted2store(data, function(expanded) { + bfestore.store = []; + tempstore = bfestore.jsonld2store(expanded); + callback(loadtemplates); + }); + //bfestore.n32store(data, url, tempstore, callback); + }, + error: function(XMLHttpRequest, textStatus, errorThrown) { + bfelog.addMsg(new Error(), "ERROR", "FAILED to load external source: " + url); + bfelog.addMsg(new Error(), "ERROR", "Request status: " + textStatus + "; Error msg: " + errorThrown); + } + }); + } + + function retrieveLDS(uri, bfestore, loadtemplates, bfelog, callback){ + + var url = config.url + "/profile-edit/server/retrieveLDS"; + + $.ajax({ + dataType: "json", + type: "GET", + async: false, + data: { uri: uri}, + url: url, + success: function (data) { + bfelog.addMsg(new Error(), "INFO", "Fetched external source baseURI" + url); + bfelog.addMsg(new Error(), "DEBUG", "Source data", data); + bfestore.store = bfestore.jsonldcompacted2store(data, function(expanded) { + bfestore.store = []; + tempstore = bfestore.jsonld2store(expanded); + callback(loadtemplates); + }); + //bfestore.n32store(data, url, tempstore, callback); + }, + error: function(XMLHttpRequest, textStatus, errorThrown) { + bfelog.addMsg(new Error(), "ERROR", "FAILED to load external source: " + url); + bfelog.addMsg(new Error(), "ERROR", "Request status: " + textStatus + "; Error msg: " + errorThrown); + } + }); + } + + + function deleteId(id, csrf, bfelog){ + var url = config.url + "/verso/api/bfs/" + id; + + //$.ajaxSetup({ + // beforeSend: function(xhr, settings){getCSRF(xhr, settings, csrf);} + //}); + + $.ajax({ + type: "DELETE", + url: url, + dataType: "json", + csrf: csrf, + success: function (data) { + bfelog.addMsg(new Error(), "INFO", "Deleted " + id); + }, + error: function(XMLHttpRequest, textStatus, errorThrown) { + bfelog.addMsg(new Error(), "ERROR", "FAILED to delete: " + url); + bfelog.addMsg(new Error(), "ERROR", "Request status: " + textStatus + "; Error msg: " + errorThrown); + } + }); + + } + + var config = { +/* "logging": { + "level": "DEBUG", + "toConsole": true + },*/ + "url" : "http://mlvlp04.loc.gov:3000", + "baseURI": "http://id.loc.gov/", + "basedbURI": "http://mlvlp04.loc.gov:8230", + "resourceURI": "http://mlvlp04.loc.gov:8230/resources", + "profiles": [ + "static/profiles/bibframe/BIBFRAME 2.0 Agents.json", + "static/profiles/bibframe/BIBFRAME 2.0 Agents Contribution.json", + "static/profiles/bibframe/BIBFRAME 2.0 Agents Primary Contribution.json", + "static/profiles/bibframe/BIBFRAME 2.0 Form.json", + "static/profiles/bibframe/BIBFRAME 2.0 Language.json", + "static/profiles/bibframe/BIBFRAME 2.0 LCC.json", + "static/profiles/bibframe/BIBFRAME 2.0 Notated Music.json", + "static/profiles/bibframe/BIBFRAME 2.0 Place.json", + "static/profiles/bibframe/BIBFRAME 2.0 Publication, Distribution, Manufacturer Activity.json", + "static/profiles/bibframe/BIBFRAME 2.0 Related Works and Expressions.json", + "static/profiles/bibframe/BIBFRAME 2.0 Topic.json", + "static/profiles/bibframe/BIBFRAME 2.0 Serial.json", + "static/profiles/bibframe/BIBFRAME 2.0 Monograph.json", + "static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json", + "static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json", + "static/profiles/bibframe/BIBFRAME 2.0 Moving Image-BluRay DVD.json", + "static/profiles/bibframe/BIBFRAME 2.0 Moving Image-35mm Feature Film.json", + "static/profiles/bibframe/BIBFRAME 2.0 Prints and Photographs.json", + "static/profiles/bibframe/BIBFRAME 2.0 RWO.json", + "static/profiles/bibframe/BIBFRAME 2.0 Title Information.json", + "static/profiles/bibframe/BIBFRAME 2.0 Edition Information.json", + "static/profiles/bibframe/BIBFRAME 2.0 Series Information.json", + "static/profiles/bibframe/BIBFRAME 2.0 DDC.json", + "static/profiles/bibframe/BIBFRAME 2.0 Item.json", + "static/profiles/bibframe/BIBFRAME 2.0 Identifiers.json", + "static/profiles/bibframe/BIBFRAME 2.0 Note.json", + "static/profiles/bibframe/BIBFRAME 2.0 Rare Materials.json", + "static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Audio CD-R.json", + "static/profiles/bibframe/BIBFRAME 2.0 Load.json", + "static/profiles/bibframe/BIBFRAME 2.0 IBC.json", + "static/profiles/bibframe/PMO Medium of Performance.json" + //"static/profiles/bibframe/profiles.json" + ], + "startingPoints": [ + {"menuGroup": "Monograph", + "menuItems": [ + { + label: "Instance", + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + useResourceTemplates: [ "profile:bf2:Monograph:Instance" ] + }, + { + label: "Work", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], + useResourceTemplates: [ "profile:bf2:Monograph:Work" ] + } + + ]}, + {"menuGroup": "Notated Music", + "menuItems": [ + { + label: "Create Work", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], + useResourceTemplates: [ "profile:bf2:NotatedMusic:Work" ] + }, + { + label: "Create RDA Expression", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], + useResourceTemplates: [ "profile:bf2:NotatedMusic:Expression" ] + }, + { + label: "Create Instance", + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + useResourceTemplates: [ "profile:bf2:NotatedMusic:Instance" ] + } + ]}, + {"menuGroup": "Serial", + "menuItems": [ + { + label: "Instance", + type: ["http://id.loc.gov/ontologies/bibframe/Serial"], + useResourceTemplates: [ "profile:bf2:Serial:Instance" ] + }, + { + label: "Work", + type: ["http://id.loc.gov/ontologies/bibframe/Text"], + useResourceTemplates: [ "profile:bf2:Serial:Work" ] + } + + ]}, + {"menuGroup": "Cartographic", + "menuItems": [ + { + label: "Instance", + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + useResourceTemplates: [ "profile:bf2:Cartographic:Instance" ] + }, + { + label: "Work", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], + useResourceTemplates: [ "profile:bf2:Cartographic:Work" ] + } + + ]}, + {"menuGroup": "Sound Recording: Audio CD", + "menuItems": [ + { + label: "Instance", + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + useResourceTemplates: [ "profile:bf2:SoundRecording:Instance" ] + }, + { + label: "Work", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], + useResourceTemplates: [ "profile:bf2:SoundRecording:Work" ] + } + + ]}, + {"menuGroup": "Sound Recording: Audio CD-R", + "menuItems": [ + { + label: "Instance", + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + useResourceTemplates: [ "profile:bf2:SoundCDR:Instance" ] + }, + { + label: "Work", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], + useResourceTemplates: [ "profile:bf2:SoundCDR:Work" ] + } + + ]}, + {"menuGroup": "Sound Recording: Analog", + "menuItems": [ + { + label: "Instance", + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + useResourceTemplates: [ "profile:bf2:Analog:Instance" ] + }, + { + label: "Work", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], + useResourceTemplates: [ "profile:bf2:Analog:Work" ] + } + + ]}, + {"menuGroup": "Moving Image: BluRay DVD", + "menuItems": [ + { + label: "Instance", + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + useResourceTemplates: [ "profile:bf2:MIBluRayDVD:Instance" ] + }, + { + label: "Work", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], + useResourceTemplates: [ "profile:bf2:MIBluRayDVD:Work" ] + } + + ]}, + {"menuGroup": "Moving Image: 35mm Feature Film", + "menuItems": [ + { + label: "Instance", + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + useResourceTemplates: [ "profile:bf2:35mmFeatureFilm:Instance" ] + }, + { + label: "Work", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], + 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": [ + { + label: "Instance", + type: ["http://id.loc.gov/ontologies/bibframe/Instance"], + useResourceTemplates: [ "profile:bf2:RareMat:Instance" ] + }, + { + label: "Work", + type: ["http://id.loc.gov/ontologies/bibframe/Work"], + 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" ] + } + ]} + + ], + "save": { + "callback": save + }, + "publish": { + "callback": publish + }, + "retrieveLDS": { + "callback":retrieveLDS + }, + "retrieve": { + "callback": retrieve + }, + "deleteId": { + "callback": deleteId + }, + "getCSRF":{ + "callback": getCSRF + }, +/* "load": [ + { + "templateID": ["profile:bf:Work:Monograph", "profile:bf:Instance:Monograph", "profile:bf:Annotation:AdminMeta"], + "defaulturi": "http://id.loc.gov/resources/bibs/5226", + "_remark": "Source must be JSONLD expanded, so only jsonp and json are possible requestTypes", + "source": { + "location": "http://id.loc.gov/resources/bibs/5226.bibframe_raw.jsonp", + "requestType": "jsonp", + "data": "UNUSED, BUT REMEMBER IT" + } + } + ],*/ + "return": { + "format": "jsonld-expanded", + "callback": myCB + } + } + var bfeditor = bfe.fulleditor(config, "bfeditor"); diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json b/static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json index 3c5d685..c0eed13 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Admin Metadata.json @@ -123,10 +123,11 @@ "http://id.loc.gov/vocabulary/languages" ], "valueDataType": { - "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" + "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language", + "dataTypeLabel": "" }, "defaultLiteral": "eng", - "defaultURI": "http://id.loc.gov/vocabulary/languages/eng", + "defaultURI": "", "editable": "false", "repeatable": "false" }, diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json b/static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json index b67c57f..02aa7b9 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Cartographic.json @@ -604,7 +604,7 @@ "propertyLabel": "Carrier Type (RDA 3.3)", "propertyURI": "http://id.loc.gov/ontologies/bibframe/carrier", "remark": "http://access.rdatoolkit.org/3.3.html", - "repeatable": "false", + "repeatable": "true", "resourceTemplates": [], "type": "resource", "valueConstraint": { @@ -617,7 +617,7 @@ "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Carrier" }, "valueTemplateRefs": [], - "editable": "false", + "editable": "true", "repeatable": "true" } }, diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Language.json b/static/profiles/bibframe/BIBFRAME 2.0 Language.json index 981e142..f869647 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Language.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Language.json @@ -5,7 +5,7 @@ "propertyTemplates": [ { "mandatory": "false", - "repeatable": "true", + "repeatable": "false", "type": "target", "resourceTemplates": [], "valueConstraint": { @@ -17,7 +17,9 @@ "dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Language" }, "valueLanguage": "", - "remark": "" + "remark": "", + "editable": "true", + "repeatable": "false" }, "propertyURI": "http://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Language of Expression (RDA 6.11)", diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Monograph.json b/static/profiles/bibframe/BIBFRAME 2.0 Monograph.json index d4b1327..df5f2d2 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Monograph.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Monograph.json @@ -572,7 +572,7 @@ "remark": "http://access.rdatoolkit.org/2.13.html" }, { - "propertyLabel": "Identifier for the Manifestation", + "propertyLabel": "Identifiers", "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "type": "resource", diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Moving Image-BluRay DVD.json b/static/profiles/bibframe/BIBFRAME 2.0 Moving Image-BluRay DVD.json index 66fcde1..dca5ebd 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Moving Image-BluRay DVD.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Moving Image-BluRay DVD.json @@ -992,7 +992,8 @@ "profile:bf2:MIBluRayDVD:Digital", "profile:bf2:MIBluRayDVD:FileType", "profile:bf2:MIBluRayDVD:RegEnc", - "profile:bf2:MIBluRayDVD:EncFmt" + "profile:bf2:MIBluRayDVD:EncFmt", + "profile:bf2:MIBluRayDVD:Resolution" ], "useValuesFrom": [], "valueDataType": { @@ -1710,14 +1711,14 @@ ], "valueDataType": { "dataTypeURI": "", - "remark": "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic", + "remark": "http://id.loc.gov/vocabulary/mrectype/digital", "dataTypeLabelHint": "" }, "defaultURI": "", "defaultLiteral": "", "editable": "true", "repeatable": "true", - "remark": "http://id.loc.gov/vocabulary/mrectype/digital" + "remark": "" }, "propertyURI": "http://id.loc.gov/ontologies/bflc/target", "propertyLabel": "Type of Recording (RDA 3.16.2)", @@ -2136,6 +2137,27 @@ "resourceLabel": "Broadcast Standard", "resourceURI": "http://id.loc.gov/ontologies/bibframe/BroadcastStandard" }, + { + "propertyTemplates": [ + { + "mandatory": "false", + "repeatable": "true", + "type": "literal", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyURI": "http://www.w3.org/2000/01/rdf-schema#label", + "propertyLabel": "Resolution (RDA 3.19.5)", + "remark": "http://access.rdatoolkit.org/3.19.5.html" + } + ], + "id": "profile:bf2:MIBluRayDVD:Resolution", + "resourceURI": "http://id.loc.gov/ontologies/bibframe/Resolution", + "resourceLabel": "Resolution" + }, { "propertyTemplates": [ { diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Notated Music.json b/static/profiles/bibframe/BIBFRAME 2.0 Notated Music.json index b90e061..a478ec9 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Notated Music.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Notated Music.json @@ -994,7 +994,7 @@ "valueDataType": {} }, "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", - "propertyLabel": "Identifier for the Manifestation (RDA 2.15)" + "propertyLabel": "Identifiers" }, { "mandatory": "false", @@ -1341,7 +1341,7 @@ "remark": "http://access.rdatoolkit.org/2.13.html" }, { - "propertyLabel": "Identifier for the Manifestation (RDA 2.15)", + "propertyLabel": "Identifiers", "propertyURI": "http://id.loc.gov/ontologies/bibframe/identifiedBy", "resourceTemplates": [], "type": "resource", diff --git a/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json b/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json index e117af3..0c26b41 100755 --- a/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json +++ b/static/profiles/bibframe/BIBFRAME 2.0 Sound Recording-Analog.json @@ -119,6 +119,21 @@ "propertyURI": "http://id.loc.gov/ontologies/bibframe/musicMedium", "propertyLabel": "Medium of Performance Statement" }, + { + "mandatory": "false", + "repeatable": "true", + "type": "resource", + "resourceTemplates": [], + "valueConstraint": { + "valueTemplateRefs": [ + "profile:bf2:PMOMedPerf:PerfMed" + ], + "useValuesFrom": [], + "valueDataType": {} + }, + "propertyLabel": "Performed Medium", + "propertyURI": "http://performedmusicontology.org/ontology/hasMedium" + }, { "mandatory": "false", "repeatable": "true", From c936d2d9bb50b28cb8452da11baaa8fe1dff70b8 Mon Sep 17 00:00:00 2001 From: Kirk Hess Date: Fri, 1 Jun 2018 17:09:20 -0400 Subject: [PATCH 008/112] fix merge prob --- builds/bfe.dev.js | 9786 ++++++++++++++++++++++----------------------- 1 file changed, 4893 insertions(+), 4893 deletions(-) diff --git a/builds/bfe.dev.js b/builds/bfe.dev.js index 0c1d652..def38e2 100755 --- a/builds/bfe.dev.js +++ b/builds/bfe.dev.js @@ -1,4893 +1,4893 @@ -/* ***** BEGIN LICENSE BLOCK ***** - * Distributed under the BSD license: - * - * Copyright (c) 2010, Ajax.org B.V. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * * Neither the name of Ajax.org B.V. nor the - * names of its contributors may be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - * DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * ***** END LICENSE BLOCK ***** */ -/** - * Define a module along with a payload - * @param module a name for the payload - * @param payload a function to call with (require, exports, module) params - */ -(function () { - var ACE_NAMESPACE = 'bfe'; - - var global = (function () { - return this; - })(); - - if (!ACE_NAMESPACE && typeof requirejs !== 'undefined') { return; } - - var _define = function (module, deps, payload) { - if (typeof module !== 'string') { - if (_define.original) { _define.original.apply(window, arguments); } else { - console.error('dropping module because define wasn\'t a string.'); - console.trace(); - } - return; - } - - if (arguments.length === 2) { payload = deps; } - - if (!_define.modules) { - _define.modules = {}; - _define.payloads = {}; - } - - _define.payloads[module] = payload; - _define.modules[module] = null; - }; - - /** - * Get at functionality define()ed using the function above - */ - var _require = function (parentId, module, callback) { - if (Object.prototype.toString.call(module) === '[object Array]') { - var params = []; - for (var i = 0, l = module.length; i < l; ++i) { - var dep = lookup(parentId, module[i]); - if (!dep && _require.original) { return _require.original.apply(window, arguments); } - params.push(dep); - } - if (callback) { - callback.apply(null, params); - } - } else if (typeof module === 'string') { - var payload = lookup(parentId, module); - if (!payload && _require.original) { return _require.original.apply(window, arguments); } - - if (callback) { - callback(); - } - - return payload; - } else { - if (_require.original) { return _require.original.apply(window, arguments); } - } - }; - - var normalizeModule = function (parentId, moduleName) { - // normalize plugin requires - if (moduleName.indexOf('!') !== -1) { - var chunks = moduleName.split('!'); - return normalizeModule(parentId, chunks[0]) + '!' + normalizeModule(parentId, chunks[1]); - } - // normalize relative requires - if (moduleName.charAt(0) === '.') { - var base = parentId.split('/').slice(0, -1).join('/'); - moduleName = base + '/' + moduleName; - - while (moduleName.indexOf('.') !== -1 && previous !== moduleName) { - var previous = moduleName; - moduleName = moduleName.replace(/\/\.\//, '/').replace(/[^\/]+\/\.\.\//, ''); - } - } - - return moduleName; - }; - - /** - * Internal function to lookup moduleNames and resolve them by calling the - * definition function if needed. - */ - var lookup = function (parentId, moduleName) { - moduleName = normalizeModule(parentId, moduleName); - var exports; - var module = _define.modules[moduleName]; - if (!module) { - module = _define.payloads[moduleName]; - if (typeof module === 'function') { - exports = {}; - var mod = { - id: moduleName, - uri: '', - exports: exports, - packaged: true - }; - - var req = function (module, callback) { - return _require(moduleName, module, callback); - }; - - var returnValue = module(req, exports, mod); - exports = returnValue || mod.exports; - _define.modules[moduleName] = exports; - delete _define.payloads[moduleName]; - } - module = _define.modules[moduleName] = exports || module; - } - return module; - }; - - function exportAce (ns) { - var require = function (module, callback) { - return _require('', module, callback); - }; - - var root = global; - if (ns) { - if (!global[ns]) { global[ns] = {}; } - root = global[ns]; - } - - if (!root.define || !root.define.packaged) { - _define.original = root.define; - root.define = _define; - root.define.packaged = true; - } - - if (!root.require || !root.require.packaged) { - _require.original = root.require; - root.require = require; - root.require.packaged = true; - } - } - - exportAce(ACE_NAMESPACE); -})(); - -bfe.define('src/bfe', ['require', 'exports', 'module', 'src/bfestore', 'src/bfelogging', 'src/lib/aceconfig'], function (require, exports, module) { - var editorconfig = {}; - var bfestore = require('src/bfestore'); - var bfelog = require('src/bfelogging'); - // var store = new rdfstore.Store(); - var profiles = []; - var resourceTemplates = []; - // var startingPoints = []; - // var formTemplates = []; - // var lookups = []; - - var tabIndices = 1; - - // var loadtemplates = []; - var loadtemplatesANDlookupsCount = 0; - var loadtemplatesANDlookupsCounter = 0; - - // var lookupstore = []; - // var lookupcache = []; - - var editordiv; - - // var csrf; - - var forms = []; - - var lookups = { - 'http://id.loc.gov/authorities/names': { - 'name': 'LCNAF', - 'load': require('src/lookups/lcnames') - }, - 'http://id.loc.gov/authorities/subjects': { - 'name': 'LCSH', - 'load': require('src/lookups/lcsubjects') - }, - 'http://id.loc.gov/authorities/genreForms': { - 'name': 'LCGFT', - 'load': require('src/lookups/lcgenreforms') - }, - 'http://id.loc.gov/resources/works': { - 'name': 'LC-Works', - 'load': require('src/lookups/lcworks') - }, - 'http://id.loc.gov/resources/instances': { - 'name': 'LC-Instances', - 'load': require('src/lookups/lcinstances') - }, - 'http://id.loc.gov/vocabulary/organizations': { - 'name': 'Organizations', - 'load': require('src/lookups/lcorganizations') - }, - 'http://id.loc.gov/vocabulary/relators': { - 'name': 'Relators', - 'load': require('src/lookups/relators') - }, - 'http://rdaregistry.info/termList/FormatNoteMus': { - 'name': 'RDA-Format-Musical-Notation', - 'load': require('src/lookups/rdaformatnotemus') - }, - 'http://rdaregistry.info/termList/RDAMediaType': { - 'name': 'RDA-Media-Type', - 'load': require('src/lookups/rdamediatype') - }, - 'http://rdaregistry.info/termList/ModeIssue': { - 'name': 'RDA-Mode-Issue', - 'load': require('src/lookups/rdamodeissue') - }, - 'http://rdaregistry.info/termList/RDACarrierType': { - 'name': 'RDA-Carrier-Type', - 'load': require('src/lookups/rdacarriertype') - }, - 'http://rdaregistry.info/termList/RDAContentType': { - 'name': 'RDA-Content-Type', - 'load': require('src/lookups/rdacontenttype') - }, - 'http://rdaregistry.info/termList/frequency': { - 'name': 'RDA-Frequency', - 'load': require('src/lookups/rdafrequency') - }, - 'http://www.rdaregistry.info/termList/AspectRatio': { - 'name': 'RDA-Aspect-Ratio', - 'load': require('src/lookups/rdaaspectration') - }, - 'http://www.rdaregistry.info/termList/RDAGeneration': { - 'name': 'RDA-Generation', - 'load': require('src/lookups/rdageneration') - } - }; - - /* - The following two bits of code come from the Ace Editor code base. - Included here to make 'building' work correctly. See: - https://github.com/ajaxorg/ace/blob/master/lib/ace/ace.js - */ - exports.aceconfig = require('src/lib/aceconfig'); - /** - * Provides access to require in packed noconflict mode - * @param {String} moduleName - * @returns {Object} - * - **/ - exports.require = require; - - exports.setConfig = function (config) { - editorconfig = config; - - // Set up logging - bfelog.init(editorconfig); - - for (var i = 0; i < config.profiles.length; i++) { - var file = config.profiles[i]; - bfelog.addMsg(new Error(), 'INFO', 'Loading profile: ' + config.profiles[i]); - $.ajax({ - type: 'GET', - dataType: 'json', - url: file, - success: function (data) { - $('#bfeditor-loader').width($('#bfeditor-loader').width() + 5 + '%'); - profiles.push(data); - for (var rt = 0; rt < data.Profile.resourceTemplates.length; rt++) { - resourceTemplates.push(data.Profile.resourceTemplates[rt]); - } - }, - error: function (XMLHttpRequest, textStatus, errorThrown) { - bfelog.addMsg(new Error(), 'ERROR', 'FAILED to load profile: ' + file); - bfelog.addMsg(new Error(), 'ERROR', 'Request status: ' + textStatus + '; Error msg: ' + errorThrown); - } - }); - } - - if (config.lookups !== undefined) { - loadtemplatesANDlookupsCount = loadtemplatesANDlookupsCount + Object.keys(config.lookups).length; - config.lookups.foreach(function (lu) { - bfelog.addMsg(new Error(), 'INFO', 'Loading lookup: ' + lu.load); - require([lu.load], function (r) { - setLookup(r); - }); - }); - } - if (editorconfig.baseURI === undefined) { - editorconfig.baseURI = window.location.protocol + '//' + window.location.host + '/'; - } - bfelog.addMsg(new Error(), 'INFO', 'baseURI is ' + editorconfig.baseURI); - - if (config.load !== undefined) { - loadtemplatesANDlookupsCount = loadtemplatesANDlookupsCount + config.load.length; - config.load.forEach(function (l) { - var tempstore = []; - l.templateID.forEach(function (lt) { - var useguid = guid(); - var loadtemplate = {}; - loadtemplate.templateGUID = useguid; - loadtemplate.resourceTemplateID = lt; - loadtemplate.resourceURI = l.defaulturi; - loadtemplate.embedType = 'page'; - loadtemplate.data = tempstore; - loadtemplates.push(loadtemplate); - }); - if (l.source !== undefined && l.source.location !== undefined && l.source.requestType !== undefined) { - $.ajax({ - url: l.source.location, - dataType: l.source.requestType, - success: function (data) { - bfelog.addMsg(new Error(), 'INFO', 'Fetched external source baseURI' + l.source.location); - bfelog.addMsg(new Error(), 'DEBUG', 'Source data', data); - - tempstore = bfestore.jsonld2store(data); - // loadtemplate.data = tempstore; - cbLoadTemplates(); - }, - error: function (XMLHttpRequest, textStatus, errorThrown) { - bfelog.addMsg(new Error(), 'ERROR', 'FAILED to load external source: ' + l.source.location); - bfelog.addMsg(new Error(), 'ERROR', 'Request status: ' + textStatus + '; Error msg: ' + errorThrown); - } - }); - } else { - cbLoadTemplates(); - } - }); - } - }; - - exports.fulleditor = function (config, id) { - editordiv = document.getElementById(id); - var $containerdiv = $('

    Bibframe Editor Workspace

    '); - var $tabuldiv = $('
    '); - var $tabul = $(''); - $tabul.append('
  • Browse
  • '); - $tabul.append('
  • Editor
  • '); - $tabul.append('
  • Load Work
  • '); - $tabul.append('
  • Load IBC
  • '); - - $tabuldiv.append($tabul); - $containerdiv.append($tabuldiv); - - var $tabcontentdiv = $('
    '); - var $browsediv = $('

    '); - var $creatediv = $('

    '); - var $loaddiv = $('

    '); - var $loadibcdiv = $('

    '); - - var $menudiv = $('
    ', { - id: 'bfeditor-menudiv', - class: 'col-md-2 sidebar' - }); - var $formdiv = $('
    ', { - id: 'bfeditor-formdiv', - class: 'col-md-10 main' - }); - // var optiondiv = $('
    ', {id: "bfeditor-optiondiv", class: "col-md-2"}); - var $rowdiv = $('
    ', { - class: 'row' - }); - - var $loader = $('


    Loading...

    \ -
    \ - 80% Complete\ -
    \ -
    '); - var table = $('#table_id').DataTable(); - if (!$.fn.dataTable.isDataTable('#table_id')) { - var $datatable = $('
    idnametitleLCCNcommentmodifiededit
    '); - table = $(function () { - $('#table_id').DataTable({ - 'initComplete': function (settings, json) { - if (window.location.hash !== '') { - $('#table_id').DataTable().search(window.location.hash.split('#')[1]).draw(); - } - }, - 'processing': true, - 'paging': true, - 'ajax': { - 'url': config.url + '/verso/api/bfs', - 'dataSrc': '', - 'headers': { - 'Access-Control-Allow-Origin': '*', - //'Content-Type': 'application/json', - //'Accept': 'application/json', - 'Access-Control-Allow-Methods': 'DELETE, HEAD, GET, OPTIONS, POST, PUT', - 'Access-Control-Allow-Headers': 'Content-Type, Content-Range, Content-Disposition, Content-Description', - 'Access-Control-Max-Age': '1728000' - } - }, - 'columns': [{ - 'data': 'id' - }, - { - 'data': 'name', - 'render': function (data, type, full, meta) { - try { - retval = mintResource(data); - - if (retval === 'eundefined') { - retval = data; - } - } catch (e) { - retval = data; - } - - return retval; - } - }, - { - 'data': 'rdf', - 'render': function (data, type, full, meta) { - var retval = 'No Title'; - if (_.some(data, 'http://id.loc.gov/ontologies/bibframe/title')) { - text = _.find(data, 'http://id.loc.gov/ontologies/bibframe/title')['http://id.loc.gov/ontologies/bibframe/title']; - // return text["http://id.loc.gov/ontologies/bibframe/title"][0]["@value"]; - if (text !== undefined) { - _.each(text, function (el) { - if (el['@id'] !== undefined) { - id = el['@id']; - title = _.where(data, { - '@id': id - }); - - if (_.has(title[0], 'http://id.loc.gov/ontologies/bibframe/mainTitle')) { retval = title[0]['http://id.loc.gov/ontologies/bibframe/mainTitle'][0]['@value']; } else if (_.has(title[0], 'http://www.w3.org/2000/01/rdf-schema#label')) { retval = title[0]['http://www.w3.org/2000/01/rdf-schema#label'][0]['@value']; } - } - }); - } - } else if (_.some(data, 'http://www.loc.gov/mads/rdf/v1#authoritativeLabel')) { - retval = _.find(data, 'http://www.loc.gov/mads/rdf/v1#authoritativeLabel')['http://www.loc.gov/mads/rdf/v1#authoritativeLabel'][0]['@value']; - if (retval === undefined) { retval = _.find(data, 'http://www.loc.gov/mads/rdf/v1#authoritativeLabel')['http://www.w3.org/2000/01/rdf-schema#label'][0]['@value']; } - } else { - retval = 'No Title'; - } - return retval; - } - }, - { - 'data': 'rdf', - 'render': function (data, type, full, meta) { - var text = 'N/A'; - var lccns = _.filter(data, function (el) { - if (!_.isEmpty(el['@type'])) { - if (el['@type'][0].match('^(http|https):\/\/id\.loc\.gov\/ontologies\/bibframe\/Lccn')) { - if (_.has(el, ['http://www.w3.org/1999/02/22-rdf-syntax-ns#value'])) { - if (!_.isEmpty(el['http://www.w3.org/1999/02/22-rdf-syntax-ns#value'][0]['@value'])) { return el['http://www.w3.org/1999/02/22-rdf-syntax-ns#value'][0]['@value']; } - } - } - } - }); - if (!_.isEmpty(lccns)) { - if (lccns.length === 1) { - text = lccns[0]['http://www.w3.org/1999/02/22-rdf-syntax-ns#value'][0]['@value']; - } else { - for (i = 0; i < lccns.length; i++) { - if (!lccns[i]['http://www.w3.org/1999/02/22-rdf-syntax-ns#value'][0]['@value'].startsWith('n')) { text = lccns[i]['http://www.w3.org/1999/02/22-rdf-syntax-ns#value'][0]['@value']; } - } - } - } - // console.log(full.id); - if (text !== 'N/A' && full.status === 'published' || full.status === 'success') { - var ldsurl = config.basedbURI + '/loc.natlib.instances.e' + text.trim() + '0001'; - - if (text.trim().startsWith('n')) { - ldsurl = config.basedbURI + '/loc.natlib.works.' + text.trim().replace(/\s+/g, ''); - } - - var lccn = text.trim(); - var table = new $.fn.dataTable.Api(meta.settings); - var cell = table.cell(meta.row, meta.col); - if (full.status === 'success') { - cell.node().innerHTML = '' + lccn + ''; - $(cell.node()).css('background-color', 'lightgreen'); - } else { - if (new Date(new Date(full.modified).getTime() + 60000) > new Date()) { - $(cell.node()).css('background-color', 'yellow'); - } else { - $(cell.node()).css('background-color', 'lightcoral'); - } - /* $.ajax({ - type: "HEAD", - async: true, - data: { uri: ldsurl }, - url: config.url + "/profile-edit/server/checkuri", - }).done(function(data){ - cell.node().innerHTML = "" + lccn + ""; - $(cell.node()).css('background-color', 'lightgreen'); - }).fail(function(data, text){ - if (full.status === "published"){ - $(cell.node()).css('background-color', 'lightcoral'); - } - }); */ - } - } else { - // $(cell.node()).css('background-color', 'lightcoral'); - // console.log(full.message); - // bfelog.addMsg(new Error(), "INFO", full.message, text); - } - - return text; - } - }, - { - 'data': 'rdf', - 'render': function (data, type, full, meta) { - var text = ''; - var mahttp = _.findKey(data, 'http://id.loc.gov/ontologies/bflc/metadataAssigner'); - var mahttps = _.findKey(data, 'https://id.loc.gov/ontologies/bflc/metadataAssigner'); - if (mahttps) { - text = _.pluck(data[mahttps]['https://id.loc.gov/ontologies/bflc/metadataAssigner'], '@value')[0]; - } else if (mahttp) { - text = _.pluck(data[mahttp]['http://id.loc.gov/ontologies/bflc/metadataAssigner'], '@value')[0]; - } - // if (_.filter(data, function(el) { - // return el["http://id.loc.gov/ontologies/bflc/metadataAssigner"] - // }).length > 0) - // text = _.filter(data, function(el) { - // return el["http://id.loc.gov/ontologies/bflc/metadataAssigner"] - // })[0]["http://id.loc.gov/ontologies/bflc/metadataAssigner"][0]["@value"]; - return text.length > 60 ? text.substr(0, 58) + '...' : text; - } - }, - { - 'data': 'modified', - 'width': '10%', - 'render': function (data, type, row) { - var d = new Date(data); - // Month first - - var hr = d.getHours(); - var min = d.getMinutes(); - var ampm = 'a'; - if (min < 10) { min = '0' + min; } - if (hr >= 12) { - ampm = 'p'; - } - if (hr > 12) { - hr -= 12; - } - return (d.getMonth() + 1) + '-' + d.getDate() + '-' + d.getFullYear() + ' ' + hr + ':' + min + ampm; - } - }, - { - 'data': 'url', - 'width': '10%', - 'searchable': false, - 'filterable': false, - 'sortable': false, - 'render': function (td, cellData, rowData, row) { - // return 'edit'; - - return '
    \ - \ -
    '; - }, - 'createdCell': function (td, cellData, rowData, row, col) { - if (rowData.status === 'success' || rowData.status === 'published') { $(td).find('#bfeditor-delete' + rowData.id).attr('disabled', 'disabled'); } - - var useguid = guid(); - var loadtemplate = {}; - var tempstore = []; - var spoints; - bfestore.store = []; - bfestore.loadtemplates = []; - - // default - // var spoints = editorconfig.startingPoints[0].menuItems[0]; - if (rowData.profile !== 'profile:bf2:Load:Work' && rowData.profile !== 'profile:bf2:IBC:Instance') { - var menuIndex = _.findIndex(_(editorconfig.startingPoints).chain().find({ - menuItems: [{ - useResourceTemplates: [rowData.profile] - }] - }).value().menuItems, { - useResourceTemplates: [rowData.profile] - }); - spoints = _(editorconfig.startingPoints).chain().find({ - menuItems: [{ - useResourceTemplates: [rowData.profile] - }] - }).value().menuItems[menuIndex]; - } else if (rowData.profile === 'profile:bf2:Load:Work') { - spoints = { label: 'Loaded Work', - type: ['http://id.loc.gov/ontologies/bibframe/Work'], - useResourceTemplates: ['profile:bf2:Load:Work'] - }; - } else if (rowData.profile === 'profile:bf2:IBC:Instance') { - spoints = { label: 'IBC', - type: ['http://id.loc.gov/ontologies/bibframe/Instance'], - useResourceTemplates: ['profile:bf2:IBC:Instance'] - }; - } - - var bTypes = []; - /* rowData.rdf.forEach(function(t){ - if(t["@type"] !== undefined && t["@type"].length > 0 && t["@id"].indexOf("_:b")){ - //console.log(t["@id"] + " " +t["@type"][0]); - bTypes.push(t["@type"][0]); - } else { - //console.log(); - } - }); - - findRt = _.where(editorconfig.startingPoints, { menuItems:[{type:bTypes}] }) - if (findRt[0] !== undefined){ - spoints = _.where(editorconfig.startingPoints, { menuItems:[{type:bTypes}] })[0].menuItems[0]; - } - */ - var temptemplates = []; - spoints.useResourceTemplates.forEach(function (l) { - var useguid = guid(); - var loadtemplate = {}; - loadtemplate.templateGUID = rowData.name; - loadtemplate.resourceTemplateID = l; - // loadtemplate.resourceURI = cellData; - // loadtemplate.resourceURI = whichrt(loadtemplate, editorconfig.baseURI) + loadTemplate.templateGUID;//editorconfig.baseURI + useguid; - loadtemplate.embedType = 'page'; - loadtemplate.data = []; - temptemplates.push(loadtemplate); - }); - - $(td).find('#bfeditor-retrieve' + rowData.id).click(function () { - if (editorconfig.retrieve.callback !== undefined) { - // loadtemplates = temptemplates; - bfestore.loadtemplates = temptemplates; - // editorconfig.retrieve.callback(cellData,bfestore, bfelog, cbLoadTemplates); - bfestore.store = []; - bfestore.state = 'edit'; - tempstore = bfestore.jsonld2store(rowData.rdf); - bfestore.name = rowData.name; - bfestore.created = rowData.created; - bfestore.url = rowData.url; - bfestore.profile = rowData.profile; - $('[href=#create]').tab('show'); - if ($('#bfeditor-messagediv').length) { - $('#bfeditor-messagediv').remove(); - $('#bfeditor-formdiv').show(); - $('#save-btn').remove(); - $('#bfeditor-previewPanel').remove(); - } - cbLoadTemplates(); - window.location.hash = mintResource(rowData.name); - } else { - // retrieve disabled - } - }); - - $(td).append($('
    ')); - - $(td).find('#bfeditor-deleteConfirmButton' + rowData.id).click(function () { - if (editorconfig.deleteId.callback !== undefined) { - editorconfig.deleteId.callback(rowData.id, editorconfig.getCSRF.callback(), bfelog); - var table = $('#table_id').DataTable(); - // table.row($(this).parents('tr')).remove().draw(); - bfestore.store = []; - // table.ajax.reload(); - } else { - // delete disabled - } - }); - - $(td).find('#bfeditor-deleteConfirm' + rowData.id).on('hidden.bs.modal', function () { - var table = $('#table_id').DataTable(); - bfestore.store = []; - table.ajax.reload(); - }); - } - } - ] - }); - }); - $browsediv.append($datatable); - } - - $formdiv.append($loader); - - $menudiv.append('

    Create Resource

    '); - $rowdiv.append($menudiv); - $rowdiv.append($formdiv); - // rowdiv.append(optiondiv); - - $creatediv.append($rowdiv); - - $loaddiv.append($('
    \ - \ -
    \ - \ -
    \ - \ -
    ')); - - $loaddiv.find('#bfeditor-loaduri').click(function () { - // var loadtemplates = []; - - var spoints = { label: 'Loaded Work', - type: ['http://id.loc.gov/ontologies/bibframe/Work'], - useResourceTemplates: ['profile:bf2:Monograph:Work'] - }; - - bfeditor.bfestore.store = []; - bfeditor.bfestore.name = guid(); - bfeditor.bfestore.created = new Date().toUTCString(); - bfeditor.bfestore.url = config.url + '/verso/api/bfs?filter=%7B%22name%22%3A%20%22' + bfeditor.bfestore.name + '%22%7D'; - bfeditor.bfestore.state = 'loaduri'; - bfeditor.bfestore.profile = spoints.useResourceTemplates[0]; - loadtemplatesCount = spoints.useResourceTemplates.length; - - var temptemplates = []; - spoints.useResourceTemplates.forEach(function (l) { - var useguid = guid(); - var loadtemplate = {}; - loadtemplate.templateGUID = useguid; - loadtemplate.resourceTemplateID = l; - loadtemplate.embedType = 'page'; - loadtemplate.data = []; - temptemplates.push(loadtemplate); - }); - - if (editorconfig.retrieve.callback !== undefined) { - try { - bfestore.loadtemplates = temptemplates; - var url = $(this.parentElement).find('#bfeditor-loaduriInput').val(); - editorconfig.retrieve.callback(url, bfestore, bfestore.loadtemplates, bfelog, function (loadtemplates) { - // converter uses bf:person intead of personal name - _.each(_.where(bfeditor.bfestore.store, {'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bibframe/Person'}), function (triple) { - triple.o = 'http://www.loc.gov/mads/rdf/v1#PersonalName'; - }); - // converter uses bf:organization intead of corporate name - _.each(_.where(bfeditor.bfestore.store, {'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bibframe/Organization'}), function (triple) { - triple.o = 'http://www.loc.gov/mads/rdf/v1#CorporateName'; - }); - // eliminate duplicate type bf:Contributor - _.each(_.where(bfeditor.bfestore.store, {'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bflc/PrimaryContribution'}), function (triple) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {'s': triple.s, 'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bibframe/Contribution'})); - }); - - // Text to Work - _.each(_.where(bfeditor.bfestore.store, {'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bibframe/Text'}), function (triple) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, _.find(bfeditor.bfestore.store, {'s': triple.s, 'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bibframe/Text'})); - }); - - bfestore.loadtemplates.data = bfeditor.bfestore.store; - $('[href=#create]').tab('show'); - $('#bfeditor-formdiv').show(); - if ($('#bfeditor-messagediv').length) { - $('#bfeditor-messagediv').remove(); - } - - // weird bnode prob - _.each(bfeditor.bfestore.store, function (el) { - if (el.o.startsWith('_:_:')) { el.o = '_:' + el.o.split('_:')[2]; } - }); - - cbLoadTemplates(); - }); - } catch (e) { - $(this.parentElement).find('#bfeditor-loaduriInput').val('An error occured: ' + e.message); - } - } else { - // retrieve disabled - $(this.parentElement).find('#bfeditor-loaduriInput').val('This function has been disabled'); - } - }); - - $loadibcdiv.append($('
    \ -
    \ -
    \ - \ -
    \ - \ -
    ')); - - $loadibcdiv.find('#bfeditor-loadibcuri').click(function () { - // var loadtemplates = []; - - var spoints = { label: 'Monograph', - type: ['http://id.loc.gov/ontologies/bibframe/Instance'], - useResourceTemplates: ['profile:bf2:IBC:Instance'] - }; - if ($('#bfeditor-messagediv').length) { - $('#bfeditor-messagediv').remove(); - } - - bfeditor.bfestore.store = []; - bfeditor.bfestore.name = guid(); - bfeditor.bfestore.created = new Date().toUTCString(); - bfeditor.bfestore.url = config.url + '/verso/api/bfs?filter=%7B%22name%22%3A%20%22' + bfeditor.bfestore.name + '%22%7D'; - bfeditor.bfestore.state = 'loaduri'; - bfeditor.bfestore.profile = spoints.useResourceTemplates[0]; - loadtemplatesCount = spoints.useResourceTemplates.length; - - var temptemplates = []; - spoints.useResourceTemplates.forEach(function (l) { - var useguid = guid(); - var loadtemplate = {}; - loadtemplate.templateGUID = useguid; - loadtemplate.resourceTemplateID = l; - loadtemplate.embedType = 'page'; - loadtemplate.data = []; - temptemplates.push(loadtemplate); - }); - - if (editorconfig.retrieveLDS.callback !== undefined) { - try { - bfestore.loadtemplates = temptemplates; - var url = $(this.parentElement).find('#bfeditor-loadibcuriInput').val(); - - if (!url.trim().includes('instance')) { - msg = 'Please choose an instance'; - var $messagediv = $('
    ', {id: 'bfeditor-messagediv', class: 'main'}); - $messagediv.append(''); - $messagediv.insertBefore('.nav-tabs'); - } else { - editorconfig.retrieveLDS.callback(url, bfestore, bfestore.loadtemplates, bfelog, function (loadtemplates) { - // converter uses bf:person intead of personal name - _.each(_.where(bfeditor.bfestore.store, {'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bibframe/Person'}), function (triple) { - triple.o = 'http://www.loc.gov/mads/rdf/v1#PersonalName'; - }); - // converter uses bf:organization intead of corporate name - _.each(_.where(bfeditor.bfestore.store, {'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bibframe/Organization'}), function (triple) { - triple.o = 'http://www.loc.gov/mads/rdf/v1#CorporateName'; - }); - // eliminate duplicate type bf:Contributor - _.each(_.where(bfeditor.bfestore.store, {'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bflc/PrimaryContribution'}), function (triple) { - var duplicateContribution = _.find(bfeditor.bfestore.store, {'s': triple.s, 'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bibframe/Contribution'}); - if (!_.isEmpty(duplicateContribution)) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, duplicateContribution); - } - }); - - // eliminate duplicate type bf:ProvisionActivity - _.each(_.where(bfeditor.bfestore.store, {'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bibframe/Publication'}), function (triple) { - var duplicateProvActivity = _.find(bfeditor.bfestore.store, {'s': triple.s, 'p': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'o': 'http://id.loc.gov/ontologies/bibframe/ProvisionActivity'}); - if (!_.isEmpty(duplicateProvActivity)) { - bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, duplicateProvActivity); - } - }); - - // eliminate itemOf - if (_.some(bfeditor.bfestore.store, {'p': 'http://id.loc.gov/ontologies/bflc/itemOf'})) { - var removeItem = _.find(bfeditor.bfestore.store, {'p': 'http://id.loc.gov/ontologies/bflc/itemOf'}); - // if(!_.isEmpty(removeItem)){ - // bfeditor.bfestore.store = _.reject(bfeditor.bfestore.store, removeItem); - // } - } - - _.each(_.where(bfeditor.bfestore.store, {'p': 'http://id.loc.gov/ontologies/bibframe/adminMetadata'}), function (am) { - var adminTriple = {}; - adminTriple.s = am.o; - adminTriple.p = 'http://id.loc.gov/ontologies/bflc/profile'; - adminTriple.o = bfeditor.bfestore.profile; - adminTriple.otype = 'literal'; - bfeditor.bfestore.store.push(adminTriple); - - adminTriple = {}; - adminTriple.s = am.o; - adminTriple.p = 'http://id.loc.gov/ontologies/bflc/procInfo'; - adminTriple.o = 'ibc update'; - adminTriple.otype = 'literal'; - bfeditor.bfestore.store.push(adminTriple); - }); - - // _.each(_.where(bfeditor.bfestore.store, {"p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"}), function(triple) { - // _.each(_.where(bfeditor.bfestore.store, {"s":triple.s, "p":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"}), function (typeTriple){ - // console.log(typeTriple.s + typeTriple.o); - // }); - // }); - - bfestore.loadtemplates.data = bfeditor.bfestore.store; - $('[href=#create]').tab('show'); - $('#bfeditor-formdiv').show(); - if ($('#bfeditor-messagediv').length) { - $('#bfeditor-messagediv').remove(); - } - // before loading the data, clean up the types - - cbLoadTemplates(); - }); - } - } catch (e) { - $(this.parentElement).find('#bfeditor-loaduriInput').val('An error occured: ' + e.message); - } - } else { - // retrieve disabled - $(this.parentElement).find('#bfeditor-loaduriInput').val('This function has been disabled'); - } - }); - - $tabcontentdiv.append($browsediv); - $tabcontentdiv.append($creatediv); - $tabcontentdiv.append($loaddiv); - $tabcontentdiv.append($loadibcdiv); - - $containerdiv.append($tabcontentdiv); - - $(editordiv).append($containerdiv); - - this.setConfig(config); - - for (var h = 0; h < config.startingPoints.length; h++) { - var sp = config.startingPoints[h]; - var $menuul = $('
      ', { - class: 'nav nav-sidebar' - }); - var $menuheadingul = null; - if (typeof sp.menuGroup !== undefined && sp.menuGroup !== '') { - var $menuheading = $('
    • '); - $menuheadingul = $(''); - $menuheading.append($menuheadingul); - $menuul.append($menuheading); - } - for (var i = 0; i < sp.menuItems.length; i++) { - var $li = $('
    • '); - var $a = $('', { - href: '#', - id: 'sp-' + h + '_' + i - }); - $a.html(sp.menuItems[i].label); - $a.click(function () { - $('#bfeditor-messagediv').remove(); - $('#bfeditor-formdiv').show(); - $('#save-btn').remove(); - $('#bfeditor-previewPanel').remove(); - menuSelect(this.id); - }); - $li.append($a); - if ($menuheadingul !== null) { - $menuheadingul.append($li); - } else { - $menuul.append($li); - } - } - $menudiv.append($menuul); - } - - // Debug div - if (editorconfig.logging !== undefined && editorconfig.logging.level !== undefined && editorconfig.logging.level == 'DEBUG') { - var $debugdiv = $(''); - $(editordiv).append($debugdiv); - var $debugpre = $('#bfeditor-debug'); - $debugpre.html(JSON.stringify(profiles, undefined, ' ')); - } - - var $footer = $('