@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 ecoportal: <http://ecoportal.lifewatch.eu/ontologies/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:bioregistry dcterms:hasPart bioregistry:ac.variant .

bioregistry.metaresource:ecoportal dcterms:hasPart ecoportal:ACVARIANT .

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

bioregistry:ac.variant a bioregistry.schema:0000001 ;
    rdfs:label "Audubon Core Variant Controlled Vocabulary" ;
    dcterms:description "Audubon Core uses the terms ac:variant and ac:variantLiteral to provide information about the size, extent, and availability of the Service Access Point of a media item. This controlled vocabulary provides values for those terms."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch ecoportal:ACVARIANT,
        tib.ts:acvariant ;
    dcat:keyword "fair data spaces",
        "life sciences, biology" ;
    foaf:homepage <http://rs.tdwg.org/acvariant.htm> ;
    bioregistry.schema:0000005 "v001"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Steve Baskauf" ;
            foaf:mbox "steve.baskauf@vanderbilt.edu" ] ;
    bioregistry.schema:0000029 "ac.variant" .

ecoportal:ACVARIANT dcterms:isPartOf bioregistry.metaresource:ecoportal .

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

