semweb and http compile now (but they don't work properly yet).
This commit is contained in:
10
packages/semweb/Tests/Turtle/test-09.ttl
Normal file
10
packages/semweb/Tests/Turtle/test-09.ttl
Normal file
@@ -0,0 +1,10 @@
|
||||
# Test integer datatyped literals using an OWL cardinality constraint
|
||||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
||||
|
||||
# based on examples in the OWL Reference
|
||||
|
||||
_:hasParent a owl:ObjectProperty .
|
||||
|
||||
[] a owl:Restriction ;
|
||||
owl:onProperty _:hasParent ;
|
||||
owl:maxCardinality 2 .
|
||||
Reference in New Issue
Block a user