@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:VIVO .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:VIVO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:VIVO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:vivo .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.6xfgaq .

bioregistry.metaresource:lov dcterms:hasPart lov:vivo .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:vivo .

bioregistry:vivo a bioregistry.schema:0000001 ;
    rdfs:label "VIVO Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "An ontology about scholarship"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/vivo-ontologies/vivo-ontology> ;
    skos:exactMatch aberowl:VIVO,
        bioportal:VIVO,
        biocontext:VIVO,
        fairsharing:FAIRsharing.6xfgaq,
        lov:vivo,
        tib.ts:vivo ;
    dcat:keyword "academy",
        "miscellaneous",
        "natural science",
        "ontology",
        "resource metadata",
        "study design" ;
    foaf:homepage <https://vivoweb.org> ;
    bioregistry.schema:0000005 "Laboratory"^^xsd:string ;
    bioregistry.schema:0000006 "http://vivoweb.org/ontology/core#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/vivo-ontologies/vivo-ontology/master/vivo.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-2499-7741 ;
    bioregistry.schema:0000024 "http://vivoweb.org/ontology/core#"^^xsd:string ;
    bioregistry.schema:0000027 <http://vivoweb.org/ontology/core#Laboratory> ;
    bioregistry.schema:0000029 "vivo" .

orcid:0000-0003-2499-7741 rdfs:label "Christian Hauschke" ;
    foaf:mbox "christian.hauschke@tib.eu" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

aberowl:VIVO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:VIVO dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:VIVO dcterms:isPartOf bioregistry.metaresource:biocontext .

fairsharing:FAIRsharing.6xfgaq dcterms:isPartOf bioregistry.metaresource:fairsharing .

lov:vivo dcterms:isPartOf bioregistry.metaresource:lov .

tib.ts:vivo dcterms:isPartOf bioregistry.metaresource:tib .

