Mercurial > hg > sv-dependency-builds
annotate src/serd-0.18.2/tests/test-09.ttl @ 23:619f715526df sv_v2.1
Update Vamp plugin SDK to 2.5
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 10:52:46 +0100 |
parents | c7265573341e |
children |
rev | line source |
---|---|
Chris@0 | 1 # Test integer datatyped literals using an OWL cardinality constraint |
Chris@0 | 2 @prefix owl: <http://www.w3.org/2002/07/owl#> . |
Chris@0 | 3 |
Chris@0 | 4 # based on examples in the OWL Reference |
Chris@0 | 5 |
Chris@0 | 6 _:hasParent a owl:ObjectProperty . |
Chris@0 | 7 |
Chris@0 | 8 [] a owl:Restriction ; |
Chris@0 | 9 owl:onProperty _:hasParent ; |
Chris@0 | 10 owl:maxCardinality 2 . |