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 8 new models and updates #286

Merged
merged 18 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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
40 changes: 40 additions & 0 deletions models/alkhalaf2024/metadata.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
@prefix ontouml: <https://w3id.org/ontouml#>.
@prefix dataset: <https://purl.org/ontouml-models/dataset/>.
@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/alkhalaf2024/> a dcat:Dataset, mod:SemanticArtefact;
dct:title "Ontology to Explain SARS-CoV-2 Variants' Effects";
mod:acronym "OntoEffect";
dct:issued "2023"^^xsd:gYear;
dcat:theme lcc:Q;
dct:language "en";
dcat:landingPage <https://hdl.handle.net/11311/1256092>;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
dct:contributor <https://dblp.org/pid/292/3745>, <https://dblp.org/pid/25/929-2>, <https://dblp.org/pid/201/2998>;
mod:designedForTask ontouml:ConceptualClarification, ontouml:Interoperability, ontouml:OntologicalAnalysis;
ontouml:context ontouml:Research;
dct:source <https://tinyurl.com/5n8c7k8t>.
<https://purl.org/ontouml-models/catalog> dcat:dataset <https://w3id.org/ontouml-models/model/alkhalaf2024/>.
<https://w3id.org/ontouml-models/model/alkhalaf2024/> dcat:distribution <https://w3id.org/ontouml-models/model/alkhalaf2024/distribution/ttl>.
<https://w3id.org/ontouml-models/model/alkhalaf2024/distribution/ttl> a dcat:Distribution;
dct:title "Turtle distribution of \"Ontology to Explain SARS-CoV-2 Variants' Effects\""@en;
dcat:mediaType <https://www.iana.org/assignments/media-types/text/turtle>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/alkhalaf2024/ontology.ttl>.
<https://w3id.org/ontouml-models/model/alkhalaf2024/> dcat:distribution <https://w3id.org/ontouml-models/model/alkhalaf2024/distribution/ttl>.
<https://w3id.org/ontouml-models/model/alkhalaf2024/distribution/ttl> a dcat:Distribution;
dct:title "JSON distribution of \"Ontology to Explain SARS-CoV-2 Variants' Effects\""@en;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/json>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/alkhalaf2024/ontology.json>.
<https://w3id.org/ontouml-models/model/alkhalaf2024/> dcat:distribution <https://w3id.org/ontouml-models/model/alkhalaf2024/distribution/ttl>.
<https://w3id.org/ontouml-models/model/alkhalaf2024/distribution/ttl> a dcat:Distribution;
dct:title "Turtle distribution of \"Ontology to Explain SARS-CoV-2 Variants' Effects\""@en;
dcat:mediaType <https://www.visual-paradigm.com/vpp>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/alkhalaf2024/ontology.vpp>.
31 changes: 31 additions & 0 deletions models/alkhalaf2024/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
title: Ontology to Explain SARS-CoV-2 Variants' Effects
acronym: OntoEffect
issued: 2023
modified:
contributor:
- https://dblp.org/pid/292/3745
- https://dblp.org/pid/25/929-2
- https://dblp.org/pid/201/2998
keyword:
- genetic mutations
- viral fitness
- host-virus interaction
theme: Class Q - Science
editorialNote:
ontologyType:
- domain
language: en
designedForTask:
- conceptual clarification
- interoperability
- ontological analysis
context:
- research
source:
- https://tinyurl.com/5n8c7k8t
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not use a GoogleDrive link with some images as the source. It should, instead, be the paper which includes these figures.

http://doi.org/10.5220/0012183900003598

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.
source substituted to https://dx.doi.org/10.5220/0000178400003598
landingPage removed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O DOI que você adicionou não resolve para o artigo, mas para o proceedings que inclui o artigo.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noticing! Fixed.

representationStyle:
- ontouml
landingPage:
- https://hdl.handle.net/11311/1256092
tgoprince marked this conversation as resolved.
Show resolved Hide resolved
license:
- https://creativecommons.org/licenses/by/4.0/
Loading