<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:skos="http://www.w3.org/2004/02/skos/core#"
    xmlns:pithia="https://metadata.pithia.eu/ontology/2.2/"
    xmlns:owlxml="http://www.w3.org/2006/12/owl2-xml#"
>            
<skos:Concept rdf:about="https://metadata.pithia.eu/ontology/2.2/serviceFunction/OpenAPI">
                <skos:prefLabel xml:lang="en">Online service responding to a parametrized data request using OpenAPI standard</skos:prefLabel>
                <dc:date>2024-11-12 08:10:00.0</dc:date>
                <owlxml:versionInfo>0.1</owlxml:versionInfo>
                <skos:definition xml:lang="en">
An online service operated by the data repository that accepts standard OpenAPI data requests 
with formally defined parameters and returns the requested resource as defined by the 
interface. Note: this function is sometimes referred to simply as API; however, 
API is a wider concept covering other, non-standard and standard ways of accessing 
data resources. Using Swagger UI to build the actual user interface based on the 
OpenAPI definition is a common solution.
                </skos:definition>
            </skos:Concept>
</rdf:RDF>