Skip to content

Commit

Permalink
Fixed IRIs in for_emmo.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Mar 22, 2024
1 parent a3ae457 commit 53219cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions for_emmo.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix : <https://w3id.org/emmo/domain/microstructure/for_emmo#> .
@prefix : <https://w3id.org/emmo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
Expand All @@ -7,7 +7,6 @@
@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 <https://w3id.org/emmo/domain/microstructure/for_emmo#> .

<https://w3id.org/emmo/domain/microstructure/for_emmo> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/domain/microstructure/0.3/for_emmo> ;
Expand Down

0 comments on commit 53219cb

Please sign in to comment.