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

<https://jmillanacosta.github.io/software/enanomapper/> a schema:AboutPage ;
    schema:about <http://www.wikidata.org/entity/Q116446479> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "eNanoMapper"@en .

<http://www.wikidata.org/entity/Q116446479> a schema:Project,
        schema:SoftwareSourceCode ;
    schema:codeRepository <https://github.com/enanomapper/ontologies> ;
    schema:contributor [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "developed ontology terms and imports for nanosafety; added integrity tests, corrected OWL profile violations, and maintained build and validation workflows."@en ],
        [ a schema:Role ;
            schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
            schema:description "developed ontology terms and imports for nanosafety; added integrity tests, corrected OWL profile violations, and maintained build and validation workflows."@en ],
        <https://github.com/GerganaTancheva123>,
        <https://github.com/JKChang2015>,
        <https://github.com/TassosP78>,
        <https://github.com/UanaF>,
        <https://github.com/lrieswijk>,
        <https://github.com/ntk73>,
        <https://github.com/westonslaughter>,
        <https://orcid.org/0000-0001-7542-0286>,
        <https://orcid.org/0000-0001-8449-1318>,
        <https://orcid.org/0000-0002-3469-4923>,
        <https://orcid.org/0000-0002-4166-7093>,
        <https://orcid.org/0000-0002-4322-6179>,
        <https://orcid.org/0000-0002-7770-620X>,
        <https://orcid.org/0000-0002-9454-4783> ;
    schema:interactionStatistic [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/enanomapper/ontologies> ;
            schema:userInteractionCount 15 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/enanomapper/ontologies> ;
            schema:userInteractionCount 22 ],
        [ a schema:InteractionCounter ;
            schema:name "GitHub forks"@en ;
            schema:url <https://github.com/enanomapper/ontologies> ;
            schema:userInteractionCount 15 ],
        [ a schema:InteractionCounter ;
            schema:interactionType schema:LikeAction ;
            schema:name "GitHub stars"@en ;
            schema:url <https://github.com/enanomapper/ontologies> ;
            schema:userInteractionCount 22 ] ;
    schema:name "eNanoMapper"@en ;
    schema:sameAs <https://doi.org/10.5281/zenodo.594691> ;
    schema:url <https://github.com/enanomapper/ontologies>,
        <https://www.enanomapper.net> .

