@@ -3149,7 +3149,7 @@ <h4>Language Map Term</h4>
31493149}
31503150 </ pre >
31513151
3152- < aside class ="example data-ignore " title ="Language map term with language value ">
3152+ < aside class ="example " data-ignore title ="Language map term with language value ">
31533153 < p > Given the member < code > {"http://example/t": {"@value": "foo", "@type": "http:/example/type"}}</ code > ,
31543154 The algorithm will be invoked as follows:</ p >
31553155 < dl >
@@ -3170,7 +3170,7 @@ <h4>Language Map Term</h4>
31703170 < h4 > Datatyped Term</ h4 >
31713171 < p > If the term definition has a datatype, it will only match a
31723172 < a > value object</ a > having a matching datatype.</ p >
3173- < pre class ="example " title ="Term definition with datatype ">
3173+ < pre class ="example " data-ignore title ="Term definition with datatype ">
31743174 {
31753175 "@context": {"t": {"@id": "http://example/t", "@type": "http:/example/type"}}
31763176 }
@@ -3186,7 +3186,7 @@ <h4>Datatyped Term</h4>
31863186}
31873187 </ pre >
31883188
3189- < aside class ="example data-ignore " title ="Datatyped term with datatyped value ">
3189+ < aside class ="example " data-ignore title ="Datatyped term with datatyped value ">
31903190 < p > Given the member < code > {"http://example/t": {"@value": "foo", "@type": "http:/example/type"}}</ code > ,
31913191 The algorithm will be invoked as follows:</ p >
31923192 < dl >
@@ -3202,7 +3202,7 @@ <h4>Datatyped Term</h4>
32023202 the algorithm returns < code > "t"</ code > as the term to use for compaction.</ p >
32033203 </ aside >
32043204
3205- < aside class ="example data-ignore " title ="Datatyped term with simple value ">
3205+ < aside class ="example " data-ignore title ="Datatyped term with simple value ">
32063206 < p > Given the member < code > {"http://example/t": {"@value": "foo"}}</ code > ,
32073207 The algorithm will be invoked as follows:</ p >
32083208 < dl >
@@ -3218,7 +3218,7 @@ <h4>Datatyped Term</h4>
32183218 the algorithm returns < code > null</ code > and no term is found.</ p >
32193219 </ aside >
32203220
3221- < aside class ="example data-ignore " title ="Datatyped term with object value ">
3221+ < aside class ="example " data-ignore title ="Datatyped term with object value ">
32223222 < p > Given the member < code > {"http://example/t": {"@id": "http://example/id"}}</ code > ,
32233223 The algorithm will be invoked as follows:</ p >
32243224 < dl >
0 commit comments