Skip to content

Commit

Permalink
fix error in RDF examples in Controled Values module
Browse files Browse the repository at this point in the history
  • Loading branch information
michmech committed Jul 13, 2023
1 parent 9726b14 commit 017fa50
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<example>
<title>RDF</title>
<programlisting>
&lt;entry&gt; dmlex:definitionTypeTag [
&lt;lexicographicResource&gt; dmlex:definitionTypeTag [
a dmlex:DefinitionTypeTag ;
dmlex:tag "..." ;
dmlex:description "..." ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<example>
<title>RDF</title>
<programlisting>
&lt;entry&gt; dmlex:inflectedFormTag [
&lt;lexicographicResource&gt; dmlex:inflectedFormTag [
a dmlex:InflectedFormTag ;
dmlex:tag "..." ;
dmlex:description "..." ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<example>
<title>RDF</title>
<programlisting>
&lt;entry&gt; dmlex:labelTag [
&lt;lexicographicResource&gt; dmlex:labelTag [
a dmlex:LabelTag ;
dmlex:tag "..." ;
dmlex:description "..." ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<example>
<title>RDF</title>
<programlisting>
&lt;lexicograpgicResource&gt; dmlex:labelTypeTag [
&lt;lexicographicResource&gt; dmlex:labelTypeTag [
a dmlex:LabelTypeTag ;
dmlex:tag "..." ;
dmlex:description "..." ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<example>
<title>RDF</title>
<programlisting>
&lt;entry&gt; dmlex:partOfSpeechTag [
&lt;lexicographicResource&gt; dmlex:partOfSpeechTag [
a dmlex:PartOfSpeechTag ;
dmlex:tag "..." ;
dmlex:description "..." ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<example>
<title>RDF</title>
<programlisting>
&lt;entry&gt; dmlex:sourceIdentityTag [
&lt;lexicographicResource&gt; dmlex:sourceIdentityTag [
a dmlex:SourceIdentityTag ;
dmlex:tag "..." ;
dmlex:description "..." ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<example>
<title>RDF</title>
<programlisting>
&lt;entry&gt; dmlex:transcriptionSchemeTag [
&lt;lexicographicResource&gt; dmlex:transcriptionSchemeTag [
a dmlex:PartOfSpeechTag ;
dmlex:tag "..." ;
dmlex:description "..." ;
Expand Down

0 comments on commit 017fa50

Please sign in to comment.