-
Notifications
You must be signed in to change notification settings - Fork 4
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
nm:ManufacturerOrSourceName attribute missing from Filler and Surface Treatment components #32
Comments
@rashidsabbir Filler materials' manufacturer data are not importing.
0 results However, Surface Treatment materials' manufacturer data are importing now.
28 results The Filler ManufacturerOrSourceName is nested within the FillerComponent element in the XML's, so SETLr should check here before moving on to the ParticleSurfaceTreatment element. Below is an example XML that has ManufacturerOrSourceName info for Matrix, Filler, and ParticleSurfaceTreatment: |
Cause of issue appears to be in https://github.com/tetherless-world/nanomine-graph/blob/master/setl/xml_ingest.setl.ttl. The attribute for ManufacturerOrSourceName is only included in SETL for Surface Treatment and Matrix components (see example below) |
I've added some content in lines 192-201 which should address the missing manufacturer for FillerComponent |
Update: Here is the SPARQL query for testing (After ingestion, should return 3 results:
|
This attribute appears for component parts with role of Matrix, however does not appear for component parts of Filler or Surface Treatment. This information is included in the XML files, with the xpath nested within the respective component(s).
The text was updated successfully, but these errors were encountered: