Skip to content

Commit

Permalink
IDMP-645 - renamed hasText to be more explicit with respect to how it…
Browse files Browse the repository at this point in the history
… should be used

Signed-off-by: Elisa Kendall <[email protected]>
  • Loading branch information
ElisaKendall committed Nov 8, 2023
1 parent e0a3d4d commit 392abcd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions EXT/Extensions/DocumentComponents.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,13 @@
<skos:definition>relates a document element to a caption on it</skos:definition>
</owl:ObjectProperty>

<owl:DatatypeProperty rdf:about="&idmp-doco;hasExactText">
<rdfs:subPropertyOf rdf:resource="&cmns-txt;hasTextValue"/>
<rdfs:label>has exact text</rdfs:label>
<rdfs:domain rdf:resource="&po;TextualElement"/>
<skos:definition>relates a textual element to its precise literal text</skos:definition>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:about="&idmp-doco;hasTableColumnIndex">
<rdfs:subPropertyOf rdf:resource="&idmp-dtp;hasIntegerValue"/>
<rdfs:label>has table column index</rdfs:label>
Expand Down Expand Up @@ -368,13 +375,6 @@
<cmns-av:synonym>has table row span</cmns-av:synonym>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:about="&idmp-doco;hasText">
<rdfs:subPropertyOf rdf:resource="&cmns-txt;hasTextValue"/>
<rdfs:label>has text</rdfs:label>
<rdfs:domain rdf:resource="&po;TextualElement"/>
<skos:definition>relates a textual element to its exact literal text</skos:definition>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:about="&idmp-doco;hasTextualContent">
<rdfs:subPropertyOf rdf:resource="&cmns-txt;hasTextValue"/>
<rdfs:label>has textual content</rdfs:label>
Expand Down

0 comments on commit 392abcd

Please sign in to comment.