@prefix agroportal: <http://agroportal.lirmm.fr/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 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:agroportal dcterms:hasPart agroportal:DSW .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dsw .

bioregistry.metaresource:ecoportal dcterms:hasPart ecoportal:DSW .

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

bioregistry:dsw a bioregistry.schema:0000001 ;
    rdfs:label "Darwin-SW" ;
    dcterms:description "Version 0.4 to 1.0 fixed reversed dsw:locates and dsw:locatedAt. Added labels. Changed comments and descriptions to conform to DC and DwC precedent. Added subClassOf relations to RO hasEvidence and isEvidenceFor. Specified preferred direction for inverse object property pairs., Changes from version 0.2.1 to version 0.3: removal of all functional and inverse function properties of object property terms, use of dwctype classes, deprecation of terms replaced by dwciri: terms, removal of references to TDWG Ontology., Changes from version 0.3 to 0.4 change DwC class namespace from dwctype: to dwc: to follow class proposal, removed references to TDWG TaxonConcept ontology; deprecated terms that now have equivalent terms in Darwin Core., Change from version 1.0 to 1.0.1 Add CC0 license."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/darwin-sw/dsw> ;
    skos:exactMatch agroportal:DSW,
        ecoportal:DSW,
        tib.ts:dsw ;
    dcat:keyword "earth sciences",
        "ess",
        "fair data spaces",
        "life sciences, biology" ;
    foaf:homepage <https://github.com/darwin-sw/dsw> ;
    bioregistry.schema:0000005 "DriedSpecimen"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/dsw/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Steve Baskauf" ;
            foaf:mbox "steve.baskauf@gmail.com" ] ;
    bioregistry.schema:0000024 "http://purl.org/dsw/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/dsw/DriedSpecimen> ;
    bioregistry.schema:0000029 "dsw" .

agroportal:DSW dcterms:isPartOf bioregistry.metaresource:agroportal .

ecoportal:DSW dcterms:isPartOf bioregistry.metaresource:ecoportal .

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

