<owl:Class rdf:about="http://www.example.org/CorpusOnto#Car">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.example.org/CorpusOnto#aggregates"/>
<owl:onClass rdf:resource="http://www.example.org/CorpusOnto#Engine"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.example.org/CorpusOnto#aggregates"/>
<owl:onClass rdf:resource="http://www.example.org/CorpusOnto#Seat"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
Partager