File tree Expand file tree Collapse file tree
core/model-vocabulary/src/main/java/org/eclipse/rdf4j/model/vocabulary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,9 +122,15 @@ public class DCAT {
122122 /** dcat:record */
123123 public static final IRI HAS_RECORD ;
124124
125+ /** dcat:resource */
126+ public static final IRI HAS_RESOURCE ;
127+
125128 /** dcat:service */
126129 public static final IRI HAS_SERVICE ;
127130
131+ /** dcat:hasVersion */
132+ public static final IRI HAS_VERSION ;
133+
128134 /** dcat;inCatalog, inverse property, see section 7 of DCAT v3 */
129135 public static final IRI IN_CATALOG ;
130136
@@ -221,7 +227,9 @@ public class DCAT {
221227 HAS_CURRENT_VERSION = Vocabularies .createIRI (NAMESPACE , "hasCurrentVersion" );
222228 HAS_DISTRIBUTION = Vocabularies .createIRI (NAMESPACE , "distribution" );
223229 HAS_RECORD = Vocabularies .createIRI (NAMESPACE , "record" );
230+ HAS_RESOURCE = Vocabularies .createIRI (NAMESPACE , "resource" );
224231 HAS_SERVICE = Vocabularies .createIRI (NAMESPACE , "service" );
232+ HAS_VERSION = Vocabularies .createIRI (NAMESPACE , "hasVersion" );
225233 IN_CATALOG = Vocabularies .createIRI (NAMESPACE , "inCatalog" );
226234 IN_SERIES = Vocabularies .createIRI (NAMESPACE , "inSeries" );
227235 IS_DISTRIBUTION_OF = Vocabularies .createIRI (NAMESPACE , "isDistributionOf" );
You can’t perform that action at this time.
0 commit comments