@prefix : <https://w3id.org/emmo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix locn: <http://www.w3.org/ns/locn#> .

<https://w3id.org/emmo/contributors> rdf:type owl:Ontology ;
                                     owl:versionIRI <https://w3id.org/emmo/1.0.0/contributors> ;
                                     dcterms:abstract "People and organisations who has contributed to the development of EMMO."@en ;
                                     dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
                                     dcterms:publisher <https://emmc.eu> ;
                                     dcterms:title "Contributors"@en ;
                                     owl:versionInfo "1.0.0" ;
                                     foaf:mbox <mailto:emmo@emmc.eu> ;
                                     :EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "emmo@emmc.eu" .



#################################################################
#    Data properties
#################################################################

###  https://w3id.org/emmo/contributors#EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f
:EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f rdf:type owl:DatatypeProperty ;
    rdfs:range xsd:anyURI ;
    rdfs:comment "Relates an individual to an ORCID that identifies the individual."@en ,
    "The domain is not provided to not impose restrictions on the individual carrying the ORCID. Typically it will be a person (maximal) or a temporal part of a person."@en ;
    skos:prefLabel "hasORCID"@en .


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


# People
# ======

:EmanueleGhedini rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0003-3805-8761"^^xsd:anyURI ;
    skos:prefLabel "EmanueleGhedini" ;
    foaf:name "Emanuele Ghedini" ;
    foaf:workplaceHomepage <https://www.unibo.it/en/> .


:JesperFriis rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0002-1560-809X"^^xsd:anyURI ;
    skos:prefLabel "JesperFriis" ;
    foaf:name "Jesper Friis" ;
    foaf:workplaceHomepage <https://www.sintef.no/en/> .


:GerhardGoldbeck rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0002-4181-2852"^^xsd:anyURI ;
    skos:prefLabel "GerhardGoldbeck" ;
    foaf:name "Gerhard Goldbeck" ;
    foaf:workplaceHomepage <https://materialsmodelling.com/> .


:AdhamHashibon rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0003-0514-9229"^^xsd:anyURI ;
    skos:prefLabel "AdhamHashibon" ;
    foaf:name "Adham Hashibon" ;
    foaf:workplaceHomepage <https://www.ucl.ac.uk/> .


:GeorgSchmitz rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0003-4065-9742"^^xsd:anyURI ;
    skos:prefLabel "GeorgJSchmitz" ;
    foaf:name "Georg J. Schmitz" .


:AnnedeBaas rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0009-0007-5850-6628"^^xsd:anyURI ;
    skos:prefLabel "AnnedeBaas" ;
    foaf:name "Anne de Baas" ;
    foaf:workplaceHomepage <https://materialsmodelling.com/> .


:FrancescoZaccarini rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0009-0008-8009-5009"^^xsd:anyURI ;
    skos:prefLabel "FrancescoZaccarini" ;
    foaf:name "Francesco A. Zaccarini" ;
    foaf:workplaceHomepage <https://www.unibo.it/en/> .


:SebastianoMoruzzi rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0001-9189-2400"^^xsd:anyURI ;
    skos:prefLabel "SebastianoMoruzzi" ;
    foaf:name "Sebastiano Moruzzi" ;
    foaf:workplaceHomepage <https://www.unibo.it/en/> .


:FrancescaBleken rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0001-8869-3718"^^xsd:anyURI ;
    skos:prefLabel "FrancescaLonstadBleken" ;
    foaf:name "Francesca Lønstad Bleken" ;
    foaf:workplaceHomepage <https://www.sintef.no/en/> .


:SimonClark rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0002-8758-6109"^^xsd:anyURI ;
    skos:prefLabel "SimonClark" ;
    foaf:name "Simon Clark" ;
    foaf:workplaceHomepage <https://www.sintef.no/en/> .


:OtelloRoscioni rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0001-7815-6636"^^xsd:anyURI ;
    skos:prefLabel "OtelloMRoscioni" ;
    foaf:name "Otello M. Roscioni" ;
    foaf:workplaceHomepage <https://materialsmodelling.com/> .


:MichaelNorske rdf:type owl:NamedIndividual ;
    :EMMO_e117f976_7a5d_4508_bf85_9226dca58e1f "https://orcid.org/0000-0002-5417-6808"^^xsd:anyURI ;
    skos:prefLabel "PaulLudwigMichaelNoeske" ;
    foaf:name "Paul-Ludwig Michael Noeske" ;
    foaf:workplaceHomepage <https://www.ifam.fraunhofer.de/en/> .



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

### https://emmc.eu
:EMMC_ASBL rdf:type owl:NamedIndividual ;
    skos:prefLabel "EMMC_ASBL" ;
    foaf:name "EMMC ASBL" ;
    foaf:homepage "https://emmc.eu" ;
    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:contact@emmc.eu> .