@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 foaf: <http://xmlns.com/foaf/0.1/> .
@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:bioportal dcterms:hasPart bioportal:RO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:radiomics .

bioregistry:radiomics a bioregistry.schema:0000001 ;
    rdfs:label "Radiomics Ontology" ;
    dcterms:description "The Radiomics Ontology aims to cover the radiomics feature domain with a strong focus on first order, shape, textural radiomics features. In addition, in the original version. it includes classes about segmentation algorithms and imaging filters. Due to a recent collaboration with the IBSI (International Biomarkers Standardization Initiative), the ontology has been expanded (v 1.6) and it includes all the entities presented in the IBSI document. Therefore, a broad coverage of not only radiomics features, but also every entity (e.g. software properties, filter properties, features extraction parameters) involved into radiomics computation has been added. In the latest version (v2.0), the ontology URIs have been updated to reflect the codes avaialble in the IBSI latest manual. [bioportal]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch bioportal:RO ;
    dcat:keyword "ontology" ;
    foaf:homepage <http://www.radiomics.org/RO> ;
    bioregistry.schema:0000005 "LK99"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.radiomics.org/RO/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-6183-4429 ;
    bioregistry.schema:0000024 "http://www.radiomics.org/RO/"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.radiomics.org/RO/LK99> ;
    bioregistry.schema:0000029 "radiomics" .

orcid:0000-0001-6183-4429 rdfs:label "Alberto Traverso" ;
    foaf:mbox "alberto.traverso@maastro.nl" .

bioportal:RO dcterms:isPartOf bioregistry.metaresource:bioportal .

