@prefix bibframe: <http://id.loc.gov/ontologies/bibframe/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gedcom: <http://www.w3.org/2000/10/swap/pim/gedcom#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix gn: <http://www.geonames.org/ontology#> .
@prefix gx: <http://gedcomx.org/> .
@prefix gxv: <http://gedcomx.org/v1/> .
@prefix nmo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rel: <http://purl.org/vocab/relationship/> .
@prefix schema: <https://schema.org/> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix wdt: <http://www.wikidata.org/prop/direct/> .
@prefix wot: <http://xmlns.com/wot/0.1/> .

bibframe:Work skos:closeMatch gmeow:CreativeWork .

bibo:AcademicArticle rdfs:subClassOf gmeow:Article .

sioc:UserAccount rdfs:subClassOf gmeow:OnlineAccount .

doap:GitRepository rdfs:subClassOf gmeow:Repository .

geo:Feature skos:closeMatch gmeow:Place .

geo:Geometry skos:closeMatch gmeow:GeoCoordinates .

vcard:Address skos:closeMatch gmeow:PostalAddress .

org:FormalOrganization rdfs:subClassOf gmeow:Organization .

prov:Entity skos:closeMatch gmeow:Entity .

gmeow:Activity owl:equivalentClass prov:Activity .

gmeow:Adoption owl:equivalentClass bio:Adoption ;
    skos:closeMatch gx:Adoption .

gmeow:AdoptiveParentChild skos:closeMatch gx:AdoptiveParent .

gmeow:Agent owl:equivalentClass prov:Agent,
        foaf:Agent .

gmeow:Annulment owl:equivalentClass bio:Annulment ;
    skos:closeMatch gx:Annulment .

gmeow:Baptism owl:equivalentClass bio:Baptism ;
    skos:closeMatch gx:Baptism .

gmeow:BarMitzvah skos:closeMatch gx:BarMitzvah .

gmeow:BatMitzvah skos:closeMatch gx:BatMitzvah .

gmeow:BiologicalParentChild skos:closeMatch gx:BiologicalParent .

gmeow:Birth owl:equivalentClass bio:Birth ;
    skos:closeMatch gx:Birth .

gmeow:Burial owl:equivalentClass bio:Burial ;
    skos:closeMatch gx:Burial .

gmeow:Census skos:closeMatch gx:Census .

gmeow:Certification skos:closeMatch wot:Endorsement .

gmeow:Christening skos:closeMatch gx:Christening .

gmeow:Citation skos:closeMatch gxv:SourceReference .

gmeow:Confirmation skos:closeMatch gx:Confirmation .

gmeow:ContactPoint owl:equivalentClass schema:ContactPoint .

gmeow:CoupleRelationship skos:closeMatch gx:Couple .

gmeow:Credential owl:equivalentClass schema:EducationalOccupationalCredential .

gmeow:Cremation owl:equivalentClass bio:Cremation ;
    skos:closeMatch gx:Cremation .

gmeow:CryptographicKey skos:closeMatch wot:PubKey .

gmeow:Dataset owl:equivalentClass schema:Dataset .

gmeow:Death owl:equivalentClass bio:Death ;
    skos:closeMatch gx:Death .

gmeow:Divorce owl:equivalentClass bio:Divorce ;
    skos:closeMatch gx:Divorce .

gmeow:Document owl:equivalentClass schema:DigitalDocument .

gmeow:EmailMessage owl:equivalentClass schema:EmailMessage ;
    skos:closeMatch sioc:Post,
        nmo:Email .

gmeow:Emigration skos:closeMatch gx:Emigration .

gmeow:Engagement skos:closeMatch gx:Engagement .

gmeow:Family owl:equivalentClass gedcom:Family ;
    skos:exactMatch wd:Q8436 .

gmeow:FirstCommunion skos:closeMatch gx:FirstCommunion .

gmeow:FosterParentChild skos:closeMatch gx:FosterParent .

gmeow:Funeral owl:equivalentClass bio:Funeral ;
    skos:closeMatch gx:Funeral .

gmeow:Graduation owl:equivalentClass bio:Graduation ;
    skos:closeMatch gx:Graduation .

gmeow:Group owl:equivalentClass foaf:Group .

gmeow:Immigration skos:closeMatch gx:Immigration .

gmeow:InterpersonalRelationship skos:closeMatch foaf:knows .

gmeow:Mailbox skos:closeMatch nmo:Mailbox .

gmeow:Marriage owl:equivalentClass bio:Marriage,
        gedcom:Marriage ;
    skos:closeMatch gx:Marriage .

gmeow:Membership owl:equivalentClass org:Membership .

gmeow:Message skos:closeMatch nmo:Message,
        schema:Message .

gmeow:MilitaryService skos:closeMatch gx:MilitaryService .

gmeow:NameChange owl:equivalentClass bio:NameChange .

gmeow:Naturalization owl:equivalentClass bio:Naturalization ;
    skos:closeMatch gx:Naturalization .

gmeow:Occupation owl:equivalentClass schema:Occupation .

gmeow:Ordination owl:equivalentClass bio:Ordination ;
    skos:closeMatch gx:Ordination .

gmeow:ParentChildRelationship skos:closeMatch gx:ParentChild .

gmeow:Patent owl:equivalentClass bibo:Patent .

gmeow:Person owl:equivalentClass gedcom:Individual,
        foaf:Person,
        schema:Person ;
    skos:closeMatch gxv:Person ;
    skos:exactMatch wd:Q5 .

gmeow:PersonName skos:closeMatch gxv:Name .

gmeow:Probate skos:closeMatch gx:Probate .

gmeow:Residence skos:closeMatch gx:Residence .

gmeow:Retirement skos:closeMatch gx:Retirement .

gmeow:Separation skos:closeMatch gx:Separation .

gmeow:Source skos:closeMatch gxv:SourceDescription .

gmeow:StepParentChild skos:closeMatch gx:StepParent .

gmeow:Thread skos:closeMatch sioc:Thread .

gmeow:WebPage owl:equivalentClass schema:WebPage .

gmeow:Will skos:closeMatch gx:Will .

gmeow:accountName owl:equivalentProperty foaf:accountName .

gmeow:bcc skos:closeMatch nmo:bcc,
        schema:bccRecipient .

gmeow:cc skos:closeMatch nmo:cc,
        schema:ccRecipient .

gmeow:certificationLevel skos:closeMatch wot:assurance .

gmeow:certifier skos:closeMatch wot:signer .

gmeow:containedInPlace owl:equivalentProperty schema:containedInPlace .

gmeow:datePublished owl:equivalentProperty schema:datePublished .

gmeow:developer owl:equivalentProperty doap:developer .

gmeow:email owl:equivalentProperty schema:email ;
    skos:closeMatch vcard:hasEmail,
        foaf:mbox .

gmeow:eventDate skos:closeMatch bio:date,
        gedcom:date .

gmeow:eventPlace skos:closeMatch bio:place,
        gedcom:place .

gmeow:familyName owl:equivalentProperty foaf:familyName,
        schema:familyName .

gmeow:fingerprint skos:closeMatch wot:fingerprint .

gmeow:from skos:closeMatch nmo:from,
        schema:sender .

gmeow:givenName owl:equivalentProperty foaf:givenName,
        schema:givenName .

gmeow:hasAttachment skos:closeMatch nmo:hasAttachment,
        schema:messageAttachment .

gmeow:hasAuthor owl:equivalentProperty schema:author ;
    skos:closeMatch foaf:maker .

gmeow:hasChild owl:equivalentProperty rel:parentOf,
        schema:children ;
    skos:closeMatch bio:child,
        gedcom:child,
        wdt:P40 .

gmeow:hasContactPoint owl:equivalentProperty schema:contactPoint .

gmeow:hasFather skos:closeMatch bio:father,
        wdt:P22 .

gmeow:hasMember skos:closeMatch org:member .

gmeow:hasMet skos:closeMatch rel:hasMet,
        foaf:knows .

gmeow:hasMother skos:closeMatch bio:mother,
        wdt:P25 .

gmeow:hasOccupation owl:equivalentProperty schema:hasOccupation .

gmeow:hasOfficiant skos:closeMatch bio:officiator .

gmeow:hasParent owl:equivalentProperty rel:childOf,
        schema:parent ;
    skos:closeMatch wdt:P8810 .

gmeow:hasParticipant skos:closeMatch bio:agent .

gmeow:hasPartner skos:closeMatch gedcom:husband,
        gedcom:wife .

gmeow:hasPrincipal skos:closeMatch bio:principal .

gmeow:hasRepository skos:closeMatch doap:repository .

gmeow:hasSibling owl:equivalentProperty rel:siblingOf,
        schema:sibling ;
    skos:closeMatch wdt:P3373 .

gmeow:hasSpouse owl:equivalentProperty rel:spouseOf,
        schema:spouse ;
    skos:closeMatch wdt:P26 .

gmeow:hasWitness skos:closeMatch bio:witness .

gmeow:hasWorkedWith skos:closeMatch rel:collaboratesWith,
        rel:worksWith .

gmeow:holdsAccount owl:equivalentProperty foaf:account .

gmeow:holdsKey skos:closeMatch wot:hasKey .

gmeow:identifier skos:closeMatch bibo:doi .

gmeow:inReplyTo skos:closeMatch nmo:inReplyTo .

gmeow:keyId skos:closeMatch wot:hex_id .

gmeow:latitude owl:equivalentProperty schema:latitude .

gmeow:longitude owl:equivalentProperty schema:longitude .

gmeow:memberOf owl:equivalentProperty schema:memberOf ;
    skos:closeMatch org:memberOf .

gmeow:name owl:equivalentProperty foaf:name,
        schema:name ;
    skos:closeMatch vcard:fn .

gmeow:programmingLanguage owl:equivalentProperty doap:programming-language .

gmeow:receivedAt skos:closeMatch nmo:receivedDate,
        schema:dateReceived .

gmeow:references skos:closeMatch nmo:references .

gmeow:replyTo skos:closeMatch nmo:replyTo .

gmeow:rfcMessageId skos:closeMatch nmo:messageId .

gmeow:sentAt skos:closeMatch nmo:sentDate,
        schema:dateSent .

gmeow:sex skos:closeMatch gedcom:sex,
        wdt:P21,
        schema:gender .

gmeow:subject skos:closeMatch nmo:messageSubject .

gmeow:telephone owl:equivalentProperty schema:telephone ;
    skos:closeMatch vcard:hasTelephone .

gmeow:title skos:closeMatch dcterms:title .

gmeow:to skos:closeMatch nmo:to,
        schema:toRecipient .

gmeow:wasAttributedTo owl:equivalentProperty prov:wasAttributedTo .

gmeow:wasGeneratedBy owl:equivalentProperty prov:wasGeneratedBy .

schema:AudioObject rdfs:subClassOf gmeow:MediaObject .

schema:BlogPosting rdfs:subClassOf gmeow:Article .

schema:Country rdfs:subClassOf gmeow:Place .

schema:ImageObject rdfs:subClassOf gmeow:MediaObject .

schema:NewsArticle rdfs:subClassOf gmeow:Article .

schema:OrganizationRole rdfs:subClassOf gmeow:Role .

schema:ScholarlyArticle rdfs:subClassOf gmeow:Article .

schema:SoftwareApplication rdfs:subClassOf gmeow:SoftwareProject .

schema:SoftwareSourceCode rdfs:subClassOf gmeow:SoftwareProject .

gmeow:CreativeWork owl:equivalentClass schema:CreativeWork .

gmeow:GeoCoordinates owl:equivalentClass schema:GeoCoordinates .

gmeow:OnlineAccount owl:equivalentClass foaf:OnlineAccount .

gmeow:Organization owl:equivalentClass foaf:Organization,
        schema:Organization ;
    skos:exactMatch wd:Q43229 .

gmeow:PostalAddress owl:equivalentClass schema:PostalAddress .

gmeow:Role owl:equivalentClass org:Role .

gmeow:MediaObject owl:equivalentClass schema:MediaObject .

gmeow:Place owl:equivalentClass schema:Place ;
    skos:closeMatch gn:Feature ;
    skos:exactMatch wd:Q2221906 .

gmeow:SoftwareProject owl:equivalentClass doap:Project ;
    skos:exactMatch wd:Q7397 .

gmeow:Article owl:equivalentClass schema:Article .

