<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF[
	<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
	<!ENTITY swivt 'http://semantic-mediawiki.org/swivt/1.0#'>
	<!ENTITY wiki 'http://tw.rpi.edu/portal/'>
	<!ENTITY property 'http://tw.rpi.edu/portal/Property-3A'>
	<!ENTITY wikiurl 'http://tw.rpi.edu/portal/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:swivt="&swivt;"
	xmlns:wiki="&wiki;"
	xmlns:property="&property;">
	<!-- Ontology header -->
	<owl:Ontology rdf:about="&wikiurl;Special:ExportRDF/Ankesh_Sep11_Jesse_Weaver">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2012-05-28T00:32:18-04:00</swivt:creationDate>
		<owl:imports rdf:resource="http://semantic-mediawiki.org/swivt/1.0" />
	</owl:Ontology>
	<!-- exported page data -->
	<swivt:Subject rdf:about="&wiki;Ankesh_Sep11_Jesse_Weaver">
		<rdfs:label>Ankesh Sep11 Jesse Weaver</rdfs:label>
		<swivt:page rdf:resource="&wikiurl;Ankesh_Sep11_Jesse_Weaver"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Ankesh_Sep11_Jesse_Weaver"/>
		<rdf:type rdf:resource="&wiki;Category-3APresentation_Questions"/>
		<property:Question_asked rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The paper mentions that variables are replaced by constants from filter expressions, but depending on the system, the two forms of the query may mean different things.  As an example, consider:
   SELECT ?s WHERE {
      ?s &lt;test:p&gt; ?o .
      FILTER(?o = "true"^^xsd:boolean)
   }
According to SPARQL, the '=' operator here checks for _boolean_ equality if ?o is bound to an xsd:boolean literal.  Therefore, if ?o binds to "1"^^xsd:boolean (non-canonical but valid lexical representation), FILTER "passes".  However, with variable replacement, the query would become:
   SELECT ?s WHERE {
      ?s &lt;test:p&gt; "true"^^xsd:boolean .
   }
Depending on the system, this may not be equivalent (although it could be).  Does DARQ account for this?</property:Question_asked>
		<property:Question_asked_by rdf:resource="&wiki;Jesse_Weaver"/>
		<property:Question_for_the_Presentation rdf:resource="&wiki;Ankesh_Sep11"/>
	</swivt:Subject>
	<!-- auxiliary definitions -->
	<swivt:Subject rdf:about="&wiki;Ankesh_Sep11">
		<rdfs:label>Ankesh Sep11</rdfs:label>
		<swivt:page rdf:resource="&wikiurl;Ankesh_Sep11"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Ankesh_Sep11"/>
	</swivt:Subject>
	<owl:ObjectProperty rdf:about="&property;Question_for_the_Presentation">
		<rdfs:label>Question for the Presentation</rdfs:label>
		<swivt:page rdf:resource="&wikiurl;Property:Question_for_the_Presentation"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Property:Question_for_the_Presentation"/>
	</owl:ObjectProperty>
	<swivt:Subject rdf:about="&wiki;Jesse_Weaver">
		<rdfs:label>Jesse Weaver</rdfs:label>
		<swivt:page rdf:resource="&wikiurl;Jesse_Weaver"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Jesse_Weaver"/>
	</swivt:Subject>
	<owl:ObjectProperty rdf:about="&property;Question_asked_by">
		<rdfs:label>Question asked by</rdfs:label>
		<swivt:page rdf:resource="&wikiurl;Property:Question_asked_by"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Property:Question_asked_by"/>
	</owl:ObjectProperty>
	<owl:DatatypeProperty rdf:about="&property;Question_asked">
		<rdfs:label>Question asked</rdfs:label>
		<swivt:page rdf:resource="&wikiurl;Property:Question_asked"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Property:Question_asked"/>
	</owl:DatatypeProperty>
	<owl:Class rdf:about="&wiki;Category-3APresentation_Questions">
		<rdfs:label>Presentation Questions</rdfs:label>
		<swivt:page rdf:resource="&wikiurl;Category:Presentation_Questions"/>
		<rdfs:isDefinedBy rdf:resource="&wikiurl;Special:ExportRDF/Category:Presentation_Questions"/>
	</owl:Class>
	<!-- References to the SWiVT Ontology, see http://semantic-mediawiki.org/swivt/ -->
	<owl:AnnotationProperty rdf:about="&swivt;page">
		<rdfs:isDefinedBy rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:AnnotationProperty>
	<owl:AnnotationProperty rdf:about="&swivt;creationDate">
		<rdfs:isDefinedBy rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:AnnotationProperty>
	<owl:Class rdf:about="&swivt;Subject">
		<rdfs:isDefinedBy rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:Class>
	<!-- Created by Semantic MediaWiki, http://semantic-mediawiki.org -->
</rdf:RDF>
