Skip to content

Commit

Permalink
Merge pull request #70 from acdh-oeaw/69-replace-int-namespace-placeh…
Browse files Browse the repository at this point in the history
…older-with-ns-in-owl-schema

replaced placeholder ns with correct ns #69
  • Loading branch information
csae8092 authored Aug 31, 2023
2 parents 8542af4 + 7dcf10c commit ae9aba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acdh_cidoc_pyutils/namespaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CIDOC = Namespace("http://www.cidoc-crm.org/cidoc-crm/")
FRBROO = Namespace("https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#")
INT = Namespace("https://w3id.org/lso/intro/Vx/#")
INT = Namespace("https://w3id.org/lso/intro/beta202304#")
SCHEMA = Namespace("https://schema.org/")

NSMAP = {
Expand Down

0 comments on commit ae9aba0

Please sign in to comment.