@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://jmillanacosta.github.io/publications/mcp-server-tools-with-rdf-shapes/> a schema:AboutPage ;
    schema:about <https://doi.org/10.37044/osf.io/8qeh5_v1> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "MCP server tools with RDF shapes"@en .

<https://doi.org/10.37044/osf.io/8qeh5_v1> a schema:ScholarlyArticle ;
    dcterms:creator <https://orcid.org/0000-0002-4166-7093> ;
    dcterms:date "2025"^^xsd:gYear ;
    dcterms:title "MCP server tools with RDF shapes"@en ;
    schema:author ( <https://orcid.org/0000-0001-8907-5348> <https://orcid.org/0000-0002-6943-6887> [ ] <https://orcid.org/0000-0001-9773-4008> <https://orcid.org/0000-0002-4166-7093> <https://orcid.org/0000-0001-7883-3756> [ ] <https://orcid.org/0000-0002-7260-2129> [ ] ) ;
    schema:datePublished "2025"^^xsd:gYear ;
    schema:genre "Preprint"@en ;
    schema:identifier "10.37044/osf.io/8qeh5_v1"@en ;
    schema:name "MCP server tools with RDF shapes"@en ;
    schema:sameAs <http://www.wikidata.org/entity/Q137438800> .

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "developed RDF schema tooling in rdfsolve.”"@en ;
            schema:funding [ a schema:Grant ;
                    schema:description "Personally invited; participation funded by Database Center for Life Science"@en ;
                    schema:funder <https://ror.org/018q2r417> ] ;
            schema:performerIn <http://2025.biohackathon.org/> ;
            schema:subjectOf <https://doi.org/10.37044/osf.io/8qeh5_v1> ],
        [ a schema:Role ;
            schema:description "developed RDF schema tooling in rdfsolve.”"@en ;
            schema:funding [ a schema:Grant ;
                    schema:description "Personally invited; participation funded by Database Center for Life Science"@en ;
                    schema:funder <https://ror.org/018q2r417> ] ;
            schema:performerIn <http://2025.biohackathon.org/> ;
            schema:subjectOf <https://doi.org/10.37044/osf.io/8qeh5_v1> ] .

