Skip to content

Commit dde50de

Browse files
committed
Change prefix
1 parent f984f4a commit dde50de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/models/events-model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const eventAspectModel = `@prefix xsd: <http://www.w3.org/2001/XMLSchema#
1717
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:1.0.0#>.
1818
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:1.0.0#>.
1919
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
20-
@prefix : <urn:samm:org.eclipse.esmf.samm:1.0.0#>.
20+
@prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#>.
2121
2222
:AspectDefault a samm:Aspect;
2323
samm:name "AspectDefault";

0 commit comments

Comments
 (0)