--- a/primer/Primer.html Mon Oct 10 12:36:34 2011 +0100
+++ b/primer/Primer.html Mon Oct 10 12:39:17 2011 +0100
@@ -82,12 +82,6 @@
wgPatentURI: "",
};
</script>
- <script class="remove">
- function updateExample(doc, content) {
- // perform transformations to make it render and prettier
- return '<pre class="example">' + doc._esc(content) + '</pre>';
- }
- </script>
</head>
<body>
<section id="abstract">
@@ -363,15 +357,10 @@
asserts that both of these entities were a <em>complement of</em>
another entity <code>ex1:dataSet</code>.
</p>
- <pre class="turtle example" data-include="ex1/complementarity-01.ttl">
- </pre>
-
- <!--
<pre class="turtle example">
ex1:dataSet1 prov:wasComplementOf ex1:dataSet .
ex1:dataSet2 prov:wasComplementOf ex1:dataSet .
</pre>
- -->
<!--
<pre class="asn example">
wasComplementOf(ex1:dataSet1, ex1:dataSet)
--- a/primer/ex1/complementarity-01.ttl Mon Oct 10 12:36:34 2011 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-ex1:dataSet1 prov:wasComplementOf ex1:dataSet .
-ex1:dataSet2 prov:wasComplementOf ex1:dataSet .