]> matita.cs.unibo.it Git - helm.git/commitdiff
Modified Files:
authorIrene Schena <irene.schena@unibo.it>
Fri, 13 Sep 2002 11:08:47 +0000 (11:08 +0000)
committerIrene Schena <irene.schena@unibo.it>
Fri, 13 Sep 2002 11:08:47 +0000 (11:08 +0000)
1)schema-h: added prop. coercion

helm/schemas/schema-h

index 151debbc1f878c308f1167ac3e8ccef036e999ae..f26e003e1125b4694a192165937b8581e0a27748 100644 (file)
@@ -261,4 +261,11 @@ refers to</rdfs:comment>
     <rdfs:isDefinedBy rdf:resource = "&hns;" />
 </rdf:Property>
 
+<rdf:Property rdf:about="&hns;coercion">
+    <rdfs:comment>If the object can be a coercion</rdfs:comment>
+    <rdfs:domain rdf:resource="&hns;Object"/>
+    <rdfs:range rdf:resource="&xschemans;boolean"/>
+    <rdfs:isDefinedBy rdf:resource = "&hns;" /> 
+</rdf:Property>
+
 </rdf:RDF>
\ No newline at end of file