Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zwart2024dra-ontology #302

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions models/zwart2024dra-ontology/metadata.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
@prefix ontouml: <https://w3id.org/ontouml#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix mod: <https://w3id.org/mod#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix lcc: <http://id.loc.gov/authorities/classification/>.

<https://w3id.org/ontouml-models/model/zwart2024dra-ontology/> a dcat:Dataset, mod:SemanticArtefact;
dct:title "Domain Ontology for Drug Repurposing Analysis";
mod:acronym "DRA-Ontology";
dct:issued "2024"^^xsd:gYear;
dcat:theme lcc:Q;
skos:editorialNote "Developed as part of a Master's research focused on improving the pedrictions and related explanations generated in a GNN-based machine learning pipeline (i.e. RD-explainer).";
dct:language "en";
dcat:landingPage <https://github.com/rosazwart/XAI-FO>;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
dct:contributor <https://dblp.org/pid/304/7074>, <https://orcid.org/0000-0003-1795-5930>, <https://dblp.org/pid/157/9485>, <https://dblp.org/pid/354/5718>, <https://dblp.org/pid/134/4947>, <https://dblp.org/pid/125/5986>, <https://dblp.org/pid/49/5917>, <https://dblp.org/pid/68/84>, <https://dblp.org/pid/81/3332>, <https://dblp.org/pid/09/2013>;
mod:designedForTask ontouml:ConceptualClarification, ontouml:OntologicalAnalysis;
ontouml:context ontouml:Research;
dct:source <https://doi.org/10.21203/rs.3.rs-5622649/v1>.
<https://w3id.org/ontouml-models/model/zwart2024dra-ontology/> dcat:distribution <https://w3id.org/ontouml-models/model/zwart2024dra-ontology/distribution/ttl>.
<https://w3id.org/ontouml-models/model/zwart2024dra-ontology/distribution/ttl> a dcat:Distribution;
dct:title "Turtle distribution of \"Domain Ontology for Drug Repurposing Analysis\""@en;
dcat:mediaType <https://www.iana.org/assignments/media-types/text/turtle>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/zwart2024dra-ontology/ontology.ttl>.
<https://w3id.org/ontouml-models/model/zwart2024dra-ontology/> dcat:distribution <https://w3id.org/ontouml-models/model/zwart2024dra-ontology/distribution/json>.
<https://w3id.org/ontouml-models/model/zwart2024dra-ontology/distribution/json> a dcat:Distribution;
dct:title "JSON distribution of \"Domain Ontology for Drug Repurposing Analysis\""@en;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/json>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/zwart2024dra-ontology/ontology.json>.
<https://w3id.org/ontouml-models/model/zwart2024dra-ontology/> dcat:distribution <https://w3id.org/ontouml-models/model/zwart2024dra-ontology/distribution/vpp>.
<https://w3id.org/ontouml-models/model/zwart2024dra-ontology/distribution/vpp> a dcat:Distribution;
dct:title "Visual Paradigm distribution of \"Domain Ontology for Drug Repurposing Analysis\""@en;
dcat:mediaType <https://www.visual-paradigm.com/vpp>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/zwart2024dra-ontology/ontology.vpp>.
39 changes: 39 additions & 0 deletions models/zwart2024dra-ontology/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
title: Domain Ontology for Drug Repurposing Analysis
acronym: DRA-Ontology
issued: 2024
modified:
contributor:
- https://dblp.org/pid/304/7074
- https://orcid.org/0000-0003-1795-5930
- https://dblp.org/pid/157/9485
- https://dblp.org/pid/354/5718
- https://dblp.org/pid/134/4947
- https://dblp.org/pid/125/5986
- https://dblp.org/pid/49/5917
- https://dblp.org/pid/68/84
- https://dblp.org/pid/81/3332
- https://dblp.org/pid/09/2013
keyword:
- genotype
- phenotype
- disease
- drug
- drug repurposing
theme: Class Q - Science
editorialNote: Developed as part of a Master's research focused on improving the pedrictions and related explanations generated in a GNN-based machine learning pipeline (i.e. RD-explainer).
ontologyType:
- domain
language: en
designedForTask:
- conceptual clarification
- ontological analysis
context:
- research
source:
- https://doi.org/10.21203/rs.3.rs-5622649/v1
representationStyle:
- ontouml
landingPage:
- https://github.com/rosazwart/XAI-FO
license:
- https://creativecommons.org/licenses/by/4.0/
Loading