mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-01 22:30:11 +01:00
Update lilv, lv2, serd, sord, sratom, and add suil.
This commit is contained in:
10
lib-src/lv2/serd/tests/good/test-09.ttl
Normal file
10
lib-src/lv2/serd/tests/good/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