Skip to content

Commit

Permalink
20230728
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueleghedini committed Jul 28, 2023
1 parent b6d3676 commit 7225bbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions emmo-mlo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://emmo.info/emmo-mlo> .

<http://emmo.info/emmo-mlo> rdf:type owl:Ontology ;
owl:versionIRI <http://emmo.info/emmo/1.0.0-beta5/mlo> ;
<http://emmo.info/emmo/emmo-mlo> rdf:type owl:Ontology ;
owl:versionIRI <http://emmo.info/emmo/1.0.0-beta5/emmo-mlo> ;
owl:imports <http://emmo.info/emmo/1.0.0-beta5/disciplines> ;
dcterms:abstract """Elementary Multiperspective Material Ontology (EMMO)
Expand Down
6 changes: 3 additions & 3 deletions emmo-tlo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://emmo.info/emmo-tlo> .
@base <http://emmo.info/emmo/emmo-tlo> .

<http://emmo.info/emmo-tlo> rdf:type owl:Ontology ;
owl:versionIRI <http://emmo.info/emmo/1.0.0-beta5/tlo> ;
<http://emmo.info/emmo/emmo-tlo> rdf:type owl:Ontology ;
owl:versionIRI <http://emmo.info/emmo/1.0.0-beta5/emmo-tlo> ;
owl:imports <http://emmo.info/emmo/1.0.0-beta5/perspectives> ;
dcterms:abstract """Elementary Multiperspective Material Ontology (EMMO)
Expand Down

0 comments on commit 7225bbb

Please sign in to comment.