@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@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 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:PAV .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:pav .

bioregistry.metaresource:biolink dcterms:hasPart biolink:pav .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:PAV .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:pav .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.nbfwwv .

bioregistry.metaresource:lov dcterms:hasPart lov:pav .

bioregistry:pav a bioregistry.schema:0000001 ;
    rdfs:label "Provenance, Authoring, and Versioning Vocabulary" ;
    dcterms:contributor orcid:0000-0002-7356-1779,
        orcid:0000-0003-4423-4370 ;
    dcterms:description "PAV is a lightweight ontology for tracking provenance, authorship, and versioning. It specializes the W3C provenance ontology PROV-O in order to describe authorship, curation and digital creation of online resources."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:PAV,
        bioportal:PAV,
        biocontext:pav,
        biolink:pav,
        fairsharing:FAIRsharing.nbfwwv,
        lov:pav ;
    dcat:keyword "data management",
        "ontology",
        "quality",
        "resource metadata",
        "subject agnostic" ;
    foaf:homepage <https://pav-ontology.github.io/pav/> ;
    bioregistry.schema:0000005 "authoredBy"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/pav/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-z][a-zA-Z]+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/PAV/3/pav.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9842-9718 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://purl.org/pav/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/pav/authoredBy> ;
    bioregistry.schema:0000029 "pav" .

orcid:0000-0001-9842-9718 rdfs:label "Stian Soiland-Reyes" ;
    foaf:mbox "stian@soiland-reyes.com" .

orcid:0000-0002-7356-1779 rdfs:label "Nicolas Matentzoglu" ;
    foaf:mbox "nicolas.matentzoglu@gmail.com" .

aberowl:PAV dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:PAV dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:pav dcterms:isPartOf bioregistry.metaresource:biocontext .

biolink:pav dcterms:isPartOf bioregistry.metaresource:biolink .

fairsharing:FAIRsharing.nbfwwv dcterms:isPartOf bioregistry.metaresource:fairsharing .

lov:pav dcterms:isPartOf bioregistry.metaresource:lov .

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

