<?xml version="1.0"?>
<rdf:RDF
    xmlns:gen-framework="http://kmi.open.ac.uk/task-method#"
    xmlns="http://kmi.open.ac.uk/fusion/fusion#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:opus="http://lsdis.cs.uga.edu/projects/semdis/opus#"
    xmlns:provenance="http://kmi.open.ac.uk/fusion/provenance#"
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:simmetrics="http://kmi.open.ac.uk/fusion/simmetrics#"
    xmlns:conflictdetector="http://kmi.open.ac.uk/fusion/conflictdetector#"
  xml:base="http://kmi.open.ac.uk/fusion/fusion">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://protege.stanford.edu/plugins/owl/protege"/>
  </owl:Ontology>
  <owl:Class rdf:ID="FusionMethod">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="hasSelectQuery"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ConflictType"/>
  <owl:Class rdf:ID="FusionSet">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:FunctionalProperty rdf:ID="hasReliability"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="FusionObject"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ConflictStatementCluster">
    <rdfs:subClassOf rdf:resource="#FusionSet"/>
  </owl:Class>
  <owl:Class rdf:ID="MetaOntologyDescriptor">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="OntologyDescriptor"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ObjectContext">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DataInstance"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MethodCapability">
    <owl:equivalentClass>
      <owl:Class>
        <owl:oneOf rdf:parseType="Collection">
          <MethodCapability rdf:ID="FeatureSelector"/>
          <MethodCapability rdf:ID="ObjectIdentification"/>
          <MethodCapability rdf:ID="ConflictDetection"/>
          <MethodCapability rdf:ID="ConflictResolver"/>
        </owl:oneOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="ObjectContextModel">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DataInstance"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="hasConstructQuery"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#hasSelectQuery"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Mapping">
    <rdfs:subClassOf rdf:resource="#FusionSet"/>
  </owl:Class>
  <owl:Class rdf:ID="VariableWeight"/>
  <owl:Class rdf:ID="ConflictDescription">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasConflictType"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#FusionObject">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="producedBy"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ApplicationContext"/>
  <owl:Class rdf:ID="MergeSet">
    <rdfs:subClassOf rdf:resource="#Mapping"/>
  </owl:Class>
  <owl:Class rdf:ID="FusionSolution">
    <rdfs:subClassOf rdf:resource="#FusionObject"/>
  </owl:Class>
  <owl:Class rdf:ID="ConflictSet">
    <rdfs:subClassOf rdf:resource="#FusionSet"/>
  </owl:Class>
  <owl:Class rdf:ID="KnowledgeBase">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasInstanceModelSet"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >represents an RDF graph containing some data</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasInstanceResourceSet"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="AtomicMapping">
    <rdfs:subClassOf rdf:resource="#Mapping"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="containsInstance"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="DomainOntologyDescriptor">
    <rdfs:subClassOf rdf:resource="#OntologyDescriptor"/>
  </owl:Class>
  <owl:Class rdf:about="#DataInstance">
    <rdfs:subClassOf rdf:resource="#FusionObject"/>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="hasApplicationContext">
    <rdfs:domain rdf:resource="#FusionMethod"/>
    <rdfs:range rdf:resource="#ApplicationContext"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="deleteStatement">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="changeStatement"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasInstanceModel">
    <rdfs:domain rdf:resource="#ObjectContext"/>
    <rdfs:range rdf:resource="#ObjectContextModel"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasCapability">
    <rdfs:domain rdf:resource="#FusionMethod"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:range rdf:resource="#MethodCapability"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasConflictType">
    <rdfs:range rdf:resource="#ConflictType"/>
    <rdfs:domain rdf:resource="#ConflictDescription"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="addStatement">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#changeStatement"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="isObjectOf">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="hasObject"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasSubject">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="isSubjectOf"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasType"/>
  <owl:ObjectProperty rdf:about="#hasInstanceModelSet">
    <rdfs:domain rdf:resource="#KnowledgeBase"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasConflictDescription">
    <rdfs:range rdf:resource="#ConflictDescription"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="appearsInSet"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#ConflictSet"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasInputParameter">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="hasParameter"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#changeStatement">
    <rdfs:domain rdf:resource="#FusionSolution"/>
    <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasInstanceResourceSet">
    <rdfs:domain rdf:resource="#KnowledgeBase"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="containsConflictingStatements">
    <rdfs:domain rdf:resource="#ConflictSet"/>
    <rdfs:range rdf:resource="#ConflictStatementCluster"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="conflictsWith"/>
  <owl:ObjectProperty rdf:ID="containsTargetStatement">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="containsStatement"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="involvesProperty">
    <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasModelSet"/>
  <owl:ObjectProperty rdf:ID="appliesToOntology">
    <rdfs:range rdf:resource="#OntologyDescriptor"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasConnectedObject">
    <rdfs:range rdf:resource="#FusionObject"/>
    <rdfs:domain rdf:resource="#ApplicationContext"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasSourceDescriptor"/>
  <owl:ObjectProperty rdf:about="#appearsInSet">
    <rdfs:range rdf:resource="#ConflictSet"/>
    <rdfs:domain rdf:resource="#ConflictDescription"/>
    <owl:inverseOf rdf:resource="#hasConflictDescription"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasOutputParameter">
    <rdfs:subPropertyOf rdf:resource="#hasParameter"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="containsSourceStatement">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#containsStatement"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="updateStatement">
    <rdfs:subPropertyOf rdf:resource="#changeStatement"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#containsStatement">
    <rdfs:domain rdf:resource="#ConflictStatementCluster"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasObject">
    <owl:inverseOf rdf:resource="#isObjectOf"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasVariableWeight">
    <rdfs:domain rdf:resource="#ObjectContextModel"/>
    <rdfs:range rdf:resource="#VariableWeight"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#containsInstance">
    <rdfs:domain rdf:resource="#FusionSet"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#producedBy">
    <rdfs:range rdf:resource="#FusionMethod"/>
    <rdfs:domain rdf:resource="#FusionObject"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#isSubjectOf">
    <owl:inverseOf rdf:resource="#hasSubject"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="usesOntology">
    <rdfs:range rdf:resource="#OntologyDescriptor"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#KnowledgeBase"/>
          <owl:Class rdf:about="#ApplicationContext"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="appliesToTask"/>
  <owl:DatatypeProperty rdf:ID="isPrimaryKey">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
    <rdfs:domain rdf:resource="#ObjectContextModel"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasURL">
    <rdfs:domain rdf:resource="#OntologyDescriptor"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://kmi.open.ac.uk/fusion/provenance#hasTimestamp">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#hasConstructQuery">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:subPropertyOf>
      <owl:DatatypeProperty rdf:ID="hasSPARQLQuery"/>
    </rdfs:subPropertyOf>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#hasSPARQLQuery">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#FusionMethod"/>
          <owl:Class rdf:about="#ApplicationContext"/>
          <owl:Class rdf:about="#ObjectContextModel"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasConfidence">
    <rdfs:domain rdf:resource="#FusionSet"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasWeight">
    <rdfs:domain rdf:resource="#VariableWeight"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasNamespaceURI">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
    <rdfs:domain rdf:resource="#OntologyDescriptor"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasVariableName">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#VariableWeight"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://kmi.open.ac.uk/fusion/provenance#hasConfidence">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#hasSelectQuery">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdfs:subPropertyOf rdf:resource="#hasSPARQLQuery"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasImplementingClass">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#FusionMethod"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="hasErrors">
    <rdfs:domain rdf:resource="#ApplicationContext"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  </owl:DatatypeProperty>
  <owl:FunctionalProperty rdf:ID="describes">
    <rdfs:domain rdf:resource="#DataInstance"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:ID="hasTotalResourcesProcessed">
    <rdfs:domain rdf:resource="#ApplicationContext"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#hasReliability">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#FusionMethod"/>
          <owl:Class rdf:about="#ApplicationContext"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:FunctionalProperty>
  <owl:AllDifferent>
    <owl:distinctMembers rdf:parseType="Collection">
      <MethodCapability rdf:ID="Instantiator"/>
      <MethodCapability rdf:about="#ObjectIdentification"/>
      <MethodCapability rdf:about="#ConflictDetection"/>
      <MethodCapability rdf:about="#ConflictResolver"/>
    </owl:distinctMembers>
  </owl:AllDifferent>
<!--  <ObjectContextModel rdf:ID="PublicationPrimaryKey">
    <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
    >true</isPrimaryKey>
    <describes>
      <owl:Thing rdf:about="http://lsdis.cs.uga.edu/projects/semdis/opus#Publication"/>
    </describes>
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#> PREFIX opus: &lt;http://lsdis.cs.uga.edu/projects/semdis/opus#> SELECT DISTINCT ?uri ?label ?year WHERE { 	?uri rdf:type opus:Publication . 	?uri rdfs:label ?label . 	?uri opus:year ?year . }</hasSelectQuery>
  </ObjectContextModel> -->
  <FusionMethod rdf:ID="SimpleIntegrationMethod">
    <hasCapability rdf:resource="#ConflictResolver"/>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.1</hasReliability>
  </FusionMethod>
  <ConflictType rdf:ID="CardinalityConflict">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A conflict occurring when an individual's property values violate cardinality restrictions imposed by the ontology</rdfs:comment>
  </ConflictType>
 <ApplicationContext rdf:ID="SimMetricsComputerScienceResearcherApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Computer_Science_Researcher . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.62</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/Computer_Science_Researcher"/>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.99</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L2 Jaro-Winkler</simmetrics:similarityMetrics>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="ComputerScienceResearcherContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Computer_Science_Researcher .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsTerroristApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Terrorist . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/Terrorist"/>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="TerroristContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Terrorist .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsPlaceApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Place . }
	</hasSelectQuery>
	<describes rdf:resource="http://dbpedia.org/ontology/Place"/>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="PlaceContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Place .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsPopulatedPlaceApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:PopulatedPlace . }
	</hasSelectQuery>
	<simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">jaro-winkler</simmetrics:similarityMetrics>
	<describes rdf:resource="http://dbpedia.org/ontology/PopulatedPlace"/>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="PopulatedPlaceContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:PopulatedPlace .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsManmadeStructureApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Manmade_Structure . }
	</hasSelectQuery>
	<describes rdf:resource="http://dbpedia.org/ontology/Manmade_Structure"/>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="ManmadeStructureContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Manmade_Structure .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsNaturalFeatureApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Natural_Feature . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/Natural_Feature"/>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="NaturalFeatureStructureContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Natural_Feature .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsOrganizationApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Organisation . }
	</hasSelectQuery>
	<describes rdf:resource="http://dbpedia.org/ontology/Organisation"/>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">jaro-winkler</simmetrics:similarityMetrics>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="OrganizationContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Organisation .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsEducationalInstitutionApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:EducationalInstitution . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/EducationalInstitution"/>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">monge-elkan</simmetrics:similarityMetrics>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="EducationalInstitutionContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:EducationalInstitution .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

<ApplicationContext rdf:ID="SimMetricsUniversityApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:University . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/University"/>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">jaro-winkler</simmetrics:similarityMetrics>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="UniversityContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:University .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsSportsTeamApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:SportsTeam . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/SportsTeam"/>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">monge-elkan</simmetrics:similarityMetrics>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="SportsTeamContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:SportsTeam .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsFootballTeamApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:FootballTeam . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/FootballTeam"/>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">monge-elkan</simmetrics:similarityMetrics>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="FootballTeamContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:FootballTeam .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsHockeyTeamApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:HockeyTeam . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/HockeyTeam"/>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">monge-elkan</simmetrics:similarityMetrics>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="HockeyTeamContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:HockeyTeam .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsFinancialOrganizationApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Financial_Organization . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/Financial_Organization"/>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="FinancialOrganizationContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Financial_Organization .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsPoliticalOrganizationApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Political_Organization . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">l2 jaro-winkler</simmetrics:similarityMetrics>
    <describes rdf:resource="http://dbpedia.org/ontology/Political_Organization"/>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="PoliticalOrganizationContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Political_Organization .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsTerroristOrganizationApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Terrorist_Organization . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/Terrorist_Organization"/>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="TerroristOrganizationContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Terrorist_Organization .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

 <ApplicationContext rdf:ID="SimMetricsCompanyApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Company . }
	</hasSelectQuery>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Jaro-Winkler</simmetrics:similarityMetrics>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/Company"/>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="CompanyContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Company .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsCityApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:City . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/City"/>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Jaro-Winkler</simmetrics:similarityMetrics>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="CityContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:City .
			?uri rdfs:label ?name .
		}
	</hasSelectQuery>
	<hasVariableWeight>
	  <VariableWeight rdf:ID="CityLabelWeight">
	    <hasVariableName>name</hasVariableName>
	    <hasWeight>2.0</hasWeight>
	  </VariableWeight>
	</hasVariableWeight>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsStateApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Area . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Jaro-Winkler</simmetrics:similarityMetrics>
    <describes rdf:resource="http://dbpedia.org/ontology/Area"/>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="StateContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Area .
			?uri rdfs:label ?name .
		}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsCountryApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Country . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/Country"/>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Jaro-Winkler</simmetrics:similarityMetrics>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="CountryContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Country .
			?uri rdfs:label ?name .
		}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsPersonApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Person . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L2 Jaro-Winkler</simmetrics:similarityMetrics>
    <describes rdf:resource="http://dbpedia.org/ontology/Person"/>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="PersonContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Person .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsAthleteApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Athlete . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L2 Jaro-Winkler</simmetrics:similarityMetrics>
    <describes rdf:resource="http://dbpedia.org/ontology/Athlete"/>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="AthleteContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Athlete .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsOfficeHolderApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:OfficeHolder . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">l2 jaro-winkler</simmetrics:similarityMetrics>
    <describes rdf:resource="http://dbpedia.org/ontology/OfficeHolder"/>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="OfficeHolderContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:OfficeHolder .
			?uri rdfs:label ?name .	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsPoliticianApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Politician . }
	</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <describes rdf:resource="http://dbpedia.org/ontology/Politician"/>
    <simmetrics:threshold rdf:datatype="http://www.w3.org/2001/XMLSchema#float">0.9</simmetrics:threshold>
    <simmetrics:similarityMetrics rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L2 Jaro-Winkler</simmetrics:similarityMetrics>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="PoliticianContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Politician .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ApplicationContext rdf:ID="SimMetricsAirportApplicationContext">
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
	SELECT DISTINCT ?uri WHERE {
	?uri rdf:type dbpedia:Airport . }
	</hasSelectQuery>
	<describes rdf:resource="http://dbpedia.org/ontology/Airport"/>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.85</hasReliability>
    <hasConnectedObject>
      <ObjectContextModel rdf:ID="AirportContextModel">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
		PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#>
		PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#>
		PREFIX dbpedia: &lt;http://dbpedia.org/ontology/>
		SELECT DISTINCT ?uri ?name
		WHERE {
			?uri rdf:type dbpedia:Airport .
			?uri rdfs:label ?name . 	}
	</hasSelectQuery>
        <isPrimaryKey rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
        >false</isPrimaryKey>
      </ObjectContextModel>
    </hasConnectedObject>
  </ApplicationContext>

  <ConflictType rdf:ID="FunctionalCardinalityConflict"/>
  <ConflictType rdf:ID="AtomicConflict">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A conflict occurring when an individual belongs to a class and its complement simultaneously</rdfs:comment>
  </ConflictType>
  <FusionMethod rdf:ID="CardinalityConflictDetector">
    <hasImplementingClass rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >org.xmedia.fusion.conflictdetection.cardinality.CardinalityConflictDetector</hasImplementingClass>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.5</hasReliability>
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: &lt;http://www.w3.org/2002/07/owl#> SELECT DISTINCT ?uri WHERE { 	?uri rdf:type ?class . 	?class rdf:type owl:Class . }</hasSelectQuery>
    <hasApplicationContext>
      <ApplicationContext rdf:ID="CardinalityConflictDetectorApplicationContext">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: &lt;http://www.w3.org/2002/07/owl#> SELECT DISTINCT ?uri WHERE { 	?uri rdf:type ?class . 	?class rdf:type owl:Class . }</hasSelectQuery>
      </ApplicationContext>
      <describes rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    </hasApplicationContext>
    <hasCapability rdf:resource="#ConflictDetection"/>
  </FusionMethod>
  <FusionMethod rdf:ID="DifferentIndividualsConflictDetector">
    <hasImplementingClass rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >org.xmedia.fusion.conflictdetection.differentindividuals.DifferentIndividualsConflictDetector</hasImplementingClass>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >1.0</hasReliability>
    <conflictdetector:allDifferentSource>true</conflictdetector:allDifferentSource>
    <conflictdetector:allDifferentTarget>true</conflictdetector:allDifferentTarget>
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: &lt;http://www.w3.org/2002/07/owl#> SELECT DISTINCT ?uri WHERE { 	?uri rdf:type ?class . 	?class rdf:type owl:Class . }</hasSelectQuery>
    <hasApplicationContext>
      <ApplicationContext rdf:ID="DifferentIndividualsConflictDetectorApplicationContext">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: &lt;http://www.w3.org/2002/07/owl#> SELECT DISTINCT ?uri WHERE { 	?uri rdf:type ?class . 	?class rdf:type owl:Class . }</hasSelectQuery>
        <describes rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
      </ApplicationContext>

    </hasApplicationContext>
    <hasCapability rdf:resource="#ConflictDetection"/>
  </FusionMethod>
  <FusionMethod rdf:ID="SimMetricsAverageDistanceMatcher">
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.8</hasReliability>
    <hasCapability rdf:resource="#ObjectIdentification"/>
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: &lt;http://www.w3.org/2002/07/owl#> SELECT DISTINCT ?uri WHERE { 	?uri rdf:type ?class . 	?class rdf:type owl:Class . }</hasSelectQuery>
    <hasImplementingClass rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >org.xmedia.fusion.objectidentification.simmetrics.SimMetricsObjectIdentification</hasImplementingClass>
    	<hasApplicationContext rdf:resource="#SimMetricsPersonApplicationContext" />
    	<hasApplicationContext rdf:resource="#SimMetricsPopulatedPlaceApplicationContext" />
 <!--   <hasApplicationContext rdf:resource="#SimMetricsCityApplicationContext" />
	<hasApplicationContext rdf:resource="#SimMetricsCountryApplicationContext" />
    	<hasApplicationContext rdf:resource="#SimMetricsStateApplicationContext" />  -->
  	<hasApplicationContext rdf:resource="#SimMetricsCompanyApplicationContext" />
  </FusionMethod>
<!--  <FusionMethod rdf:ID="ProvenanceIntegrationMethod">
    <hasCapability rdf:resource="#ConflictResolver"/>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >0.25</hasReliability>
  </FusionMethod> -->
 <FusionMethod rdf:ID="SimpleMappingFilterInconsistencyResolver">
    <hasImplementingClass rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >org.xmedia.fusion.inconsistencyresolution.SimpleMappingFilterMethod</hasImplementingClass>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >1.0</hasReliability>
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: &lt;http://www.w3.org/2002/07/owl#> SELECT DISTINCT ?uri WHERE { 	?uri rdf:type ?class . 	?class rdf:type owl:Class . }</hasSelectQuery>
    <hasApplicationContext>
      <ApplicationContext rdf:ID="DefaultApplicationContext">
        <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: &lt;http://www.w3.org/2002/07/owl#> SELECT DISTINCT ?uri WHERE { 	?uri rdf:type ?class . 	?class rdf:type owl:Class . }</hasSelectQuery>
      </ApplicationContext>
    </hasApplicationContext>
    <hasCapability rdf:resource="#InconsistencyResolution"/>
  </FusionMethod>
  <owl:AllDifferent>
    <owl:distinctMembers rdf:parseType="Collection">
      <FusionMethod rdf:ID="SimpleFeatureSelector">
        <hasCapability rdf:resource="#Instantiator"/>
        <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
        >0.1</hasReliability>
      </FusionMethod>
      <FusionMethod rdf:about="#SimMetricsAverageDistanceMatcher"/>
    </owl:distinctMembers>
  </owl:AllDifferent>
  <FusionMethod rdf:ID="PrimaryKeyMatcher">
    <hasCapability rdf:resource="#ObjectIdentification"/>
    <hasSelectQuery rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX owl: &lt;http://www.w3.org/2002/07/owl#> PREFIX fusion: &lt;http://kmi.open.ac.uk/fusion/fusion#> SELECT DISTINCT ?uri  WHERE { 	 ?uri rdf:type ?class . 	?primarykey fusion:describes ?class . 	?primarykey fusion:isPrimaryKey true . ?primarykey rdf:type fusion:ObjectContextModel . }</hasSelectQuery>
    <hasReliability rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
    >1.0</hasReliability>
    <hasImplementingClass rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >org.xmedia.fusion.objectidentification.primarykey.PrimaryKeyMatcher</hasImplementingClass>
  </FusionMethod>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.1, Build 284)  http://protege.stanford.edu -->
