@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://jmillanacosta.github.io/software/cnv-pathway-atlas/> a schema:AboutPage ;
    schema:about <https://cnvpathwayatlas.github.io/cnv-website/phenotype-browser/> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "CNV Pathway Atlas"@en .

<https://cnvpathwayatlas.github.io/cnv-website/phenotype-browser/> a schema:SoftwareSourceCode ;
    schema:codeRepository <https://github.com/cnvpathwayatlas/cnv-website> ;
    schema:contributor [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "built a phenotype-based browser with combined filters, ontology lookups, and an automated data-generation step."@en ],
        [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "built a phenotype-based browser with combined filters, ontology lookups, and an automated data-generation step."@en ],
        <https://orcid.org/0000-0002-4166-7093>,
        <https://orcid.org/0009-0007-1364-797X> ;
    schema:interactionStatistic [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/cnvpathwayatlas/cnv-website> ;
            schema:userInteractionCount 1 ],
        [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/cnvpathwayatlas/cnv-website> ;
            schema:userInteractionCount 1 ] ;
    schema:name "CNV Pathway Atlas"@en ;
    schema:subjectOf <https://doi.org/10.1038/s41597-026-07345-6> ;
    schema:url <https://cnvpathwayatlas.github.io/cnv-website/phenotype-browser/> .

