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 blums2024ccf #291

Open
wants to merge 1 commit 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
37 changes: 37 additions & 0 deletions models/blums2024ccf/metadata.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
@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/blums2024ccf/> a dcat:Dataset, mod:SemanticArtefact;
dct:title "Ontology of Converged Conceptual Frameworks for Financial Reporting";
mod:acronym "CCF Ontology";
dct:issued "2024"^^xsd:gYear;
dcat:theme lcc:H;
dct:language "en";
dct:license <https://creativecommons.org/licenses/by/4.0/>;
dct:contributor <https://dblp.org/pid/184/4586.html>, <https://dblp.org/pid/70/260.html>;
mod:designedForTask ontouml:ConceptualClarification, ontouml:Interoperability, ontouml:OntologicalAnalysis;
ontouml:context ontouml:Research, ontouml:Industry;
dct:source <http://doi.org/10.13140/RG.2.2.31144.99843>.
<https://w3id.org/ontouml-models/model/blums2024ccf/> dcat:distribution <https://w3id.org/ontouml-models/model/blums2024ccf/distribution/ttl>.
<https://w3id.org/ontouml-models/model/blums2024ccf/distribution/ttl> a dcat:Distribution;
dct:title "Turtle distribution of \"Ontology of Converged Conceptual Frameworks for Financial Reporting\""@en;
dcat:mediaType <https://www.iana.org/assignments/media-types/text/turtle>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/blums2024ccf/ontology.ttl>.
<https://w3id.org/ontouml-models/model/blums2024ccf/> dcat:distribution <https://w3id.org/ontouml-models/model/blums2024ccf/distribution/ttl>.
<https://w3id.org/ontouml-models/model/blums2024ccf/distribution/ttl> a dcat:Distribution;
dct:title "JSON distribution of \"Ontology of Converged Conceptual Frameworks for Financial Reporting\""@en;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/json>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/blums2024ccf/ontology.json>.
<https://w3id.org/ontouml-models/model/blums2024ccf/> dcat:distribution <https://w3id.org/ontouml-models/model/blums2024ccf/distribution/ttl>.
<https://w3id.org/ontouml-models/model/blums2024ccf/distribution/ttl> a dcat:Distribution;
dct:title "Turtle distribution of \"Ontology of Converged Conceptual Frameworks for Financial Reporting\""@en;
dcat:mediaType <https://www.visual-paradigm.com/vpp>;
dcat:downloadURL <https://raw.githubusercontent.com/unibz-core/ontouml-models/master/blums2024ccf/ontology.vpp>.
29 changes: 29 additions & 0 deletions models/blums2024ccf/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
title: Ontology of Converged Conceptual Frameworks for Financial Reporting
acronym: CCF Ontology
issued: 2024
modified:
contributor:
- https://dblp.org/pid/184/4586.html
- https://dblp.org/pid/70/260.html
keyword:
- accounting
- financial reporting
theme: Class H - Social Sciences
editorialNote:
ontologyType:
- core
language: en
designedForTask:
- conceptual clarification
- interoperability
- ontological analysis
context:
- research
- industry
source:
- http://doi.org/10.13140/RG.2.2.31144.99843
representationStyle:
- ontouml
landingPage:
license:
- https://creativecommons.org/licenses/by/4.0/
Loading