Sha256: 5376d6c9d8925a260646a2a588832dbcbbcabecdac6ee780de8888632838e8cb

Contents?: true

Size: 276 Bytes

Versions: 22

Compression:

Stored size: 276 Bytes

Contents

# 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 .

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
rdf_context-0.5.1 spec/turtle/test-09.ttl
rdf_context-0.5.0 spec/turtle/test-09.ttl