-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the list of properties field in the submission form and the metadata administration includes all the properties listed in the submission_metadata
endpoint.
#200
Comments
update the code with this hard-coded list (done here 88e3e09) [
:format, format_equivalent],
:version,
:status,
[:location, location_equivalent],
:URI,
:deprecated,
:hasOntologySyntax,
:hasFormalityLevel,
:isOfType,
:naturalLanguage,
:description,
:homepage,
:documentation,
:publication,
:usedOntologyEngineeringTool,
:abstract, :notes, :keywords, :alternative, :identifier,
:knownUsage,
:designedForOntologyTask,
:hasDomain,
:coverage,
:example,
:conformsToKnowledgeRepresentationParadigm,
:usedOntologyEngineeringMethodology,
:accrualMethod,
:accrualPeriodicity,
:accrualPolicy,
:competencyQuestion,
:versionIRI,
:source,
:isFormatOf,
:hasFormat,
:includedInDataCatalog,
:depiction,
:logo,
:associatedMedia,
:released,
:modificationDate,
:valid,
:curatedOn,
:publisher,
:hasLicense,
:morePermissions,
:copyrightHolder,
:contact,
:hasContributor,
:hasCreator,
:audience,
:toDoList,
:useGuidelines,
:repository,
:bugDatabase,
:mailingList,
:award,
:wasGeneratedBy,
:wasInvalidatedBy,
:curatedBy,
:endorsedBy,
:fundedBy,
:translator,
:useImports,
:hasPriorVersion,
:isAlignedTo,
:ontologyRelatedTo,
:isBackwardCompatibleWith,
:isIncompatibleWith,
:comesFromTheSameDomain,
:similarTo,
:explanationEvolution,
:generalizes,
:hasDisparateModelling,
:hasPart,
:usedBy,
:workTranslation,
:translationOfWork,
:preferredNamespacePrefix,
:preferredNamespaceUri,
:keyClasses,
:endpoint,
:dataDump,
:csvDump,
:openSearchDescription,
:uriLookupEndpoint,
:uriRegexPattern,
:metadataVoc,
:exampleIdentifier,
:numberOfClasses,
:numberOfIndividuals,
:numberOfProperties,
:entities,
:numberOfAxioms
] |
@hibadjebabria169 test and close if done |
Also, the def format_equivalent
%w[hasOntologyLanguage prefLabelProperty synonymProperty definitionProperty authorProperty obsoleteProperty obsoleteParent]
end
def location_equivalent
%w[summaryOnly pullLocation]
end |
So, here's the properties that i didn't found on the list :
|
I can't include ontology metadata properties, like Acronyms, Titles, and Access rights, group, catagories ..., (the ones that are listed here: https://data.stageportal.lirmm.fr/ontology_metadata) I can only access the submissions fields for now (and listed here https://data.stageportal.lirmm.fr/submission_metadata) |
Done #669 |
Is there an equivalent issue so we can also see/select the metadata attributes of the ontolgy object: |
this new input can select ontologies and submission properties, or do you mean a selector for only ontology properties? |
Ahh ok. Good then. |
The metadata properties selector component, does not include all the properties listed in the
/submission_metadata
API endpointThe text was updated successfully, but these errors were encountered: