![]() |
daml:toClass
specifies the type associated with use of that property,
e.g.
<rdfs:Class rdf:ID="Person">
<rdfs:subClassOf>
<daml:Restriction>
<daml:onProperty rdf:resource="#parent"/>
<daml:toClass rdf:resource="#Person"/>
</daml:Restriction>
</rdfs:subClassOf>
</rdfs:Class>
specifies that the
parent
of a
Person
is also a
Person
69 of 130 |