Skip to content

Commit

Permalink
Change ontology iri
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Aug 19, 2024
1 parent 1281635 commit b06d70e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions schema/iguana.owx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="https://iguana-benchmark.eu/ontology/"
xml:base="https://vocab.dice-research.org/iguana/ontology.owx"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
ontologyIRI="https://iguana-benchmark.eu/ontology/"
versionIRI="https://iguana-benchmark.eu/ontology/4.0.0/">
ontologyIRI="https://vocab.dice-research.org/iguana/ontology.owx"
versionIRI="https://vocab.dice-research.org/iguana/4.0.0/ontology.owx">
<Prefix name="dc" IRI="http://purl.org/dc/elements/1.1/"/>
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/aksw/iguana/commons/rdf/IGUANA_BASE.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.util.Map;

public class IGUANA_BASE {
public static final String NS = "http://iguana-benchmark.eu" + "/";
public static final String NS = "https://vocab.dice-research.org/iguana/";
public static final String PREFIX = "iguana";

private IGUANA_BASE() {
Expand Down

0 comments on commit b06d70e

Please sign in to comment.