@prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix test: . @prefix math: . @prefix : <#> . <> a test:Test; owl:versionInfo "$Id: translation-2.n3,v 1.1 2003/06/25 10:39:28 mdean Exp $"; rdfs:comment "ontology translation/rewriting (with arithmetic)". :yard :lengthInFeet "3". { ?x :lengthInFeet ?feet. ( ?feet "12" ) math:product ?inches } => { ?x :lengthInInches ?inches } . { :yard :lengthInInches "36" } => { <> test:successful "true" } .