Skip to content

Commit

Permalink
Adding namespaces to the config file
Browse files Browse the repository at this point in the history
See #40
  • Loading branch information
wlpotter committed Dec 8, 2021
1 parent 9d37a60 commit 9dd85dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions parameters/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
<collection name="subjects" record-URI-base="http://syriaca.org/keyword/" template="/templates/subjects-template.xml"/>
<!-- persons may be difficult if we need separate for saints and for authors -->
</collections>
<!-- The following namespaces will be declared on the root tei:TEI element as xmlns:$prefix="$text-node".
Which namespaces are declared on which entity-type depends on the @entity attribute. A value of "all"
declares the namespace on any enity-type. Otherwise, a space-separated list of entities should be declared.
The entity names should correspond to those declared in the /meta/config/collections/collection/@name -->
<listNamespace>
<namespace prefix="srophe" entity="all">https://srophe.app</namespace>
<namespace prefix="syriaca" entity="all">http://syriaca.org</namespace>
<namespace prefix="svg" entity="places">http://www.w3.org/2000/svg</namespace>
<namespace prefix="skos" entity="subjects">http://www.w3.org/2004/02/skos/core#</namespace>
</listNamespace>
<!--
Contains project-level metadata for Syriaca.org. These will rarely change
-->
Expand Down

0 comments on commit 9dd85dc

Please sign in to comment.