Skip to content

Commit

Permalink
Fixed typo in contributors.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Jun 6, 2024
1 parent 35e8cfb commit b42d4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contributors.ttl
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
@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 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 dct: <http://purl.org/dc/terms/> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://w3id.org/emmo/contributors> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/1.0.0-rc1/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 ,
dcterms:title "Contributors"@en ;
owl:versionInfo "1.0.0-rc1" ;
foaf:mbox <mailto:[email protected]> ;
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "[email protected]" .
Expand Down

0 comments on commit b42d4b2

Please sign in to comment.