Sha256: 8a246b235d02618de27b36efb8f4da81f5aadc1bf0101a6e7aea75d604b3cbad
Contents?: true
Size: 663 Bytes
Versions: 22
Compression:
Stored size: 663 Bytes
Contents
# Test the cwm quick variable expressions #@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . #@prefix s: <http://www.w3.org/2000/01/rdf-schema#> . #@prefix daml: <http://www.daml.org/2000/10/daml-ont#> . #@prefix fam: <http://www.daml.example.org/2001/03/fam#> . #@prefix lang: <http://www.daml.example.org/2000/10/lang#> . #@prefix log: <http://www.w3.org/2000/10/swap/log#> . #@prefix math: <http://www.w3.org/2000/10/swap/math#> . #@prefix lang: <http://www.w3.example.org/2000/10/swap/lang#> . #@prefix : <foo.n3#>. # Local stuff #@prefix foo: <foo.n3#>. # Local stuff { ?a <#mother> ?b; <#sister> ?c } => { ?b <#aunt> ?c }. #ends
Version data entries
22 entries across 22 versions & 2 rubygems