<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://datashapes.org/dash#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://www.w3.org/ns/shacl#"> <owl:AnnotationProperty rdf:about="http://datashapes.org/dash#readOnly"> <rdfs:label>read only</rdfs:label> <rdfs:domain rdf:resource="http://www.w3.org/ns/shacl#PropertyShape"/> <rdfs:comment>Used as a hint for user interfaces that values of the associated property should not be editable. The values of this may be the boolean literals true or false or, more generally, a SHACL node expression that must evaluate to true or false.</rdfs:comment> </owl:AnnotationProperty> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://datashapes.org/dash#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://www.w3.org/ns/shacl#">
  <owl:AnnotationProperty rdf:about="http://datashapes.org/dash#readOnly">
    <rdfs:label>read only</rdfs:label>
    <rdfs:domain rdf:resource="http://www.w3.org/ns/shacl#PropertyShape"/>
    <rdfs:comment>Used as a hint for user interfaces that values of the associated property should not be editable. The values of this may be the boolean literals true or false or, more generally, a SHACL node expression that must evaluate to true or false.</rdfs:comment>
  </owl:AnnotationProperty>
</rdf:RDF>