Skip to content

Commit

Permalink
Moved contributors to a separate ttl file and updated all modules to …
Browse files Browse the repository at this point in the history
…refer

to these contributors.
  • Loading branch information
jesper-friis committed Jun 1, 2024
1 parent 7e8a34f commit 4b645ef
Show file tree
Hide file tree
Showing 49 changed files with 520 additions and 640 deletions.
118 changes: 118 additions & 0 deletions contributors.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix locn: <http://www.w3.org/ns/locn#> .


#################################################################
# Individuals
#################################################################


# People
# ======

### https://orcid.org/0000-0003-3805-8761
<https://orcid.org/0000-0003-3805-8761> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Emanuele Ghedini" ;
foaf:name "Emanuele Ghedini" ;
foaf:workplaceHomepage <https://www.unibo.it/en/> .


### https://orcid.org/0000-0002-1560-809X
<https://orcid.org/0000-0002-1560-809X> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Jesper Friis" ;
foaf:name "Jesper Friis" ;
foaf:workplaceHomepage <https://www.sintef.no/en/> .


### https://orcid.org/0000-0002-4181-2852
<https://orcid.org/0000-0002-4181-2852> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Gerhard Goldbeck" ;
foaf:name "Gerhard Goldbeck" ;
foaf:workplaceHomepage <https://materialsmodelling.com/> .


### https://orcid.org/0000-0003-0514-9229
<https://orcid.org/0000-0003-0514-9229> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Adham Hashibon" ;
foaf:name "Adham Hashibon" ;
foaf:workplaceHomepage <https://www.ucl.ac.uk/> .


### https://orcid.org/0000-0003-4065-9742
<https://orcid.org/0000-0003-4065-9742> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Georg J. Schmitz" ;
foaf:name "Georg J. Schmitz" .


### https://orcid.org/0009-0007-5850-6628
<https://orcid.org/0009-0007-5850-6628> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Anne de Baas" ;
foaf:name "Anne de Baas" ;
foaf:workplaceHomepage <https://materialsmodelling.com/> .


### https://orcid.org/0009-0008-8009-5009
<https://orcid.org/0009-0008-8009-5009> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Francesco A. Zaccarini" ;
foaf:name "Francesco A. Zaccarini" ;
foaf:workplaceHomepage <https://www.unibo.it/en/> .


### https://orcid.org/0000-0001-9189-2400
<https://orcid.org/0000-0001-9189-2400> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Sebastiano Moruzzi" ;
foaf:name "Sebastiano Moruzzi" ;
foaf:workplaceHomepage <https://www.unibo.it/en/> .


### https://orcid.org/0000-0001-8869-3718
<https://orcid.org/0000-0001-8869-3718> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Francesca Lønstad Bleken" ;
foaf:name "Francesca Lønstad Bleken" ;
foaf:workplaceHomepage <https://www.sintef.no/en/> .


### https://orcid.org/0000-0002-8758-6109
<https://orcid.org/0000-0002-8758-6109> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Simon Clark" ;
foaf:name "Simon Clark" ;
foaf:workplaceHomepage <https://www.sintef.no/en/> .


### https://orcid.org/0000-0001-7815-6636
<https://orcid.org/0000-0001-7815-6636> rdf:type owl:NamedIndividual ,
foaf:Person ;
skos:prefLabel "Otello M. Roscioni" ;
foaf:name "Otello M. Roscioni" ;
foaf:workplaceHomepage <https://materialsmodelling.com/> .


# Organisations
# =============

### https://emmc.eu
<https://emmc.eu> rdf:type owl:NamedIndividual , foaf:Organization ;
skos:prefLabel "EMMC ASBL" ;
foaf:name "EMMC ASBL" ;
locn:fullAddress """EMMC ASBL
European Materials Modelling Council
Silversquare Stéphanie
Avenue Louise 54
1050 Brussels
CBE no: 0731 621 312"""@en ;
foaf:logo <https://emmo-repo.github.io/emmc.png> ;
foaf:mbox <mailto:[email protected]> .
27 changes: 7 additions & 20 deletions disciplines/chemistry.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,15 @@
owl:imports <https://w3id.org/emmo/1.0.0-rc1/disciplines/perceptual> ,
<https://w3id.org/emmo/1.0.0-rc1/disciplines/isq> ;
dcterms:abstract "The chemistry module populates the physicalistic perspective with materials subclasses categorised according to modern applied chemistry."@en ;
dcterms:contributor "Access, DE" ,
"Fraunhofer IWM, DE" ,
"Goldbeck Consulting Ltd, UK" ,
"SINTEF, NO" ,
"University of Bologna, IT" ;
dcterms:creator "Adham Hashibon" ,
"Emanuele Ghedini" ,
"Georg Schmitz" ,
"Gerhard Goldbeck" ,
"Jesper Friis" ;
dcterms:creator <https://orcid.org/0000-0003-3805-8761> ,
<https://orcid.org/0000-0002-4181-2852> ,
<https://orcid.org/0000-0002-1560-809X> ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher "EMMC ASBL" ;
dcterms:publisher <https://emmc.eu> ;
dcterms:title "Chemistry"@en ;
rdfs:comment """Contacts:
Gerhard Goldbeck
Goldbeck Consulting Ltd (UK)
email: [email protected]
Emanuele Ghedini
University of Bologna (IT)
email: [email protected]"""@en ,
"The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
foaf:mbox <mailto:[email protected]> ;
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "[email protected]" ;
rdfs:comment "The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
owl:versionInfo "1.0.0-rc1" .

#################################################################
Expand Down
13 changes: 7 additions & 6 deletions disciplines/computerscience.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
<https://w3id.org/emmo/1.0.0-rc1/multiperspective/workflow> ,
<https://w3id.org/emmo/1.0.0-rc1/perspectives/semiotics> ;
dcterms:abstract "Key concepts from the domain of computer science."@en ;
dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ,
"Francesca L. Bleken, SINTEF, NO" ,
"Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" ,
"Jesper Friis (SINTEF, NO)" ,
"Otello M. Roscioni, Goldbeck Consulting Ltd, UK" ;
dcterms:contributor <https://orcid.org/0000-0001-7815-6636> ,
<https://orcid.org/0000-0001-8869-3718> ;
dcterms:creator <https://orcid.org/0000-0003-3805-8761> ,
<https://orcid.org/0000-0002-4181-2852> ,
<https://orcid.org/0000-0002-1560-809X> ;

dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher "EMMC ASBL" ;
dcterms:publisher <https://emmc.eu> ;
dcterms:title "Computer science"@en ;
rdfs:comment "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
owl:versionInfo "1.0.0-rc1" ;
Expand Down
21 changes: 20 additions & 1 deletion disciplines/disciplines.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<https://w3id.org/emmo/1.0.0-rc1/disciplines/periodictable> ,
<https://w3id.org/emmo/1.0.0-rc1/disciplines/geometrical> ,
<https://w3id.org/emmo/1.0.0-rc1/disciplines/perceptual> ,
<https://w3id.org/emmo/1.0.0-rc1/disciplines/sisystem> .
<https://w3id.org/emmo/1.0.0-rc1/disciplines/sisystem> ;

# Imported via sisystem
# <https://w3id.org/emmo/1.0.0-rc1/disciplines/units/sidimensionalunits> ,
Expand All @@ -41,4 +41,23 @@
# <https://w3id.org/emmo/1.0.0-rc1/disciplines/prefixedunits> ,
# <https://w3id.org/emmo/1.0.0-rc1/disciplines/deprecated> ,

dcterms:abstract """EMMO disciplines is a container for the EMMO discipline level ontologies.
Discipline level ontologies are reference ontologies that does not cover the whole world."""@en ;
dcterms:contributor <https://orcid.org/0000-0002-8758-6109> ,
<https://orcid.org/0000-0001-8869-3718> ,
<https://orcid.org/0009-0007-5850-6628> ;
dcterms:creator <https://orcid.org/0000-0003-0514-9229> ,
<https://orcid.org/0000-0003-3805-8761> ,
<https://orcid.org/0000-0003-4065-9742> ,
<https://orcid.org/0000-0002-4181-2852> ,
<https://orcid.org/0000-0002-1560-809X> ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher <https://emmc.eu> ;
dcterms:title "EMMO discipline-level ontology"@en ;
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "[email protected]" ;
rdfs:comment "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
owl:versionInfo "1.0.0-rc1" .


### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
30 changes: 9 additions & 21 deletions disciplines/geometrical.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,16 @@
owl:versionIRI <https://w3id.org/emmo/1.0.0-rc1/disciplines/geometrical> ;
owl:imports <https://w3id.org/emmo/1.0.0-rc1/perspectives/data> ;
dcterms:abstract "The graphical module provides classes for the representation of geometrical concepts."@en ;
dcterms:contributor "Access, DE" ,
"Fraunhofer IWM, DE" ,
"Goldbeck Consulting Ltd, UK" ,
"SINTEF, NO" ,
"University of Bologna, IT" ;
dcterms:creator "Adham Hashibon" ,
"Emanuele Ghedini" ,
"Georg Schmitz" ,
"Gerhard Goldbeck" ,
"Jesper Friis" ;
dcterms:creator <https://orcid.org/0000-0003-0514-9229> ,
<https://orcid.org/0000-0003-3805-8761> ,
<https://orcid.org/0000-0003-4065-9742> ,
<https://orcid.org/0000-0002-4181-2852> ,
<https://orcid.org/0000-0002-1560-809X> ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher "EMMC ASBL" ;
dcterms:publisher <https://emmc.eu> ;
dcterms:title "Geometrical"@en ;
rdfs:comment """Contacts:
Gerhard Goldbeck
Goldbeck Consulting Ltd (UK)
email: [email protected]
Emanuele Ghedini
University of Bologna (IT)
email: [email protected]"""@en ,
"The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "[email protected]" ;
rdfs:comment "The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
owl:versionInfo "1.0.0-rc1" .

#################################################################
Expand Down Expand Up @@ -113,7 +101,7 @@ email: [email protected]"""@en ,
### https://w3id.org/emmo#EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd
:EMMO_b5957cef_a287_442d_a3ce_fd39f20ba1cd rdf:type owl:Class ;
rdfs:subClassOf :EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
skos:example """A geometrical object can be expressed in many different forms.
skos:example """A geometrical object can be expressed in many different forms.
For example, a line can be expressed by:
a) an equation like y=mx+q, which is both an 'equation' and a 'geometrical'
Expand Down
21 changes: 8 additions & 13 deletions disciplines/isq.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,16 @@ ISQ underlines the SI system and defines physical quanties that are measured wit
ISQ has 7 base quantities and many derived quantities defined in terms of the 7 base quantities.

The number of derived quantities not closed and may increase based on the need by domain ontologies."""@en ;
dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ,
"Gerhard Goldbeck, Goldbeck Consulting Ltd, UK" ,
"Jesper Friis, SINTEF, NO" ;
dcterms:contributor <https://orcid.org/0000-0001-8869-3718> ;
dcterms:creator <https://orcid.org/0000-0003-3805-8761> ,
<https://orcid.org/0000-0002-4181-2852> ,
<https://orcid.org/0000-0002-8758-6109> ,
<https://orcid.org/0000-0002-1560-809X> ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher "EMMC ASBL" ;
dcterms:publisher <https://emmc.eu> ;
dcterms:title "International System of Quantities (ISQ)"@en ;
rdfs:comment """Contacts:
Gerhard Goldbeck
Goldbeck Consulting Ltd (UK)
email: [email protected]

Emanuele Ghedini
University of Bologna (IT)
email: [email protected]"""@en ,
"The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "[email protected]" ;
rdfs:comment "The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
owl:versionInfo "1.0.0-rc1" .

#################################################################
Expand Down
Loading

0 comments on commit 4b645ef

Please sign in to comment.