Skip to content

Commit

Permalink
added config parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Nov 9, 2023
1 parent cf3cb88 commit 9b15e02
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
<!-- _______________________________________________________________________ -->
<!-- This section contains the variables used to build the ontology metadata-->
<xsl:variable name="moduleReference" select="'clv'"/>
<!-- rdfs:label -->
<xsl:variable name="ontologyLabelCore" select="'Core Location Vocabulary - core'"/>
<xsl:variable name="ontologyLabelRestrictions" select="'Core Location Vocabulary - core restrictions'"/>
<xsl:variable name="ontologyLabelShapes" select="'Core Location Vocabulary - core shapes'"/>
<!-- dct:title -->
<xsl:variable name="ontologyTitleCore" select="'Core Location Vocabulary - core'"/>
<xsl:variable name="ontologyTitleRestrictions" select="'Core Location Vocabulary - core restrictions'"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
<!-- _______________________________________________________________________ -->
<!-- This section contains the variables used to build the ontology metadata-->
<xsl:variable name="moduleReference" select="'cpv'"/>
<!-- rdfs:label -->
<xsl:variable name="ontologyLabelCore" select="'Core Person Vocabulary - core'"/>
<xsl:variable name="ontologyLabelRestrictions" select="'Core Person Vocabulary - core restrictions'"/>
<xsl:variable name="ontologyLabelShapes" select="'Core Person Vocabulary - core shapes'"/>
<!-- dct:title -->
<xsl:variable name="ontologyTitleCore" select="'Core Person Vocabulary - core'"/>
<xsl:variable name="ontologyTitleRestrictions" select="'Core Person Vocabulary - core restrictions'"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
<!-- _______________________________________________________________________ -->
<!-- This section contains the variables used to build the ontology metadata-->
<xsl:variable name="moduleReference" select="'cpov'"/>
<!-- rdfs:label -->
<xsl:variable name="ontologyLabelCore" select="'Core Public Organisation Vocabulary - core'"/>
<xsl:variable name="ontologyLabelRestrictions" select="'Core Public Organisation Vocabulary - core restrictions'"/>
<xsl:variable name="ontologyLabelShapes" select="'Core Public Organisation Vocabulary - core shapes'"/>
<!-- dct:title -->
<xsl:variable name="ontologyTitleCore" select="'Core Public Organisation Vocabulary - core'"/>
<xsl:variable name="ontologyTitleRestrictions" select="'Core Public Organisation Vocabulary - core restrictions'"/>
Expand Down

0 comments on commit 9b15e02

Please sign in to comment.