Fix wrong default prefix #54

Merged
mih merged 1 commit from flatentry into main 2025-05-08 05:55:24 +00:00
3 changed files with 5 additions and 3 deletions

View file

@ -45,13 +45,15 @@ prefixes:
w3ctr: https://www.w3.org/TR/
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: inm7fb
default_prefix: inm7fu
emit_prefixes:
- dlidentifiers
- dlthings
- dltypes
- inm7
- inm7fb
- inm7fu
- rdf
- rdfs
- skos

View file

@ -1,6 +1,6 @@
{
"pid": "inm7:juseless-account/zorro",
"schema_type": "inm7fb:JuselessAccount",
"schema_type": "inm7fu:JuselessAccount",
"member_of": [
"inm7:juseless-group/tango",
"inm7:juseless-group/dressedinblack"

View file

@ -1,6 +1,6 @@
{
"pid": "inm7:juseless-group/tango",
"schema_type": "inm7fb:JuselessGroup",
"schema_type": "inm7fu:JuselessGroup",
"name": "tango",
"@type": "JuselessGroup"
}