Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

andreea-pasare
Copy link
Collaborator

eAccess and eSubmission modules development; ePO maintenance.

@cristianvasquez
Copy link
Contributor

Hi @andreea-pasare !,

Regarding the metadata,
owl:priorVersion should be an IRI, to be consistent with the values owl:versionIRI

So instead of

		owl:priorVersion "http://data.europa.eu/a4g/ontology#cat-4.0.2" ;
		owl:versionIRI a4g:cat-4.1.0 ;

Should be:

		owl:priorVersion a4g:cat-4.0.2 ;
		owl:versionIRI a4g:cat-4.1.0 ;

@cristianvasquez cristianvasquez merged commit c13a098 into develop Mar 25, 2024
@cristianvasquez cristianvasquez deleted the release/4.1.0 branch March 25, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants