Skip to content

Instantly share code, notes, and snippets.

@benson-basis
Created June 27, 2014 01:11
Show Gist options
  • Save benson-basis/6ab309f661156a532e78 to your computer and use it in GitHub Desktop.
Save benson-basis/6ab309f661156a532e78 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="http://www.basistech.com/res.res20140626.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://www.basistech.com/res.res20140626.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#"/>
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Annotation>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<Literal>This is a simple ontology for the output of the Basis Techology Rosette Entity Resolver (RES).</Literal>
</Annotation>
<Declaration>
<Class IRI="#Document"/>
</Declaration>
<Declaration>
<Class IRI="#Entity"/>
</Declaration>
<Declaration>
<Class IRI="#Mention"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasDocumentMention"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasEntityMention"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasMentionDocument"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasMentionEntity"/>
</Declaration>
<Declaration>
<DataProperty IRI="#hasConfidence"/>
</Declaration>
<Declaration>
<DataProperty IRI="#hasIndocId"/>
</Declaration>
<Declaration>
<DataProperty IRI="#hasMentionEnd"/>
</Declaration>
<Declaration>
<DataProperty IRI="#hasMentionStart"/>
</Declaration>
<SubClassOf>
<Class IRI="#Document"/>
<ObjectMinCardinality cardinality="1">
<ObjectProperty IRI="#hasDocumentMention"/>
<Class IRI="#Mention"/>
</ObjectMinCardinality>
</SubClassOf>
<SubClassOf>
<Class IRI="#Entity"/>
<ObjectMinCardinality cardinality="1">
<ObjectProperty IRI="#hasEntityMention"/>
<Class IRI="#Mention"/>
</ObjectMinCardinality>
</SubClassOf>
<SubClassOf>
<Class IRI="#Mention"/>
<ObjectExactCardinality cardinality="1">
<ObjectProperty IRI="#hasMentionDocument"/>
<Class IRI="#Document"/>
</ObjectExactCardinality>
</SubClassOf>
<SubClassOf>
<Class IRI="#Mention"/>
<ObjectExactCardinality cardinality="1">
<ObjectProperty IRI="#hasMentionEntity"/>
<Class IRI="#Entity"/>
</ObjectExactCardinality>
</SubClassOf>
<SubClassOf>
<Class IRI="#Mention"/>
<DataExactCardinality cardinality="1">
<DataProperty IRI="#hasConfidence"/>
<Datatype abbreviatedIRI="xsd:double"/>
</DataExactCardinality>
</SubClassOf>
<SubClassOf>
<Class IRI="#Mention"/>
<DataExactCardinality cardinality="1">
<DataProperty IRI="#hasIndocId"/>
<Datatype abbreviatedIRI="xsd:string"/>
</DataExactCardinality>
</SubClassOf>
<SubClassOf>
<Class IRI="#Mention"/>
<DataExactCardinality cardinality="1">
<DataProperty IRI="#hasMentionEnd"/>
<Datatype abbreviatedIRI="xsd:positiveInteger"/>
</DataExactCardinality>
</SubClassOf>
<SubClassOf>
<Class IRI="#Mention"/>
<DataExactCardinality cardinality="1">
<DataProperty IRI="#hasMentionStart"/>
<Datatype abbreviatedIRI="xsd:positiveInteger"/>
</DataExactCardinality>
</SubClassOf>
<ClassAssertion>
<DataExactCardinality cardinality="1">
<DataProperty IRI="#hasIndocId"/>
<Datatype abbreviatedIRI="xsd:string"/>
</DataExactCardinality>
<AnonymousIndividual nodeID="_:http://www.basistech.com/res.res20140626.owl#genid1403829510122975000"/>
</ClassAssertion>
<SubObjectPropertyOf>
<ObjectProperty IRI="#hasDocumentMention"/>
<ObjectProperty abbreviatedIRI="owl:topObjectProperty"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#hasEntityMention"/>
<ObjectProperty abbreviatedIRI="owl:topObjectProperty"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#hasMentionDocument"/>
<ObjectProperty abbreviatedIRI="owl:topObjectProperty"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#hasMentionEntity"/>
<ObjectProperty abbreviatedIRI="owl:topObjectProperty"/>
</SubObjectPropertyOf>
<InverseObjectProperties>
<ObjectProperty IRI="#hasDocumentMention"/>
<ObjectProperty IRI="#hasMentionDocument"/>
</InverseObjectProperties>
<InverseObjectProperties>
<ObjectProperty IRI="#hasMentionEntity"/>
<ObjectProperty IRI="#hasEntityMention"/>
</InverseObjectProperties>
<FunctionalObjectProperty>
<ObjectProperty IRI="#hasMentionEntity"/>
</FunctionalObjectProperty>
<InverseFunctionalObjectProperty>
<ObjectProperty IRI="#hasEntityMention"/>
</InverseFunctionalObjectProperty>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasDocumentMention"/>
<Class IRI="#Document"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasEntityMention"/>
<Class IRI="#Entity"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasMentionDocument"/>
<Class IRI="#Mention"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasMentionEntity"/>
<Class IRI="#Mention"/>
</ObjectPropertyDomain>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasDocumentMention"/>
<Class IRI="#Mention"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasEntityMention"/>
<Class IRI="#Mention"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasMentionDocument"/>
<Class IRI="#Document"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasMentionEntity"/>
<Class IRI="#Entity"/>
</ObjectPropertyRange>
<SubDataPropertyOf>
<DataProperty IRI="#hasConfidence"/>
<DataProperty abbreviatedIRI="owl:topDataProperty"/>
</SubDataPropertyOf>
<SubDataPropertyOf>
<DataProperty IRI="#hasIndocId"/>
<DataProperty abbreviatedIRI="owl:topDataProperty"/>
</SubDataPropertyOf>
<SubDataPropertyOf>
<DataProperty IRI="#hasMentionEnd"/>
<DataProperty abbreviatedIRI="owl:topDataProperty"/>
</SubDataPropertyOf>
<SubDataPropertyOf>
<DataProperty IRI="#hasMentionStart"/>
<DataProperty abbreviatedIRI="owl:topDataProperty"/>
</SubDataPropertyOf>
<DataPropertyRange>
<DataProperty IRI="#hasConfidence"/>
<Datatype abbreviatedIRI="xsd:double"/>
</DataPropertyRange>
<DataPropertyRange>
<DataProperty IRI="#hasIndocId"/>
<Datatype abbreviatedIRI="xsd:string"/>
</DataPropertyRange>
<DataPropertyRange>
<DataProperty IRI="#hasMentionEnd"/>
<Datatype abbreviatedIRI="xsd:positiveInteger"/>
</DataPropertyRange>
<DataPropertyRange>
<DataProperty IRI="#hasMentionStart"/>
<Datatype abbreviatedIRI="xsd:positiveInteger"/>
</DataPropertyRange>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Mention</IRI>
<Literal>A mention</Literal>
</AnnotationAssertion>
</Ontology>
<!-- Generated by the OWL API (version 3.0.0.1469) http://owlapi.sourceforge.net -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment