All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unibz.inf.ontop.spec.mapping.OntopNativeMappingSyntax Maven / Gradle / Ivy

The newest version!
package it.unibz.inf.ontop.spec.mapping;

public interface OntopNativeMappingSyntax {
    String MAPPING_ID_LABEL = "mappingId";
    String TARGET_LABEL = "target";
    String SOURCE_LABEL = "source";
    String PREFIX_DECLARATION_TAG = "[PrefixDeclaration]";
    String MAPPING_DECLARATION_TAG = "[MappingDeclaration]";
    String START_COLLECTION_SYMBOL = "@collection [[";
    String END_COLLECTION_SYMBOL = "]]";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy