I am currently writing an XML file which models some experimental issue. Unfortunately, many of the associated words come with various synonyms.
What I would like to do is to have a controlled vocabulary or taxonomy which either allows any of the synonyms to be used as the element/ attribute name or at least will easily help users/ programs to resolve this issue.
Is there a way to achieve this?
As an example:
<dnml>
<PrecursorMass />
</dnml>
Here PrecursorMass should be constrained by a controlled vocabulary or an entry in a taxonomy.
Could for instance RDF or SCOS be of help?
How can controlled vocabularies or taxonomies be used to define XML element names or attribute names?
265 views Asked by jallmer At
1
There are 1 answers
Related Questions in XML
- Postgres && statement Error in Mybatis Mapper?
- Sorting items after building an XML feed?
- C# XML ModelBinding - ASP.NET Core 8 Web API - required field not found
- How can I create an automatic table of contents in docx without the text being bold?
- Odoo 16 Make Fields Readonly Using XPath
- Using similar tags for different objects in XML
- Android Studio problem like gradle sync project failed and plugin error, version 2023.2.1 Iguana
- error: cannot find symbol View root = inflater.inflate(R.layout.toolbar, parent, false);
- Android camera application restriction to 12 mp
- Azure Data Factory Copy Activity Only Importing First Row of XML file
- I am not able to remove space below the navigation view icon in android studio. What;s wrong with code?
- Field can be converted to a local variable ,convert field to local variable in onCreate method
- Deserialize XML with optional different name
- Retrieve tags from xml using python
- Getting attribute from xml and printing it error
Related Questions in SEMANTICS
- Perceived changes in the last decade (or more?) with respect to the semantics of char** and char*[] declarations in the c language
- Shared triples between two knowledge graphs
- eval vs Function() return semantics
- Is a hidden heading in the <footer> needed for accessibility?
- How to make talkback read out Text and switch together in Android?
- How Vespa addresses memory limitations in big data applications
- Custom HLSL Structure
- Inconsistency in application of the increment operator when used in expressions
- Is it a semantic or syntax error to not have an argument list after a name prefixed by the template keyword?
- For..of loops confusion
- showSemanticsDebugger does not work anymore
- Flutter, automatically add Semantics value to all Text Widgets
- Are there any scenarios where it would be appropriate to use an H1 in a document after an H1 has already been used?
- TextField onValueChange - Announce Additional Semantics
- Semantics (Subtyping)
Related Questions in TAXONOMY
- How to retrieve taxonomy term name in url instead of id in a drupal view?
- How do I combine to RDS files having both common and different column names?
- How to document that a name of a variable can be different in another taxonomy?
- Calculate the proportion of bacteria and protein in R (R-beginner question)
- Assigning Posts to Tags
- How to create custom taxonomy page? or custom archive page of custom taxonomy?
- Display single post for each custom post type tag
- Filter Posts with Elementor Query ID based on user profile information
- Automatically add category to post for each user on wordpress site
- Grouping posts by 2 different taxonomies
- Wordpress query posts by ACF of taxonomy of post (not ACF of post)
- Function to show if taxonomy term is used in post
- How to get custom taxomony from post-meta in Woocommerce?
- Show Post based on taxonomies choosen by the user
- Wordpress: Render 2 terms in a taxonomy page
Related Questions in VOCABULARY
- How to structure json-ld for export/import
- How to pad a text with custom length after build the vocab in pytorch
- What does ‘ng’ mean in hacking toolkits names?
- Can DocumentAI automate data extraction based on controlled vocabularies?
- Keep powershell vocabulary in file and update it with only new data from source if exist
- Remove tokens from Hugging Face tokenizer and save
- How to generate a merge file and a vocab file in NLP field
- Apply python package (spaCy) word list only covering the specific language vocabulary
- Runtime Error in doc2vec model for a preprocessed dataset
- ETL Mapping LOINC vocabulary on OMOP Common Data Model
- Extract all (word, vector) pairs from vocab
- raise ValueError( ValueError: empty vocabulary; perhaps the documents only contain stop words
- How to add taxonomy in drupal; not a vocabulary?
- Pandas DataFrame give frequency of Column occurrence whilst maintaining the Doc ID
- find words out of vocabulary
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Designing an ontology using RDFS or OWL (or maybe OWL) would definitely help. For more information please see the following sites:
The following software:
And the following books: