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

<https://jmillanacosta.github.io/publications/report-on-the-final-ontology-releases-and-guidance/> a schema:AboutPage ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Report on the final ontology releases and guidance"@en .

[] a schema:Report ;
    dcterms:contributor <https://orcid.org/0000-0002-4166-7093> ;
    dcterms:date "2023"^^xsd:gYear ;
    dcterms:title "Report on the final ontology releases and guidance"@en ;
    schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
    schema:datePublished "2023"^^xsd:gYear ;
    schema:funding <https://cordis.europa.eu/project/id/814572> ;
    schema:name "Report on the final ontology releases and guidance"@en ;
    schema:reportNumber "D1.5"@en ;
    schema:url <https://cordis.europa.eu/project/id/814572/results> .

