Skip to content
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

Feat string to uri #37

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Feat string to uri #37

merged 2 commits into from
Oct 2, 2024

Conversation

clnsmth
Copy link
Contributor

@clnsmth clnsmth commented Oct 2, 2024

No description provided.

During graph creation, convert string literals to URI references of SOSO
documents for links between URI strings and vocabulary term IDs. This
fallback measure creates linked data when the URI value cannot be
elevated to an `@id` for a node.

Apply this approach to specific locations:

- keyword/DefinedTerm/url
- variableMeasured/PropertyValue/propertyID
- variableMeasured/PropertyValue/measurementTechnique
- variableMeasured/PropertyValue/unitCode
- license

Avoid conversion for non-URL/URI text strings by checking for a URL
pattern first.

Add an EML and SOSO file pair, that contain these graph properties, for
testing purposes.
@clnsmth clnsmth merged commit 0be6551 into development Oct 2, 2024
3 checks passed
@clnsmth clnsmth deleted the feat-string-to-uri branch October 2, 2024 00:17
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.

1 participant