-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '1.0.0-rc1' into 270-complex-numbers
- Loading branch information
Showing
64 changed files
with
3,912 additions
and
3,343 deletions.
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
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
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
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
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,119 @@ | ||
@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#> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
|
||
|
||
################################################################# | ||
# 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]> . |
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
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 |
---|---|---|
|
@@ -13,28 +13,14 @@ | |
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 ; | ||
: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" . | ||
|
||
################################################################# | ||
|
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
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 |
---|---|---|
|
@@ -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> , | ||
|
@@ -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 |
Oops, something went wrong.