@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix orcid: <https://orcid.org/> .
@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:MOLSIM .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:MOLSIM .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:molsim .

bioregistry:molsim a bioregistry.schema:0000001 ;
    rdfs:label "Molecular Simulation Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The primary goal of this ontology is to standardize the representation of molecular simulation data, processes, and methodologies across disparate simulation platforms, engines (e.g., GROMACS, AMBER, NAMD), and analysis tools, while ensuring these terms are interoperable with existing life sciences ontologies"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/CPCLab/molsim-ontology> ;
    skos:exactMatch aberowl:MOLSIM,
        bioportal:MOLSIM ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/CPCLab/molsim-ontology> ;
    bioregistry.schema:0000005 "000000"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/MOLSIM_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/CPCLab/molsim-ontology/raw/refs/heads/main/molsim.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Fathoni A. Musyaffa" ;
            foaf:mbox "f.musyaffa@fz-juelich.de" ] ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/MOLSIM_"^^xsd:string ;
    bioregistry.schema:0000027 obo:MOLSIM_000000 ;
    bioregistry.schema:0000029 "molsim" .

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

aberowl:MOLSIM dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:MOLSIM dcterms:isPartOf bioregistry.metaresource:bioportal .

