@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biodivportal: <https://biodivportal.gfbio.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 ecoportal: <http://ecoportal.lifewatch.eu/ontologies/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@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:I-ADOPT .

bioregistry.metaresource:biodivportal dcterms:hasPart biodivportal:I-ADOPT .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:iadopt .

bioregistry.metaresource:ecoportal dcterms:hasPart ecoportal:I-ADOPT .

bioregistry.metaresource:lov dcterms:hasPart lov:iadopt .

bioregistry:iadopt a bioregistry.schema:0000001 ;
    rdfs:label "I-ADOPT Framework ontology" ;
    dcterms:description "The I-ADOPT Framework is an ontology designed to facilitate interoperability between existing variable description models (including ontologies, taxonomy, and structured controlled vocabularies). One of the challenges in representing semantic descriptions of variables is getting people to agree about what they mean when describing the components that define the variables. The I-ADOPT ontology addresses this by providing core components and their relations that can be applied to define machine-interpretable variable descriptions that re-use FAIR vocabulary terms. This first version of the ontology has been developed by a core group of terminology experts and users from the Research Data Alliance (RDA) InteroperAble Descriptions of Observable Property Terminology (I-ADOPT) Working Group."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/i-adopt/ontology> ;
    skos:exactMatch aberowl:I-ADOPT,
        ecoportal:I-ADOPT,
        biodivportal:I-ADOPT,
        lov:iadopt ;
    dcat:keyword "biology",
        "environment",
        "ontology" ;
    foaf:homepage <https://w3id.org/iadopt/ont> ;
    bioregistry.schema:0000005 "Property"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/iadopt/ont/$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/I-ADOPT/6/i-adopt.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://w3id.org/iadopt/ont/"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/iadopt/ont/Property> ;
    bioregistry.schema:0000029 "iadopt" .

aberowl:I-ADOPT dcterms:isPartOf bioregistry.metaresource:aberowl .

ecoportal:I-ADOPT dcterms:isPartOf bioregistry.metaresource:ecoportal .

biodivportal:I-ADOPT dcterms:isPartOf bioregistry.metaresource:biodivportal .

lov:iadopt dcterms:isPartOf bioregistry.metaresource:lov .

