All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testcases.trig.trig-subm-10.trig Maven / Gradle / Ivy

The newest version!
# Test integer datatyped literals using an OWL cardinality constraint
@prefix owl:  .

# based on examples in the OWL Reference

{
_:hasParent a owl:ObjectProperty .

[] a owl:Restriction ;
  owl:onProperty _:hasParent ;
  owl:maxCardinality 2 .
}

 {
_:hasParent a owl:ObjectProperty .

[] a owl:Restriction ;
  owl:onProperty _:hasParent ;
  owl:maxCardinality 2 .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy