Update id_resolves_externally to include a list of prefixes #8

Merged
mih merged 1 commit from jsheunis/dfg-cp-survey-ui:prefix-resolution into main 2025-08-21 09:08:21 +00:00

View file

@ -37,13 +37,11 @@
} }
}, },
"id_resolves_externally": [ "id_resolves_externally": [
"https://concepts.trr379.de/s/dfg-cp-survey/unreleased/City", "geodata",
"https://concepts.trr379.de/s/dfg-cp-survey/unreleased/Country", "hfs",
"https://concepts.trr379.de/s/dfg-cp-survey/unreleased/Discipline", "obo",
"https://concepts.trr379.de/s/dfg-cp-survey/unreleased/Gender", "ror",
"https://concepts.trr379.de/s/dfg-cp-survey/unreleased/DSCOrganization", "trr379root"
"https://concepts.trr379.de/s/dfg-cp-survey/unreleased/Contributor",
"https://concepts.trr379.de/s/dfg-cp-survey/unreleased/ConsortiumProject"
], ],
"show_shapes_wo_id": false, "show_shapes_wo_id": false,
"show_all_fields": false, "show_all_fields": false,
@ -139,6 +137,7 @@
"dltypes": "https://concepts.datalad.org/s/types/unreleased/", "dltypes": "https://concepts.datalad.org/s/types/unreleased/",
"eunal": "http://publications.europa.eu/resource/authority/", "eunal": "http://publications.europa.eu/resource/authority/",
"geodata": "http://sws.geonames.org/", "geodata": "http://sws.geonames.org/",
"hfs": "https://w3id.org/kim/hochschulfaechersystematik/",
"trr379": "https://trr379.de/ns/", "trr379": "https://trr379.de/ns/",
"trr379cps": "https://concepts.trr379.de/s/dfg-cp-survey/unreleased/", "trr379cps": "https://concepts.trr379.de/s/dfg-cp-survey/unreleased/",
"trr379dfgsurvey": "https://trr379.de/ns/dfg-cp-survey/", "trr379dfgsurvey": "https://trr379.de/ns/dfg-cp-survey/",
@ -151,6 +150,7 @@
"prov": "http://www.w3.org/ns/prov#", "prov": "http://www.w3.org/ns/prov#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"ror": "https://ror.org/",
"sh": "http://www.w3.org/ns/shacl#", "sh": "http://www.w3.org/ns/shacl#",
"sio": "http://semanticscience.org/resource/", "sio": "http://semanticscience.org/resource/",
"skos": "http://www.w3.org/2004/02/skos/core#", "skos": "http://www.w3.org/2004/02/skos/core#",