-
Notifications
You must be signed in to change notification settings - Fork 45
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
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
6042cea
Add resiliont2024
pedropaulofb 3a2663d
Fix generated URLs in TTL files
pedropaulofb 97eb467
Removed unnecessary files.
pedropaulofb 997249a
Add 7 new models and updates.
pedropaulofb 1717e18
Updated URIs after new folder name.
pedropaulofb ea0ce69
fix URIs that still had purl.org as domain
pedropaulofb 6947fa9
fix comments from tiago's review
pedropaulofb a3d82d4
fix unused prefix and landingpage as vector transformation
pedropaulofb a315347
remove springer's links from landingPage field
pedropaulofb 5eaf310
fix char encoding in mgic ttl using UTF-8
pedropaulofb 78ed7ab
fix char encoding (problem with last commit)
pedropaulofb 4461787
Replace https://dx.doi.org/ for https://doi.org/
tgoprince 8f4fc6e
Optimized diagram files from alkhalaf2024
tgoprince fc741a5
Remove goal models from mgic dataset
pedropaulofb a7a043f
Merge branch 'resiliont' of https://github.com/OntoUML/ontouml-models…
pedropaulofb 7e9175c
Fix MIT license URI
pedropaulofb 0d42648
Fix DOI for OntoRights
pedropaulofb fa82615
Remove landing page of sariev2024
pedropaulofb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
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/ |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for noticing! Fixed.