Skip to content

Commit

Permalink
Update vocabularies, add FIVS/FIVR
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Jan 12, 2024
1 parent ae5f412 commit ace5823
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("server", () => {
() => chai.request(app).get("/voc")
.then(res => {
assert.equal(res.status,200)
assert.equal(res.body.length,14)
assert.equal(res.body.length,16)
}))
it("/databases should return databases",
() => chai.request(app).get("/databases")
Expand Down
30 changes: 29 additions & 1 deletion vocabularies.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"http://www.wikidata.org/entity/Q29938469"
],
"namespace": "http://uri.gbv.de/terminology/bk/",
"notationPattern": "0|1-2|3-4|5|7-8|[0-9]{2}(\\.[0-9]{2})?",
"notationPattern": "0|1-2|3-4|5|7-8|[0-9]{2}\\.[0-9]{2}",
"prefLabel": { "de": "Basisklassifikation", "en": "Basic Classification" },
"uri": "http://bartoc.org/en/node/18785"
},
Expand All @@ -148,5 +148,33 @@
"notationPattern": "(LD,)?[A-Z]([A-Z]( [0-9]+([a-z]|\\.[0-9]+)?( [A-Z][0-9]*)?)?)?( - [A-Z]([A-Z]( [0-9]+([a-z]|\\.[0-9]+)?( [A-Z][0-9]*)?)?)?)?",
"prefLabel": { "de": "Regensburger Verbundklassifikation", "en": "Regensburger Association Classification" },
"uri": "http://bartoc.org/en/node/533"
},
{
"ID": "^a(.+)",
"PICA": "045N",
"SRC": "^A(.+)",
"IKT": "8292",
"VOC": "fivr",
"identifier": [
"https://uri.gbv.de/terminology/fivr/"
],
"namespace": "https://uri.gbv.de/terminology/fivr/",
"notationPattern": "R[A-Z]([0-9][0-9](\\.[0-9][0-9])?)?",
"prefLabel": { "de": "FIV-Regionalklassifikation" },
"uri": "http://bartoc.org/en/node/20447"
},
{
"ID": "^a(.+)",
"PICA": "045N/01",
"SRC": "^A(.+)",
"VOC": "fivs",
"IKT": "8292",
"identifier": [
"https://uri.gbv.de/terminology/fivs/"
],
"namespace": "https://uri.gbv.de/terminology/fivs/",
"notationPattern": "S[A-Z]([0-9][0-9](\\.[0-9][0-9])?)?",
"prefLabel": { "de": "FIV-Sachklassifikation" },
"uri": "http://bartoc.org/en/node/20446"
}
]

0 comments on commit ace5823

Please sign in to comment.