changeset 7:768ade75c895 default tip

ontologies added
author dwinter
date Tue, 07 Aug 2012 14:06:53 +0200
parents 6b51bd2418b9
children
files ontologies/harriot.owl ontologies/out.rdf
diffstat 2 files changed, 9312 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontologies/harriot.owl	Tue Aug 07 14:06:53 2012 +0200
@@ -0,0 +1,552 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE Ontology [
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
+    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+]>
+
+
+<Ontology xmlns="http://www.w3.org/2002/07/owl#"
+     xml:base="http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+     xmlns:xml="http://www.w3.org/XML/1998/namespace"
+     ontologyIRI="http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/"
+     versionIRI="http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/1.0">
+    <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
+    <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
+    <Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/>
+    <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
+    <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
+    <Annotation>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">First version of an ontology which describes the relations of manuscripts pages within a folio. The ontology is based on Work done by Jacky Stedal and Mathias Schemmel, for more see:
+http://echo.mpiwg-berlin.mpg.de/content/scientific_revolution/harriot/</Literal>
+    </Annotation>
+    <Declaration>
+        <Class IRI="FolioPage"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="Graph"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="SubGraph"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="Topic"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="describes"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="has_next_by_pagination"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_part_of"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_part_of_graph"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_part_of_mainGraph"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_related_to"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_specified_in"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_subGraph_of"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="result_used_by"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="result_used_from"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="see_also"/>
+    </Declaration>
+    <SubClassOf>
+        <Class IRI="SubGraph"/>
+        <Class IRI="Graph"/>
+    </SubClassOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+        <ObjectProperty IRI="is_related_to"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="has_next_by_pagination"/>
+        <ObjectProperty IRI="is_related_to"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+        <ObjectProperty IRI="is_related_to"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="is_part_of_graph"/>
+        <ObjectProperty IRI="is_part_of"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="is_part_of_mainGraph"/>
+        <ObjectProperty IRI="is_part_of"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="is_subGraph_of"/>
+        <ObjectProperty IRI="is_part_of"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="result_used_by"/>
+        <ObjectProperty IRI="is_related_to"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="result_used_from"/>
+        <ObjectProperty IRI="is_related_to"/>
+    </SubObjectPropertyOf>
+    <InverseObjectProperties>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </InverseObjectProperties>
+    <InverseObjectProperties>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+    </InverseObjectProperties>
+    <InverseObjectProperties>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+        <ObjectProperty IRI="has_next_by_pagination"/>
+    </InverseObjectProperties>
+    <InverseObjectProperties>
+        <ObjectProperty IRI="result_used_by"/>
+        <ObjectProperty IRI="result_used_from"/>
+    </InverseObjectProperties>
+    <SymmetricObjectProperty>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </SymmetricObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </TransitiveObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+    </TransitiveObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+    </TransitiveObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+    </TransitiveObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="result_used_by"/>
+    </TransitiveObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="result_used_from"/>
+    </TransitiveObjectProperty>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="describes"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="has_next_by_pagination"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="is_part_of_graph"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="is_part_of_mainGraph"/>
+        <Class IRI="SubGraph"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="is_specified_in"/>
+        <Class IRI="Topic"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="is_subGraph_of"/>
+        <Class IRI="SubGraph"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="result_used_by"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="result_used_from"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="see_also"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="has_next_by_pagination"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="is_part_of"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="is_part_of_graph"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="is_part_of_mainGraph"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="is_specified_in"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="is_subGraph_of"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="result_used_by"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="result_used_from"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="see_also"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>FolioPage</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">A page in the folio</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>FolioPage</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">FolioPage</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>FolioPage</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01343645027077113000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>Graph</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">A graph describing the relation of folios and topics. The graphs normally contain folios or subgraphs related to a specific topic.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>Graph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">HarriotGraph</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>Graph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01343645072226457000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>SubGraph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">A subgraph of the main graph. Which normally means a graph is contained in a node in the graphML structure.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>SubGraph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01344237693607875000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>SubGraph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">SubGraph</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>Topic</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Describes a Topic which is dealt with in the manuscript.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>Topic</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01343645021523974000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>Topic</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">Topic</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>describes</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">points to an URI which represents the online representation of a folio.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describes</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656912333922000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describes</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">describes</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>has_conjectural_relation</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Relation of folio pages because of conjection.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_conjectural_relation</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645211105767000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_conjectural_relation</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">has_conjectural_relation</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_next_by_conjection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656811146012000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_next_by_conjection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">has_next_by_conjection</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_next_by_pagination</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656708411248000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_next_by_pagination</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">has_next_by_pagination</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>has_prev_by_conjection</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Order of pages by conjection. Points to the previos page by conjection.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_prev_by_conjection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645643643360000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_prev_by_conjection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">has_prev_by_conjection</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>has_prev_by_pagination</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">Previous page in the folio as indicated by pagination on the foliopage</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_prev_by_pagination</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645141427275000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_prev_by_pagination</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">has_prev_by_pagination</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_part_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">general relation which described one structure is part of another one</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_part_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is part of a graph, this normally expresses that a folio page is part of thematic graph.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343657007192821000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_part_of</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_part_of_graph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">A node which is part of a graph</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of_graph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01344340147007790000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of_graph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_part_of_graph</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_part_of_mainGraph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">Describes that a subGraph is part of an Main graph. This main graph is in the original graphMl structure the root  of the graphml-file.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of_mainGraph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01344238045571434000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of_mainGraph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_part_of_mainGraph</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_related_to</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">general_relation between two objects (pages or topic)</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_related_to</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645688680049000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_related_to</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_related_to</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_specified_in</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Relates a topic to a subtopic</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_specified_in</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343657086214097000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_specified_in</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_specified_in</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_subGraph_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">A grap can contain subgraph in grpahml, which means that a graph is contained in one node and this node is part of a bigger graph.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_subGraph_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01344237700030409000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_subGraph_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_subGraph_of</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>result_used_by</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656700739818000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>result_used_by</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">result_used_by</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>result_used_from</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Points to a relation where a result of calculation or reasoning is used from.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>result_used_from</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645762481134000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>result_used_from</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">result_used_from</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>see_also</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Loose relation between a folio pages and a topic.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>see_also</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343657314285012000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>see_also</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">see_also</Literal>
+    </AnnotationAssertion>
+</Ontology>
+
+
+
+<!-- Generated by the OWL API (version 3.1.0.1602) http://owlapi.sourceforge.net -->
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontologies/out.rdf	Tue Aug 07 14:06:53 2012 +0200
@@ -0,0 +1,8760 @@
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1> <http://www.w3.org/2000/01/rdf-schema#label> "TOPICS".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2> <http://www.w3.org/2000/01/rdf-schema#label> "LETTERS and MISCELLANEOUS NOTES".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3> <http://www.w3.org/2000/01/rdf-schema#label> "SOURCES".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4> <http://www.w3.org/2000/01/rdf-schema#label> "SEA-FARINGandNAVIGATION".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5> <http://www.w3.org/2000/01/rdf-schema#label> "ASTRONOMY".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/9> <http://www.w3.org/2000/01/rdf-schema#label> "GEOMETRY".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/10> <http://www.w3.org/2000/01/rdf-schema#label> "MECHANICS".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/11> <http://www.w3.org/2000/01/rdf-schema#label> "OPTICS".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/12> <http://www.w3.org/2000/01/rdf-schema#label> "ALCHEMY".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/13> <http://www.w3.org/2000/01/rdf-schema#label> "PRACTICALCONSTRUCTION".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/13> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/16> <http://www.w3.org/2000/01/rdf-schema#label> "Alexander of Aphrodisias(c. 200 AD)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/16> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/18> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 365".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/18> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=721&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=729>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/18> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/19> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 364".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/19> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=721&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/19> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/20> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 363".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/20> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=725&ws=1&start=721&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/20> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/22> <http://www.w3.org/2000/01/rdf-schema#label> "Book II".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/22> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/24> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 359".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/24> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=711&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=716>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/24> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/25> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 360".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/25> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=711&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=718>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/25> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/26> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 361".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/26> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=711&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=720>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/26> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/27> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 363".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/27> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=721&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=724>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/27> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/28> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 362".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/28> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=721&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=722>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/28> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/29> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 358".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/29> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=711&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=714>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/29> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/30> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 357".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/30> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=711&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=712>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/30> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/32> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 20".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/32> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/33> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 30".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/33> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/34> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 364".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/34> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=721&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=726>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/34> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/35> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 365".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/35> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=721&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=728>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/35> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/36> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 366".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/36> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=721&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=730>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/36> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/37> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 367".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/37> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=731&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=732>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/37> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/38> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 33".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/38> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/41> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 39".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/41> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/42> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 38".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/42> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/45> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 41".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/45> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/48> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 362v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/48> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=721&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=723>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/48> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/50> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 364v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/50> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=721&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/50> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/52> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 40".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/52> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/53> <http://www.w3.org/2000/01/rdf-schema#label> "Props 37, 21, 36".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/53> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/57> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/57> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=1&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=5>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/57> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/59> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 458".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/59> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=914&ws=1&start=911&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/59> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/60> <http://www.w3.org/2000/01/rdf-schema#label> "Props 21, 54".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/60> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/61> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 372".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/61> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=741&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=742>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/61> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/64> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 21".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/64> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/65> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 451".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/65> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=900&ws=1&start=891&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/65> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/66> <http://www.w3.org/2000/01/rdf-schema#label> "Props 34, 21".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/66> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/67> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 224".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/67> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=441&viewMode=images&pn=447&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/67> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/68> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 36, 37".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/68> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=441&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=447>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/68> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/69> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 525".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/69> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=1041&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=1048>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/69> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/70> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 34".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/70> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/71> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 569".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/71> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=1131&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=1136>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/71> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/72> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 54".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/72> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/73> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 568".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/73> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=1131&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=1134>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/73> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/74> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 53".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/74> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/75> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 577".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/75> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=1151&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=1152>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/75> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/77> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 332".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/77> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=661&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&pn=663>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/77> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/80> <http://www.w3.org/2000/01/rdf-schema#label> "p. 5, 6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/80> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/82> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 358v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/82> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=714&ws=1&start=711&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/82> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/83> <http://www.w3.org/2000/01/rdf-schema#label> "Props1,2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/83> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/84> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 537".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/84> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=1071&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=1072>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/84> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/87> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 455".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/87> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=901&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=908>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/87> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/88> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 17".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/88> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/89> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 449v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/89> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=897&ws=1&start=891&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/89> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/90> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 37".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/90> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/91> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 167".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/91> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=331&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=332>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/91> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/92> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 48".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/92> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/93> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 400v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/93> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=791&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=799>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/93> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/94> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 51".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/94> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/95> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 13".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/95> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=21&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=25>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/95> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/96> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 52".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/96> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/99> <http://www.w3.org/2000/01/rdf-schema#label> "Apollonius(c. 180 BC)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/99> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/110> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 281".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/110> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=561&ws=1&mode=imagepath&start=561>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/110> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/111> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 282".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/111> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=563&ws=1&mode=imagepath&start=561>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/111> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/113> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 271".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/113> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=541&ws=1&mode=imagepath&start=541>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/113> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/114> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 8".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/114> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/115> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 9".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/115> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/116> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 10".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/116> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/118> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 120".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/118> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=239&ws=1&start=231&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/118> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/122> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 329v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/122> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=659&ws=1&start=651&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/122> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/126> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 230".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/126> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&start=221&viewMode=images&pn=230&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/126> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/127> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 228".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/127> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&start=221&viewMode=images&pn=228&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/127> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/128> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 226".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/128> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&start=221&viewMode=images&pn=226&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/128> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/129> <http://www.w3.org/2000/01/rdf-schema#label> "Archimedes(c. 250 BC)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/129> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/131> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 160".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/131> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=311&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&pn=319&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/131> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8324> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1092".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8324> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/133> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 164".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/133> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=321&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&pn=327&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/133> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8327> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1083".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8327> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/137> <http://www.w3.org/2000/01/rdf-schema#label> "Chap 1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/137> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/138> <http://www.w3.org/2000/01/rdf-schema#label> "tr. 23".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/138> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/139> <http://www.w3.org/2000/01/rdf-schema#label> "Chap 2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/139> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/140> <http://www.w3.org/2000/01/rdf-schema#label> "tr. 78".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/140> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/143> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 397".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/143> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&start=791&pn=793&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/143> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/144> <http://www.w3.org/2000/01/rdf-schema#label> "Aristotle(384–322 BC)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/144> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/146> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 313".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/146> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=626&ws=1&start=621&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/146> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/147> <http://www.w3.org/2000/01/rdf-schema#label> "Aulus Gellius(c. 125–180)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/147> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/151> <http://www.w3.org/2000/01/rdf-schema#label> "Boethius(c. 500 AD)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/151> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/153> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 101".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/153> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=201&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=201>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/153> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/156> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 204".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/156> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=401&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=407>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/156> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/157> <http://www.w3.org/2000/01/rdf-schema#label> "II.8".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/157> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/161> <http://www.w3.org/2000/01/rdf-schema#label> "Diophantus of Alexandria(date unknown, between 180 and 500 AD)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/161> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/163> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 156".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/163> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=311&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=311>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/163> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/164> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 155".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/164> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=301&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=309>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/164> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/165> <http://www.w3.org/2000/01/rdf-schema#label> "Props 1 to 8".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/165> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/166> <http://www.w3.org/2000/01/rdf-schema#label> "Props 9, 10".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/166> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/167> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 154".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/167> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=301&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=307>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/167> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/169> <http://www.w3.org/2000/01/rdf-schema#label> "Props 12–14".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/169> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/170> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 158".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/170> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=315&wh=1&ww=1&start=311&viewMode=images&ws=1&mode=imagepath&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/170> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/171> <http://www.w3.org/2000/01/rdf-schema#label> "Props 5–7".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/171> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/172> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 158v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/172> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=316&wh=1&ww=1&start=311&viewMode=images&ws=1&mode=imagepath&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/172> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/173> <http://www.w3.org/2000/01/rdf-schema#label> "Props 8–10".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/173> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/174> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 159".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/174> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=317&wh=1&ww=1&start=311&viewMode=images&ws=1&mode=imagepath&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/174> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/175> <http://www.w3.org/2000/01/rdf-schema#label> "Props 11–13".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/175> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/176> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 369".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/176> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&start=731&viewMode=images&pn=737&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/176> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/177> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 11".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/177> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/178> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 149v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/178> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=291&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&pn=298>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/178> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/179> <http://www.w3.org/2000/01/rdf-schema#label> "Props 12,13".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/179> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/180> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 153".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/180> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=301&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=305>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/180> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/181> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 157".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/181> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=313&wh=1&ww=1&start=311&viewMode=images&ws=1&mode=imagepath&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/181> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/182> <http://www.w3.org/2000/01/rdf-schema#label> "Props 1–4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/182> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/184> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 14".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/184> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/188> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 389".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/188> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=777&wh=1&ww=1&start=771&viewMode=images&ws=1&mode=imagepath&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/188> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/190> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 264".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/190> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=521&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&pn=527>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/190> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/191> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/191> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/192> <http://www.w3.org/2000/01/rdf-schema#label> "Props 12, 9".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/192> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/193> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 439".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/193> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/194> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 18".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/194> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/195> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 441".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/195> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=882&ws=1&start=881&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/195> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/198> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 23".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/198> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/200> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 230".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/200> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=451&viewMode=images&pn=459&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/200> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/201> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 229v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/201> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=451&viewMode=images&pn=458&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/201> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/202> <http://www.w3.org/2000/01/rdf-schema#label> "Definitions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/202> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/203> <http://www.w3.org/2000/01/rdf-schema#label> "X.37".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/203> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/205> <http://www.w3.org/2000/01/rdf-schema#label> "Analysis ofpropositions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/205> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/206> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 265".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/206> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=521&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&pn=529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/206> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/207> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 266".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/207> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=531&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&pn=531>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/207> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/208> <http://www.w3.org/2000/01/rdf-schema#label> "Some irrationals not given by Euclid".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/208> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/209> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 341v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/209> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=681&viewMode=images&pn=682&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/209> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/210> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 342v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/210> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=681&viewMode=images&pn=684&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/210> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/211> <http://www.w3.org/2000/01/rdf-schema#label> "Systematic lists of binomes".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/211> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/212> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 262".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/212> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=521&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&pn=523>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/212> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/213> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 263".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/213> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=521&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&pn=525>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/213> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/214> <http://www.w3.org/2000/01/rdf-schema#label> "Binomes and apotomes from sections of lines".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/214> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/217> <http://www.w3.org/2000/01/rdf-schema#label> "X.55".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/217> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/218> <http://www.w3.org/2000/01/rdf-schema#label> "X.56".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/218> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/220> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 210v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/220> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=420&wh=1&ww=1&start=411&viewMode=images&ws=2&mode=imagepath&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/220> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/221> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 36".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/221> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/223> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 453".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/223> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=901&viewMode=images&pn=906&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/223> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/224> <http://www.w3.org/2000/01/rdf-schema#label> "Prop 16".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/224> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/227> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 338".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/227> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=671&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=675>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/227> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/228> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 334".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/228> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=661&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=667>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/228> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/229> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 333v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/229> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=661&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/229> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/230> <http://www.w3.org/2000/01/rdf-schema#label> "Book I".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/230> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/231> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 335".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/231> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=661&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=669>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/231> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/232> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 336".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/232> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=671&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/232> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/233> <http://www.w3.org/2000/01/rdf-schema#label> "Book III".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/233> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/234> <http://www.w3.org/2000/01/rdf-schema#label> "Book IV".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/234> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/235> <http://www.w3.org/2000/01/rdf-schema#label> "Euclid's Elements(c. 250 BC)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/235> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/237> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 223".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/237> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=441&viewMode=images&pn=445&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/237> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/238> <http://www.w3.org/2000/01/rdf-schema#label> "Euclid's Optics".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/238> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/239> <http://www.w3.org/2000/01/rdf-schema#label> "Euclid(c. 250 BC)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/239> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/240> <http://www.w3.org/2000/01/rdf-schema#label> "Elements".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/240> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/241> <http://www.w3.org/2000/01/rdf-schema#label> "Optics".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/241> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/244> <http://www.w3.org/2000/01/rdf-schema#label> "Eudemus of Rhodes(350–290 BC)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/244> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/247> <http://www.w3.org/2000/01/rdf-schema#label> "Eutocius(480–540 AD)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/247> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/252> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 507".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/252> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=1011&pn=1013&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/252> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/253> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 495".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/253> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=987&ws=1&rot=0&start=981&mode=imagepath&url=/mpiwg/online/permanent/library/0VGM2B80/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/253> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/254> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 496".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/254> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=981&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=989&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/254> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/255> <http://www.w3.org/2000/01/rdf-schema#label> "Titus Flavius Josephus(37–c.100)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/255> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/259> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 306".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/259> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=601&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=610>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/259> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/264> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 305".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/264> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=611&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=615>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/264> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/266> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 309".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/266> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=611&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=616>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/266> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/267> <http://www.w3.org/2000/01/rdf-schema#label> "Menelaus of Alexandria(c. 70–140)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/267> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/269> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 138".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/269> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=275&ws=1&start=271&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/269> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/270> <http://www.w3.org/2000/01/rdf-schema#label> "Heron of Alexandria(c. 10–70 AD)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/270> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/273> <http://www.w3.org/2000/01/rdf-schema#label> "Joannes Philoponis (Joannis Grammaticus) (490–570 AD)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/273> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/275> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 340".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/275> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=671&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=679&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/275> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/276> <http://www.w3.org/2000/01/rdf-schema#label> "Book 4, page 222".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/276> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/277> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 429".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/277> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=857&ws=1&rot=0&start=851&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/277> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/278> <http://www.w3.org/2000/01/rdf-schema#label> "De motuBook 1, prop 14".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/278> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/279> <http://www.w3.org/2000/01/rdf-schema#label> "Proclus(412–487)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/279> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/285> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 441".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/285> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=881&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&pn=881>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/285> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/286> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 442".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/286> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=881&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&pn=883>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/286> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/287> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 444".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/287> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=881&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&pn=887>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/287> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/288> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 443".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/288> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=881&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&pn=885>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/288> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/289> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 416".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/289> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=831&ws=1&url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&start=831&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/289> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/291> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 237".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/291> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=471&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=473>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/291> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/292> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 289".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/292> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=571&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=577>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/292> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/293> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 290".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/293> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=579&ws=1&start=571&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/293> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/295> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 23".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/295> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=45&ws=1&rot=0&start=41&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/295> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/296> <http://www.w3.org/2000/01/rdf-schema#label> "Ptolemy (c. 90–168 AD)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/296> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/298> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 34".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/298> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=981&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=989&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/298> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/299> <http://www.w3.org/2000/01/rdf-schema#label> "Simplicius of Silicia(490–560 AD)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/299> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/300> <http://www.w3.org/2000/01/rdf-schema#label> "Harriot's sources: Ancient".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/300> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/301> <http://www.w3.org/2000/01/rdf-schema#label> "Alexander ofAphrodisias".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/301> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/302> <http://www.w3.org/2000/01/rdf-schema#label> "Apolloniusof Perga".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/302> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/303> <http://www.w3.org/2000/01/rdf-schema#label> "Archimedes".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/303> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/304> <http://www.w3.org/2000/01/rdf-schema#label> "Aristotle".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/304> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/305> <http://www.w3.org/2000/01/rdf-schema#label> "Boethius".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/305> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/306> <http://www.w3.org/2000/01/rdf-schema#label> "Diophantusof Alexandria".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/306> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/307> <http://www.w3.org/2000/01/rdf-schema#label> "Euclid".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/307> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/308> <http://www.w3.org/2000/01/rdf-schema#label> "Heron ofAlexandria".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/308> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/309> <http://www.w3.org/2000/01/rdf-schema#label> "Titus FlaviusJosephus".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/309> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/310> <http://www.w3.org/2000/01/rdf-schema#label> "Menelausof Alexandria".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/310> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/311> <http://www.w3.org/2000/01/rdf-schema#label> "Pappusof Alexandria".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/311> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/312> <http://www.w3.org/2000/01/rdf-schema#label> "Proclusof Athens".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/312> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/313> <http://www.w3.org/2000/01/rdf-schema#label> "Ptolemy".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/313> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/314> <http://www.w3.org/2000/01/rdf-schema#label> "Simpliciusof Silicia".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/314> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/315> <http://www.w3.org/2000/01/rdf-schema#label> "JoannesPhiloponus".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/315> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/316> <http://www.w3.org/2000/01/rdf-schema#label> "Philoof Byzantium".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/316> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/317> <http://www.w3.org/2000/01/rdf-schema#label> "Eutociusof Ascalon".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/317> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/318> <http://www.w3.org/2000/01/rdf-schema#label> "Aulus Gellius".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/318> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/319> <http://www.w3.org/2000/01/rdf-schema#label> "Eudemusof Rhodes".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/319> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/322> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 306v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/322> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=611&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=611>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/322> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/323> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 309v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/323> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=611&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=617>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/323> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/324> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 307".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/324> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=611&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=612>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/324> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/325> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 307v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/325> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=611&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=613>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/325> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/326> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 308".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/326> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=611&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=614>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/326> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/327> <http://www.w3.org/2000/01/rdf-schema#label> "Thabit ibn Qurra (826–901)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/327> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/328> <http://www.w3.org/2000/01/rdf-schema#label> "Harriot's sources: Islamic".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/328> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/329> <http://www.w3.org/2000/01/rdf-schema#label> "Thabit ibn Qurra".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/329> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/330> <http://www.w3.org/2000/01/rdf-schema#label> "Alhazen".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/330> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/331> <http://www.w3.org/2000/01/rdf-schema#label> "Simon Bredon(c.1300–1372)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/331> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/333> <http://www.w3.org/2000/01/rdf-schema#label> "Jordanus(fl. 1321–1330)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/333> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/335> <http://www.w3.org/2000/01/rdf-schema#label> "Erazmus Ciolek Witelo(1235–1300)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/335> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/336> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS678f. 179v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/336> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=358&ws=1&url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&mode=imagepath&start=351>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/336> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/337> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 497".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/337> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=991&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=992>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/337> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/338> <http://www.w3.org/2000/01/rdf-schema#label> "Harriot's sources: Medieval".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/338> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/339> <http://www.w3.org/2000/01/rdf-schema#label> "Simon Bredon".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/339> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/340> <http://www.w3.org/2000/01/rdf-schema#label> "Jordanus".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/340> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/341> <http://www.w3.org/2000/01/rdf-schema#label> "Erasmus Witelo".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/341> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/343> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 476".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/343> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=969&ws=1&mode=imagepath&start=961>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/343> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/344> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 486".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/344> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=969&ws=1&mode=imagepath&start=961>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/344> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/345> <http://www.w3.org/2000/01/rdf-schema#label> "Caesar Baronius(1538–1607)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/345> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/347> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 404".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/347> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=806&ws=1&start=801&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/347> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/348> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 475".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/348> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=941&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=948>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/348> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/349> <http://www.w3.org/2000/01/rdf-schema#label> "p. 104".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/349> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/350> <http://www.w3.org/2000/01/rdf-schema#label> "p. 98".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/350> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/351> <http://www.w3.org/2000/01/rdf-schema#label> "Francesco Barozzi (1537–1604)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/351> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/353> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 394".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/353> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&start=781&viewMode=images&pn=786&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/353> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/354> <http://www.w3.org/2000/01/rdf-schema#label> "p. 26".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/354> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/355> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 425".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/355> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&start=841&viewMode=images&pn=848&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/355> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/356> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 402v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/356> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&start=801&viewMode=images&pn=803&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/356> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/357> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 123".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/357> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&start=241&viewMode=images&pn=245&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/357> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/358> <http://www.w3.org/2000/01/rdf-schema#label> "p. 339p. 343p. 344".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/358> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/359> <http://www.w3.org/2000/01/rdf-schema#label> "p. 349p. 334".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/359> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/360> <http://www.w3.org/2000/01/rdf-schema#label> "p. 362".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/360> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/361> <http://www.w3.org/2000/01/rdf-schema#label> "Giambattista Benedetti(1530–1590)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/361> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/363> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 250v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/363> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=491&viewMode=images&pn=500&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/363> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/365> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 230".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/365> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=451&viewMode=images&pn=459&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/365> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/366> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. ??".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/366> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/367> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 416".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/367> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&start=831&viewMode=images&pn=831&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/367> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/368> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 127".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/368> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=127&ws=1&start=121&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/368> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/369> <http://www.w3.org/2000/01/rdf-schema#label> "Rafael Bombelli(1526–1572)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/369> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/373> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 440v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/373> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=880&ws=1&url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=871&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/373> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/374> <http://www.w3.org/2000/01/rdf-schema#label> "Tycho Brahe(1546–1601)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/374> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/376> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 197".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/376> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=393&wh=1&ww=1&start=391&viewMode=images&ws=1&mode=imagepath&rot=0>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/376> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/377> <http://www.w3.org/2000/01/rdf-schema#label> "p. 83".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/377> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/379> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 195".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/379> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=389&ws=1&ww=1&wh=1&rot=0&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=381&viewMode=images&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/379> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/380> <http://www.w3.org/2000/01/rdf-schema#label> "p. 143".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/380> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/382> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 44".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/382> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=81&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&pn=87>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/382> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/383> <http://www.w3.org/2000/01/rdf-schema#label> "prop 170".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/383> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/384> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 331".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/384> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=661&ws=1&start=661&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/384> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/385> <http://www.w3.org/2000/01/rdf-schema#label> "props 154, 160".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/385> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/386> <http://www.w3.org/2000/01/rdf-schema#label> "Girolamo Cardano(1501–1576)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/386> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/389> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 457".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/389> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=911&pn=913&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/389> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/393> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 183".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/393> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&start=361&pn=365&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/393> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/395> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 232".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/395> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=461&viewMode=images&pn=463&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/395> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/396> <http://www.w3.org/2000/01/rdf-schema#label> "Prop II.14".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/396> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/398> <http://www.w3.org/2000/01/rdf-schema#label> "Book X".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/398> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/400> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 342".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/400> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=681&viewMode=images&pn=683&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/400> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/401> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 343".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/401> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=681&viewMode=images&pn=683&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/401> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/402> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 344".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/402> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=681&viewMode=images&pn=687&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/402> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/403> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 345".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/403> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=681&viewMode=images&pn=687&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/403> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/404> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 346".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/404> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=691&viewMode=images&pn=691&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/404> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/405> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 347".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/405> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=691&viewMode=images&pn=693&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/405> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/406> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 348".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/406> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=691&viewMode=images&pn=695&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/406> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/407> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 349".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/407> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=691&viewMode=images&pn=697&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/407> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/408> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 351".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/408> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=701&viewMode=images&pn=701&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/408> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/409> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 352".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/409> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=701&viewMode=images&pn=703&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/409> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/410> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 353".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/410> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=701&viewMode=images&pn=705&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/410> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/413> <http://www.w3.org/2000/01/rdf-schema#label> "2.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/413> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/414> <http://www.w3.org/2000/01/rdf-schema#label> "2.3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/414> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/415> <http://www.w3.org/2000/01/rdf-schema#label> "2.4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/415> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/421> <http://www.w3.org/2000/01/rdf-schema#label> "6.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/421> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/422> <http://www.w3.org/2000/01/rdf-schema#label> "Christopher Clavius(1538–1612)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/422> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/424> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 180".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/424> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=351&viewMode=images&pn=359&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/424> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/425> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 312".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/425> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=621&pn=623&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/425> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/426> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 333v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/426> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=661&pn=666&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/426> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/427> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 262v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/427> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=521&pn=524&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/427> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/428> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 264v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/428> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=521&pn=528&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/428> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/429> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 263v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/429> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=521&pn=526&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/429> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/430> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 261v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/430> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=521&pn=522&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/430> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/432> <http://www.w3.org/2000/01/rdf-schema#label> "p. 35".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/432> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/433> <http://www.w3.org/2000/01/rdf-schema#label> "p. 46, 47".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/433> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/434> <http://www.w3.org/2000/01/rdf-schema#label> "p. 47".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/434> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/435> <http://www.w3.org/2000/01/rdf-schema#label> "p. 48".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/435> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/437> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 260".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/437> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=511&viewMode=images&pn=519&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/437> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/438> <http://www.w3.org/2000/01/rdf-schema#label> "p. 3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/438> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/440> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 276".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/440> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=551&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=551>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/440> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/441> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 317".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/441> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=631&viewMode=images&pn=633&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/441> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/442> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 361".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/442> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=721&viewMode=images&pn=721&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/442> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/443> <http://www.w3.org/2000/01/rdf-schema#label> "Book V".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/443> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/444> <http://www.w3.org/2000/01/rdf-schema#label> "XI.23".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/444> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/445> <http://www.w3.org/2000/01/rdf-schema#label> "X.43".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/445> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/446> <http://www.w3.org/2000/01/rdf-schema#label> "Federico Commandino(1509–1575)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/446> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/448> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 337".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/448> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=671&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/448> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/449> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 350".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/449> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=631&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=636>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/449> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/450> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 318v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/450> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=631&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=636>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/450> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/452> <http://www.w3.org/2000/01/rdf-schema#label> "XVI.37".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/452> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/453> <http://www.w3.org/2000/01/rdf-schema#label> "Francis Flussas Candalla (François de Foix, comte de Candale)(1512–1594)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/453> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/455> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 179".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/455> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=357&ws=1&start=351&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/455> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/456> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 443v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/456> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=886&ws=1&start=881&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/456> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/457> <http://www.w3.org/2000/01/rdf-schema#label> "Thomas Finck(1561–1656)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/457> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/459> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 257".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/459> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=513&ws=1&mode=imagepath&start=511>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/459> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/460> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 257v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/460> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=514&ws=1&mode=imagepath&start=511>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/460> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/461> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 267v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/461> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=534&ws=1&mode=imagepath&start=531>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/461> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/462> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 266v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/462> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=532&ws=1&mode=imagepath&start=531>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/462> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/463> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 278".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/463> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=555&ws=1&mode=imagepath&start=551>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/463> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/464> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 283".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/464> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=565&ws=1&mode=imagepath&start=561>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/464> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/465> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 285".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/465> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=569&ws=1&url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&mode=imagepath&start=561>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/465> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/466> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 340v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/466> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=680&ws=1&mode=imagepath&start=671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/466> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/468> <http://www.w3.org/2000/01/rdf-schema#label> "p. 108".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/468> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/469> <http://www.w3.org/2000/01/rdf-schema#label> "p. 171".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/469> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/472> <http://www.w3.org/2000/01/rdf-schema#label> "p. 179".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/472> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/473> <http://www.w3.org/2000/01/rdf-schema#label> "p. 190".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/473> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/474> <http://www.w3.org/2000/01/rdf-schema#label> "p. 193".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/474> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/475> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 467".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/475> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=932&ws=1&start=931&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/475> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/476> <http://www.w3.org/2000/01/rdf-schema#label> "p. 172".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/476> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/477> <http://www.w3.org/2000/01/rdf-schema#label> "Guidobaldi del Monte (Guido Ubaldi) (1545–1607)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/477> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/479> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 463v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/479> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=926&ws=1&mode=imagepath&start=921>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/479> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/480> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 464v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/480> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&pn=928&ws=1&mode=imagepath&start=921>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/480> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/481> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 465v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/481> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=930&ws=1&url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&mode=imagepath&start=921>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/481> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/484> <http://www.w3.org/2000/01/rdf-schema#label> "p. 333".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/484> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/486> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 175".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/486> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=341&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=348>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/486> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/487> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 176".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/487> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=341&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=350>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/487> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/488> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 177".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/488> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=351&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=352>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/488> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/489> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 178".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/489> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=351&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=354>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/489> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/490> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 179".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/490> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=351&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/490> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/491> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 184".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/491> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=361&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=366>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/491> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/492> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 180".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/492> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=351&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=358>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/492> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/493> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 181".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/493> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=351&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=360>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/493> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/494> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 182".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/494> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=361&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=362>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/494> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/495> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 183".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/495> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=361&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=364>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/495> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/496> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 186v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/496> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=371&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=371>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/496> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/497> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 187".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/497> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/499> <http://www.w3.org/2000/01/rdf-schema#label> "a.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/499> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/500> <http://www.w3.org/2000/01/rdf-schema#label> "a.3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/500> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/502> <http://www.w3.org/2000/01/rdf-schema#label> "p. 284p.290".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/502> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/503> <http://www.w3.org/2000/01/rdf-schema#label> "p. 290".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/503> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/507> <http://www.w3.org/2000/01/rdf-schema#label> "p. 299".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/507> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/512> <http://www.w3.org/2000/01/rdf-schema#label> "a.1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/512> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/513> <http://www.w3.org/2000/01/rdf-schema#label> "Johannes Kepler  (1571–1630)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/513> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/515> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 190".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/515> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=371&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&pn=378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/515> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/516> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 435".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/516> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=861&viewMode=images&pn=870&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/516> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/517> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 197".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/517> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=392&ws=1&start=391&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/517> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/519> <http://www.w3.org/2000/01/rdf-schema#label> "p. 201".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/519> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/520> <http://www.w3.org/2000/01/rdf-schema#label> "Johan Philip Lansberg (1561–1632)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/520> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/522> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 281".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/522> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=562&ws=1&start=561&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/522> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/524> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 240".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/524> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=471&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&pn=479>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/524> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/525> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 239".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/525> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=471&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&pn=477>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/525> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/526> <http://www.w3.org/2000/01/rdf-schema#label> "p. 25".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/526> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/527> <http://www.w3.org/2000/01/rdf-schema#label> "pp. 24, 6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/527> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/528> <http://www.w3.org/2000/01/rdf-schema#label> "pp. 52, 63, 67".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/528> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/529> <http://www.w3.org/2000/01/rdf-schema#label> "p. 110".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/529> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/530> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 38".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/530> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=71&viewMode=images&pn=75&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/530> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/531> <http://www.w3.org/2000/01/rdf-schema#label> "Francesco Maurolico(1494–1575)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/531> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/533> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 422".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/533> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=841&viewMode=images&pn=843&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/533> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/534> <http://www.w3.org/2000/01/rdf-schema#label> "Gerard Mercator(1512–1594)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/534> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/536> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 503v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/536> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=1001&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&rot=0&pn=1004>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/536> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/537> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 507v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/537> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=1012&ws=1&rot=0&start=1011&mode=imagepath&url=/mpiwg/online/permanent/library/0VGM2B80/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/537> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/538> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 396".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/538> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=791&ws=1&mode=imagepath&start=791>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/538> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/539> <http://www.w3.org/2000/01/rdf-schema#label> "Alessandro Piccolamini  (1508–1578)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/539> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/542> <http://www.w3.org/2000/01/rdf-schema#label> "Johann Richter(1537–1616)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/542> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/544> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 33".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/544> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=65&ws=1&start=61&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/544> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/545> <http://www.w3.org/2000/01/rdf-schema#label> "Pierre de la Ramée (1515–1572)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/545> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/547> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 490".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/547> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=971&viewMode=images&pn=980&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/547> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/548> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 51".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/548> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=101&ws=1&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&start=101&viewMode=images&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/548> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/550> <http://www.w3.org/2000/01/rdf-schema#label> "Prop V.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/550> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/551> <http://www.w3.org/2000/01/rdf-schema#label> "Johannes Müller von Königsberg (Regiomontanus) (1436–1476)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/551> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/555> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 300".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/555> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=591&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=599>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/555> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/557> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 139".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/557> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=271&viewMode=images&pn=277&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/557> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/558> <http://www.w3.org/2000/01/rdf-schema#label> "Bernard Salignac (dates unknown)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/558> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/562> <http://www.w3.org/2000/01/rdf-schema#label> "Christopher Saxton(1542–1610/11)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/562> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/564> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 76".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/564> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=151&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=151>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/564> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/565> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 239".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/565> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=471&viewMode=images&pn=477&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/565> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/566> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 388v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/566> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=771&viewMode=images&pn=776&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/566> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/568> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 312".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/568> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=621&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=623>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/568> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/569> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 314".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/569> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=621&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=627>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/569> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/570> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 317".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/570> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=631&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=633>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/570> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/571> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 279".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/571> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=551&viewMode=images&pn=557&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/571> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/572> <http://www.w3.org/2000/01/rdf-schema#label> "p.46".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/572> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/573> <http://www.w3.org/2000/01/rdf-schema#label> "p.64".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/573> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/574> <http://www.w3.org/2000/01/rdf-schema#label> "p.127".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/574> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/575> <http://www.w3.org/2000/01/rdf-schema#label> "p.177".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/575> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/577> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 232v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/577> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=461&viewMode=images&pn=464&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/577> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/578> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 231".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/578> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=461&viewMode=images&pn=461&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/578> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/579> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 40".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/579> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=71&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=79>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/579> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/580> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 392v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/580> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=781&viewMode=images&pn=784&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/580> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/581> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 401".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/581> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=801&viewMode=images&pn=801&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/581> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/582> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 232".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/582> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=461&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=463>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/582> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/583> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 311".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/583> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=621&viewMode=images&pn=622&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/583> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/584> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 312".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/584> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=621&viewMode=images&pn=624&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/584> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/585> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 89".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/585> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=171&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=177>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/585> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/586> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 37".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/586> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=71&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=73>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/586> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/587> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 42".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/587> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=81&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=83>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/587> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/590> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 246".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/590> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&start=481&viewMode=images&pn=490&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/590> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/591> <http://www.w3.org/2000/01/rdf-schema#label> "p.214".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/591> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/592> <http://www.w3.org/2000/01/rdf-schema#label> "p.215".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/592> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/593> <http://www.w3.org/2000/01/rdf-schema#label> "p.306".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/593> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/594> <http://www.w3.org/2000/01/rdf-schema#label> "p.271–2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/594> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/595> <http://www.w3.org/2000/01/rdf-schema#label> "p.309".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/595> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/596> <http://www.w3.org/2000/01/rdf-schema#label> "p.289".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/596> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/598> <http://www.w3.org/2000/01/rdf-schema#label> "p.335, 410".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/598> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/599> <http://www.w3.org/2000/01/rdf-schema#label> "p.331".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/599> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/600> <http://www.w3.org/2000/01/rdf-schema#label> "p.359, 411".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/600> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/601> <http://www.w3.org/2000/01/rdf-schema#label> "p.411".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/601> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/602> <http://www.w3.org/2000/01/rdf-schema#label> "p.9".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/602> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/603> <http://www.w3.org/2000/01/rdf-schema#label> "p.634".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/603> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/604> <http://www.w3.org/2000/01/rdf-schema#label> "p.305–314".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/604> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/605> <http://www.w3.org/2000/01/rdf-schema#label> "p.314–318".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/605> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/607> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 36".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/607> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=71&ws=1&start=71&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/607> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/608> <http://www.w3.org/2000/01/rdf-schema#label> "Simon Stevin(1548–1620)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/608> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/612> <http://www.w3.org/2000/01/rdf-schema#label> "p. 15".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/612> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/613> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 20".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/613> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=31&viewMode=images&pn=39&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/613> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/614> <http://www.w3.org/2000/01/rdf-schema#label> "p. 44v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/614> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/615> <http://www.w3.org/2000/01/rdf-schema#label> "Michael Stifel(1487–1567)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/615> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/616> <http://www.w3.org/2000/01/rdf-schema#label> "Johannes Stigel(1515–1562)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/616> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/617> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 448".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/617> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=891&viewMode=images&pn=895&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/617> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/622> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 51".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/622> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=101&ws=1&url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&mode=imagepath&start=101>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/622> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/623> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 52".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/623> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=101&ws=1&mode=imagepath&start=101>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/623> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/624> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 50".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/624> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=99&ws=1&mode=imagepath&start=91>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/624> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/626> <http://www.w3.org/2000/01/rdf-schema#label> "p. 80".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/626> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/627> <http://www.w3.org/2000/01/rdf-schema#label> "p. 79v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/627> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/628> <http://www.w3.org/2000/01/rdf-schema#label> "p. 66v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/628> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/629> <http://www.w3.org/2000/01/rdf-schema#label> "p. 78v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/629> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/631> <http://www.w3.org/2000/01/rdf-schema#label> "p. 73v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/631> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/632> <http://www.w3.org/2000/01/rdf-schema#label> "Alvarus Thomas(fl. 1509–1521)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/632> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/636> <http://www.w3.org/2000/01/rdf-schema#label> "Bernardus Tornius(fl. 1484–1494)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/636> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/637> <http://www.w3.org/2000/01/rdf-schema#label> "Luca Valerio(1552–1618)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/637> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/640> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 109".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/640> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=211&pn=217&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/640> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/641> <http://www.w3.org/2000/01/rdf-schema#label> "p. 302".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/641> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/642> <http://www.w3.org/2000/01/rdf-schema#label> "Johan Baptista Villapandus(1552–1608)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/642> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/643> <http://www.w3.org/2000/01/rdf-schema#label> "François Viète(1540–1603)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/643> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/644> <http://www.w3.org/2000/01/rdf-schema#label> "De numerosa potestatum resolutione(1600)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/644> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/645> <http://www.w3.org/2000/01/rdf-schema#label> "Apollonius Gallus(1600)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/645> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/646> <http://www.w3.org/2000/01/rdf-schema#label> "Variorum responsorum liber VIII(1593)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/646> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/647> <http://www.w3.org/2000/01/rdf-schema#label> "Supplementum geometriae(1593)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/647> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/648> <http://www.w3.org/2000/01/rdf-schema#label> "Effectionum geometricarum(1593)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/648> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/649> <http://www.w3.org/2000/01/rdf-schema#label> "Zeteticorum libri quinque(1591 or 1593)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/649> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/650> <http://www.w3.org/2000/01/rdf-schema#label> "In artem analyticam isagoge(1591)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/650> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/651> <http://www.w3.org/2000/01/rdf-schema#label> "Responsum ad Adrianus Romanus(1595)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/651> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/652> <http://www.w3.org/2000/01/rdf-schema#label> "Harriot's sources: Renaissance".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/652> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/653> <http://www.w3.org/2000/01/rdf-schema#label> "CaesarBaronius".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/653> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/654> <http://www.w3.org/2000/01/rdf-schema#label> "FrancescoBarozzi".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/654> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/655> <http://www.w3.org/2000/01/rdf-schema#label> "RafaelBombelli".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/655> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/656> <http://www.w3.org/2000/01/rdf-schema#label> "TychoBrahe".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/656> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/657> <http://www.w3.org/2000/01/rdf-schema#label> "ChristopherClavius".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/657> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/658> <http://www.w3.org/2000/01/rdf-schema#label> "FedericoCommandino".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/658> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/659> <http://www.w3.org/2000/01/rdf-schema#label> "PhilipLansberg".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/659> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/660> <http://www.w3.org/2000/01/rdf-schema#label> "AlessandroPiccolomini".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/660> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/661> <http://www.w3.org/2000/01/rdf-schema#label> "SimonStevin".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/661> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/662> <http://www.w3.org/2000/01/rdf-schema#label> "FrancescoMaurolico".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/662> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/663> <http://www.w3.org/2000/01/rdf-schema#label> "Pierrede la Ramée".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/663> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/664> <http://www.w3.org/2000/01/rdf-schema#label> "MichaelStifel".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/664> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/665> <http://www.w3.org/2000/01/rdf-schema#label> "Johannes MüllerRegiomontanus".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/665> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/666> <http://www.w3.org/2000/01/rdf-schema#label> "JohannesPraetorius".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/666> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/667> <http://www.w3.org/2000/01/rdf-schema#label> "Guidobaldidel Monte".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/667> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/668> <http://www.w3.org/2000/01/rdf-schema#label> "FrançoisViète".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/668> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/669> <http://www.w3.org/2000/01/rdf-schema#label> "BernardSalignac".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/669> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/670> <http://www.w3.org/2000/01/rdf-schema#label> "JohannesKepler".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/670> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/671> <http://www.w3.org/2000/01/rdf-schema#label> "FrancisFlussas".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/671> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/672> <http://www.w3.org/2000/01/rdf-schema#label> "GirolamoCardano".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/672> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/673> <http://www.w3.org/2000/01/rdf-schema#label> "Juan BautistaVilallpandus".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/673> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/674> <http://www.w3.org/2000/01/rdf-schema#label> "ThomasFinck".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/674> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/675> <http://www.w3.org/2000/01/rdf-schema#label> "GerardMercator".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/675> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/676> <http://www.w3.org/2000/01/rdf-schema#label> "Bernardus Tornius".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/676> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/677> <http://www.w3.org/2000/01/rdf-schema#label> "AlvarusThomas".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/677> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/678> <http://www.w3.org/2000/01/rdf-schema#label> "GiambattistaBenedetti".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/678> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/679> <http://www.w3.org/2000/01/rdf-schema#label> "JohannesStigel".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/679> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/680> <http://www.w3.org/2000/01/rdf-schema#label> "LucaValerio".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/680> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/681> <http://www.w3.org/2000/01/rdf-schema#label> "ChristopherSaxton".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/681> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/682> <http://www.w3.org/2000/01/rdf-schema#label> "Label".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/682> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/683> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS678f.".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/683> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/684> <http://www.w3.org/2000/01/rdf-schema#label> "label".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/684> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/685> <http://www.w3.org/2000/01/rdf-schema#label> "HARRIOT'S SOURCES".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/685> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/686> <http://www.w3.org/2000/01/rdf-schema#label> "Ancient".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/686> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/687> <http://www.w3.org/2000/01/rdf-schema#label> "Islamic".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/687> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/688> <http://www.w3.org/2000/01/rdf-schema#label> "Medieval".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/688> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/689> <http://www.w3.org/2000/01/rdf-schema#label> "Renaissance".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/689> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/691> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/691> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=texttool&characterNormalization=reg&pn=1>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/691> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/695> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6783 f. 29".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/695> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FVWXURW4V&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=texttool&characterNormalization=reg&pn=57>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/695> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/696> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 346v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/696> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=texttool&characterNormalization=reg&pn=692>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/696> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/697> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 347".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/697> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=texttool&characterNormalization=reg&pn=693>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/697> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/698> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 526v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/698> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=texttool&characterNormalization=reg&pn=1052>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/698> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/701> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 73".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/701> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=texttool&characterNormalization=reg&pn=145>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/701> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/702> <http://www.w3.org/2000/01/rdf-schema#label> "Number bases".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/702> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/705> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 68".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/705> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=131&viewMode=images&pn=135&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/705> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/706> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 70".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/706> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=131&viewMode=images&pn=139&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/706> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/707> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 69".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/707> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/709> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786 f. 226".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/709> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=451>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/709> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/711> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 375v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/711> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=750>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/711> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/712> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786f. 376".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/712> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=751>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/712> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/713> <http://www.w3.org/2000/01/rdf-schema#label> "How many...? How much...?".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/713> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/715> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 455".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/715> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=909>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/715> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/717> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 247".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/717> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=493>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/717> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/718> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 420v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/718> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=840>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/718> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/719> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 421".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/719> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=841>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/719> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/720> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6788 f. 518v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/720> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1036>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/720> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/722> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 280v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/722> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=560>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/722> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/723> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 398".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/723> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=795>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/723> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/724> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 476".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/724> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=951>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/724> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/727> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 288".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/727> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=575>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/727> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/728> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 424v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/728> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=848>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/728> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/730> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 423".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/730> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=845>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/730> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/731> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 423v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/731> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=846>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/731> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/732> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 424".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/732> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=847>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/732> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/734> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 333v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/734> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/735> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 334".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/735> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=667>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/735> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/736> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 334v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/736> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=668>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/736> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/738> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 101v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/738> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=202>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/738> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/739> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 102".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/739> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=203>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/739> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/740> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 104v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/740> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/741> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 106".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/741> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=211>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/741> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/742> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 106v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/742> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/743> <http://www.w3.org/2000/01/rdf-schema#label> "Some calculations of square roots".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/743> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/745> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 555".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/745> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1109>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/745> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/746> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 554v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/746> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1108>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/746> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/747> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 545".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/747> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1089>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/747> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/748> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 546".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/748> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/749> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 543".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/749> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1085>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/749> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/750> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 554".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/750> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1107>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/750> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/751> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 553".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/751> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1105>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/751> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/752> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 552v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/752> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1104>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/752> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/753> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 515".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/753> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1029>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/753> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/754> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 515v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/754> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/756> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 517v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/756> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1034>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/756> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/757> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 537".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/757> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1073>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/757> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/758> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 540".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/758> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1079>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/758> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/759> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 31v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/759> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=62>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/759> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/760> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 543v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/760> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1086>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/760> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/761> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 542".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/761> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1083>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/761> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/762> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 536".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/762> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1071>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/762> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/763> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 541".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/763> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1081>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/763> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/764> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 545v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/764> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1090>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/764> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/766> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 31".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/766> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=61>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/766> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/767> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 547v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/767> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1094>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/767> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/768> <http://www.w3.org/2000/01/rdf-schema#label> "Population growth".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/768> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/770> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6783 f. 35".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/770> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?tocMode=thumbs&url=/mpiwg/online/permanent/library/VWXURW4V&viewMode=images&tocPN=1&searchPN=1&mode=texttool&characterNormalization=reg&query=&pn=69&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/770> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/771> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6783 f. 61".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/771> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?tocMode=thumbs&url=/mpiwg/online/permanent/library/VWXURW4V&viewMode=images&tocPN=1&searchPN=1&mode=texttool&characterNormalization=reg&query=&pn=121&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/771> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/773> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 95v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/773> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?tocMode=thumbs&url=/mpiwg/online/permanent/library/HSPGZ0AE&viewMode=images&tocPN=1&searchPN=1&mode=texttool&characterNormalization=reg&query=&pn=190&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/773> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/774> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 96".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/774> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?tocMode=thumbs&url=/mpiwg/online/permanent/library/HSPGZ0AE&viewMode=images&tocPN=1&searchPN=1&mode=texttool&characterNormalization=reg&query=&pn=191&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/774> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/776> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 394".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/776> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=texttool&characterNormalization=reg&pn=787>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/776> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/777> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 394v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/777> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?tocMode=thumbs&url=/mpiwg/online/permanent/library/TRMFCPMB&viewMode=images&tocPN=1&searchPN=1&mode=texttool&characterNormalization=reg&query=&pn=788&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/777> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/778> <http://www.w3.org/2000/01/rdf-schema#label> "Some miscellaneous calculations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/778> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/780> <http://www.w3.org/2000/01/rdf-schema#label> "How many...?How much...?".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/780> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/781> <http://www.w3.org/2000/01/rdf-schema#label> "Conversions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/781> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/782> <http://www.w3.org/2000/01/rdf-schema#label> "Square roots".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/782> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/783> <http://www.w3.org/2000/01/rdf-schema#label> "Somemiscellaneouscalculations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/783> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/784> <http://www.w3.org/2000/01/rdf-schema#label> "Population".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/784> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/786> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 206".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/786> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=411>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/786> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/787> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 205".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/787> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=409>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/787> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/788> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 204".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/788> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=407>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/788> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/789> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 203".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/789> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=405>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/789> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/790> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 201".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/790> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=401>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/790> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/791> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 199".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/791> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=397>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/791> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/792> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 294".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/792> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=587>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/792> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/793> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 304".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/793> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=607>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/793> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/794> <http://www.w3.org/2000/01/rdf-schema#label> "Investigations based on Viéte's Zetetica".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/794> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/796> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 84".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/796> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=161&viewMode=images&pn=167&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/796> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/797> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 85".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/797> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=169>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/797> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/798> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 86".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/798> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=171>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/798> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/799> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 87".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/799> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=173>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/799> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/800> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 88".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/800> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=175>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/800> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/801> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 89".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/801> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=161&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&pn=167>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/801> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/802> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 90".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/802> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/803> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 91".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/803> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=181>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/803> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/804> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 556v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/804> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=181>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/804> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/805> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 84v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/805> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=168>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/805> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/806> <http://www.w3.org/2000/01/rdf-schema#label> "Stifel's orders".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/806> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/807> <http://www.w3.org/2000/01/rdf-schema#label> "Harriots' new orders, listed systematically".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/807> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/808> <http://www.w3.org/2000/01/rdf-schema#label> "hypotenuse= 1105".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/808> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/809> <http://www.w3.org/2000/01/rdf-schema#label> "Pythagorean triples: refutation of Stifel".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/809> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/811> <http://www.w3.org/2000/01/rdf-schema#label> "Investigations based on Viète's Zetetica".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/811> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/812> <http://www.w3.org/2000/01/rdf-schema#label> "Refutation of Stifel".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/812> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/819> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 299".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/819> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=597>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/819> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/820> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 298".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/820> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=595>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/820> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/822> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 510".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/822> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1019>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/822> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/823> <http://www.w3.org/2000/01/rdf-schema#label> "Arithmetic, geometric, and harmonic progressions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/823> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/825> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 361".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/825> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=721>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/825> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/826> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 363".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/826> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=725>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/826> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/827> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 364".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/827> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/827> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/828> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 191".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/828> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=381>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/828> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/829> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 362".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/829> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=723>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/829> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/831> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 472".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/831> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=943>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/831> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/832> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 428".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/832> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/834> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 566".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/834> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=1130&ws=1&start=1121&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/MAH52R5E/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/834> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/835> <http://www.w3.org/2000/01/rdf-schema#label> "Notes on geometric progressions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/835> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/837> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 428v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/837> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=856>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/837> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/842> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6788 f. 357".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/842> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=713>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/842> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/843> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6788 f. 359".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/843> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FAYB35Z4D%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=717>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/843> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/844> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 53".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/844> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=105&ws=1&mode=imagepath&start=101>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/844> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/845> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 55v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/845> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=110&ws=1&mode=imagepath&start=101>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/845> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/847> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 69".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/847> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=137>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/847> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/848> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 67".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/848> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=133>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/848> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/850> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 178v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/850> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/850> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/851> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 41".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/851> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=81&ws=1&url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&mode=imagepath&start=71>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/851> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/852> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 42".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/852> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=83&ws=1&mode=imagepath&start=81>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/852> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/853> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 44".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/853> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=87&ws=1&mode=imagepath&start=81>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/853> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/854> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 45".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/854> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=89&ws=1&mode=imagepath&start=81>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/854> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/855> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 43".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/855> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&pn=85&ws=1&mode=imagepath&start=81>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/855> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/856> <http://www.w3.org/2000/01/rdf-schema#label> "Some infinite series,in numbers and in diagrams".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/856> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/858> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 437".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/858> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=873>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/858> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/860> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 247".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/860> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=493>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/860> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/861> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 248".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/861> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=495>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/861> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/862> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 246".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/862> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=491>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/862> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/863> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 430".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/863> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=859>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/863> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/865> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 359".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/865> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=717>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/865> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/866> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 360".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/866> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/866> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/867> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6789f. 103".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/867> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=205&ws=1&url=/mpiwg/online/permanent/library/0VGM2B80/pageimg&mode=imagepath&start=201>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/867> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/868> <http://www.w3.org/2000/01/rdf-schema#label> "The Achilles paradox".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/868> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/870> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 429".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/870> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=857>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/870> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/871> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 362".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/871> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=723>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/871> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/872> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 363".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/872> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=725>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/872> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/873> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 364".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/873> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/873> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/874> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 365".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/874> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=729>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/874> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/875> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 366".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/875> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=731>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/875> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/876> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 367".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/876> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=733>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/876> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/877> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 368".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/877> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=735>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/877> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/878> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 369".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/878> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=737>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/878> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/879> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 370".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/879> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/880> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 371".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/880> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=741>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/880> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/881> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 372".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/881> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=743>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/881> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/882> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 373".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/882> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=745>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/882> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/884> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 190v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/884> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=380>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/884> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/885> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 190".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/885> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=379>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/885> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/887> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 436".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/887> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=871>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/887> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/888> <http://www.w3.org/2000/01/rdf-schema#label> "A set of notes on the infinite".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/888> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/890> <http://www.w3.org/2000/01/rdf-schema#label> "Geometric progressions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/890> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/891> <http://www.w3.org/2000/01/rdf-schema#label> "Some infinite series".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/891> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/892> <http://www.w3.org/2000/01/rdf-schema#label> "Writings on infinity".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/892> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/893> <http://www.w3.org/2000/01/rdf-schema#label> "The Achilles paradox".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/893> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/895> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 280".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/895> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/895> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/896> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 278".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/896> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=555>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/896> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/897> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 402".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/897> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=803>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/897> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/898> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 279".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/898> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=557>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/898> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/899> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 281".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/899> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=561>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/899> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/900> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 403".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/900> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=805>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/900> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/901> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 404".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/901> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=807>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/901> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/902> <http://www.w3.org/2000/01/rdf-schema#label> "Powers of (20 + 4)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/902> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/903> <http://www.w3.org/2000/01/rdf-schema#label> "Powers of (60 + 7)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/903> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/905> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 457".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/905> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=913>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/905> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/906> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 276".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/906> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=551>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/906> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/907> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 30".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/907> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=59>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/907> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/908> <http://www.w3.org/2000/01/rdf-schema#label> "'Pascal's triangle' from multiplication of binomes(with some numerical examples)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/908> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/912> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 163".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/912> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/912> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/913> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 164".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/913> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=327>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/913> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/915> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 3v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/915> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=6>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/915> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/916> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 248".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/916> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=495>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/916> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/918> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 29v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/918> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=58>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/918> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/919> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 162".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/919> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=323>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/919> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/920> <http://www.w3.org/2000/01/rdf-schema#label> "'Pascal's triangle' from triangular numbers".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/920> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/922> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6783  f. 20".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/922> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FVWXURW4V%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=39>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/922> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/924> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 38".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/924> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=75>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/924> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/925> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 407".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/925> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=815>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/925> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/926> <http://www.w3.org/2000/01/rdf-schema#label> "'Pascal's triangle' for the extraction of roots".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/926> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/928> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 63".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/928> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=125>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/928> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/929> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 32".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/929> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=63>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/929> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/930> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 58".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/930> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=115>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/930> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/932> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 37".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/932> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=73>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/932> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/933> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 36".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/933> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=71>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/933> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/937> <http://www.w3.org/2000/01/rdf-schema#label> "'Pascal's triangle' in connection with combinations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/937> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/940> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 84v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/940> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=168>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/940> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/941> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 243v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/941> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=486>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/941> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/942> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 165".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/942> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=329>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/942> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/943> <http://www.w3.org/2000/01/rdf-schema#label> "'Pascal's triangle' generalized".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/943> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/944> <http://www.w3.org/2000/01/rdf-schema#label> "Pascal's triangle(in various contexts)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/944> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/945> <http://www.w3.org/2000/01/rdf-schema#label> "from multiplication of binomes".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/945> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/946> <http://www.w3.org/2000/01/rdf-schema#label> "generalized".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/946> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/947> <http://www.w3.org/2000/01/rdf-schema#label> "for extraction of roots".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/947> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/948> <http://www.w3.org/2000/01/rdf-schema#label> "for combinations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/948> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/949> <http://www.w3.org/2000/01/rdf-schema#label> "from triangular numbers".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/949> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/951> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 154".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/951> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=307>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/951> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/952> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 155".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/952> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=309>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/952> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/953> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 156".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/953> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=311>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/953> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/954> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 237".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/954> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=473>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/954> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/955> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 157".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/955> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=313>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/955> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/956> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 153".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/956> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=305>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/956> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/957> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 159".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/957> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=317>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/957> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/958> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 158".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/958> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=315>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/958> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/960> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 147".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/960> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=293>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/960> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/961> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 148".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/961> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=295>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/961> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/962> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 150".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/962> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=299>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/962> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/963> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 149".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/963> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=297>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/963> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/964> <http://www.w3.org/2000/01/rdf-schema#label> "Rules for progressions of figurate numbers: triangular, square, pentagonal, etc.".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/964> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/966> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 74".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/966> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=147>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/966> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/967> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 74v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/967> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=148>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/967> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/968> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 76v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/968> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=152>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/968> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/970> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 81".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/970> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=161>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/970> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/972> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 80".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/972> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/972> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/974> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 83".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/974> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=165>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/974> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/975> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 81v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/975> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=162>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/975> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/976> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 82".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/976> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=163>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/976> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/978> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 77".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/978> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=153>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/978> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/979> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 77v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/979> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=154>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/979> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/980> <http://www.w3.org/2000/01/rdf-schema#label> "Fitting formulae to progressions of figurate numbers".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/980> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/981> <http://www.w3.org/2000/01/rdf-schema#label> "Figurate numbers:triangular, square, pentagonal, hexagonal, etc.".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/981> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/982> <http://www.w3.org/2000/01/rdf-schema#label> "Progressions of figurate numbers".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/982> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/983> <http://www.w3.org/2000/01/rdf-schema#label> "Fitting formulae to progressions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/983> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/985> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 247".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/985> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewSB?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=texttool&characterNormalization=reg&pn=493>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/985> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/987> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 338v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/987> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=676>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/987> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/988> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 341v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/988> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=682>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/988> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/989> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 341".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/989> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=681>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/989> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/990> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 340v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/990> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=680>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/990> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/991> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 347v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/991> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=694>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/991> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/992> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 342".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/992> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=683>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/992> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/993> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 344v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/993> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=688>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/993> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/994> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 346".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/994> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=691>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/994> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/995> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 348v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/995> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=696>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/995> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/996> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 349v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/996> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=698>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/996> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/997> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 343v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/997> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=686>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/997> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/998> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 339".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/998> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=677>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/998> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/999> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 345".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/999> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=689>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/999> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1000> <http://www.w3.org/2000/01/rdf-schema#label> "Differences of differences, calculated in a, e, o, y notation".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1002> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 336".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1002> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1002> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1003> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 335".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1003> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=669>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1004> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f.169".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1004> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=337>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1004> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1005> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 170".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1005> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=339>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1006> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 171".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1006> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1007> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 172".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1007> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1009> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 175".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1009> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=349>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1009> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1010> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 173".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1010> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=345>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1010> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1011> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 174".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1011> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=347>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1011> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1012> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 176".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1012> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=351>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1012> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1014> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 198".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1014> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1014> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1015> <http://www.w3.org/2000/01/rdf-schema#label> "Progressions from constant differences, in v, e, p, n notation,for four columns".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1015> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1017> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 234".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1017> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=467>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1017> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1019> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 177".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1019> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=353>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1019> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1020> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 179".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1020> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=357>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1020> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1022> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 235".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1022> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=469>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1022> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1023> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 236".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1023> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=471>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1023> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1024> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 240".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1024> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=479>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1024> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1025> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 239".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1025> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=477>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1025> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1026> <http://www.w3.org/2000/01/rdf-schema#label> "Progressions from constant differences, in v, e, p, n notation,for five or six columns".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1026> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1027> <http://www.w3.org/2000/01/rdf-schema#label> "Progressions from constant differences in v, e, p, n notation".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1027> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1028> <http://www.w3.org/2000/01/rdf-schema#label> "Four columns".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1028> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1029> <http://www.w3.org/2000/01/rdf-schema#label> "Five or six columns".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1029> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1031> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 246".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1031> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=491>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1031> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1032> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 423".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1032> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=845>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1032> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1033> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6783 f. 254".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1033> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FVWXURW4V%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=507>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1033> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1035> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 178v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1035> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1035> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1036> <http://www.w3.org/2000/01/rdf-schema#label> "Polynomials as progressions with constant differences".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1036> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1037> <http://www.w3.org/2000/01/rdf-schema#label> "Progressions from constant differences".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1037> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1038> <http://www.w3.org/2000/01/rdf-schema#label> "Differences of differences in a, e, o, y notation".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1038> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1039> <http://www.w3.org/2000/01/rdf-schema#label> "Polynomial progressions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1039> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1040> <http://www.w3.org/2000/01/rdf-schema#label> "Progressions from constant differences in v, e, p, n notation".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1040> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1042> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 107".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1042> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1042> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1043> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 108".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1043> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=215>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1043> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1044> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 109".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1044> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=217>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1044> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1045> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 110".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1045> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=219>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1045> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1046> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 111".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1046> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=221>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1046> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1047> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 112".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1047> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=223>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1047> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1048> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 126".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1048> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=251>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1048> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1049> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 125".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1049> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=249>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1049> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1050> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 124".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1050> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=247>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1050> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1051> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 123".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1051> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=245>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1051> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1052> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 122".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1052> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=243>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1052> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1053> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 120".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1053> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=239>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1053> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1054> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 127".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1054> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=253>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1054> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1055> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 128".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1055> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1055> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1056> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 129".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1056> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=257>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1056> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1057> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 131".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1057> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=261>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1057> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1058> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 132".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1058> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=263>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1058> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1059> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 146v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1059> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=292>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1059> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1060> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 145".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1060> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=289>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1060> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1061> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 144".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1061> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=287>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1061> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1062> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 143".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1062> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1062> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1063> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 142".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1063> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1064> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 141".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1064> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1064> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1065> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 114".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1065> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=227>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1065> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1066> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 116".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1066> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=231>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1066> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1067> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 119".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1067> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=237>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1067> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1068> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 118".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1068> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=235>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1068> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1069> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 117".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1069> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1069> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1070> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 133".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1070> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=261&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&pn=265>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1070> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1071> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 134".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1071> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=267>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1071> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1072> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 135".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1072> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=269>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1072> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1073> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 136".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1073> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=271>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1073> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1074> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 140".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1074> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=279>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1074> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1075> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 138".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1075> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=275>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1075> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1076> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 137".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1076> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=273>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1076> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1077> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 113".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1077> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=225>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1077> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1078> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 115".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1078> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=229>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1078> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1079> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 121".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1079> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=241>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1079> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1080> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 139".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1080> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1080> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1081> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 130".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1081> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=259>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1081> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1082> <http://www.w3.org/2000/01/rdf-schema#label> "Magisteria magna".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1082> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1084> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 417".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1084> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1085> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 330".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1085> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=659>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1085> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1086> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 83v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1086> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1088> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 218".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1088> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=435>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1088> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1089> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 219".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1089> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=437>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1089> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1091> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 83".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1091> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=165>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1091> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1093> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6783 f. 44v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1093> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FVWXURW4V%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=88>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1093> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1094> <http://www.w3.org/2000/01/rdf-schema#label> "Formulae for triangular numbers[corresponding to 'Magisteria magna' pages 1 to 4]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1094> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1096> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 348v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1096> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=696>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1096> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1098> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 348".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1098> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1099> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 217".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1099> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=433>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1099> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1100> <http://www.w3.org/2000/01/rdf-schema#label> "Constant difference tables, and formulae for their rows[corresponding to 'Magisteria magna' pages 5 to 7]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1100> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1102> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 215".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1102> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=429>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1102> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1103> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 215v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1103> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1103> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1104> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 207".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1104> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=413>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1104> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1105> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 207v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1105> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=414>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1105> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1107> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 212".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1107> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1108> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 213".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1108> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=425>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1108> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1109> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 214".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1109> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=427>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1109> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1111> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 211v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1111> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=422>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1111> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1112> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 216".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1112> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=431>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1112> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1113> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 216v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1113> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1113> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1114> <http://www.w3.org/2000/01/rdf-schema#label> "Patterns of increasing (c) and decreasing (d) columns[corresponding to 'Magisteria magna' page 8]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1114> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1116> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 211".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1116> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=421>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1116> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1117> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 208".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1117> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=415>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1117> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1118> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 347".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1118> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=693>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1118> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1119> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 208v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1119> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=416>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1119> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1120> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 349".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1120> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=697>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1120> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1121> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 410".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1121> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=819>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1121> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1122> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 210v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1122> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=420>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1122> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1123> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 211v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1123> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=422>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1123> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1124> <http://www.w3.org/2000/01/rdf-schema#label> "[pages 10, 11]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1124> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1125> <http://www.w3.org/2000/01/rdf-schema#label> "[page 16]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1125> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1126> <http://www.w3.org/2000/01/rdf-schema#label> "[page 14]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1126> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1127> <http://www.w3.org/2000/01/rdf-schema#label> "[page 12]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1127> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1128> <http://www.w3.org/2000/01/rdf-schema#label> "[page 9]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1128> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1129> <http://www.w3.org/2000/01/rdf-schema#label> "Entries in sub-tables, in terms of n, a, b, c, d, ...[corresponding to 'Magisteria magna' pages 9 to 18]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1129> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1131> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 211".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1131> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=421>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1131> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1132> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 210".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1132> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=419>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1132> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1133> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 210v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1133> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=420>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1133> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1134> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 200".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1134> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=399>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1134> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1136> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 206".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1136> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=411>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1136> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1137> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 207".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1137> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=413>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1137> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1138> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 209".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1138> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=417>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1138> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1139> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 205".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1139> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=409>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1139> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1140> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 208".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1140> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=415>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1140> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1142> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 203".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1142> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=405>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1142> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1143> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 201".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1143> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=401>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1143> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1144> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 202".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1144> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=403>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1144> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1146> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 220".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1146> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=439>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1146> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1147> <http://www.w3.org/2000/01/rdf-schema#label> "Canons for a, b, c, . . . in terms of A, B, C, . . .[corresponding to 'Magisteria magna' pages 19 to 25]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1147> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1149> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 196".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1149> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=391>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1149> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1150> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 195".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1150> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=389>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1150> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1151> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 197".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1151> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=393>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1151> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1152> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 199".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1152> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=397>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1152> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1153> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 193".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1153> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=385>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1153> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1154> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 518v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1154> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1036>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1154> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1155> <http://www.w3.org/2000/01/rdf-schema#label> "[p. 26]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1155> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1156> <http://www.w3.org/2000/01/rdf-schema#label> "[p. 31]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1156> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1158> <http://www.w3.org/2000/01/rdf-schema#label> "[p. 32]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1158> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1159> <http://www.w3.org/2000/01/rdf-schema#label> "[p. 33]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1159> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1160> <http://www.w3.org/2000/01/rdf-schema#label> "[p. 34.3]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1160> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1162> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 170".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1162> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=339>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1162> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1163> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 171v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1163> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=342>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1163> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1164> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 169".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1164> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=337>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1164> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1165> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 227".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1165> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=453>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1165> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1167> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 168".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1167> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=335>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1167> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1168> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 212".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1168> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=423>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1168> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1169> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 213".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1169> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=425>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1169> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1170> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 173".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1170> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=345>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1170> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1171> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 172v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1171> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1172> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 167".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1172> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=333>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1172> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1173> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 166".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1173> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1174> <http://www.w3.org/2000/01/rdf-schema#label> "Full table entries in terms of n, A, B, C, ...[corresponding to 'Magisteria magna' pages 26 to 34]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1174> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1176> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 146".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1176> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=291>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1176> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1177> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 193v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1177> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=386>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1177> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1179> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 352".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1179> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&start=701&viewMode=images&pn=702&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1179> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1180> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolation[corresponding to 'Magisteria magna' pages 35 and 36]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1180> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1182> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 215v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1182> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1182> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1183> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785 f. 4v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1183> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=8>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1183> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1184> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 417v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1184> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=834>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1184> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1186> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 75v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1186> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1187> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 76".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1187> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=151>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1187> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1188> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 210".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1188> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=419>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1188> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1190> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 194".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1190> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=387>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1190> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1192> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 201v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1192> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1192> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1193> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 204".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1193> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=407>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1193> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1194> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 204v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1194> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=408>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1194> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1195> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 208v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1195> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=416>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1195> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1196> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 172".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1196> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=343>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1196> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1198> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 271".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1198> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=541>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1198> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1199> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 271v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1199> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=542>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1199> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1200> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 352v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1200> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=704>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1200> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1202> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 505".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1202> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1010>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1202> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1203> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 209".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1203> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=417>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1203> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1204> <http://www.w3.org/2000/01/rdf-schema#label> "Other folios of rough working relating to the 'Magisteria magna'".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1204> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1205> <http://www.w3.org/2000/01/rdf-schema#label> "Drafts, alternative pages, and rough work for the Magisteria magna".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1205> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1206> <http://www.w3.org/2000/01/rdf-schema#label> "Triangular numbers and their formulae[pages 1–4]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1206> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1207> <http://www.w3.org/2000/01/rdf-schema#label> "Difference tables, and formulae for their rows[pages 5–7]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1207> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1208> <http://www.w3.org/2000/01/rdf-schema#label> "Combinations of increasing and decreasing columns[page 8]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1208> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1209> <http://www.w3.org/2000/01/rdf-schema#label> "Entries in full tablesin terms of n, N, A, B, C, ...[pages 26–34]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1209> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1210> <http://www.w3.org/2000/01/rdf-schema#label> "Canons for a, b, c in terms of A, B, C, ...[pages 19–25]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1210> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1211> <http://www.w3.org/2000/01/rdf-schema#label> "Entries in sub-tables in terms of n, a, b, c, ...[pages 9–18]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1211> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1212> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolation[pages 35–36]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1212> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1213> <http://www.w3.org/2000/01/rdf-schema#label> "Other folios of rough working".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1213> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1215> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 252v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1215> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=504>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1215> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1216> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 63".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1216> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=125>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1216> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1217> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 59".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1217> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=117>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1217> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1218> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 56".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1218> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=111>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1218> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1219> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 55".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1219> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=109>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1219> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1220> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 54".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1220> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=107>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1220> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1221> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 53".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1221> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=105>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1221> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1222> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 58".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1222> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=115>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1222> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1224> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 20".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1224> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=39>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1224> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 19".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=37>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1226> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 17".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1226> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=33>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1226> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1228> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 68".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1228> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=135>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1228> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1229> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 67".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1229> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=133>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1229> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1230> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 69".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1230> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=137>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1230> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1231> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 70".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1231> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=139>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1231> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1232> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 71".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1232> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=141>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1232> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1233> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 66".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1233> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1233> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1234> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 72".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1234> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=143>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1234> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1235> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolation of sines assuming a constant third, fourth, or fifth difference".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1235> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1237> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 245".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1237> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=489>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1237> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1238> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 247".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1238> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=493>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1238> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1239> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 248".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1239> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=495>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1239> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1240> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolation of pretend sines for William Lower".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1240> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1241> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolations of sines from constant differences".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1241> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1242> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolation of sines from constant third, fourth, or fifth differences".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1242> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1243> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolations of 'pretend' sines".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1243> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1245> <http://www.w3.org/2000/01/rdf-schema#label> "'Magisteria magna'".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1245> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1246> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolation applied to sines".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1246> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1247> <http://www.w3.org/2000/01/rdf-schema#label> "Drafts of the'Magisteria magna'".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1247> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1248> <http://www.w3.org/2000/01/rdf-schema#label> "ARITHMETIC".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1248> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1249> <http://www.w3.org/2000/01/rdf-schema#label> "Bases".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1249> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1250> <http://www.w3.org/2000/01/rdf-schema#label> "Calculations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1250> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1251> <http://www.w3.org/2000/01/rdf-schema#label> "Pythagorean triples".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1251> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1252> <http://www.w3.org/2000/01/rdf-schema#label> "Pascal's triangle".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1252> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1253> <http://www.w3.org/2000/01/rdf-schema#label> "Figurate numbers".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1253> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1254> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolation".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1254> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1255> <http://www.w3.org/2000/01/rdf-schema#label> "Infinity".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1255> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1256> <http://www.w3.org/2000/01/rdf-schema#label> "Progressions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1256> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1257> <http://www.w3.org/2000/01/rdf-schema#label> "Arithmetic andgeometric progressions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1257> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1259> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 40".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1259> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=79>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1259> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1261> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 39".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1261> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=77>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1261> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1262> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 332".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1262> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=663>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1262> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1263> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 182".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1263> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=363>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1263> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1265> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 180".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1265> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=359>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1265> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1266> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 35".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1266> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=69>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1266> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1267> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 33".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1267> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=65>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1267> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1268> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 36".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1268> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=71>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1268> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1269> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 38".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1269> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=75>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1269> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1270> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 34".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1270> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=67>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1270> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1271> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 37".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1271> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=73>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1271> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1272> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782 f. 331".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1272> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=661>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1272> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1273> <http://www.w3.org/2000/01/rdf-schema#label> "Combinations and transpositions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1273> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1275> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 181".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1275> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=361>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1275> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1276> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 291".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1276> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=581>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1276> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1277> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 48v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1277> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=96>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1277> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1278> <http://www.w3.org/2000/01/rdf-schema#label> "Combinations generated by multiplication".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1278> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1280> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782f. 45".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1280> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=89>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1280> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1282> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782f. 49".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1282> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=97>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1282> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1283> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782f. 50".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1283> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=99>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1283> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1284> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782f. 185".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1284> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=369>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1284> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1286> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782f. 41".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1286> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=81>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1286> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1287> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782f. 40v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1287> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=80>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1287> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1288> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782f. 184".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1288> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=367>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1288> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1291> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 60".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1291> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=119>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1291> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1292> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 64".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1292> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=127>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1292> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1293> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 57".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1293> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=113>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1293> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1294> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 57v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1294> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=114>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1294> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1295> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 63".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1295> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=125>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1295> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1296> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 32".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1296> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=63>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1296> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1297> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 58".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1297> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=115>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1297> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1298> <http://www.w3.org/2000/01/rdf-schema#label> "Pathways to any point in the grid".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1298> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1299> <http://www.w3.org/2000/01/rdf-schema#label> "Pathways to a cornerthrough whole squares".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1299> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1300> <http://www.w3.org/2000/01/rdf-schema#label> "Smaller squares and quarter squares".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1300> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1301> <http://www.w3.org/2000/01/rdf-schema#label> "Pathways to a cornerthrough quarter squares".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1301> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1303> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 27".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1303> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=53>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1303> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1304> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 28".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1304> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=55>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1304> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1307> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 424".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1307> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=847>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1307> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1308> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 414".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1308> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1309> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6784 f. 411v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1309> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=822>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1309> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1310> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 440".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1310> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=871&viewMode=images&pn=879&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1310> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1312> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786f. 377".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1312> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=753>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1312> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1313> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786f. 378".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1313> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=755>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1313> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1314> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786f. 378v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1314> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=756>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1314> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1316> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6787 f. 515".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1316> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FMAH52R5E%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=1029>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1316> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1318> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 500".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1318> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=999>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1318> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1319> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 431".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1319> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=861>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1319> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1321> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6786 f. 365".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1321> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FTRMFCPMB%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=729>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1321> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1323> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785f. 62v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1323> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=124>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1323> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1324> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6785f. 65".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1324> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=129>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1324> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1326> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 215".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1326> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=429>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1326> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1327> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782 f. 215v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1327> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1327> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1328> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 207v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1328> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=414&ws=1&start=411&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1328> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1330> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6783f. 275v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1330> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FVWXURW4V%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=550>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1330> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1331> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6783 f. 409v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1331> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FVWXURW4V%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=818>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1331> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1332> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6783f. 412".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1332> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FVWXURW4V%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=823>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1332> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1333> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6783f. 98".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1333> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FVWXURW4V%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=195>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1333> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1335> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS 6782f. 298".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1335> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=595>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1335> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1336> <http://www.w3.org/2000/01/rdf-schema#label> "Combinations in other contexts".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1336> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1337> <http://www.w3.org/2000/01/rdf-schema#label> "COMBINATIONS".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1337> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1338> <http://www.w3.org/2000/01/rdf-schema#label> "Combinations bymultiplication".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1338> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1339> <http://www.w3.org/2000/01/rdf-schema#label> "Sums on dice".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1339> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1340> <http://www.w3.org/2000/01/rdf-schema#label> "Word squares".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1340> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1341> <http://www.w3.org/2000/01/rdf-schema#label> "Combinationsandtranspositions".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1341> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1342> <http://www.w3.org/2000/01/rdf-schema#label> "Combinationsin othercontexts".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1342> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1344> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 357".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1344> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=711&viewMode=images&pn=714&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1344> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1345> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 88".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1345> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=171&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=175&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1345> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1346> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 354".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1346> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=701&viewMode=images&pn=708&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1346> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1347> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 355".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1347> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=701&viewMode=images&pn=710&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1347> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1348> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 356".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1348> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=711&viewMode=images&pn=712&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1348> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1349> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 358".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1349> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=711&viewMode=images&pn=716&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1349> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1350> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 365".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1350> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=361&viewMode=images&pn=365&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1350> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1351> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 308".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1351> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=611&viewMode=images&pn=615&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1351> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1352> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 89v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1352> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&tocPN=1&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=178&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1352> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1353> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 151v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1353> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=301&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=303&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1353> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1354> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 409".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1354> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FXT0KZ8QC%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=817>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1354> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1355> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 212v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1355> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FKN1CRTZ2%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=424>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1355> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1356> <http://www.w3.org/2000/01/rdf-schema#label> "(See also: COMBINATIONS/Combinations by multiplication)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1356> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1358> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 322".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1358> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=641&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=643&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1358> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1359> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 323".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1359> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=641&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=645&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1359> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1360> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 324".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1360> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=641&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=647&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1360> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1361> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 325".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1361> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=641&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=649&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1361> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1362> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 321v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1362> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=641&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=642&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1362> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1364> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 277".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1364> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=551&viewMode=images&pn=554&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1364> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1365> <http://www.w3.org/2000/01/rdf-schema#label> "Notation andelementary operations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1365> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1367> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 383".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1367> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&viewMode=images&start=761&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=765&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1367> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1368> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 249v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1368> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=491&viewMode=images&pn=498&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1368> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1369> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 250".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1369> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=491&viewMode=images&pn=499&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1369> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1370> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 385".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1370> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&viewMode=images&start=761&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=769&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1370> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1371> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 385v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1371> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&viewMode=images&start=761&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=770&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1371> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1372> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 401v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1372> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=801&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=802&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1372> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1373> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 29".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1373> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=51&viewMode=images&pn=57&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1373> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1374> <http://www.w3.org/2000/01/rdf-schema#label> "with imaginary roots".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1374> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1376> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 45".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1376> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=81&viewMode=images&pn=89&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1376> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1377> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6787f. 189".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1377> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/MAH52R5E/pageimg&start=371&viewMode=images&pn=376&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1377> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1378> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 104".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1378> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=201&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=207&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1378> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1379> <http://www.w3.org/2000/01/rdf-schema#label> "Elementary equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1379> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1381> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 411".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1381> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&start=821&viewMode=images&pn=821&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1381> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1382> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 412".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1382> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&start=821&viewMode=images&pn=823&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1382> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1384> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 380v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1384> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=771&viewMode=images&pn=778&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1384> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1385> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 251v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1385> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&viewMode=images&start=501&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=502&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1385> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1386> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 380".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1386> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=771&viewMode=images&pn=777&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1386> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1387> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 251".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1387> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&viewMode=images&start=501&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=501&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1387> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1388> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 250".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1388> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&viewMode=images&start=491&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=499&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1388> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1389> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 232".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1389> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=463>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1389> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1390> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 257".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1390> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&viewMode=images&start=511&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=513&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1390> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1391> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 265v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1391> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=%2Fmpiwg%2Fonline%2Fpermanent%2Flibrary%2FHSPGZ0AE%2Fpageimg&viewMode=images&tocMode=thumbs&tocPN=1&query=&searchPN=1&queryType=&mode=imagepath&characterNormalization=reg&pn=530>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1391> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1392> <http://www.w3.org/2000/01/rdf-schema#label> "w.1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1392> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1393> <http://www.w3.org/2000/01/rdf-schema#label> "w.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1393> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1394> <http://www.w3.org/2000/01/rdf-schema#label> "w.3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1394> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1395> <http://www.w3.org/2000/01/rdf-schema#label> "w.4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1395> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1398> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1398> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=1&viewMode=images&pn=1&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1398> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1399> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 1v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1399> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=1&viewMode=images&pn=2&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1399> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1400> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1400> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=1&viewMode=images&pn=5&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1400> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1401> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1401> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=1&viewMode=images&pn=3&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1401> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1402> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1402> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=1&viewMode=images&pn=7&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1402> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1403> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 5".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1403> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=1&viewMode=images&pn=9&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1403> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1404> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 2v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1404> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=1&viewMode=images&pn=4&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1404> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1405> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1405> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=11&viewMode=images&pn=11&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1405> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1406> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 9".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1406> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=11&viewMode=images&pn=17&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1406> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1407> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 7".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1407> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=11&viewMode=images&pn=13&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1407> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1408> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 11v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1408> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=21&viewMode=images&pn=22&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1408> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1409> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 11".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1409> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=21&viewMode=images&pn=21&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1409> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1410> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 10".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1410> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=11&viewMode=images&pn=19&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1410> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1411> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 8".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1411> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=11&viewMode=images&pn=15&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1411> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1412> <http://www.w3.org/2000/01/rdf-schema#label> "b.1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1412> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1413> <http://www.w3.org/2000/01/rdf-schema#label> "b.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1413> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1414> <http://www.w3.org/2000/01/rdf-schema#label> "b.3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1414> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1415> <http://www.w3.org/2000/01/rdf-schema#label> "b.5".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1415> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1416> <http://www.w3.org/2000/01/rdf-schema#label> "b.4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1416> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1417> <http://www.w3.org/2000/01/rdf-schema#label> "b.6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1417> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1418> <http://www.w3.org/2000/01/rdf-schema#label> "b.7".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1418> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1419> <http://www.w3.org/2000/01/rdf-schema#label> "b.11".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1419> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1420> <http://www.w3.org/2000/01/rdf-schema#label> "b.10".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1420> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1421> <http://www.w3.org/2000/01/rdf-schema#label> "b.9".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1421> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1422> <http://www.w3.org/2000/01/rdf-schema#label> "b.8".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1422> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1423> <http://www.w3.org/2000/01/rdf-schema#label> "Elementary operations on radicals".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1423> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1424> <http://www.w3.org/2000/01/rdf-schema#label> "(addition, subtraction, multiplication, division, extraction of roots)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1424> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1426> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 485".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1426> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=961&viewMode=images&pn=969&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1426> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1427> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 336".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1427> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=671&viewMode=images&pn=671&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1427> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1429> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 334".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1429> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=661&viewMode=images&pn=667&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1429> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1430> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 333".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1430> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=661&viewMode=images&pn=665&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1430> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1432> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 334v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1432> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=661&viewMode=images&pn=668&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1432> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1433> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 333v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1433> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=661&viewMode=images&pn=666&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1433> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1434> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 55".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1434> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=101&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=109&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1434> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1435> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 386v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1435> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=771&viewMode=images&pn=772&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1435> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1436> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 387v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1436> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=771&viewMode=images&pn=774&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1436> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1437> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 56".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1437> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=111&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=111&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1437> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1438> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 392v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1438> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=781&viewMode=images&pn=784&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1438> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1440> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 267".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1440> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=531&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=533&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1440> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1441> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 268".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1441> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=531&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=535&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1441> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1442> <http://www.w3.org/2000/01/rdf-schema#label> "binomes 1, 2, 3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1442> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1443> <http://www.w3.org/2000/01/rdf-schema#label> "binomes 4, 5, 6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1443> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1444> <http://www.w3.org/2000/01/rdf-schema#label> "Powers of binomes and bimedials".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1444> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1446> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 362v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1446> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=721&viewMode=images&pn=724&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1446> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1447> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 360v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1447> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=711&viewMode=images&pn=720&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1447> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1448> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 361".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1448> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=711&viewMode=images&pn=721&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1448> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1449> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 228".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1449> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=111&queryType=&start=451>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1449> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1450> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 393v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1450> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=781&viewMode=images&pn=786&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1450> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1451> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 394v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1451> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=781&viewMode=images&pn=788&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1451> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1452> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 220".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1452> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=431&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=439&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1452> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1453> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 219".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1453> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=431&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=437&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1453> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1454> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 218".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1454> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=431&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=435&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1454> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1455> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 217".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1455> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=431&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=433&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1455> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1456> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 216".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1456> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=431&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=431&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1456> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1457> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6788f. 15".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1457> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/AYB35Z4D/pageimg&start=21&pn=29&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1457> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1458> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 356v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1458> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=711&viewMode=images&pn=712&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1458> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1459> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS67853f. 355v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1459> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=701&viewMode=images&pn=710&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1459> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1460> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 354v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1460> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=701&viewMode=images&pn=708&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1460> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1461> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 352v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1461> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=701&viewMode=images&pn=704&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1461> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1462> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 351v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1462> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=701&viewMode=images&pn=702&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1462> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1463> <http://www.w3.org/2000/01/rdf-schema#label> "notes onbinomes".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1463> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1464> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 353v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1464> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=701&viewMode=images&pn=706&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1464> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1465> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 350v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1465> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=691&viewMode=images&pn=700&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1465> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1466> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 343v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1466> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=681&viewMode=images&pn=686&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1466> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1467> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS67853f. 344v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1467> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=681&viewMode=images&pn=688&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1467> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1468> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 345v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1468> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=681&viewMode=images&pn=690&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1468> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1469> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 347v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1469> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=691&viewMode=images&pn=694&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1469> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1470> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS678f. 348v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1470> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=691&viewMode=images&pn=696&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1470> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1471> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 346v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1471> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=691&viewMode=images&pn=692&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1471> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1472> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 349v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1472> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=691&viewMode=images&pn=698&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1472> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1473> <http://www.w3.org/2000/01/rdf-schema#label> "binome 3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1473> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1474> <http://www.w3.org/2000/01/rdf-schema#label> "binome 4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1474> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1475> <http://www.w3.org/2000/01/rdf-schema#label> "binome 5".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1475> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1477> <http://www.w3.org/2000/01/rdf-schema#label> "binome 6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1477> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1478> <http://www.w3.org/2000/01/rdf-schema#label> "binome 1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1478> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1479> <http://www.w3.org/2000/01/rdf-schema#label> "binome 2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1479> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1483> <http://www.w3.org/2000/01/rdf-schema#label> "binomes 1,2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1483> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1484> <http://www.w3.org/2000/01/rdf-schema#label> "binomes 3,4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1484> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1485> <http://www.w3.org/2000/01/rdf-schema#label> "binomes 5,6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1485> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1501> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 221".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1501> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=441&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=441&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1501> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1502> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 395v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1502> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=781&viewMode=images&pn=790&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1502> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1503> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 357v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1503> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=711&viewMode=images&pn=714&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1503> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1504> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 396v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1504> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=791&viewMode=images&pn=792&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1504> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1505> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 358v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1505> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=711&viewMode=images&pn=716&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1505> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1506> <http://www.w3.org/2000/01/rdf-schema#label> "Lemma".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1506> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1507> <http://www.w3.org/2000/01/rdf-schema#label> "Square and cube roots of binomes".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1507> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1508> <http://www.w3.org/2000/01/rdf-schema#label> "Operations on radicals".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1508> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1509> <http://www.w3.org/2000/01/rdf-schema#label> "Elementary operationson radicals".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1509> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1510> <http://www.w3.org/2000/01/rdf-schema#label> "Powers of binomes".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1510> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1511> <http://www.w3.org/2000/01/rdf-schema#label> "Roots of binomes".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1511> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1513> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 49".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1513> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=91&viewMode=images&pn=97&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1513> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1514> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 50".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1514> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=91&viewMode=images&pn=99&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1514> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1515> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 50v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1515> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=91&viewMode=images&pn=100&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1515> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1516> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 51".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1516> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=101&viewMode=images&pn=101&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1516> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1517> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 52".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1517> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=101&viewMode=images&pn=103&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1517> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1518> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 56".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1518> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=111&viewMode=images&pn=111&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1518> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1519> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 53".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1519> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=101&viewMode=images&pn=105&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1519> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1520> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 53v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1520> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=101&viewMode=images&pn=106&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1520> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1521> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 54".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1521> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=101&viewMode=images&pn=107&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1521> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1522> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 119v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1522> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=231&viewMode=images&pn=238&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1522> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1523> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 421".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1523> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=841&viewMode=images&pn=841&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1523> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1524> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 421v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1524> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=841&viewMode=images&pn=842&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1524> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1525> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 52v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1525> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=101&viewMode=images&pn=104&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1525> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1526> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 57".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1526> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=111&viewMode=images&pn=113&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1526> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1528> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 285v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1528> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=571&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=571&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1528> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1529> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 210".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1529> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=411&viewMode=images&pn=419&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1529> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1530> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 422".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1530> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=841&viewMode=images&pn=843&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1530> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1531> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 423".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1531> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=841&viewMode=images&pn=845&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1531> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1532> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 424".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1532> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=841&viewMode=images&pn=847&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1532> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1533> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 425v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1533> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=841&viewMode=images&pn=850&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1533> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1534> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 60".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1534> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=111&viewMode=images&pn=119&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1534> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1536> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 59".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1536> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=111&viewMode=images&pn=117&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1536> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1537> <http://www.w3.org/2000/01/rdf-schema#label> "Lists of equations and their roots".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1537> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1538> <http://www.w3.org/2000/01/rdf-schema#label> "See also the beginning of the treatise on cubics (section e)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1538> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1540> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 404v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1540> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=808&ws=1&rot=0&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&start=801&viewMode=images&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1540> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1541> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 408".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1541> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=811&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=815&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1541> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1542> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 407".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1542> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&viewMode=images&start=811&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=813&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1542> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1543> <http://www.w3.org/2000/01/rdf-schema#label> "Notes on finding roots".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1543> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1545> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 399".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1545> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=791&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=798&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1545> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1546> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 397".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1546> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=791&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=796&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1546> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1547> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 396".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1547> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=791&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=794&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1547> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1548> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 395".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1548> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=791&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=792&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1548> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1549> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 394".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1549> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=781&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=790&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1549> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1550> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 393".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1550> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=781&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=788&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1550> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1551> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 387".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1551> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=771&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=776&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1551> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1552> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 389".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1552> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=771&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=780&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1552> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1553> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 388".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1553> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=771&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=778&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1553> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1554> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 390".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1554> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=781&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=782&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1554> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1555> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 391".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1555> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=781&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=784&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1555> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1556> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 392".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1556> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=781&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=786&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1556> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1569> <http://www.w3.org/2000/01/rdf-schema#label> "Roots of positively affected equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1569> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1570> <http://www.w3.org/2000/01/rdf-schema#label> "Roots of negatively affected equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1570> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1573> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 61v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1573> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=121&viewMode=images&pn=124&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1573> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1574> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 62".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1574> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=121&viewMode=images&pn=123&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1574> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1576> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 417".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1576> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=831&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=834&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1576> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1577> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 412".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1577> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=821&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=824&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1577> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1578> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 416".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1578> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=831&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=832&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1578> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1579> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 415".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1579> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=821&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=830&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1579> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1580> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 414".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1580> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=821&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=828&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1580> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1581> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 413".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1581> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=821&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=826&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1581> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1582> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 406".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1582> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=811&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=812&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1582> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1583> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 411".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1583> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=821&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=822&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1583> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1584> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 405".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1584> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=801&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=810&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1584> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1585> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 401".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1585> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=801&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=802&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1585> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1586> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 407".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1586> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=811&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=814&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1586> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1587> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 408".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1587> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=811&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=816&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1587> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1588> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 409".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1588> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=811&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=818&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1588> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1589> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 410".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1589> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=811&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=820&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1589> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1590> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 404".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1590> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=801&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=808&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1590> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1591> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 403".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1591> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=801&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=806&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1591> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1592> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 402".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1592> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=801&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=804&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1592> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1593> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 400".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1593> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?tocMode=thumbs&tocPN=1&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&viewMode=images&start=791&searchPN=1&mode=imagepath&characterNormalization=reg&query=&pn=800&queryType=>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1593> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1612> <http://www.w3.org/2000/01/rdf-schema#label> "Roots of avulsed equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1612> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1613> <http://www.w3.org/2000/01/rdf-schema#label> "Numerical roots of equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1613> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1614> <http://www.w3.org/2000/01/rdf-schema#label> "Numerical roots ofavulsed equations(Section c)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1614> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1615> <http://www.w3.org/2000/01/rdf-schema#label> "Numerical roots ofnegatively affected equations(Section b)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1615> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1616> <http://www.w3.org/2000/01/rdf-schema#label> "Numerical roots ofpositively affected equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1616> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1617> <http://www.w3.org/2000/01/rdf-schema#label> "Notes on findingroots".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1617> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1618> <http://www.w3.org/2000/01/rdf-schema#label> "List of equationsand their roots".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1618> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1620> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 183".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1620> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=361&viewMode=images&pn=365&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1620> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1621> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 182".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1621> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=361&viewMode=images&pn=363&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1621> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1622> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 181".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1622> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=361&viewMode=images&pn=361&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1622> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1623> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 180".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1623> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=351&viewMode=images&pn=359&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1623> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1624> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 179".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1624> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=351&viewMode=images&pn=357&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1624> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1625> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 178".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1625> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=351&viewMode=images&pn=355&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1625> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1626> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 177".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1626> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=351&viewMode=images&pn=353&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1626> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1627> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 176".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1627> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=351&viewMode=images&pn=351&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1627> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1628> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 175".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1628> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=341&viewMode=images&pn=349&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1628> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1629> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 174".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1629> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=341&viewMode=images&pn=347&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1629> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1630> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 173".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1630> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=341&viewMode=images&pn=345&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1630> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1631> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 172".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1631> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=341&viewMode=images&pn=343&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1631> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1632> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 171".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1632> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=341&viewMode=images&pn=341&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1632> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1633> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 170".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1633> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=331&viewMode=images&pn=339&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1633> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1634> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 169".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1634> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=331&viewMode=images&pn=337&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1634> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1635> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 168".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1635> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=331&viewMode=images&pn=335&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1635> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1636> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 167".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1636> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=331&viewMode=images&pn=333&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1636> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1637> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 166".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1637> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=331&viewMode=images&pn=331&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1637> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1638> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 165".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1638> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=321&viewMode=images&pn=329&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1638> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1639> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 164".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1639> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=321&viewMode=images&pn=327&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1639> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1640> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 163".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1640> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=321&viewMode=images&pn=325&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1640> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1641> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 204".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1641> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=401&viewMode=images&pn=407&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1641> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1642> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 156".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1642> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=311&viewMode=images&pn=311&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1642> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1650> <http://www.w3.org/2000/01/rdf-schema#label> "13".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1650> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1652> <http://www.w3.org/2000/01/rdf-schema#label> "16".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1652> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1653> <http://www.w3.org/2000/01/rdf-schema#label> "13.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1653> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1654> <http://www.w3.org/2000/01/rdf-schema#label> "12".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1654> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1655> <http://www.w3.org/2000/01/rdf-schema#label> "11".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1655> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1656> <http://www.w3.org/2000/01/rdf-schema#label> "10".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1656> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1658> <http://www.w3.org/2000/01/rdf-schema#label> "20".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1658> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1659> <http://www.w3.org/2000/01/rdf-schema#label> "19".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1659> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1660> <http://www.w3.org/2000/01/rdf-schema#label> "18".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1660> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1661> <http://www.w3.org/2000/01/rdf-schema#label> "17".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1661> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1662> <http://www.w3.org/2000/01/rdf-schema#label> "15".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1662> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1663> <http://www.w3.org/2000/01/rdf-schema#label> "14".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1663> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1664> <http://www.w3.org/2000/01/rdf-schema#label> "7.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1664> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1665> <http://www.w3.org/2000/01/rdf-schema#label> "21".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1665> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1668> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 321".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1668> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=641&viewMode=images&pn=642&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1668> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1669> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 322".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1669> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=641&viewMode=images&pn=644&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1669> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1670> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 323".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1670> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=641&viewMode=images&pn=646&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1670> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1671> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 320".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1671> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=631&viewMode=images&pn=640&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1671> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1672> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 324".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1672> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=641&viewMode=images&pn=648&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1672> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1673> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 296v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1673> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=591&viewMode=images&pn=592&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1673> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1674> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 297".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1674> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=591&viewMode=images&pn=593&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1674> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1675> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 289".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1675> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=571&viewMode=images&pn=577&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1675> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1676> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 294".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1676> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=581&viewMode=images&pn=587&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1676> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1677> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 291".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1677> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=581&viewMode=images&pn=581&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1677> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1678> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 274".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1678> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=541&viewMode=images&pn=547&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1678> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1679> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 282".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1679> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=561&viewMode=images&pn=563&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1679> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1680> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 283".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1680> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=561&viewMode=images&pn=565&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1680> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1681> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 285v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1681> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=561&viewMode=images&pn=570&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1681> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1682> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 273".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1682> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=541&viewMode=images&pn=545&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1682> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1683> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 290".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1683> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=571&viewMode=images&pn=579&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1683> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1684> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 508v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1684> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=1011&viewMode=images&pn=1016&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1684> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1685> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 275".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1685> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=541&viewMode=images&pn=549&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1685> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1686> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 295v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1686> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=581&viewMode=images&pn=590&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1686> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1687> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 296".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1687> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=591&viewMode=images&pn=591&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1687> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1688> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 292".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1688> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=581&viewMode=images&pn=583&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1688> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1689> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 293".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1689> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=581&viewMode=images&pn=585&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1689> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1690> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 285".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1690> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=561&viewMode=images&pn=569&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1690> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1691> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 287".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1691> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=571&viewMode=images&pn=573&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1691> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1692> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 288".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1692> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=571&viewMode=images&pn=575&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1692> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1693> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 284".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1693> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=561&viewMode=images&pn=567&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1693> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1694> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 287v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1694> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=571&viewMode=images&pn=574&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1694> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1695> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 286".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1695> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=571&viewMode=images&pn=571&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1695> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1696> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 288v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1696> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=571&viewMode=images&pn=576&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1696> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1697> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 295".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1697> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=581&viewMode=images&pn=589&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1697> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1698> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 290v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1698> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1699> <http://www.w3.org/2000/01/rdf-schema#label> "aa".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1699> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1700> <http://www.w3.org/2000/01/rdf-schema#label> "ab".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1700> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1701> <http://www.w3.org/2000/01/rdf-schema#label> "ac".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1701> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1702> <http://www.w3.org/2000/01/rdf-schema#label> "ad".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1702> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1703> <http://www.w3.org/2000/01/rdf-schema#label> "ae".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1703> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1704> <http://www.w3.org/2000/01/rdf-schema#label> "af".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1704> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1705> <http://www.w3.org/2000/01/rdf-schema#label> "ah".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1705> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1706> <http://www.w3.org/2000/01/rdf-schema#label> "al".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1706> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1707> <http://www.w3.org/2000/01/rdf-schema#label> "ai".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1707> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1708> <http://www.w3.org/2000/01/rdf-schema#label> "ak".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1708> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1709> <http://www.w3.org/2000/01/rdf-schema#label> "am".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1709> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1710> <http://www.w3.org/2000/01/rdf-schema#label> "an".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1710> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1711> <http://www.w3.org/2000/01/rdf-schema#label> "ao".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1711> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1712> <http://www.w3.org/2000/01/rdf-schema#label> "ap".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1712> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1713> <http://www.w3.org/2000/01/rdf-schema#label> "aq".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1713> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1714> <http://www.w3.org/2000/01/rdf-schema#label> "ar".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1714> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1715> <http://www.w3.org/2000/01/rdf-schema#label> "as".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1715> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1716> <http://www.w3.org/2000/01/rdf-schema#label> "at".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1716> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1717> <http://www.w3.org/2000/01/rdf-schema#label> "an1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1717> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1718> <http://www.w3.org/2000/01/rdf-schema#label> "ag".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1718> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1719> <http://www.w3.org/2000/01/rdf-schema#label> "aq2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1719> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1720> <http://www.w3.org/2000/01/rdf-schema#label> "ar2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1720> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1721> <http://www.w3.org/2000/01/rdf-schema#label> "as2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1721> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1722> <http://www.w3.org/2000/01/rdf-schema#label> "at2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1722> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1723> <http://www.w3.org/2000/01/rdf-schema#label> "at3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1723> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1724> <http://www.w3.org/2000/01/rdf-schema#label> "an2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1724> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1725> <http://www.w3.org/2000/01/rdf-schema#label> "ar3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1725> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1726> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 272".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1726> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=541&viewMode=images&pn=543&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1726> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1728> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 271".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1728> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=541&viewMode=images&pn=543&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1728> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1729> <http://www.w3.org/2000/01/rdf-schema#label> "Pages aa to au for Section d".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1729> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1731> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 301".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1731> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=601&viewMode=images&pn=601&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1731> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1732> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 302".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1732> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=601&viewMode=images&pn=603&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1732> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1733> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 305".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1733> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=601&viewMode=images&pn=607&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1733> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1734> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 303".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1734> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=601&viewMode=images&pn=605&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1734> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1735> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6786f. 415".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1735> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/TRMFCPMB/pageimg&start=821&viewMode=images&pn=829&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1735> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1739> <http://www.w3.org/2000/01/rdf-schema#label> "bb2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1739> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1740> <http://www.w3.org/2000/01/rdf-schema#label> "Pages bb for Section d".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1740> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1741> <http://www.w3.org/2000/01/rdf-schema#label> "Canonical equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1741> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1742> <http://www.w3.org/2000/01/rdf-schema#label> "Pages 'aa' to 'at' for Section d".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1742> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1744> <http://www.w3.org/2000/01/rdf-schema#label> "Pages 'bb' for Section d".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1744> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1746> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 98".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1746> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=191&viewMode=images&pn=195&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1746> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1747> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 99".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1747> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=191&viewMode=images&pn=197&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1747> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1748> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 100".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1748> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=191&viewMode=images&pn=199&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1748> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1749> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 215".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1749> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=421&viewMode=images&pn=429&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1749> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1750> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 216".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1750> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=431&viewMode=images&pn=431&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1750> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1751> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 217".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1751> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=431&viewMode=images&pn=433&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1751> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1752> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 101".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1752> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=201&viewMode=images&pn=201&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1752> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1753> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 106".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1753> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=211&viewMode=images&pn=211&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1753> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1754> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 109".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1754> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=211&viewMode=images&pn=217&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1754> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1755> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 108".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1755> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=211&viewMode=images&pn=215&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1755> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1756> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 110".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1756> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=211&viewMode=images&pn=219&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1756> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1757> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 111".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1757> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=221&viewMode=images&pn=221&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1757> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1758> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 198".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1758> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=391&viewMode=images&pn=395&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1758> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1759> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 112".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1759> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=221&viewMode=images&pn=223&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1759> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1760> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 197".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1760> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=391&viewMode=images&pn=393&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1760> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1761> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 193".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1761> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=381&viewMode=images&pn=385&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1761> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1762> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 192".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1762> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=381&viewMode=images&pn=383&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1762> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1763> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 189".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1763> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=371&viewMode=images&pn=377&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1763> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1764> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 188".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1764> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=371&viewMode=images&pn=375&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1764> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1765> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 187".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1765> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=371&viewMode=images&pn=373&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1765> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1766> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 102".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1766> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=201&viewMode=images&pn=203&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1766> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1767> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 103".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1767> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=201&viewMode=images&pn=205&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1767> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1768> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 104".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1768> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=201&viewMode=images&pn=207&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1768> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1769> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 105".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1769> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=201&viewMode=images&pn=209&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1769> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1770> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 106v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1770> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=211&viewMode=images&pn=212&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1770> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1771> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 107".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1771> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=211&viewMode=images&pn=213&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1771> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1772> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 196".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1772> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=391&viewMode=images&pn=391&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1772> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1773> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 195".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1773> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=381&viewMode=images&pn=389&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1773> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1774> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 194".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1774> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=381&viewMode=images&pn=387&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1774> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1775> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 191".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1775> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=381&viewMode=images&pn=381&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1775> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1776> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 190".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1776> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=371&viewMode=images&pn=379&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1776> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1777> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 184".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1777> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=361&viewMode=images&pn=367&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1777> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1778> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 186".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1778> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=371&viewMode=images&pn=371&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1778> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1779> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 185".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1779> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=361&viewMode=images&pn=369&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1779> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1780> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 218".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1780> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=431&viewMode=images&pn=435&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1780> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1781> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 219".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1781> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=431&viewMode=images&pn=437&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1781> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1782> <http://www.w3.org/2000/01/rdf-schema#label> "e.1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1782> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1783> <http://www.w3.org/2000/01/rdf-schema#label> "e.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1783> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1784> <http://www.w3.org/2000/01/rdf-schema#label> "e.3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1784> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1785> <http://www.w3.org/2000/01/rdf-schema#label> "e.4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1785> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1786> <http://www.w3.org/2000/01/rdf-schema#label> "e.3.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1786> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1787> <http://www.w3.org/2000/01/rdf-schema#label> "e.3.3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1787> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1788> <http://www.w3.org/2000/01/rdf-schema#label> "e.3.4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1788> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1789> <http://www.w3.org/2000/01/rdf-schema#label> "e.3.5".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1789> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1790> <http://www.w3.org/2000/01/rdf-schema#label> "e.3.6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1790> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1791> <http://www.w3.org/2000/01/rdf-schema#label> "e.5".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1791> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1792> <http://www.w3.org/2000/01/rdf-schema#label> "e.6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1792> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1793> <http://www.w3.org/2000/01/rdf-schema#label> "e.13".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1793> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1794> <http://www.w3.org/2000/01/rdf-schema#label> "e.12".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1794> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1795> <http://www.w3.org/2000/01/rdf-schema#label> "e.7.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1795> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1796> <http://www.w3.org/2000/01/rdf-schema#label> "e.7".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1796> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1797> <http://www.w3.org/2000/01/rdf-schema#label> "e.8".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1797> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1798> <http://www.w3.org/2000/01/rdf-schema#label> "e.9".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1798> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1799> <http://www.w3.org/2000/01/rdf-schema#label> "e.11".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1799> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1800> <http://www.w3.org/2000/01/rdf-schema#label> "e.10".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1800> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1801> <http://www.w3.org/2000/01/rdf-schema#label> "e.14".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1801> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1802> <http://www.w3.org/2000/01/rdf-schema#label> "e.21".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1802> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1803> <http://www.w3.org/2000/01/rdf-schema#label> "e.15".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1803> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1804> <http://www.w3.org/2000/01/rdf-schema#label> "e.23".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1804> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1805> <http://www.w3.org/2000/01/rdf-schema#label> "e.22".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1805> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1806> <http://www.w3.org/2000/01/rdf-schema#label> "e.17".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1806> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1807> <http://www.w3.org/2000/01/rdf-schema#label> "e.18".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1807> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1808> <http://www.w3.org/2000/01/rdf-schema#label> "e.29".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1808> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1809> <http://www.w3.org/2000/01/rdf-schema#label> "e.19".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1809> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1810> <http://www.w3.org/2000/01/rdf-schema#label> "e.20".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1810> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1811> <http://www.w3.org/2000/01/rdf-schema#label> "e.16".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1811> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1812> <http://www.w3.org/2000/01/rdf-schema#label> "e.28".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1812> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1813> <http://www.w3.org/2000/01/rdf-schema#label> "e.27".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1813> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1814> <http://www.w3.org/2000/01/rdf-schema#label> "e.26".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1814> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1815> <http://www.w3.org/2000/01/rdf-schema#label> "e.25".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1815> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1816> <http://www.w3.org/2000/01/rdf-schema#label> "e.24".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1816> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1819> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1820> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 314".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1820> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=630&ws=1&start=621&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1820> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1821> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 315".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1821> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=621&viewMode=images&pn=630&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1821> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1822> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 316".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1822> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=631&viewMode=images&ws=1&mode=imagepath&url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&pn=632>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1822> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1823> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 317".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1823> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=631&viewMode=images&pn=634&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1823> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1824> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 318".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1824> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=631&viewMode=images&pn=636&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1824> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1825> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 281".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1825> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=561&viewMode=images&pn=561&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1825> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1826> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 415".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1826> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&start=821&viewMode=images&pn=829&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1826> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1827> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 315v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1827> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=631&viewMode=images&pn=631&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1827> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1828> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 319".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1828> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=631&viewMode=images&pn=638&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1828> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1829> <http://www.w3.org/2000/01/rdf-schema#label> "A".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1829> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1830> <http://www.w3.org/2000/01/rdf-schema#label> "B".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1830> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1831> <http://www.w3.org/2000/01/rdf-schema#label> "C".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1831> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1832> <http://www.w3.org/2000/01/rdf-schema#label> "D".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1832> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1833> <http://www.w3.org/2000/01/rdf-schema#label> "D.1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1833> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1834> <http://www.w3.org/2000/01/rdf-schema#label> "E".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1834> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1835> <http://www.w3.org/2000/01/rdf-schema#label> "F".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1835> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1836> <http://www.w3.org/2000/01/rdf-schema#label> "G".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1836> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1837> <http://www.w3.org/2000/01/rdf-schema#label> "Pages relating to e.26 and e.27of the treatise on cubics".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1837> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1839> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 231".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1839> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=461&viewMode=images&pn=461&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1839> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1840> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 72".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1840> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?start=141&viewMode=images&ws=2&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&pn=143>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1840> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1841> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 228".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1841> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=451&viewMode=images&pn=455&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1841> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1842> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 226".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1842> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=451&viewMode=images&pn=451&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1842> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1843> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 227".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1843> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=451&viewMode=images&pn=453&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1843> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1844> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 73".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1844> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=141&viewMode=images&pn=145&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1844> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1845> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 74".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1845> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=141&viewMode=images&pn=147&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1845> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1846> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 75v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1846> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?pn=150&ws=1&start=141&viewMode=images&mode=imagepath&url=/mpiwg/online/permanent/library/VWXURW4V/pageimg>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1846> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1847> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 75".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1847> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=141&viewMode=images&pn=149&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1847> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1848> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 226v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1848> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=451&viewMode=images&pn=452&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1848> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1851> <http://www.w3.org/2000/01/rdf-schema#label> "1.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1851> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1852> <http://www.w3.org/2000/01/rdf-schema#label> "1.2.3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1852> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1853> <http://www.w3.org/2000/01/rdf-schema#label> "Some other work on cubic equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1853> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1854> <http://www.w3.org/2000/01/rdf-schema#label> "Cubic equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1854> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1855> <http://www.w3.org/2000/01/rdf-schema#label> "A treatise on cubics(Section e)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1855> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1856> <http://www.w3.org/2000/01/rdf-schema#label> "Pages relating to e.26 and e.27".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1856> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1857> <http://www.w3.org/2000/01/rdf-schema#label> "Other workon cubics".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1857> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1859> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 397v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1859> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&start=791&viewMode=images&pn=794&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1859> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1861> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 399v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1861> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&start=791&viewMode=images&pn=800&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1861> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1862> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6784f. 398".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1862> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/XT0KZ8QC/pageimg&start=791&viewMode=images&pn=795&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1862> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1864> <http://www.w3.org/2000/01/rdf-schema#label> "1B".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1864> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1866> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 97".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1866> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=191&viewMode=images&pn=193&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1866> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1867> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 96".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1867> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=191&viewMode=images&pn=193&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1867> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1868> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 94".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1868> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=181&viewMode=images&pn=187&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1868> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1875> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 137".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1875> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=271&viewMode=images&pn=273&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1875> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1876> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 136".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1876> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=271&viewMode=images&pn=271&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1876> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1877> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 135".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1877> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=261&viewMode=images&pn=269&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1877> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1878> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 134".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1878> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=261&viewMode=images&pn=267&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1878> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1879> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 133".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1879> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=261&viewMode=images&pn=265&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1879> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1880> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 132".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1880> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=261&viewMode=images&pn=263&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1880> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1881> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 131".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1881> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=261&viewMode=images&pn=261&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1881> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1882> <http://www.w3.org/2000/01/rdf-schema#label> "Section f (δ)Cubics lacking a cube term".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1882> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1884> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 145".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1884> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=281&viewMode=images&pn=289&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1884> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1885> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 144".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1885> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=281&viewMode=images&pn=287&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1885> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1886> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 143".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1886> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=281&viewMode=images&pn=285&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1886> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1887> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 141".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1887> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=281&viewMode=images&pn=283&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1887> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1888> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 140".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1888> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=281&viewMode=images&pn=281&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1888> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1889> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 139".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1889> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=271&viewMode=images&pn=279&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1889> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1890> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 138".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1890> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=271&viewMode=images&pn=277&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1890> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1899> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 113".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1899> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=221&viewMode=images&pn=225&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1899> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1900> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 114".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1900> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=221&viewMode=images&pn=227&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1900> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1901> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 115".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1901> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=221&viewMode=images&pn=229&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1901> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1902> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 116".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1902> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=231&viewMode=images&pn=231&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1902> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1903> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 17".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1903> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=231&viewMode=images&pn=233&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1903> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1904> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 118".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1904> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=231&viewMode=images&pn=235&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1904> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1905> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 130".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1905> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=261&viewMode=images&pn=261&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1905> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1906> <http://www.w3.org/2000/01/rdf-schema#label> "f.1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1906> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1907> <http://www.w3.org/2000/01/rdf-schema#label> "f.3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1907> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1908> <http://www.w3.org/2000/01/rdf-schema#label> "f.4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1908> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1909> <http://www.w3.org/2000/01/rdf-schema#label> "f.5".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1909> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1910> <http://www.w3.org/2000/01/rdf-schema#label> "f.6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1910> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1911> <http://www.w3.org/2000/01/rdf-schema#label> "f.7".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1911> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1912> <http://www.w3.org/2000/01/rdf-schema#label> "f.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1912> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1913> <http://www.w3.org/2000/01/rdf-schema#label> "Section fRemoving the cube term (1)[pages 1 to 7]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1913> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1915> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 325v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1915> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=651&viewMode=images&pn=651&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1915> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1916> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 56v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1916> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=111&viewMode=images&pn=112&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1916> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1917> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 57v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1917> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=111&viewMode=images&pn=114&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1917> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1918> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 258".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1918> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=511&viewMode=images&pn=515&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1918> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1919> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 258v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1919> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=511&viewMode=images&pn=516&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1919> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1920> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 260".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1920> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=511&viewMode=images&pn=519&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1920> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1921> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 268".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1921> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=531&viewMode=images&pn=535&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1921> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1922> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 270v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1922> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=531&viewMode=images&pn=540&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1922> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1923> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 327v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1923> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=651&viewMode=images&pn=655&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1923> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1924> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6782f. 326v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1924> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/HSPGZ0AE/pageimg&start=651&viewMode=images&pn=653&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1924> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1926> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 150".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1926> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=291&viewMode=images&pn=299&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1926> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1927> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 151".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1927> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=301&viewMode=images&pn=301&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1927> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1928> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 152".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1928> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=301&viewMode=images&pn=303&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1928> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1929> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 153".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1929> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=301&viewMode=images&pn=305&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1929> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1930> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 154".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1930> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=301&viewMode=images&pn=307&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1930> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1931> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 157".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1931> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=311&viewMode=images&pn=313&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1931> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1932> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 158".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1932> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=311&viewMode=images&pn=315&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1932> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1933> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 159".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1933> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=311&viewMode=images&pn=317&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1933> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1934> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 160".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1934> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=311&viewMode=images&pn=319&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1934> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1935> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 162".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1935> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=321&viewMode=images&pn=323&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1935> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1936> <http://www.w3.org/2000/01/rdf-schema#label> "f.8".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1936> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1937> <http://www.w3.org/2000/01/rdf-schema#label> "f.14".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1937> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1938> <http://www.w3.org/2000/01/rdf-schema#label> "f.17".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1938> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1939> <http://www.w3.org/2000/01/rdf-schema#label> "f.15".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1939> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1940> <http://www.w3.org/2000/01/rdf-schema#label> "f.16".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1940> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1941> <http://www.w3.org/2000/01/rdf-schema#label> "f.18".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1941> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1942> <http://www.w3.org/2000/01/rdf-schema#label> "f.12".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1942> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1943> <http://www.w3.org/2000/01/rdf-schema#label> "f.11".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1943> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1944> <http://www.w3.org/2000/01/rdf-schema#label> "f.10".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1944> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1945> <http://www.w3.org/2000/01/rdf-schema#label> "f.9".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1945> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1946> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 155".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1946> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=301&viewMode=images&pn=309&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1946> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1947> <http://www.w3.org/2000/01/rdf-schema#label> "f.13".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1947> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1948> <http://www.w3.org/2000/01/rdf-schema#label> "Section fRemoving the cube term (2)[pages 8 to 18]".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1948> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1950> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 146".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1950> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=291&viewMode=images&pn=291&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1950> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1951> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 147".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1951> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=291&viewMode=images&pn=293&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1951> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1952> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 148".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1952> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=291&viewMode=images&pn=295&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1952> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1953> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 149".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1953> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=291&viewMode=images&pn=297&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1953> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1955> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 199".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1955> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=391&viewMode=images&pn=397&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1955> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1956> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 200".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1956> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=391&viewMode=images&pn=399&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1956> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1957> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 202".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1957> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=401&viewMode=images&pn=403&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1957> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1958> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 201".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1958> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=401&viewMode=images&pn=401&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1958> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1959> <http://www.w3.org/2000/01/rdf-schema#label> "Section f (ε, ϛ)Further reductions of quartics".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1959> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1961> <http://www.w3.org/2000/01/rdf-schema#label> "Section f (ε, ϛ)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1961> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1962> <http://www.w3.org/2000/01/rdf-schema#label> "Section f (γ)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1962> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1963> <http://www.w3.org/2000/01/rdf-schema#label> "Section f (α, β)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1963> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1964> <http://www.w3.org/2000/01/rdf-schema#label> "Section f (δ)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1964> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1966> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 87".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1966> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=171&viewMode=images&pn=173&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1966> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1967> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 86".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1967> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=171&viewMode=images&pn=171&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1967> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1968> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 85".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1968> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=161&viewMode=images&pn=169&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1968> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1969> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 84".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1969> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=161&viewMode=images&pn=167&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1969> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1970> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 83".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1970> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=161&viewMode=images&pn=165&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1970> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1971> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 82".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1971> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=161&viewMode=images&pn=163&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1971> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1972> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 78".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1972> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=151&viewMode=images&pn=155&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1972> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1973> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 77".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1973> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=151&viewMode=images&pn=153&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1973> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1974> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 79".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1974> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=151&viewMode=images&pn=157&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1974> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1975> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 80".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1975> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=151&viewMode=images&pn=159&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1975> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1976> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6783f. 81".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1976> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/VWXURW4V/pageimg&start=161&viewMode=images&pn=161&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1976> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1977> <http://www.w3.org/2000/01/rdf-schema#label> "1".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1977> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1978> <http://www.w3.org/2000/01/rdf-schema#label> "4".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1978> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1979> <http://www.w3.org/2000/01/rdf-schema#label> "3.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1979> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1980> <http://www.w3.org/2000/01/rdf-schema#label> "2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1980> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1981> <http://www.w3.org/2000/01/rdf-schema#label> "3".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1981> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1982> <http://www.w3.org/2000/01/rdf-schema#label> "7".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1982> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1983> <http://www.w3.org/2000/01/rdf-schema#label> "5".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1983> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1984> <http://www.w3.org/2000/01/rdf-schema#label> "9".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1984> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1985> <http://www.w3.org/2000/01/rdf-schema#label> "8".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1985> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1986> <http://www.w3.org/2000/01/rdf-schema#label> "6".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1986> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1987> <http://www.w3.org/2000/01/rdf-schema#label> "5.2".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1987> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1988> <http://www.w3.org/2000/01/rdf-schema#label> "Another treatise on equations(mostly quartics, also some cubics)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1988> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1990> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 397".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1990> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=791&viewMode=images&pn=793&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1990> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1991> <http://www.w3.org/2000/01/rdf-schema#label> "Add MS6785f. 397v".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1991> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/describes> <http://echo.mpiwg-berlin.mpg.de/ECHOdocuViewfull?url=/mpiwg/online/permanent/library/KN1CRTZ2/pageimg&start=791&viewMode=images&pn=794&mode=imagepath>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1991> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1992> <http://www.w3.org/2000/01/rdf-schema#label> "An 'impossible' quartic".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1992> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1993> <http://www.w3.org/2000/01/rdf-schema#label> "Quartic equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1993> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1994> <http://www.w3.org/2000/01/rdf-schema#label> "'Impossible' equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1994> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1995> <http://www.w3.org/2000/01/rdf-schema#label> "Other work on quartics".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1995> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1996> <http://www.w3.org/2000/01/rdf-schema#label> "A treatise on cubics(Section f)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1996> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1997> <http://www.w3.org/2000/01/rdf-schema#label> "ALGEBRA".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1997> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1998> <http://www.w3.org/2000/01/rdf-schema#label> "Notation andelementary operations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1998> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1999> <http://www.w3.org/2000/01/rdf-schema#label> "Elementary equations".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1999> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2000> <http://www.w3.org/2000/01/rdf-schema#label> "Inequalities".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2001> <http://www.w3.org/2000/01/rdf-schema#label> "Radicals".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2002> <http://www.w3.org/2000/01/rdf-schema#label> "Numerical rootsof equations(Sections a, b, c)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2002> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2003> <http://www.w3.org/2000/01/rdf-schema#label> "Canonical equations(Section d)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2004> <http://www.w3.org/2000/01/rdf-schema#label> "Quartic equations(Section f)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2004> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2005> <http://www.w3.org/2000/01/rdf-schema#label> "Cubic equations(Section e)".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2006> <http://www.w3.org/2000/01/rdf-schema#label> "A treatise on equations: Sections a to f".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Topic>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2021> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1818".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2021> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2078> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:984".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2078> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2080> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:986".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2080> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2124> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:458".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2124> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2186> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1306".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2186> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2191> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1311".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2191> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2195> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1315".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2195> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2197> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1317".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2197> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2200> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1320".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2200> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2205> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1325".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2205> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2209> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1329".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2209> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2214> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1334".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2214> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2307> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:618".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2307> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2363> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1181".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2363> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2367> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1185".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2367> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2371> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1189".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2371> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2373> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1191".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2373> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2379> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1197".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2379> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2383> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1201".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2383> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2447> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1858".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2447> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2449> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1860".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2449> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2458> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1869".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2458> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/FolioPage>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2462> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1873".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2462> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2530> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:535".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2530> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2548> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1425".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2548> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2551> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1428".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2551> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2554> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1431".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2554> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2562> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1439".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2562> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2637> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1397".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2637> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2706> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:256".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2706> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2744> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:633".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2744> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2758> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1343".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2758> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2772> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1357".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2772> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2778> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1363".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2778> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2843> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:795".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2843> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2880> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1001".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2880> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2887> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1008".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2887> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2892> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1013".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2892> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2931> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:145".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2931> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2942> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:362".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2942> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2968> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:274".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2968> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2992> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:708".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2992> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2994> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:710".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2994> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2998> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:703".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2998> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3028> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1281".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3028> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3032> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1285".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3032> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3037> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1279".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3037> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3066> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:921".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3066> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3095> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1258".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3095> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3097> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1260".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3097> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3101> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1264".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3101> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3154> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:950".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3154> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3163> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:959".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3163> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3198> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1380".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3198> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3201> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1383".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3201> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3331> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:931".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3331> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3334> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:934".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3334> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3338> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:927".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3338> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3385> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:965".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3385> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3389> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:969".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3389> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3391> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:971".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3391> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3393> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:973".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3393> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3397> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:977".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3397> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3443> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:370".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3443> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3445> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:372".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3445> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3462> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1445".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3462> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3517> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1500".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3517> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3657> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1954".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3657> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3663> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1949".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3663> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3692> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:423".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3692> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3705> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:436".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3705> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3708> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:439".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3708> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3812> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1214".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3812> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3821> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1223".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3821> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3825> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1227".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3825> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3884> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:938".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3884> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3935> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1366".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3935> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3944> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1375".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3944> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3980> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:375".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3980> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3983> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:378".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3983> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3986> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:381".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3986> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4025> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:447".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4025> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4048> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:242".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4048> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4062> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1016".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4062> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4064> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1018".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4064> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4067> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1021".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4067> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4098> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:552".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4098> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4100> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:554".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4100> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4102> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:556".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4102> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4125> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:609".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4125> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4150> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:342".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4150> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4164> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:271".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4164> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4218> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:387".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4218> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4221> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:390".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4221> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4223> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:392".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4223> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4230> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:399".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4230> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4355> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:714".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4355> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4357> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:716".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4357> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4362> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:721".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4362> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4412> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:352".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4412> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8331> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1087".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8331> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4452> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:904".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4452> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4457> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:894".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4457> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4493> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:690".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4493> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4495> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:692".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4495> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4497> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:694".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4497> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4503> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:700".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4503> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4542> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:454".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4542> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4555> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:737".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4555> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4562> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:726".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4562> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4565> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:729".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4565> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4569> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:733".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4569> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4616> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1572".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4616> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4619> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1575".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4619> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4743> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1730".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4743> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4778> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1667".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4778> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4969> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1030".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4969> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4973> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1034".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4973> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4996> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:100".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4996> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5013> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:117".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5013> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5015> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:119".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5015> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5021> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:125".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5021> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5143> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1041".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5143> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5283> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:130".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5283> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5294> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:141".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5294> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5335> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1512".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5335> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5350> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1527".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5350> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5358> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1535".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5358> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5419> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:909".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5419> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5424> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:914".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5424> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5427> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:917".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5427> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5461> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:17".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5461> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5467> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:23".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5467> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5490> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:46".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5490> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5525> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:81".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5525> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5530> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:86".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5530> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5541> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:97".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5541> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8372> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1115".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8372> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5724> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:152".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5724> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5730> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:158".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5730> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5756> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1539".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5756> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5796> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1925".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5796> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5820> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1914".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5820> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5900> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:346".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5900> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5920> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:297".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5920> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5940> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1161".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5940> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5945> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1166".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5945> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5954> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1148".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5954> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6018> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1838".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6018> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6077> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:813".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6077> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6082> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:818".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6082> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6085> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:821".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6085> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6116> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:769".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6116> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6119> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:772".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6119> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6122> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:775".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6122> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6153> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:14".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6153> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6223> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:514".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6223> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6336> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:148".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6336> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6350> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:320".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6350> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6376> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1130".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6376> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6381> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1135".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6381> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6387> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1141".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6387> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6391> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1145".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6391> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6439> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:833".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6439> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6442> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:824".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6442> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6448> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:830".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6448> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6483> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1619".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6483> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6639> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1236".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6639> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6657> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:543".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6657> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6666> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:540".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6666> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6677> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1175".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6677> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6680> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1178".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6680> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6700> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1989".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6700> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6713> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:521".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6713> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6748> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1883".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6748> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6763> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1898".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6763> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8409> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:869".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8409> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6845> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:248".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6845> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6877> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:864".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6877> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6882> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:857".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6882> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6917> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:251".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6917> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6934> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:245".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6934> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6947> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:478".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6947> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6954> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:485".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6954> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7083> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1745".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7083> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8423> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:883".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8423> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7278> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:546".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7278> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8426> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:886".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8426> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7298> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:236".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7298> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7309> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:563".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7309> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7313> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:567".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7313> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7322> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:576".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7322> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7453> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1965".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7453> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7527> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1095".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7527> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7529> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1097".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7529> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7549> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1544".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7549> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7638> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:532".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7638> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7649> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:836".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7649> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7659> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:846".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7659> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7662> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:849".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7662> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7718> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1274".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7718> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7735> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:268".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7735> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7748> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:290".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7748> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7752> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:294".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7752> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7755> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:280".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7755> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7757> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:282".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7757> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7806> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:744".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7806> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7817> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:755".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7817> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7827> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:765".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7827> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7916> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:785".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7916> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7948> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1101".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7948> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7953> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1106".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7953> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7957> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1110".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7957> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7999> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:639".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7999> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8013> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:559".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8013> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8024> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1290".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8024> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8036> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:1302".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8036> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8082> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:162".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8082> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8105> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:185".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8105> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8109> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:189".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8109> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8116> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:196".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8116> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8119> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:199".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8119> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8139> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:219".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8139> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8142> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:222".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8142> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8145> <http://www.w3.org/2000/01/rdf-schema#label> "NODE:225".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8145> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/UNKNOWN>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/24><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/25>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1224><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1226>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1930><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1946>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1224><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1232>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1231>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1230>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1228>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1080><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1074>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1226><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1229>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1232><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1231>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1769><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1753>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1231><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1230>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/758><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/763>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1291><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1294>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1230><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1228>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1228><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1229>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1229><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/748><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/745>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1233><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1234>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/176><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/178>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/757><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/759>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/582><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1840>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1973><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/583>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1292><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1291>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/587><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/590>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1364><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/577>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1446><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1447>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/577><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/607><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/586>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/585><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/586>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1885><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1886>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1237><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1238>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/490><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/491>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1238><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1239>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/232><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/231>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1621><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1622>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/206><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/207>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/880><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/881>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/881><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/882>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/578><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/579>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1063><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1062>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/25><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/26>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1553><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1551>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1765><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1778>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/579><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/580>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1146><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1142>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/890><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/893>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/767><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/766>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/786><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/787>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/890><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/891>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/891><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/893>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1972><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1973>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1247><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1245>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1353><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1355>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/570><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/571>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1142><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1136>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1355><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1352>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1358><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1359>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1359><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1360>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1360><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1361>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/764><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/761>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/811><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1361><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1362>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1546><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1547>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1779><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1777>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1753><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1770>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/584><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/585>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1547><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1548>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1136><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1548><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1549>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/875><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/876>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/492><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/493>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1549><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1550>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1550><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1556>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1886><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1887>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1556><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1555>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/181><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/170>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1637><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1638>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1555><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1554>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/586><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/587>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1137><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1138>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/195><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/193>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/624><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/622>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1257><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1252><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1253>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2002><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_related_to><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2003>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/905><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/906>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1253><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1254>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/895><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/291><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/292>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/568><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/569>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/896><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/898>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1138><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1139>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/896><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/899>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1825><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1828>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1826><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1821>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1826><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/569><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/570>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1137><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1132>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1826><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1823>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1968><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1970>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1757><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1759>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1826><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1824>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1826><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1828>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1819><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1820>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1820><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1821>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1821><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1827><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1823>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/828><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/825>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1823><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1824>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1824><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1828>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1770><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1771>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1822><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/28><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/27>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1760><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1772>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1772><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1773>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1542><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1541>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/825><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/829>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1773><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1774>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1774><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1761>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1761><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1762>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1762><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1775>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1296><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1295>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1775><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1776>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1151><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1152>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1163><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1164>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/829><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/826>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1162><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_related_to><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1167>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1887><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1888>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1168><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1169>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/287><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/289>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1170><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1171>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/229><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/228>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1623><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1624>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1172><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1173>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1748><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1749>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/581><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/582>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1078><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1066>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1749><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1750>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1750><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1751>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1751><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1208><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1211>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1780><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1781>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1842><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1843>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1843><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1848>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1841><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1842>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1694><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1680>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/455><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/456>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1066><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1069>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1971><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1975>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1763><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1764>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/872><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/873>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/580><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/581>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1069><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1068>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/326><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/264>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1856><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1855>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/745><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/746>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/517><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/516>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1771><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1755>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1068><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1067>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/29><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/24>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1888><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1889>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/787><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/788>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1093><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1085>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/762><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/761>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1398><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1399>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/200><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/201>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1624><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1625>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1825><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1821>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1825><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1825><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1823>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1825><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1824>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1088><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1089>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1206><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1207>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1370><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1371>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1081><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1057>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/796><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/805>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1261><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1259>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1946><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1931>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/796><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/797>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/797><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/798>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/798><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/799>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/799><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/800>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/800><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/801>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/945><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/948>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1931><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1932>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/802><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/803>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/803><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/804>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1764><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1765>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1627><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1628>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1755><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1754>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1628><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1629>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/863><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/861>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1629><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1630>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1630><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1631>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1211><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1210>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1932><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1933>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1631><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1632>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1632><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1633>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/515><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/517>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1384><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1386>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/762><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/760>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1388><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1387>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1387><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1390>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/131><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/133>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1390><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1385>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1698><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1691>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/865><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/866>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1272><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1269>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1638><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1639>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1889><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1890>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1639><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1640>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1626><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1641>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/201><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1625><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1626>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1632><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1642>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1904><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1905>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/353><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1209><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1212>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/259><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/322>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/858><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1819>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/960><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/961>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/961><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/963>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/35><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/36>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/963><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/962>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/954><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/951>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/951><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/952>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/322><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/324>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1819><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/862>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/952><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/953>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/953><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/955>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/955><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/958>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/958><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/957>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/957><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/956>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1042><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_related_to><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/324><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1043><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1044>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/862><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/860>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1044><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1045>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/264><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/266>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1045><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1046>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1046><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1047>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1061><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1060>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1060><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_related_to><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1059>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1669><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1670>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/860><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/861>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1047><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1077>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1077><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1065>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1065><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1078>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/885><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/884>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1450><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1451>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/873><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/874>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1452><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1453>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/789><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/790>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1453><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1454>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/750><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/747>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/760><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/758>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1726><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1670>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1454><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1455>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1626><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1627>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1455><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1456>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1690><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1693>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1693><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1680>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1696><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1691>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/325><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1310>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/718><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/264><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/259>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1679><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1674>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1690><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1674>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1671><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1668>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/324><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1310>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/325><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/326>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/167><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/180>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1691><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1695>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/36><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/37>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1688><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1677>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1554><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1552>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1677><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1683>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1676><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1688>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1728><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1726>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1890><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1875>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/326><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1310>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1875><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1876>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1876><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1877>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1778><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1779>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1955><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1956>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1756><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1757>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1878><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1879>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1879><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1880>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1880><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1881>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1951><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1952>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1952><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1953>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/790><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/791>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/292><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/293>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2449><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1862>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/760><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/761>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2458><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1866>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1866><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1867>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1867><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1868>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/266><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/323>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/871><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/872>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/848><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/847>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/209><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/210>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1964><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1963>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1963><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1962>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1962><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1961>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/20><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/19>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/770><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/771>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/384><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/77>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1345><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1353>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1576><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1578><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1579>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1579><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1580>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/325><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/326>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1580><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1581>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/30><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/29>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1581><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1577>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1577><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1583>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1583><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1589>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1589><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1588>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1588><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1587>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1877><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1878>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/461><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/462>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1587><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1586>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/322><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/324>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1586><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1582>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1759><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1758>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1582><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1584>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1584><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1590>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1776><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1763>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1590><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1591>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/791><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/792>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/326><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/323>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/754><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/753>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/897><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/900>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/212><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/897><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/901>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/899><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/900>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/978><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/979>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/974><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/975>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/975><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/976>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1958><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1957>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1591><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1592>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/966><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/978>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/324><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1310>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/978><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/974>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1071><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1072>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/966><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/967>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/27><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/34>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/967><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/968>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1746><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1747>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/767><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/766>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1592><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1593>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/325><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1310>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1950><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1951>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/19><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/18>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1267><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1266>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1266><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1268>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1297><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1295>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1268><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1269>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1754><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1756>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1859><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1861>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1593><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1585>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1269><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1261>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/326><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1310>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1207><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1208>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1267><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1270>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1268><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1271>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1210><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1209>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1263><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1261>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1573><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1574>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1971><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1976>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/999><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/994>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1262><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1261>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1266><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1265>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1098><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1096>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/792><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/793>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/749><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/748>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/933><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/924>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1075><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1080>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/994><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/995>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/324><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/860><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/861>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1275><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1275><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1276>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1899><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1900>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/213><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/206>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1277><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1276>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/776><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/777>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/995><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/996>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1747><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1748>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1293><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1303>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/987><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/998>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/998><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/992>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/992><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/993>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/34><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/35>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/993><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/999>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1933><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1934>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1819><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1093>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/933><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/932>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/998><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/990>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/930><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/929>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/930><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/928>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/990><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/989>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/989><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/988>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/992><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/997>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1620><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1621>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1966><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1967>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/929><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/928>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1286><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1287>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1282><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1283>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1283><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1284>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1752><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1766>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1220><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1221>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1221><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1222>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1219><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1064><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1063>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1091><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/942>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1758><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1760>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1091><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/940>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1053><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1079>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/874><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/875>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1501><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1502>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/861><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/863>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1457><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1502>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1622><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1623>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1288><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1286>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1051><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1050>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/480><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/481>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1464><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1462>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1050><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1049>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1458><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1459>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1048><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1054>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1540><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1542>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1054><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1055>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1055><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1056>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1464><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1461>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1218><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1215>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1900><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1901>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1462><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1465>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1465><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1472>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/773><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/774>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1472><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1470>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1748><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1752>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1470><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1469>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1469><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1471>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/801><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/802>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1218><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1219>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1471><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1468>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1468><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1467>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1934><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1935>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1467><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1466>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/491><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/492>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1448><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1449>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1457><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1446>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1457><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1458>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/788><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/789>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/949><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/948>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1219><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1220>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/455><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/456>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1447><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1448>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1062><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1061>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1967><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1968>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/851><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/852>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/852><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/855>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/855><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/853>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/949><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/946>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1253><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1256>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/853><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/854>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/747><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/749>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/862><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/860>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1956><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1958>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/766><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/759>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/711><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/712>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/848><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/705>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1552><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1553>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/705><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/707>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1025><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1024>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/707><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/706>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/895><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/896>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/876><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/877>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/863><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1901><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1902>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/163><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/164>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1256><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1254>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/536><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/537>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1304><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1303>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1085><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/912>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/459><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/460><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/461><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/462>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/285><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/286>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/463><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/110>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/465><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/459>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1220><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/870><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/871>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/110><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/111>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/762><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/757>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/111><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/464>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1003><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1004>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/465><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/466>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/113><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/463>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/126><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/127>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1968><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1969>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1221><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1226>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/127><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/128>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/583><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/584>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/448><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/227>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/227><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/229>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/228><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/232>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1668><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1669>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/462><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/465>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/465><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/459>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/459><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/463><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/464>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/877><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/878>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/464><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/466>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1545><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1546>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/844><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/845>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/460><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1502><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1503>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/475><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/463>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1435><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1436>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/164><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/167>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1903><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1904>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1294><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1293>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/912><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/913>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1616><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1615>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1079><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1052>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1673><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1674>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1633><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1634>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1902><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1903>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1177><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1176>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1615><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1614>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/486><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/487>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/752><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/751>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1367><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1370>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1052><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1051>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1429><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1121><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1122><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1119>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1457><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1452>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1426><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1427>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1635><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1636>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1970><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1971>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1636><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1637>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1457><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1450>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2003><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2005>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1861><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2449>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/747><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/745>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1049><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1048>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1766><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1767>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2005><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2004>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1381><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1382>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/878><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/879>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1028><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1029>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/400><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/401>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/401><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/487><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/488>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1459><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/402><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/403>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1294><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1297>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/403><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/404>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/404><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/405>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1974><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1972>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/405><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/406>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/406><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/407>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1293><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1304>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/407><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/408>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1461><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1462>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/408><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/409>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/409><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/410>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/26><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/28>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/493><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/494>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/494><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/495>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/495><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/496>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1460><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1464>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/496><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/497>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/479><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1928><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1929>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1401><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1400>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1400><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1402><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1403>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1056><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1081>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1403><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1405>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1405><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1407>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1407><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1411>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1767><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1768>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1840><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1973>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1411><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1406>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/879><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/880>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1406><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1410>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1410><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1409>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1409><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1408>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1031><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1033>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/170><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/172>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1401><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1404>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1634><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1635>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1004><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1005>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1005><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1006>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1297><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1296>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1006><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1007>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1073><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1076>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1009><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1010>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1057><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1058>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/286><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/288>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1010><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1011>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1011><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1012>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/456><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/287>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1074><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1064>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1398><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1401>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/488><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/489>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1990><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1991>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/745><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/749>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/819><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/820>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1058><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1070>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/288><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/456>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/746><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/752>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1070><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1071>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1926><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1927>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/825><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/829>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/826><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1002><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1003>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1019><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1020>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1975><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1974>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1022><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1023>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1023><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1025>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/829><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/826>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1440><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1441>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1927><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1928>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1432><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1433>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1433><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1434>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1067><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1053>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1434><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1437>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1437><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1435>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1670><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1672>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1072><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1073>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1768><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1769>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/945><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/947>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1436><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1438>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/826><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_related_to><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1674><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1687>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1217><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_related_to><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1687><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1686>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1686><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1697>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1884><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1885>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1697><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1676>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/172><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/174>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1676><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1689>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/489><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/490>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1689><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1688>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1929><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1930>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/994><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/991>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1688><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1675>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1675><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1692>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1692><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1691>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1691><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1690>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1690><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1679>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1076><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1681><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1679>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1679><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1678>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1679><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1684>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/538><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_conjection><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/143>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1678><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1682>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1682><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/has_prev_by_pagination><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/982><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/result_used_from><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/983>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/9> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/10> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/11> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/12> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/13> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/16> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6156>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/18> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5547>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/19> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5547>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/20> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5547>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/22> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5547>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/24> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/25> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/26> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/27> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/28> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/29> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/30> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/32> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/33> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/34> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/35> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/36> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/37> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/38> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/41> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/42> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/45> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/48> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/50> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/52> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/53> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/57> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/59> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/60> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/61> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/64> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/65> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/66> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/67> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/68> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/69> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/70> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/71> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/72> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/73> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/74> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/75> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/77> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/80> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/82> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5675>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/83> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5675>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/84> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5675>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/87> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/88> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/89> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/90> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/91> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/92> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/93> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/94> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/95> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/96> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/99> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/110> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/111> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/113> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/114> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/115> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/116> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/118> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5065>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/122> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5069>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/126> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5025>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/127> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5025>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/128> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5025>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/129> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/131> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5301>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8324> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/133> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5301>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8327> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/137> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5301>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/138> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5301>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/139> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5301>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/140> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5301>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/143> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6160>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/144> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5299>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/146> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2937>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/147> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2935>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/151> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/153> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5739>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/156> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5739>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/157> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5739>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/161> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5735>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/163> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/164> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/165> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/166> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/167> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/169> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/170> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/171> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/172> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/173> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/174> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/175> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/176> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/177> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/178> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/179> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/180> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/181> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/182> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/184> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/188> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8205>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/190> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/191> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/192> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/193> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/194> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/195> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/198> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8227>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/200> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/201> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/202> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/203> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/205> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/206> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/207> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/208> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/209> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/210> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/211> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/212> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/213> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/214> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/217> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/218> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/220> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8273>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/221> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8273>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/223> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8279>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/224> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8279>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/227> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/228> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/229> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/230> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/231> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/232> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/233> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/234> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/235> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/237> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7304>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/238> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7302>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/239> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2358>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/240> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2358>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/241> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2358>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/244> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4052>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/247> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6938>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/252> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6925>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/253> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6925>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/254> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6925>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/255> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6923>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/259> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2721>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/264> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2721>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/266> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2721>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/267> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/269> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7741>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/270> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7739>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/273> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4168>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/275> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/276> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/277> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5301>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/278> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/279> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2975>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/285> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7764>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/286> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7764>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/287> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7764>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/288> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7764>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/289> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7764>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/291> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7770>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/292> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7770>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/293> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7770>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/295> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7778>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/296> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/298> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5926>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/299> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5924>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/300> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/301> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/302> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/303> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/304> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/305> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/306> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/307> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/308> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/309> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/310> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/311> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/312> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/313> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/314> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/315> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/316> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/317> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/318> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/319> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/322> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6361>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/323> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6361>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/324> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6361>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/325> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6361>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/326> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6361>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/327> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6359>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/328> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6860>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/329> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6860>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/330> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6860>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/331> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4045>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/333> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4352>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/335> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4338>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/336> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4338>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/337> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4338>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/338> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6631>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/339> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6631>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/340> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6631>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/341> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6631>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/343> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4153>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/344> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4153>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/345> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4155>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/347> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5909>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/348> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5909>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/349> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5909>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/350> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5909>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/351> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5907>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/353> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4425>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/354> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4425>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/355> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4425>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/356> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4425>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/357> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4425>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/358> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4425>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/359> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4425>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/360> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4425>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/361> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4423>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/363> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2953>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/365> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2953>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/366> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2953>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/367> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2953>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/368> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2953>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/369> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2951>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/373> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4045>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/374> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3449>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/376> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3998>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/377> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3998>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/379> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4004>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/380> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4004>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/382> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3990>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/383> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3990>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/384> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/385> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3990>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/386> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3994>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/389> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4257>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/393> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/395> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/396> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4267>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/398> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4267>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/400> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/401> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/402> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/403> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/404> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/405> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/406> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/407> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/408> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/409> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/410> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/413> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/414> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/415> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/421> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/422> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/424> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/425> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/426> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/427> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/428> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/429> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/430> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/432> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/433> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/434> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/435> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/437> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3745>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/438> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3745>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/440> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8227>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/441> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8205>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/442> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3751>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/443> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4267>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/444> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3751>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/445> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3751>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/446> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3717>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/448> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/449> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/450> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/452> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/453> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/455> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7764>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/456> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7764>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/457> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4547>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/459> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/460> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/461> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/462> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/463> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/464> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/465> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/466> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/468> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2147>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/469> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2147>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/472> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2147>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/473> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2147>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/474> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2147>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/475> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5069>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/476> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2147>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/477> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2145>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/479> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6988>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/480> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6988>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/481> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6988>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/484> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6988>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/486> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/487> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/488> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/489> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/490> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/491> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/492> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/493> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/494> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/495> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/496> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/497> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/499> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/500> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/502> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/503> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/507> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/512> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/513> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6984>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/515> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/516> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/517> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/519> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/520> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6231>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/522> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/524> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/525> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/526> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/527> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/528> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/529> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/530> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6727>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/531> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6725>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/533> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/534> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7642>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/536> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2532>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/537> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2532>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/538> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5323>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/539> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2538>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/542> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6670>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/544> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6659>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/545> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6661>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/547> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7287>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/548> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7287>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/550> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7287>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/551> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/555> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4112>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/557> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4116>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/558> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4106>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/562> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8019>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/564> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7358>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/565> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7358>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/566> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7358>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/568> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7366>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/569> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7366>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/570> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7366>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/571> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7366>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/572> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7366>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/573> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7366>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/574> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7366>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/575> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7366>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/577> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/578> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/579> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/580> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/581> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/582> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/583> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/584> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/585> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/586> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/587> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/590> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/591> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/592> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/593> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/594> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/595> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/596> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/598> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/599> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/600> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/601> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/602> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/603> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/604> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/605> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/607> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/608> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/612> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4135>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/613> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4135>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/614> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4135>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/615> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4133>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/616> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8079>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/617> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8079>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/622> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/623> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/624> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/626> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/627> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/628> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/629> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/631> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2325>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/632> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2323>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/636> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2749>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/637> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4346>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/640> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8001>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/641> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8001>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/642> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8005>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/643> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/644> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/645> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/646> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/647> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/648> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/649> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/650> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/651> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/652> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/653> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/654> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/655> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/656> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/657> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/658> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/659> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/660> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/661> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/662> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/663> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/664> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/665> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/666> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/667> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/668> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/669> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/670> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/671> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/672> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/673> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/674> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/675> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/676> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/677> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/678> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/679> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/680> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/681> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/682> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3090>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/683> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4346>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/684> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3090>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/685> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4403>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/686> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4403>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/687> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4403>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/688> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4403>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/689> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4403>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/691> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4509>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/695> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4517>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/696> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4517>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/697> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4517>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/698> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4517>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/701> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/702> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/705> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3000>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/706> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3000>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/707> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3000>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/709> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3010>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/711> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3014>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/712> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3014>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/713> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3008>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/715> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4370>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/717> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4374>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/718> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4374>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/719> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4374>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/720> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4374>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/722> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/723> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/724> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/727> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4591>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/728> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4591>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/730> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4597>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/731> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4597>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/732> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4597>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/734> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4573>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/735> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4573>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/736> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4573>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/738> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4577>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/739> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4577>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/740> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4577>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/741> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4577>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/742> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4577>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/743> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/745> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/746> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/747> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/748> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/749> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/750> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/751> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/752> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/753> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/754> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/756> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/757> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/758> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/759> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/760> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/761> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/762> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/763> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/764> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/766> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8015>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/767> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8015>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/768> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7831>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/770> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6129>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/771> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6129>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/773> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6135>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/774> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6135>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/776> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6141>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/777> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6141>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/778> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6127>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/780> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/781> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/782> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/783> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/784> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/786> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7929>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/787> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7929>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/788> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7929>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/789> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7929>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/790> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7929>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/791> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7929>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/792> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7929>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/793> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7929>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/794> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7927>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/796> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6672>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/797> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/798> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/799> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/800> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/801> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4135>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/802> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/803> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/804> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/805> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/806> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/807> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/808> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/809> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2867>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/811> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7633>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/812> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7633>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/819> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6101>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/820> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6101>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/822> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6107>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/823> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6089>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/825> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6461>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/826> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6461>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/827> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6461>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/828> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6461>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/829> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6461>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/831> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6451>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/832> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6451>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/834> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6455>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/835> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6453>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/837> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/842> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/843> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/844> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/845> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/847> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7693>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/848> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7693>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/850> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7699>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/851> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7699>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/852> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7699>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/853> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7699>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/854> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7699>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/855> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7699>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/856> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/858> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6902>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/860> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/861> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/862> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/863> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/865> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6892>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/866> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6892>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/867> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6892>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/868> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6890>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/870> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/871> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/872> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/873> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/874> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/875> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/876> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/877> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/878> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/879> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/880> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/881> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/882> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/884> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/885> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/887> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8466>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/888> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/890> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3922>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/891> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3922>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/892> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3922>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/893> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3922>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/895> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/896> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/897> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/898> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/899> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/900> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/901> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/902> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/903> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/905> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4478>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/906> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4478>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/907> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4478>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/908> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4476>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/912> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5434>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/913> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5434>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/915> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5444>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/916> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5444>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/918> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5450>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/919> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5450>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/920> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/922> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/924> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/925> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/926> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3073>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/928> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3340>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/929> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3340>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/930> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3340>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/932> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3348>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/933> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3348>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/937> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3346>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/940> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3893>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/941> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3893>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/942> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3893>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/943> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3891>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/944> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4180>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/945> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4180>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/946> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4180>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/947> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4180>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/948> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4180>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/949> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4180>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/951> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3177>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/952> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3177>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/953> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3177>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/954> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3177>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/955> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3177>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/956> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3177>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/957> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3177>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/958> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3177>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/960> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3165>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/961> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3165>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/962> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3165>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/963> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3165>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/964> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3173>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/966> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3404>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/967> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3404>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/968> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3404>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/970> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3412>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/972> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3416>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/974> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3420>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/975> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3420>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/976> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3420>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/978> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3428>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/979> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3428>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/980> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/981> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/982> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/983> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4213>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/985> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4517>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/987> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/988> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/989> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/990> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/991> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/992> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/993> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/994> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/995> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/996> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/997> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/998> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/999> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1000> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2103>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1002> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2898>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1003> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2898>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1004> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2898>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1005> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2898>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1006> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2898>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1007> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2898>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1009> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2912>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1010> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2912>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1011> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2912>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1012> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2912>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1014> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2922>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1015> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2896>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1017> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4079>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1019> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4083>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1020> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4083>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1022> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4071>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1023> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4071>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1024> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4071>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1025> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4071>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1026> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1027> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2615>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1028> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2615>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1029> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2615>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1031> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4979>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1032> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4979>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1033> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4979>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1035> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4987>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1036> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1037> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6870>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1038> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6870>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1039> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6870>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1040> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6870>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1042> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1043> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1044> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1045> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1046> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1047> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1048> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1049> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1050> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1051> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1052> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1053> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1054> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1055> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1056> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1057> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1058> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1059> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1060> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1061> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1062> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1063> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1064> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1065> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1066> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1067> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1068> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1069> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1070> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5739>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1071> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1072> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1073> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1074> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1075> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1076> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1077> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1078> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1079> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1080> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1081> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1082> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5186>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1084> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8349>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1085> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8349>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1086> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8349>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1088> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8333>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1089> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8333>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1091> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8333>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1093> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8343>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1094> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1096> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7536>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1098> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7540>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1099> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7540>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1100> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7534>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1102> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7965>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1103> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7965>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1104> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7965>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1105> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7965>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1107> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7975>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1108> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7975>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1109> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8333>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1111> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7983>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1112> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7983>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1113> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7983>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1114> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7963>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1116> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1117> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1118> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1119> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1120> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1121> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1122> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1123> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1124> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1125> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1126> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1127> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1128> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1129> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8396>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1131> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6397>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1132> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6397>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1133> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6397>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1134> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6397>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1136> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6407>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1137> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6407>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1138> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6407>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1139> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6407>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1140> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6407>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1142> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6419>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1143> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6419>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1144> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6419>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1146> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6427>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1147> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1149> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1150> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1151> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1152> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1153> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1154> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1155> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1156> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1158> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1159> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1160> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1162> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5979>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1163> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5979>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1164> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5979>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1165> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5979>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1167> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5989>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1168> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5989>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1169> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5989>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1170> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5989>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1171> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5989>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1172> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5989>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1173> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5989>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1174> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1176> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6686>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1177> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6686>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1179> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6692>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1180> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6684>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1182> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2390>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1183> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2390>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1184> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2390>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1186> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2398>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1187> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2398>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1188> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2398>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1190> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2406>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1192> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2410>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1193> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2410>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1194> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2410>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1195> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2410>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1196> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2410>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1198> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2422>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1199> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2422>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1200> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2422>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1202> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1203> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1204> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1205> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1206> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1207> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1208> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1209> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1210> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1211> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1212> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1213> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1215> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1216> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1217> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1218> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1219> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1220> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1221> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1222> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1224> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3855>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1225> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3855>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1226> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3855>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1228> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3863>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1229> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3863>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1230> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3863>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1231> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3863>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1232> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3863>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1233> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3863>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1234> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3863>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1235> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1237> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6648>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1238> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6648>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1239> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6648>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1240> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6644>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1241> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6072>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1242> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6072>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1243> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6072>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1245> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2300>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1246> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2300>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1247> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2300>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1248> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1249> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3309>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1250> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1251> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7633>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1252> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3309>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1253> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3309>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1254> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3309>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1255> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3922>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1256> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3309>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1257> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3309>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1259> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3114>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1261> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1262> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1263> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1265> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3126>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1266> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3126>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1267> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3126>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1268> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3126>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1269> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3126>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1270> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3126>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1271> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3126>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1272> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3126>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1273> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3112>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1275> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7726>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1276> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7726>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1277> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7726>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1278> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7724>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1280> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3039>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1282> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1283> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1284> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1286> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3051>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1287> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3051>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1288> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3051>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1291> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1292> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1293> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1294> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1295> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1296> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1297> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1298> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1299> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1300> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1301> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1303> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8067>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1304> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8067>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1307> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2220>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1308> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2220>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1309> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2220>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1310> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6361>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1312> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2230>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1313> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2230>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1314> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2230>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1316> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2238>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1318> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2242>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1319> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2242>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1321> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2248>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1323> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2248>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1324> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2248>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1326> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2258>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1327> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2258>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1328> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2258>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1330> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2266>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1331> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2266>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1332> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2266>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1333> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2266>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1335> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2276>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1336> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1337> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1338> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3374>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1339> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3374>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1340> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1341> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3374>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1342> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3374>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1344> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1345> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1346> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1347> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1348> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1349> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1350> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1351> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1352> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1353> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1354> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1355> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1356> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1358> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1359> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1360> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1361> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1362> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1364> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1365> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1367> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3956>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1368> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3956>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1369> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3956>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1370> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3956>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1371> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3956>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1372> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3956>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1373> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3956>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1374> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3956>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1376> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3946>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1377> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3946>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1378> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3946>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1379> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3952>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1381> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1382> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1384> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1385> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1386> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1387> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1388> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1389> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1390> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1391> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1392> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1393> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1394> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1395> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1398> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1399> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1400> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1401> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1402> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1403> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1404> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1405> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1406> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1407> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1408> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1409> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1410> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1411> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1412> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1413> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1414> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1415> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1416> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1417> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1418> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1419> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1420> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1421> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1422> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1423> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2679>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1424> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2679>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1426> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2576>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1427> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2576>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1429> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2582>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1430> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2582>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1432> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2588>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1433> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2588>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1434> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2588>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1435> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2588>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1436> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2588>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1437> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2588>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1438> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2588>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1440> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2564>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1441> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2564>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1442> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2564>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1443> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2564>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1444> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1446> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1447> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1448> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1449> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1450> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1451> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1452> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1453> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1454> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1455> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1456> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1457> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1458> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1459> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1460> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1461> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1462> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1463> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1464> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1465> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1466> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1467> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1468> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1469> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1470> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1471> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1472> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1473> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1474> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1475> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1477> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1478> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1479> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1483> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1484> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1485> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1501> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3638>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1502> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3638>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1503> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3638>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1504> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3638>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1505> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3638>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1506> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3638>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1507> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3526>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1508> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3258>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1509> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3258>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1510> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3258>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1511> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3258>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1513> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1514> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1515> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1516> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1517> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1518> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1519> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1520> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1521> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1522> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1523> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1524> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1525> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1526> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1528> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5398>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1529> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5398>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1530> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5398>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1531> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5398>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1532> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5398>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1533> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5398>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1534> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5398>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1536> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5360>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1537> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5362>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1538> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5362>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1540> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6343>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1541> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5764>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1542> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5764>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1543> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5762>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1545> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1546> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1547> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1548> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1549> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1550> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1551> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1552> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1553> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1554> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1555> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1556> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1569> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7576>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1570> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3268>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1573> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4660>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1574> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4660>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1576> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1577> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1578> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1579> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1580> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1581> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1582> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1583> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1584> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1585> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1586> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1587> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1588> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1589> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1590> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1591> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1592> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1593> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1612> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4658>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1613> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4198>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1614> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4198>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1615> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4198>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1616> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4198>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1617> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4198>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1618> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4198>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1620> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1621> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1622> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1623> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1624> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1625> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1626> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1627> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1628> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1629> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1630> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1631> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1632> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1633> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1634> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1635> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1636> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1637> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1638> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1639> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1640> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1641> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1642> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1650> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1652> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1653> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1654> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1655> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1656> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1658> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1659> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1660> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1661> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1662> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1663> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1664> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1665> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1668> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1669> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1670> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1671> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1672> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1673> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1674> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1675> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1676> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1677> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1678> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1679> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1680> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1681> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1682> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1683> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1684> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1685> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1686> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1687> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1688> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1689> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1690> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1691> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1692> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1693> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1694> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1695> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1696> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1697> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1698> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1699> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1700> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1701> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1702> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1703> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1704> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1705> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1706> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1707> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1708> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1709> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1710> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1711> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1712> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1713> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1714> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1715> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1716> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1717> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1718> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1719> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1720> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1721> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1722> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1723> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1724> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1725> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1726> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1728> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1729> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4842>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1731> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4757>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1732> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4757>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1733> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4757>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1734> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4757>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1735> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4757>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1739> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4757>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1740> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4755>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1741> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3909>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1742> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3909>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1744> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3909>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1746> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1747> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1748> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1749> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1750> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1751> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1752> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1753> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1754> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1755> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1756> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1757> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1758> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1759> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1760> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1761> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1762> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1763> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1764> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1765> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1766> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1767> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1768> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1769> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1770> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1771> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1772> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1773> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1774> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1775> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1776> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1777> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1778> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1779> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1780> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1781> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1782> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1783> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1784> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1785> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1786> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1787> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1788> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1789> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1790> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1791> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1792> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1793> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1794> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1795> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1796> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1797> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1798> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1799> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1800> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1801> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1802> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1803> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1804> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1805> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1806> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1807> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1808> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1809> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1810> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1811> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1812> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1813> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1814> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1815> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1816> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1819> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6902>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1820> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1821> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1822> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1823> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1824> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1825> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1826> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1827> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1828> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1829> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1830> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1831> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1832> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1833> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1834> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1835> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1836> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1837> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2054>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1839> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1840> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1841> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1842> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1843> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1844> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1845> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1846> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1847> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1848> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1851> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1852> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1853> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6035>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1854> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5097>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1855> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5097>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1856> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5097>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1857> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5097>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1859> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1861> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1862> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1864> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1866> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1867> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1868> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1875> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2505>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1876> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2505>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1877> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2505>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1878> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2505>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1879> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2505>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1880> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2505>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1881> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2505>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1882> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2473>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1884> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1885> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1886> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1887> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1888> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1889> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1890> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1899> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1900> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1901> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1902> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1903> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1904> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1905> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1906> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1907> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1908> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1909> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1910> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1911> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1912> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1913> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1915> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1916> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1917> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1918> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1919> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1920> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1921> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1922> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1923> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1924> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1926> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1927> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1928> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1929> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1930> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1931> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1932> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1933> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1934> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1935> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1936> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1937> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1938> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1939> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1940> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1941> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1942> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1943> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1944> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1945> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1946> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1947> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1948> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1950> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3667>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1951> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3667>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1952> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3667>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1953> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3667>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1955> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1956> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1957> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1958> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3673>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1959> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1961> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3803>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1962> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3803>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1963> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3803>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1964> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3803>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1966> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1967> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1968> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1969> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1970> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1971> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1972> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1973> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1974> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1975> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1976> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1977> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1978> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1979> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1980> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1981> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1982> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1983> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1984> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1985> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1986> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1987> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1988> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7478>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1990> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6708>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1991> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6708>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1992> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6704>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1993> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5276>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1994> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5276>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1995> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5276>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1996> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5276>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1997> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1998> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1999> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2000> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2001> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2002> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2003> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2004> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2005> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2006> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2021> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2054>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2078> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2103>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2080> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2103>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2124> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2145>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2186> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2191> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2195> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2197> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2200> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2205> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2209> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2214> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2307> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2323>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2363> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2367> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2371> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2373> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2379> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2383> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2447> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2473>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2449> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2458> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2462> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2473>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2530> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2538>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2548> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2551> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2554> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2562> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2637> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2679>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2706> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2744> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2749>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2758> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2772> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2778> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2843> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2867>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2880> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2896>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2887> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2896>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2892> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2896>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2931> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2935>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2942> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2951>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2968> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2975>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2992> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3008>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2994> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3008>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2998> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3008>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3028> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3032> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3037> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3066> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3073>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3095> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3112>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3097> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3112>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3101> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3112>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3154> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3173>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3163> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3173>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3198> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3216>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3201> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3216>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3331> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3346>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3334> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3346>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3338> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3346>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3385> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3389> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3391> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3393> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3397> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3443> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3449>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3445> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3449>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3462> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3526>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3517> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3526>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3657> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3663> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3692> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3717>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3705> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3717>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3708> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3717>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3812> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3821> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3825> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3884> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3891>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3935> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3952>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3944> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3952>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3980> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3994>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3983> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3994>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3986> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3994>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4025> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4048> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4052>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4062> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4064> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4067> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4098> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4106>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4100> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4106>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4102> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4106>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4125> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4133>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4150> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4155>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4164> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4168>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4218> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4221> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4223> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4230> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4355> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4357> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4362> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4412> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4423>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8331> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4452> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4476>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4457> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4476>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4493> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4495> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4497> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4503> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4542> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4547>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4555> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4562> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4565> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4569> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4616> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4658>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4619> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4658>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4743> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4755>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4778> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4842>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4969> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4973> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4996> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5013> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5015> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5021> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5143> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5186>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5283> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5299>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5294> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5299>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5335> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5362>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5350> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5362>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5358> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5362>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5419> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5424> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5427> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5461> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5467> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5490> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5525> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5530> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5541> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8372> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8396>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5724> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5735>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5730> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5735>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5756> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5762>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5796> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5820> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5900> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5907>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5920> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5924>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5940> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5945> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5954> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6018> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6035>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6077> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6089>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6082> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6089>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6085> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6089>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6116> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6127>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6119> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6127>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6122> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6127>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6153> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6156>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6223> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6231>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6336> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6350> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6359>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6376> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6381> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6387> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6391> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6439> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6453>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6442> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6453>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6448> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6453>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6483> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6533>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6639> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6644>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6657> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6661>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6666> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6670>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6677> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6684>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6680> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6684>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6700> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6704>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6713> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6725>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6748> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6763> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8409> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6845> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6877> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6890>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6882> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6890>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6917> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6923>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6934> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6938>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6947> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6984>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6954> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6984>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7083> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7181>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8423> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7278> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8426> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7298> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7302>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7309> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7313> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7322> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7453> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7478>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7527> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7534>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7529> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7534>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7549> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7576>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7638> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7642>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7649> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7659> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7662> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7718> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7724>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7735> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7739>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7748> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7752> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7755> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7757> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7806> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7831>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7817> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7831>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7827> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7831>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7916> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7927>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7948> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7963>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7953> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7963>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7957> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7963>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7999> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8005>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8013> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8019>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8024> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8036> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8082> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8105> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8109> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8116> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8119> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8139> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8142> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8145> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_graph> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3075> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3073>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2564> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4108> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4106>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7693> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2576> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6659> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6661>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4116> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4106>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8213> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2582> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2679>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2588> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4263> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6686> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6684>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8227> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6692> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6684>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2103>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3114> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3112>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5675> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3118> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3112>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4660> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4658>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3126> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3112>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4153> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4155>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4658>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2107> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2103>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7741> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7739>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5186>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4166> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4168>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6727> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6725>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8460> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5707> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8205> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8273> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3667> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7764> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8279> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3673> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7770> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7726> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7724>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3165> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3173>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4112> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4106>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7778> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2147> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2145>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5733> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5735>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7784> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3177> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3173>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5739> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5735>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8466> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6397> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7358> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7287> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7285>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2410> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6782> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5909> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5907>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5764> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5762>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5398> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5362>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3717>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7304> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7302>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7540> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7534>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8333> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3218> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3216>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6851> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6849>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4757> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4755>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8343> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3216>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7831>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6780>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8349> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6892> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6890>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2721> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2719>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6160> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6156>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3751> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3717>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4267> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2220> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7831>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5301> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5299>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2230> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5065> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8396>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5547> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2238> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2751> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2749>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2242> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7877> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7831>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7366> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6343> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6341>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2248> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5323> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5299>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2922> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2896>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5837>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2258> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7356>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6361> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6359>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2266> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4987> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2276> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4135> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4133>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4842>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6988> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6984>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5360> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5362>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4478> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4476>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6902> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6890>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5362>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7929> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7927>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2812> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3837> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6407> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2824> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2782>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3340> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3346>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6925> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6923>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3855> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4370> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6419> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3348> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3346>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2325> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2323>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4374> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3863> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3835>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3354> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3346>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6427> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6940> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6938>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7965> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7963>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4384> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4368>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2867>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7181>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5926> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5924>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7975> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7963>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8430>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7983> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7963>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7699> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6451> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6453>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3893> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3891>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6233> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6231>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6455> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6453>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7478>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6708> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6704>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5434> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6461> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6453>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8001> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8005>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5444> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3638> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3526>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6984>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4425> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4423>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5450> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5432>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3404> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8015> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8019>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2898> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2896>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3412> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2390> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3416> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5979> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3420> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2398> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2912> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2896>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3428> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5989> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2406> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4257> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3946> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3952>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4476>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7536> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7534>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4513> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4979> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4977>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3956> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3952>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2422> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2937> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2935>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3451> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3449>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2430> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3455> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3449>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5025> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8067> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2953> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2951>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6035>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3990> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3994>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7576>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4591> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4509> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3998> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3994>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2977> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2975>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4004> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3994>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4517> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2473>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4529> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3000> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3008>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4027> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4037>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4545> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4547>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3010> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3008>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3014> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3008>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3745> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3717>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3526>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2505> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2473>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6091> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6089>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5069> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6101> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6089>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4054> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4052>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6107> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6089>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7644> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7642>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4573> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3039> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4577> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3043> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2532> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2538>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4071> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6672> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6670>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3051> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3041>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2054>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4079> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6533>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6129> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6127>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4083> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4075>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4597> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6135> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6127>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6648> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6644>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7671>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6141> <http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_subGraph_of> <http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6127>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2054> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4106> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6156> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8205> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6160> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4116> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8213> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8227> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4133> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4135> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8233> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2103> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4153> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4155> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4168> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8273> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4180> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6231> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6233> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8285> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2145> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2147> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4198> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4213> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8333> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8341> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8343> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8349> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4257> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4267> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2220> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2230> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4281> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8378> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2238> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2242> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6341> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6343> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2248> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8396> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2258> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6359> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6361> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2266> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2276> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2087> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8430> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8432> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4338> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4478> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4346> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2300> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6397> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4352> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6407> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8460> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4368> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4370> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2323> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2325> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4374> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6427> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4384> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6451> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6453> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2358> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6455> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6461> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4423> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4425> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2390> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2398> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2406> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2410> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4460> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2422> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4476> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4842> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2430> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6529> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6533> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4844> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4509> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4517> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2473> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2475> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4529> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4547> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2505> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4573> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4577> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2532> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6631> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2538> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4591> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6644> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4597> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6648> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6659> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2564> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6661> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8279> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6670> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6672> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2582> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6684> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6686> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6692> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6704> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4658> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4660> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2615> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4666> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6725> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6727> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2649> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4112> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2679> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6780> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6782> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4755> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4757> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6812> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2719> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2721> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2749> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6849> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6860> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6870> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2782> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2784> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6890> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6892> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6902> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2812> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6923> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6925> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6938> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2849> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2867> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6982> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6984> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6988> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2896> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2898> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2912> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2922> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4977> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4979> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2935> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2937> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4987> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2951> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2953> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5025> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5031> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3010> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3014> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5065> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5069> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7131> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3039> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3041> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3043> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5097> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3051> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3073> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3075> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7181> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3090> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3112> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3114> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3118> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3126> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5186> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5188> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3165> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2576> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3173> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3177> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7285> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7287> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7302> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7304> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4403> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3216> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3218> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3224> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5276> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2588> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5299> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5301> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3258> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7356> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7358> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3268> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7366> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5323> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7384> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3309> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5360> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5362> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5368> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3340> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3346> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3348> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5398> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3374> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7478> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5432> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6708> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5434> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5444> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5450> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3404> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3412> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3416> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3420> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3428> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7534> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7536> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7540> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3449> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7576> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7578> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5547> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5559> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2975> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3526> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2977> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3528> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7633> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7642> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5605> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7671> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7673> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7693> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7699> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5675> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7724> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7726> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5685> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3638> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7739> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7741> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3667> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7764> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3671> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3673> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7770> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7778> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5735> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7784> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5739> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8466> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6419> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5762> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5764> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3717> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3719> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5780> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7831> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7835> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3745> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3751> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7857> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5827> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5837> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5839> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3803> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7927> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7929> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3835> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3837> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3855> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5907> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5909> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3863> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7963> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7965> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5924> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5926> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7975> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7983> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3891> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3893> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3909> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5959> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8015> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7480> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3922> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8019> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5977> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5979> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5989> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8041> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3946> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8043> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3952> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3956> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8067> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8079> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6035> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6037> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3990> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3994> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6127> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3998> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4004> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6072> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4027> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4037> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6089> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4045> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4052> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6101> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6107> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8159> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4071> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4075> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2028> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4079> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6129> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4083> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6135> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6141> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/SubGraph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3073><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.3_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.3_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.3_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.3_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6661><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.18_ramus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.18_ramus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.18_ramus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.18_ramus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2054><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.2_pages_relating.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.2_pages_relating.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7.2_pages_relating.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.2_pages_relating.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4106><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.20_salignac.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.20_salignac.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.20_salignac.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.20_salignac.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6231><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.13_lansberg.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.13_lansberg.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.13_lansberg.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.13_lansberg.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2572><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.2_powers.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.2_powers.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4.2_powers.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.2_powers.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7181><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.1_cubics_e.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.1_cubics_e.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7.1_cubics_e.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.1_cubics_e.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6670><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.17_praetorius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.17_praetorius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.17_praetorius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.17_praetorius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3090><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.54_middleburg.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.54_middleburg.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.54_middleburg.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.54_middleburg.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6684><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.7_interpolation.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.7_interpolation.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.7_interpolation.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.7_interpolation.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4133><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.23_stifel.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.23_stifel.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.23_stifel.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.23_stifel.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3112><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.1_comb_and_trans.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.1_comb_and_trans.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.1_comb_and_trans.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.1_comb_and_trans.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7724><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.2_combs_by_multiplication.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.2_combs_by_multiplication.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.2_combs_by_multiplication.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.2_combs_by_multiplication.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6704><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.3_impossible.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.3_impossible.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.3_impossible.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.3_impossible.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4658><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.5_avulsed.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.5_avulsed.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5.5_avulsed.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.5_avulsed.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2615><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2_v_e_p_n.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2_v_e_p_n.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.2_v_e_p_n.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2_v_e_p_n.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4155><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.01_baronius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.01_baronius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.01_baronius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.01_baronius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5186><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.1_magisteria.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.1_magisteria.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.1_magisteria.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.1_magisteria.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6725><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.14_maurolico.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.14_maurolico.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.14_maurolico.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.14_maurolico.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4168><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.16_philoponus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.16_philoponus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.16_philoponus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.16_philoponus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6156><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.01_aphrodisias.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.01_aphrodisias.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.01_aphrodisias.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.01_aphrodisias.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4180><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6_Pascals_triangle.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3671><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.4_epsilon_zeta.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.4_epsilon_zeta.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1.4_epsilon_zeta.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.4_epsilon_zeta.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7768><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.18_ptolemy.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.18_ptolemy.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.18_ptolemy.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.18_ptolemy.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2867><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.2_refutation_of_Stifel.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.2_refutation_of_Stifel.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.3.2_refutation_of_Stifel.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.2_refutation_of_Stifel.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2145><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.11_guidobaldi.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.11_guidobaldi.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.11_guidobaldi.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.11_guidobaldi.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3173><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.1_progressions.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.1_progressions.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.7.1_progressions.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.1_progressions.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4198><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5_Numerical_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5735><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.07_diophantus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.07_diophantus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.07_diophantus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.07_diophantus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5907><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.02_barozzi.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.02_barozzi.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.02_barozzi.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.02_barozzi.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4213><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.7_Figurate_numbers.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2679><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.1_operations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.1_operations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4.1_operations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.1_operations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3891><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.5_general.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.5_general.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.5_general.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.5_general.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6780><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.2_alpha_beta.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.2_alpha_beta.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1.2_alpha_beta.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.2_alpha_beta.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5762><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.2_notes.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.2_notes.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5.2_notes.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.2_notes.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3717><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.08_commandino.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.08_commandino.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.08_commandino.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.08_commandino.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7302><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.2_optics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.2_optics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.08.2_optics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.2_optics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3216><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.3_inequalities.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.3_inequalities.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.3_inequalities.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.3_inequalities.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4755><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.3_bb_for_d.graphml.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.3_bb_for_d.graphml.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.6.3_bb_for_d.graphml.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.3_bb_for_d.graphml.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5780><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2_Calculations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8341><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.1_formulae.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.1_formulae.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.1_formulae.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.1_formulae.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7831><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.4_population.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.4_population.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2.4_population.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.4_population.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3268><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.4_negative.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.4_negative.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5.4_negative.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.4_negative.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5276><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8_Quartics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4255><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.07_clavius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.07_clavius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.07_clavius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.07_clavius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2218><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.5_other_contexts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.5_other_contexts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.5_other_contexts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.5_other_contexts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5299><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.04_aristotle.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.04_aristotle.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.04_aristotle.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.04_aristotle.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3258><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4_Radicals.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7356><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.22_stevin.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.22_stevin.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.22_stevin.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.22_stevin.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2749><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.26_tornius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.26_tornius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.26_tornius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.26_tornius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7285><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.19_regiomontanus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.19_regiomontanus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.19_regiomontanus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.19_regiomontanus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6849><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.11_heron.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.11_heron.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.11_heron.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.11_heron.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3780><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30_Viete.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30_Viete.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.30_Viete.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30_Viete.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6341><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.06_boethius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.06_boethius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.06_boethius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.06_boethius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8396><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.4_sub-tables_entries.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.4_sub-tables_entries.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.4_sub-tables_entries.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.4_sub-tables_entries.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6860><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2_Islamic.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2_Islamic.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.2_Islamic.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2_Islamic.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5837><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.3_gamma.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.3_gamma.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1.3_gamma.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.3_gamma.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3281><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2_Drafts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6870><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8_Progressions.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6359><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2.2_thabit.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2.2_thabit.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.2.2_thabit.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2.2_thabit.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7897><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5_ALGEBRA.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3803><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1_Quartics_f.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2782><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.1_notation.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.1_notation.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.1_notation.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.1_notation.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4842><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.2_aa_for_d.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.2_aa_for_d.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.6.2_aa_for_d.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.2_aa_for_d.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3309><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8430><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.4_infinity.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.4_infinity.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5.4_infinity.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.4_infinity.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6184><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5362><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.1_lists.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.1_lists.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5.1_lists.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.1_lists.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7927><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.1_zetetica.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.1_zetetica.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.3.1_zetetica.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.1_zetetica.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4346><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.27_valerio.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.27_valerio.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.27_valerio.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.27_valerio.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3835><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.1_constant_difference.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.1_constant_difference.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.3.1_constant_difference.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.1_constant_difference.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2300><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9_Interpolation.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4352><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.3_jordanus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.3_jordanus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3.3_jordanus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.3_jordanus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6923><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.12_josephus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.12_josephus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.12_josephus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.12_josephus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4368><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.2_conversions.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.2_conversions.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2.2_conversions.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.2_conversions.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3346><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.4_combinations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.4_combinations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.4_combinations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.4_combinations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2323><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.25_thomas.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.25_thomas.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.25_thomas.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.25_thomas.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8005><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.28_vilallpandus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.28_vilallpandus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.28_vilallpandus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.28_vilallpandus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6938><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.10_eutocius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.10_eutocius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.10_eutocius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.10_eutocius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7963><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.3_c_and_d_columns.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.3_c_and_d_columns.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.3_c_and_d_columns.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.3_c_and_d_columns.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6277><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5924><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.19_simplicius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.19_simplicius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.19_simplicius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.19_simplicius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3374><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4_COMBINATIONS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4403><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2_SOURCES.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6453><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.1_gps.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.1_gps.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5.1_gps.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.1_gps.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2358><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.08_Euclid.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5432><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.2_triangular_numbers.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.2_triangular_numbers.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.2_triangular_numbers.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.2_triangular_numbers.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7478><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.2_quartics_other.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.2_quartics_other.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.2_quartics_other.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.2_quartics_other.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3909><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.6_Canonicals.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4423><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.03_benedetti.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.03_benedetti.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.03_benedetti.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.03_benedetti.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6984><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.12_kepler.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.12_kepler.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.12_kepler.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.12_kepler.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3402><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.2_fitting_formulae.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.2_fitting_formulae.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.7.2_fitting_formulae.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.2_fitting_formulae.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2103><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.1_a_e_o_y.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.1_a_e_o_y.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.1_a_e_o_y.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.1_a_e_o_y.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2896><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.1_four_cols.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.1_four_cols.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.2.1_four_cols.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.1_four_cols.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3922><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5_Infinity.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8019><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.21_saxton.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.21_saxton.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.21_saxton.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.21_saxton.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2388><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.8_rough_folios.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.8_rough_folios.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.8_rough_folios.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.8_rough_folios.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5977><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.6_full_table_entries.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.6_full_table_entries.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.6_full_table_entries.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.6_full_table_entries.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7739><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.15_philo.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.15_philo.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.15_philo.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.15_philo.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8041><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.4_word_squares.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.4_word_squares.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.4_word_squares.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.4_word_squares.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7534><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.2_difference_tables.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.2_difference_tables.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.2_difference_tables.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.2_difference_tables.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3952><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.2_elementary_equations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.2_elementary_equations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.2_elementary_equations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.2_elementary_equations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4977><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.3_polynomials.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.3_polynomials.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.3_polynomials.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.3_polynomials.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2935><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.05_aulus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.05_aulus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.05_aulus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.05_aulus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3449><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.05_brahe.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.05_brahe.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.05_brahe.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.05_brahe.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4476><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.1_binomes.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.1_binomes.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.1_binomes.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.1_binomes.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6890><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.3_achilles.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.3_achilles.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5.3_achilles.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.3_achilles.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6533><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.1_canonicals_d.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.1_canonicals_d.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.6.1_canonicals_d.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.1_canonicals_d.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2951><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.04_bombelli.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.04_bombelli.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.04_bombelli.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.04_bombelli.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8079><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.24_stigel.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.24_stigel.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.24_stigel.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.24_stigel.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6035><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.3_cubics_other.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.3_cubics_other.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7.3_cubics_other.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.3_cubics_other.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7576><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.3_positive.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.3_positive.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5.3_positive.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.3_positive.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3994><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.06_cardano.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.06_cardano.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.06_cardano.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.06_cardano.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4507><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.1_bases.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.1_bases.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.1_bases.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.1_bases.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2975><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.17_proclus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.17_proclus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.17_proclus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.17_proclus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5027><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.03_archimedes.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.03_archimedes.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.03_archimedes.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.03_archimedes.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5545><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.02_apollonius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.02_apollonius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.02_apollonius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.02_apollonius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4338><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.4_witelo.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.4_witelo.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3.4_witelo.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.4_witelo.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6072><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.3_Interpolation_of_sines.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2719><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.13_menelaus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.13_menelaus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.13_menelaus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.13_menelaus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3008><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.1_how_many.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.1_how_many.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2.1_how_many.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.1_how_many.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4547><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.10_finck.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.10_finck.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.10_finck.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.10_finck.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4037><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.09_flussas.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.09_flussas.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.09_flussas.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.09_flussas.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3526><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.3_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.3_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4.3_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.3_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6089><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.4_ap_gp_hp.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.4_ap_gp_hp.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.4_ap_gp_hp.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.4_ap_gp_hp.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7671><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.2_series.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.2_series.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5.2_series.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.2_series.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4045><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.2_bredon.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.2_bredon.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3.2_bredon.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.2_bredon.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7633><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.3_Pythagorean_triples.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4052><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.09_eudemus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.09_eudemus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.09_eudemus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.09_eudemus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/7642><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.15_mercator.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.15_mercator.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.15_mercator.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.15_mercator.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/8157><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.1_elements.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.1_elements.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.08.1_elements.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.1_elements.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4575><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.3_square_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.3_square_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2.3_square roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.3_square_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3041><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.3_sums_on_dice.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.3_sums_on_dice.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.3_sums_on_dice.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.3_sums_on_dice.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6395><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.5_canons.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.5_canons.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.5_canons.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.5_canons.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6631><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3_Medieval.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5097><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7_Cubics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2538><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.16_piccolomini.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.16_piccolomini.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.16_piccolomini.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.16_piccolomini.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4075><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.2_five_or_six_cols.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.2_five_or_six_cols.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.2.2_five_or_six_cols.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.2_five_or_six_cols.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6127><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.5_miscellaneous.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.5_miscellaneous.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2.5_miscellaneous.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.5_miscellaneous.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/6644><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.2_pretend_sines.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.2_pretend_sines.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.3.2_pretend_sines.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.2_pretend_sines.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2473><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.1_delta.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.1_delta.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1.1_delta.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.1_delta.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5118><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/is_part_of_mainGraph><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "0_TOPICS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/908><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6_Pascals_triangle.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/632><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1204><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2_Drafts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1254><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/835><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5_Infinity.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1729><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.6_Canonicals.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1510><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.2_powers.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.2_powers.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4.2_powers.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.2_powers.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2000><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5_ALGEBRA.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/781><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2_Calculations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/981><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1999><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.2_elementary_equations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.2_elementary_equations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.2_elementary_equations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.2_elementary_equations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/980><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.7_Figurate_numbers.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2005><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7_Cubics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1340><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.4_word_squares.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.4_word_squares.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.4_word_squares.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.4_word_squares.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/318><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.05_aulus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.05_aulus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.05_aulus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.05_aulus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/331><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3_Medieval.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/890><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.1_gps.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.1_gps.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5.1_gps.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.1_gps.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/299><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1615><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.4_negative.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.4_negative.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5.4_negative.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.4_negative.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/647><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.4_supplementum.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.4_supplementum.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.30.4_supplementum.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.4_supplementum.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/809><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.3_Pythagorean_triples.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1206><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.1_formulae.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.1_formulae.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.1_formulae.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.1_formulae.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1028><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.1_four_cols.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.1_four_cols.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.2.1_four_cols.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.1_four_cols.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/663><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.18_ramus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.18_ramus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.18_ramus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.18_ramus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/317><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.10_eutocius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.10_eutocius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.10_eutocius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.10_eutocius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/374><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/780><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.1_how_many.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.1_how_many.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2.1_how_many.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.1_how_many.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/782><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.3_square_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.3_square_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2.3_square_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.3_square_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1913><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1_Quartics_f.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1082><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9_Interpolation.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/784><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.4_population.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.4_population.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2.4_population.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.4_population.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/677><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.25_thomas.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.25_thomas.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.25_thomas.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.25_thomas.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/689><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/685><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "0_TOPICS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/361><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/778><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2_Calculations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/312><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.17_proclus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.17_proclus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.17_proclus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.17_proclus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/660><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.16_piccolomini.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.16_piccolomini.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.16_piccolomini.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.16_piccolomini.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/244><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/310><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.13_menelaus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.13_menelaus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.13_menelaus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.13_menelaus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/333><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3_Medieval.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/668><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30_Viete.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30_Viete.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.30_Viete.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30_Viete.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1249><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.1_bases.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.1_bases.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.1_bases.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.1_bases.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1963><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.1_alpha_beta.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.1_alpha_beta.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1.1_alpha_beta.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.1_alpha_beta.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/314><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.19_simplicius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.19_simplicius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.19_simplicius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.19_simplicius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/608><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1180><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2_Drafts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/652><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2_SOURCES.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1342><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.5_other_contexts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.5_other_contexts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.5_other_contexts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.5_other_contexts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1537><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5_Numerical_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/161><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/648><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.3_effectionum.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.3_effectionum.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.30.3_effectionum.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.3_effectionum.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/309><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.12_josephus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.12_josephus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.12_josephus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.12_josephus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/386><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1211><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.4_sub_tables_entries.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.4_sub_tables_entries.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.4_sub_tables_entries.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.4_sub_tables_entries.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1618><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.1_lists.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.1_lists.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5.1_lists.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.1_lists.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/983><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.2_fitting_formulae.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.2_fitting_formulae.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.7.2_fitting_formulae.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.2_fitting_formulae.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1857><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.3_cubics_other.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.3_cubics_other.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7.3_cubics_other.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.3_cubics_other.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/520><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/302><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.02_apollonius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.02_apollonius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.02_apollonius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.02_apollonius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/642><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/273><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/534><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/686><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/982><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.1_progressions.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.1_progressions.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.7.1_progressions.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7.1_progressions.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1174><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2_Drafts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/235><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.08_Euclid.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1511><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.3_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.3_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4.3_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.3_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1129><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2_Drafts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2004><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics_f.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics_f.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8_Quartics_f.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics_f.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/247><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1997><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5_ALGEBRA.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1617><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.2_notes.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.2_notes.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5.2_notes.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.2_notes.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/892><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.4_infinity.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.4_infinity.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5.4_infinity.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.4_infinity.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/241><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.2_optics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.2_optics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.08.2_optics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.2_optics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/636><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/868><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5_Infinity.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1837><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7_Cubics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/327><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2_Islamic.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2_Islamic.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.2_Islamic.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2_Islamic.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/812><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.2_refutation_of_Stifel.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.2_refutation_of_Stifel.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.3.2_refutation_of_Stifel.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.2_refutation_of_Stifel.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2003><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.6_Canonicals.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/783><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.5_miscellaneous.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.5_miscellaneous.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2.5_miscellaneous.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.5_miscellaneous.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2001><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4_Radicals.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/147><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/649><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.2_zetetica.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.2_zetetica.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.30.2_zetetica.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.2_zetetica.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/531><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/893><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.3_achilles.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.3_achilles.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5.3_achilles.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.3_achilles.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/937><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6_Pascals_triangle.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/279><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1241><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9_Interpolation.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/664><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.23_stifel.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.23_stifel.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.23_stifel.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.23_stifel.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/662><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.14_maurolico.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.14_maurolico.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.14_maurolico.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.14_maurolico.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1993><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5_ALGEBRA.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/307><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.08_Euclid.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/655><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.04_bombelli.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.04_bombelli.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.04_bombelli.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.04_bombelli.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/653><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.01_baronius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.01_baronius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.01_baronius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.01_baronius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/661><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.22_stevin.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.22_stevin.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.22_stevin.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.22_stevin.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/794><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.3_Pythagorean_triples.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/345><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1507><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4_Radicals.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1026><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.2_five_or_six_cols.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.2_five_or_six_cols.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.2.2_five_or_six_cols.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.2_five_or_six_cols.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/558><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1114><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2_Drafts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/654><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.02_barozzi.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.02_barozzi.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.02_barozzi.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.02_barozzi.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/676><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.26_tornius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.26_tornius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.26_tornius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.26_tornius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1208><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.3_c_and_d_columns.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.3_c_and_d_columns.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.3_c_and_d_columns.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.3_c_and_d_columns.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1853><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7_Cubics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7_Cubics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/891><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.2_series.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.2_series.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5.2_series.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5.2_series.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/238><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.08_Euclid.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08_Euclid.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/944><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1444><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4_Radicals.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2002><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5_Numerical_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1338><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.2_combs_by_multiplication.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.2_combs_by_multiplication.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.2_combs_by_multiplication.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.2_combs_by_multiplication.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1612><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5_Numerical_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1992><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8_Quartics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/671><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.09_flussas.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.09_flussas.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.09_flussas.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.09_flussas.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1356><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.2_combs_by_multiplication.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.2_combs_by_multiplication.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.2_combs_by_multiplication.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.2_combs_by_multiplication.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1247><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2_Drafts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1614><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.5_avulsed.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.5_avulsed.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5.5_avulsed.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.5_avulsed.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/658><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.08_commandino.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.08_commandino.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.08_commandino.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.08_commandino.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/713><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2_Calculations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1256><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8_Progressions.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/270><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1250><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2_Calculations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/341><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.4_witelo.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.4_witelo.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3.4_witelo.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.4_witelo.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1240><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.3_Interpolation_of_sines.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1740><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.6_Canonicals.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Canonicals.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/669><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.20_salignac.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.20_salignac.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.20_salignac.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.20_salignac.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/678><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.03_benedetti.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.03_benedetti.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.03_benedetti.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.03_benedetti.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/665><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.19_regiomontanus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.19_regiomontanus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.19_regiomontanus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.19_regiomontanus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/542><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/339><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.2_bredon.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.2_bredon.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3.2_bredon.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.2_bredon.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/945><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.1_binomes.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.1_binomes.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.1_binomes.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.1_binomes.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1094><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2_Drafts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1039><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.3_polynomials.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.3_polynomials.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.3_polynomials.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.3_polynomials.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/948><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.4_combinations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.4_combinations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.4_combinations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.4_combinations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/888><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5_Infinity.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1029><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.2_five_or_six_cols.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.2_five_or_six_cols.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.2.2_five_or_six_cols.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.2_five_or_six_cols.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/646><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.5_Variorum.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.5_Variorum.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.30.5_Variorum.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.5_Variorum.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1245><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.1_magisteria.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.1_magisteria.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.1_magisteria.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.1_magisteria.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1962><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.3_gamma.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.3_gamma.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1.3_gamma.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.3_gamma.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1040><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2_v_e_p_n.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2_v_e_p_n.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.2_v_e_p_n.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2_v_e_p_n.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/369><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/267><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/340><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.3_jordanus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.3_jordanus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3.3_jordanus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3.3_jordanus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1742><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.2_aa_for_d.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.2_aa_for_d.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.6.2_aa_for_d.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.2_aa_for_d.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1100><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2_Drafts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1341><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.1_comb_and_trans.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.1_comb_and_trans.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.1_comb_and_trans.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.1_comb_and_trans.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1855><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.1_cubics_e.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.1_cubics_e.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7.1_cubics_e.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.1_cubics_e.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1998><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.1_notation.graphml_>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.1_notation.graphml_> <http://www.w3.org/2000/01/rdf-schema#label> "5.1_notation.graphml_".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.1_notation.graphml_> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1251><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/666><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.17_praetorius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.17_praetorius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.17_praetorius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.17_praetorius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1613><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5_ALGEBRA.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1207><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.2_difference_tables.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.2_difference_tables.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.2_difference_tables.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.2_difference_tables.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/650><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.1_isagoge.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.1_isagoge.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.30.1_isagoge.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.1_isagoge.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/946><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.5_general.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.5_general.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.5_general.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.5_general.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/656><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.05_brahe.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.05_brahe.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.05_brahe.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.05_brahe.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1252><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6_Pascals_triangle.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2003><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.1__canonicals.graphml_d>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.1__canonicals.graphml_d> <http://www.w3.org/2000/01/rdf-schema#label> "5.6.1__canonicals.graphml_d".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.1__canonicals.graphml_d> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/551><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1994><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.3_quartics_impossible.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.3_quartics_impossible.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7.3_quartics_impossible.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.3_quartics_impossible.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/422><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1038><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.1_a_e_o_y.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.1_a_e_o_y.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.1_a_e_o_y.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.1_a_e_o_y.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/679><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.24_stigel.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.24_stigel.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.24_stigel.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.24_stigel.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/151><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1147><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2_Drafts.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2_Drafts.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1212><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.7_interpolation.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.7_interpolation.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.7_interpolation.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.7_interpolation.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1210><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.5_canons.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.5_canons.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.5_canons.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.5_canons.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/329><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2.2_thabit.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2.2_thabit.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.2.2_thabit.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2.2_thabit.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/645><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.7_gallus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.7_gallus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.30.7_gallus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.7_gallus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/545><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/616><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/301><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.01_aphrodisias.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.01_aphrodisias.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.01_aphrodisias.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.01_aphrodisias.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1337><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "0_TOPICS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1337><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4_COMBINATIONS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1856><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.2_pages_relating.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.2_pages_relating.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.7.2_pages_relating.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.7.2_pages_relating.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1996><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1_Quartics_f.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/16><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1988><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8_Quartics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1964><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.2_delta.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.2_delta.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1.2_delta.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.2_delta.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/920><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.2_triangular_numbers.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.2_triangular_numbers.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.2_triangular_numbers.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.2_triangular_numbers.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1995><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.2_quartics_other.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.2_quartics_other.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.2_quartics_other.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.2_quartics_other.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1036><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8_Progressions.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/240><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.1_elements.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.1_elements.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.08.1_elements.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.08.1_elements.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1255><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5_Infinity.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1209><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.6._full_entries.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.6._full_entries.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.6._full_entries.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.6._full_entries.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/316><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.15_philo.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.15_philo.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.15_philo.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.15_philo.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1854><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5_ALGEBRA.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1365><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5_ALGEBRA.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/926><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.3_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.3_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.3_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.3_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/306><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.07_diophantus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.07_diophantus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.07_diophantus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.07_diophantus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1744><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.3_bb_for_d.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.3_bb_for_d.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.6.3_bb_for_d.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6.3_bb_for_d.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/313><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.18_ptolemy.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.18_ptolemy.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.18_ptolemy.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.18_ptolemy.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/811><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.1_zetetica.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.1_zetetica.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.3.1_zetetica.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3.1_zetetica.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1961><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.4_epsilon_zeta.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.4_epsilon_zeta.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1.4_epsilon_zeta.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1.4_epsilon_zeta.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/688><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3_Medieval.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/305><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.06_boethius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.06_boethius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.06_boethius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.06_boethius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/943><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6_Pascals_triangle.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6_Pascals_triangle.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1254><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9_Interpolation.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/643><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1257><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.4_ap_gp_hp.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.4_ap_gp_hp.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.4_ap_gp_hp.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.4_ap_gp_hp.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1242><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.1_constant_difference.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.1_constant_difference.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.3.1_constant_difference.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.1_constant_difference.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/823><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/702><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1248><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1336><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4_COMBINATIONS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2004><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8_Quartics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8_Quartics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/768><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2_Calculations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/239><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1248><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "0_TOPICS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/319><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.09_eudemus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.09_eudemus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.09_eudemus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.09_eudemus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/304><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.04_aristotle.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.04_aristotle.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.04_aristotle.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.04_aristotle.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/308><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.11_heron.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.11_heron.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.11_heron.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.11_heron.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1015><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.1_four_cols.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.1_four_cols.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8.2.1_four_cols.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8.2.1_four_cols.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1253><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.7_Figurate_numbers.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/964><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.7_Figurate_numbers.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.7_Figurate_numbers.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/328><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2_SOURCES.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2000><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.3_inequalities.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.3_inequalities.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.3_inequalities.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.3_inequalities.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1569><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5_Numerical_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/657><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.07_clavius.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.07_clavius.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.07_clavius.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.07_clavius.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/335><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.3_Medieval.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.3_Medieval.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1243><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.2_pretend_sines.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.2_pretend_sines.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.3.2_pretend_sines.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3.2_pretend_sines.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/351><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/781><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.2_conversions.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.2_conversions.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2.2_conversions.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2.2_conversions.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1273><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4_COMBINATIONS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1255><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1959><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1_Quartics_f.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/651><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.6_adrianus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.6_adrianus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.30.6_adrianus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.6_adrianus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/255><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/129><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1997><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "0_TOPICS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/0_TOPICS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/659><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.13_lansberg.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.13_lansberg.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.13_lansberg.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.13_lansberg.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/637><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2005><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Cubics.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Cubics.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.6_Cubics.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.6_Cubics.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1235><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.3_Interpolation_of_sines.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/949><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.2_triangular_numbers.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.2_triangular_numbers.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.2_triangular_numbers.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.2_triangular_numbers.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/144><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1379><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5_ALGEBRA.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1205><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9_Interpolation.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9_Interpolation.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1423><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4_Radicals.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4_Radicals.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1339><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.3_sums_on_dice.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.3_sums_on_dice.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4.3_sums_on_dice.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4.3_sums_on_dice.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/743><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.2_Calculations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.2_Calculations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/453><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/300><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2_SOURCES.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1616><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.3_positive.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.3_positive.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5.3_positive.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5.3_positive.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1213><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.8_rough_folios.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.8_rough_folios.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.2.8_rough_folios.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.2.8_rough_folios.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/672><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.06_cardano.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.06_cardano.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.06_cardano.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.06_cardano.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/477><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1278><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4_COMBINATIONS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1543><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5_Numerical_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/446><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1340><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4_COMBINATIONS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/674><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.10_finck.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.10_finck.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.10_finck.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.10_finck.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1251><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.3_Pythagorean_triples.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.3_Pythagorean_triples.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/513><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/856><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.5_Infinity.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.5_Infinity.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1037><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1509><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.1_operations.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.1_operations.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.4.1_operations.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.4.1_operations.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/539><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1570><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.5_Numerical_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.5_Numerical_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/673><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.28_vilallpandus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.28_vilallpandus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.28_vilallpandus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.28_vilallpandus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/303><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.03_archimedes.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.03_archimedes.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.03_archimedes.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.03_archimedes.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1000><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8_Progressions.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/687><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2_Islamic.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2_Islamic.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.2_Islamic.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.2_Islamic.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/947><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.3_roots.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.3_roots.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.6.3_roots.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.6.3_roots.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/670><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.12_kepler.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.12_kepler.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.12_kepler.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.12_kepler.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1948><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1_Quartics_f.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/615><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4_Renaissance.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4_Renaissance.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/296><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/644><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.8_resolutione.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.8_resolutione.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.30.8_resolutione.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.30.8_resolutione.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/667><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.11_guidobaldi.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.11_guidobaldi.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.11_guidobaldi.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.11_guidobaldi.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/99><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1_Ancient.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1_Ancient.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1882><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5.8.1_Quartics_f.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5.8.1_Quartics_f.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/675><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.15_mercator.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.15_mercator.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.15_mercator.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.15_mercator.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/315><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.16_philoponus.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.16_philoponus.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.1.16_philoponus.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.1.16_philoponus.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/681><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.21_saxton.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.21_saxton.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2.4.21_saxton.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2.4.21_saxton.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1250><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3_ARITHMETIC.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3_ARITHMETIC.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2_SOURCES.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/338><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "2_SOURCES.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/2_SOURCES.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1027><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.8_Progressions.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.8_Progressions.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1246><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "3.9.3_Interpolation_of_sines.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/3.9.3_Interpolation_of_sines.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1339><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "4_COMBINATIONS.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/4_COMBINATIONS.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/1741><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/see_also><http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml>.
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/2000/01/rdf-schema#label> "5_ALGEBRA.graphml".
+<http://entities.mpiwg-berlin.mpg.de/research/harriot.owl/5_ALGEBRA.graphml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type><http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/Graph>.