@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:swan .

bioregistry:swan a bioregistry.schema:0000001 ;
    rdfs:label "Semantic Web Applications in Neuromedicine" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "SWAN ontology consists in a collection of ontologies used to create, manage and share scientific knowledge bases."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/pav-ontology/swan-ontology> ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://code.google.com/archive/p/swan-ontology> ;
    bioregistry.schema:0000010 <https://rawcdn.githack.com/pav-ontology/swan-ontology/2.0.1/swan.owl> ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000029 "swan" .

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

