X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.xml.sax.ontology%2Fsrc%2Forg%2Fsimantics%2Fxml%2Fsax%2Fontology%2FXMLResource.java;fp=org.simantics.xml.sax.ontology%2Fsrc%2Forg%2Fsimantics%2Fxml%2Fsax%2Fontology%2FXMLResource.java;h=01b5156048a55eee110c6faaf2fd23e9cc06d7f6;hb=dd3b2c7ecd5f4b60734f2602b16637aa8be2a263;hp=48daa5915afd6cc11617f25a419c93ea2c5e32ee;hpb=47791aa9453c9d90786bc8ca7de102fb3ee90f3b;p=simantics%2Finterop.git diff --git a/org.simantics.xml.sax.ontology/src/org/simantics/xml/sax/ontology/XMLResource.java b/org.simantics.xml.sax.ontology/src/org/simantics/xml/sax/ontology/XMLResource.java index 48daa59..01b5156 100644 --- a/org.simantics.xml.sax.ontology/src/org/simantics/xml/sax/ontology/XMLResource.java +++ b/org.simantics.xml.sax.ontology/src/org/simantics/xml/sax/ontology/XMLResource.java @@ -16,6 +16,7 @@ public class XMLResource { public final Resource DateTime; public final Resource Element; public final Resource ElementList; + public final Resource Entity; public final Resource Time; public final Resource externalReferenceOf; public final Resource hasAttribute; @@ -40,6 +41,7 @@ public class XMLResource { public static final String DateTime = "http://www.simantics.org/XML-1.0/DateTime"; public static final String Element = "http://www.simantics.org/XML-1.0/Element"; public static final String ElementList = "http://www.simantics.org/XML-1.0/ElementList"; + public static final String Entity = "http://www.simantics.org/XML-1.0/Entity"; public static final String Time = "http://www.simantics.org/XML-1.0/Time"; public static final String externalReferenceOf = "http://www.simantics.org/XML-1.0/externalReferenceOf"; public static final String hasAttribute = "http://www.simantics.org/XML-1.0/hasAttribute"; @@ -74,6 +76,7 @@ public class XMLResource { DateTime = getResourceOrNull(graph, URIs.DateTime); Element = getResourceOrNull(graph, URIs.Element); ElementList = getResourceOrNull(graph, URIs.ElementList); + Entity = getResourceOrNull(graph, URIs.Entity); Time = getResourceOrNull(graph, URIs.Time); externalReferenceOf = getResourceOrNull(graph, URIs.externalReferenceOf); hasAttribute = getResourceOrNull(graph, URIs.hasAttribute);