Skip to content

Add elghosh2025crimonto #303

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
6 changes: 3 additions & 3 deletions models/elghosh2024eucaim/metadata.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix ontouml: <https://w3id.org/ontouml#>.
@prefix ocmv: <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#>.
Expand All @@ -18,8 +18,8 @@
dcat:landingPage <https://doi.org/10.5281/zenodo.11109765>;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
dct:contributor <https://dblp.org/pid/199/9510.html>, <https://dblp.org/pid/118/0942.html>, <https://dblp.org/pid/43/1967.html>, <https://dblp.org/pid/d/ChristelDanielLeBozec.html>, <https://dblp.org/pid/96/1080.html>, <https://dblp.org/pid/12/11202.html>, <https://dblp.org/pid/83/4811.html>, <https://dblp.org/pid/47/2102.html>, <https://dblp.org/pid/20/3693.html>;
mod:designedForTask ontouml:ConceptualClarification, ontouml:Interoperability, ontouml:OntologicalAnalysis;
ontouml:context ontouml:Research, ontouml:Industry;
mod:designedForTask ocmv:ConceptualClarification, ocmv:Interoperability, ocmv:OntologicalAnalysis;
ocmv:context ocmv:Research, ocmv:Industry;
dct:source <https://www.utwente.nl/en/eemcs/fois2024/resources/papers/el-ghosh-et-al-towards-semantic-interoperability-among-heterogeneous-cancer-data-models-using-a-layered-modular-hyper-ontology.pdf>, <https://www.utwente.nl/en/eemcs/fois2024/resources/papers/el-ghosh-et-al-grounding-a-hyper-ontology-on-mcode-ontological-conceptual-model-and-foundational-ontologies-for-semantic-interoperability-in-the-oncology-domain.pdf>.
<https://w3id.org/ontouml-models/model/elghosh2024eucaim/> dcat:distribution <https://w3id.org/ontouml-models/model/elghosh2024eucaim/distribution/ttl>.
<https://w3id.org/ontouml-models/model/elghosh2024eucaim/distribution/ttl> a dcat:Distribution;
Expand Down
37 changes: 37 additions & 0 deletions models/elghosh2025crimonto/metadata.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
@prefix ocmv: <https://w3id.org/ontouml-models/vocabulary#>.
@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/elghosh2025crimonto/> a dcat:Dataset, mod:SemanticArtefact;
dct:title "Criminal Modular Ontology";
mod:acronym "CriMOnto";
dct:issued "2025"^^xsd:gYear;
dcat:theme lcc:K;
dct:language "en";
dct:license <https://creativecommons.org/licenses/by/4.0/>;
dct:contributor <https://dblp.org/pid/199/9510>, <https://dblp.org/pid/58/2780>, <https://dblp.org/pid/38/6459>, <https://dblp.org/pid/64/3385>;
mod:designedForTask ocmv:DecisionSupportSystem;
ocmv:context ocmv:Research;
dct:source <https://doi.org/10.1016/j.datak.2025.102419>.
<https://w3id.org/ontouml-models/model/elghosh2025crimonto/> dcat:distribution <https://w3id.org/ontouml-models/model/elghosh2025crimonto/distribution/ttl>.
<https://w3id.org/ontouml-models/model/elghosh2025crimonto/distribution/ttl> a dcat:Distribution;
dct:title "Turtle distribution of \"Criminal Modular Ontology\""@en;
dcat:mediaType <https://www.iana.org/assignments/media-types/text/turtle>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/elghosh2025crimonto/ontology.ttl>.
<https://w3id.org/ontouml-models/model/elghosh2025crimonto/> dcat:distribution <https://w3id.org/ontouml-models/model/elghosh2025crimonto/distribution/json>.
<https://w3id.org/ontouml-models/model/elghosh2025crimonto/distribution/json> a dcat:Distribution;
dct:title "JSON distribution of \"Criminal Modular Ontology\""@en;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/json>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/elghosh2025crimonto/ontology.json>.
<https://w3id.org/ontouml-models/model/elghosh2025crimonto/> dcat:distribution <https://w3id.org/ontouml-models/model/elghosh2025crimonto/distribution/vpp>.
<https://w3id.org/ontouml-models/model/elghosh2025crimonto/distribution/vpp> a dcat:Distribution;
dct:title "Visual Paradigm distribution of \"Criminal Modular Ontology\""@en;
dcat:mediaType <https://www.visual-paradigm.com/vpp>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/elghosh2025crimonto/ontology.vpp>.
32 changes: 32 additions & 0 deletions models/elghosh2025crimonto/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
title: Criminal Modular Ontology
acronym: CriMOnto
issued: 2025
modified:
contributor:
- https://dblp.org/pid/199/9510
- https://dblp.org/pid/58/2780
- https://dblp.org/pid/38/6459
- https://dblp.org/pid/64/3385
keyword:
- criminal law
- procedural norms
- offense
- penalty
- responsibility
- liability
theme: Class K - Law
editorialNote:
ontologyType:
- application
language: en
designedForTask:
- decision support system
context:
- research
source:
- https://doi.org/10.1016/j.datak.2025.102419
representationStyle:
- ontouml
landingPage:
license:
- https://creativecommons.org/licenses/by/4.0/
Loading