Skip to content

Commit

Permalink
Add new models (#275)
Browse files Browse the repository at this point in the history
* add 3 new models

added bernasconi2023, core-o2023, and dcat-mlt-ufo2023

* Minor fix

* FDP: https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c

* FDP: https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c

* FDP: https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c

* FDP: https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c

* FDP: https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c

* FDP: https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c

* FDP: https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c

* FDP: https://w3id.org/ontouml-models/model/2b3d29db-eaea-4966-83e5-af9ca54f3086

* FDP: https://w3id.org/ontouml-models/model/2b3d29db-eaea-4966-83e5-af9ca54f3086

* FDP: https://w3id.org/ontouml-models/model/2b3d29db-eaea-4966-83e5-af9ca54f3086

* FDP: https://w3id.org/ontouml-models/model/2b3d29db-eaea-4966-83e5-af9ca54f3086

* FDP: https://w3id.org/ontouml-models/model/2b3d29db-eaea-4966-83e5-af9ca54f3086

* FDP: https://w3id.org/ontouml-models/model/2b3d29db-eaea-4966-83e5-af9ca54f3086

* FDP: https://w3id.org/ontouml-models/model/a2b41412-02d5-4716-bdb0-c4112a2626d7

* FDP: https://w3id.org/ontouml-models/model/a2b41412-02d5-4716-bdb0-c4112a2626d7

* FDP: https://w3id.org/ontouml-models/model/a2b41412-02d5-4716-bdb0-c4112a2626d7

* FDP: https://w3id.org/ontouml-models/model/a2b41412-02d5-4716-bdb0-c4112a2626d7

* FDP: https://w3id.org/ontouml-models/model/a2b41412-02d5-4716-bdb0-c4112a2626d7

* FDP: https://w3id.org/ontouml-models/model/a2b41412-02d5-4716-bdb0-c4112a2626d7

* FDP: https://w3id.org/ontouml-models/model/a2b41412-02d5-4716-bdb0-c4112a2626d7

---------

Co-authored-by: Pedro Paulo Favato Barcelos <pedropaulofb@gmail.com>
  • Loading branch information
claudenirmf and pedropaulofb committed May 30, 2023
1 parent 7217cb9 commit ec0b643
Show file tree
Hide file tree
Showing 42 changed files with 26,739 additions and 0 deletions.
21 changes: 21 additions & 0 deletions models/bernasconi2023fair-principles/metadata-json.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@prefix fdpo: <https://w3id.org/fdp/fdp-o#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix ocmv: <https://w3id.org/ontouml-models/vocabulary#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<https://w3id.org/ontouml-models/distribution/4755588d-bdf0-40d4-9fa3-8ccf1421c0af/> a dcat:Distribution;
dct:isPartOf <https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c>;
dct:issued "2023"^^xsd:gYear;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/json>;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
ocmv:conformsToSchema <http://purl.org/ontouml-schema>;
dct:title "JSON distribution of OntoUML FAIR Principles Schema"@en;
dcat:downloadURL <https://raw.githubusercontent.com/OntoUML/ontouml-models/master/models/bernasconi2023fair-principles/ontology.json>;
ocmv:isComplete "true"^^xsd:boolean;
fdpo:metadataIssued "2023-05-30T14:34:58.43850111Z"^^xsd:dateTime;
fdpo:metadataModified "2023-05-30T14:34:58.43850111Z"^^xsd:dateTime .
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@prefix fdpo: <https://w3id.org/fdp/fdp-o#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix ocmv: <https://w3id.org/ontouml-models/vocabulary#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<https://w3id.org/ontouml-models/distribution/c40e80a3-d3f1-404c-aa31-39f07a48b763> a dcat:Distribution;
dct:isPartOf <https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c>;
dct:issued "2023"^^xsd:gYear;
dcat:mediaType <https://www.iana.org/assignments/media-types/image/png>;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
ocmv:isComplete "false"^^xsd:boolean;
dct:title "PNG distribution of diagram 'Acessibility' from the OntoUML FAIR Principles Schema (original version)"@en;
dcat:downloadURL <https://raw.githubusercontent.com/OntoUML/ontouml-models/master/models/bernasconi2023fair-principles/original-diagrams/Acessibility.png>;
skos:editorialNote "This image depicts the diagram as originally represented by its author(s)."@en;
fdpo:metadataIssued "2023-05-30T14:34:59.920088862Z"^^xsd:dateTime;
fdpo:metadataModified "2023-05-30T14:34:59.920088862Z"^^xsd:dateTime .
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@prefix fdpo: <https://w3id.org/fdp/fdp-o#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix ocmv: <https://w3id.org/ontouml-models/vocabulary#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<https://w3id.org/ontouml-models/distribution/575527e2-35bb-4da2-b5cd-4a6028da7e88> a dcat:Distribution;
dct:isPartOf <https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c>;
dct:issued "2023"^^xsd:gYear;
dcat:mediaType <https://www.iana.org/assignments/media-types/image/png>;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
ocmv:isComplete "false"^^xsd:boolean;
dct:title "PNG distribution of diagram 'Findability Interoperability' from the OntoUML FAIR Principles Schema (original version)"@en;
dcat:downloadURL <https://raw.githubusercontent.com/OntoUML/ontouml-models/master/models/bernasconi2023fair-principles/original-diagrams/Findability-Interoperability.png>;
skos:editorialNote "This image depicts the diagram as originally represented by its author(s)."@en;
fdpo:metadataIssued "2023-05-30T14:35:01.60208695Z"^^xsd:dateTime;
fdpo:metadataModified "2023-05-30T14:35:01.60208695Z"^^xsd:dateTime .
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@prefix fdpo: <https://w3id.org/fdp/fdp-o#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix ocmv: <https://w3id.org/ontouml-models/vocabulary#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<https://w3id.org/ontouml-models/distribution/f2a089fa-7055-48a3-b2dc-5309a3bbb665> a dcat:Distribution;
dct:isPartOf <https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c>;
dct:issued "2023"^^xsd:gYear;
dcat:mediaType <https://www.iana.org/assignments/media-types/image/png>;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
ocmv:isComplete "false"^^xsd:boolean;
dct:title "PNG distribution of diagram 'Reusability' from the OntoUML FAIR Principles Schema (original version)"@en;
dcat:downloadURL <https://raw.githubusercontent.com/OntoUML/ontouml-models/master/models/bernasconi2023fair-principles/original-diagrams/Reusability.png>;
skos:editorialNote "This image depicts the diagram as originally represented by its author(s)."@en;
fdpo:metadataIssued "2023-05-30T14:35:03.161702712Z"^^xsd:dateTime;
fdpo:metadataModified "2023-05-30T14:35:03.161702712Z"^^xsd:dateTime .
20 changes: 20 additions & 0 deletions models/bernasconi2023fair-principles/metadata-turtle.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@prefix fdpo: <https://w3id.org/fdp/fdp-o#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix ocmv: <https://w3id.org/ontouml-models/vocabulary#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<https://w3id.org/ontouml-models/distribution/77f09632-9ee2-445e-9263-140aff501f7c/> a dcat:Distribution;
dct:isPartOf <https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c>;
dct:issued "2023"^^xsd:gYear;
dcat:mediaType <https://www.iana.org/assignments/media-types/text/turtle>;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
dct:title "Turtle distribution of OntoUML FAIR Principles Schema"@en;
dcat:downloadURL <https://raw.githubusercontent.com/OntoUML/ontouml-models/master/models/bernasconi2023fair-principles/ontology.ttl>;
ocmv:isComplete "true"^^xsd:boolean;
fdpo:metadataIssued "2023-05-30T14:35:04.568556828Z"^^xsd:dateTime;
fdpo:metadataModified "2023-05-30T14:35:04.568556828Z"^^xsd:dateTime .
21 changes: 21 additions & 0 deletions models/bernasconi2023fair-principles/metadata-vpp.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@prefix fdpo: <https://w3id.org/fdp/fdp-o#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix ocmv: <https://w3id.org/ontouml-models/vocabulary#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<https://w3id.org/ontouml-models/distribution/43eb8441-e657-4384-9161-79cd562f793c/> a dcat:Distribution;
dct:isPartOf <https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c>;
dct:issued "2023"^^xsd:gYear;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/octet-stream>;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
dct:format <https://www.file-extension.info/format/vpp>;
dct:title "Visual Paradigm distribution of OntoUML FAIR Principles Schema"@en;
dcat:downloadURL <https://raw.githubusercontent.com/OntoUML/ontouml-models/master/models/bernasconi2023fair-principles/ontology.vpp>;
ocmv:isComplete "true"^^xsd:boolean;
fdpo:metadataIssued "2023-05-30T14:35:05.902523205Z"^^xsd:dateTime;
fdpo:metadataModified "2023-05-30T14:35:05.902523205Z"^^xsd:dateTime .
32 changes: 32 additions & 0 deletions models/bernasconi2023fair-principles/metadata.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
@prefix fdpo: <https://w3id.org/fdp/fdp-o#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix lcc: <http://id.loc.gov/authorities/classification/>.
@prefix mod: <https://w3id.org/mod#>.
@prefix ocmv: <https://w3id.org/ontouml-models/vocabulary#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c/> a dcat:Dataset, mod:SemanticArtefact, dcat:Resource;
dct:isPartOf <https://w3id.org/ontouml-models/catalog/b663ca18-8085-44a7-bcfe-2c2b5ba1faa8>;
dct:title "OntoUML FAIR Principles Schema";
mod:acronym "OntoFAIRPS";
dct:issued "2023"^^xsd:gYear;
dcat:theme lcc:Z;
skos:editorialNote "The source field must be updated after the document receives a valid DOI.";
dct:language "en";
dct:license <https://creativecommons.org/licenses/by/4.0/>;
dct:contributor <https://dblp.org/pid/25/929-2>, <https://dblp.org/pid/201/2998>, <https://dblp.org/pid/11/78>, <https://dblp.org/pid/68/84>, <https://dblp.org/pid/41/1781>;
dcat:keyword "fair principles"@en, "fair data"@en, "fairness"@en, "findability"@en, "accessibility"@en, "interoperability"@en, "reusability"@en;
mod:designedForTask ocmv:ConceptualClarification, ocmv:Interoperability;
ocmv:context ocmv:Research;
dct:source <https://www.researchgate.net/publication/369850668_Ontological_representation_of_FAIR_principles_A_blueprint_for_FAIRer_data_sources>;
ocmv:representationStyle ocmv:OntoumlStyle;
ocmv:ontologyType ocmv:Domain, ocmv:Application;
ocmv:storageUrl "https://github.com/OntoUML/ontouml-models/tree/master/models/bernasconi2023fair-principles"^^xsd:anyURI;
fdpo:metadataIssued "2023-05-30T14:34:56.729971243Z"^^xsd:dateTime;
fdpo:metadataModified "2023-05-30T14:34:56.729971243Z"^^xsd:dateTime .
<https://w3id.org/ontouml-models/model/648b1a98-41f6-49b9-be93-6b012d52593c> dcat:distribution <https://w3id.org/ontouml-models/distribution/77f09632-9ee2-445e-9263-140aff501f7c/>, <https://w3id.org/ontouml-models/distribution/4755588d-bdf0-40d4-9fa3-8ccf1421c0af/>, <https://w3id.org/ontouml-models/distribution/43eb8441-e657-4384-9161-79cd562f793c/>, <https://w3id.org/ontouml-models/distribution/c40e80a3-d3f1-404c-aa31-39f07a48b763>, <https://w3id.org/ontouml-models/distribution/575527e2-35bb-4da2-b5cd-4a6028da7e88>, <https://w3id.org/ontouml-models/distribution/f2a089fa-7055-48a3-b2dc-5309a3bbb665>.
36 changes: 36 additions & 0 deletions models/bernasconi2023fair-principles/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
title: OntoUML FAIR Principles Schema
acronym: OntoFAIRPS
issued: 2023
modified:
contributor:
- https://dblp.org/pid/25/929-2
- https://dblp.org/pid/201/2998
- https://dblp.org/pid/11/78
- https://dblp.org/pid/68/84
- https://dblp.org/pid/41/1781
keyword:
- fair principles
- fair data
- fairness
- findability
- accessibility
- interoperability
- reusability
theme: Class Z - Bibliography, Library Science, and General Information Resources
editorialNote: The source field must be updated after the document receives a valid DOI.
ontologyType:
- domain
- application
language: en
designedForTask:
- conceptual clarification
- interoperability
context:
- research
source:
- https://www.researchgate.net/publication/369850668_Ontological_representation_of_FAIR_principles_A_blueprint_for_FAIRer_data_sources
representationStyle:
- ontouml
landingPage:
license:
- https://creativecommons.org/licenses/by/4.0/
Loading

0 comments on commit ec0b643

Please sign in to comment.