Sha256: c04295b7272529536d10f9b922d35e5eb670352b857cbb46acb993af0e3dc61b
Contents?: true
Size: 542 Bytes
Versions: 22
Compression:
Stored size: 542 Bytes
Contents
<!-- A simple RDF file for parser testing --> <rdf:RDF xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:daml="http://www.daml.org/2001/03/daml+oil#" xmlns="http://www.daml.org/2000/12/daml+oil#"> <rdfs:Class rdf:ID="Animal"> <rdfs:label>Animal</rdfs:label> <restrictedBy> <Restriction> <onProperty rdf:resource="#parent"/> <cardinality>2</cardinality> </Restriction> </restrictedBy> </rdfs:Class> </rdf:RDF>
Version data entries
22 entries across 22 versions & 2 rubygems
Version | Path |
---|---|
rdf_context-0.5.1 | spec/swap_test/animal.rdf |
rdf_context-0.5.0 | spec/swap_test/animal.rdf |