Skip to content

Commit 90ff8ee

Browse files
adding xsd to prefix constants
1 parent 3ea4866 commit 90ff8ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shacl-demo/js/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const PREFIXES = `@prefix : <https://falcontologist.github.io/shacl-demo/onto
3333
@prefix temp: <${CONFIG.TEMP_NS}> .
3434
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
3535
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
36+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
3637
3738
`;
3839

0 commit comments

Comments
 (0)