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

Update the excluded list-building to ignore attribute-only nodes if that parent is captured somewhere else? #6

Open
roomthily opened this issue Feb 5, 2015 · 1 comment

Comments

@roomthily
Copy link
Contributor

That is not quite right. It would be ignore the entire element if some piece of the element was extracted and we don't care about the rest? Realistically, "simple" here is not important.

<DCPType>
    <HTTP>
        <Get>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://egisws02.nos.noaa.gov/ArcGIS/services/NMFS/EFHAreasProtectedFromFishing/MapServer/WMSServer"/>
        </Get>
    </HTTP>
</DCPType>

Better alternative - if an ontology-driven value is an attribute and the parent element contains other attributes, just capture related?

Turtles and overthinking.

@roomthily roomthily changed the title Update the excluded list-building to ignore attribute-only noes if that parent is captured somewhere else? Update the excluded list-building to ignore attribute-only nodes if that parent is captured somewhere else? Feb 6, 2015
@roomthily
Copy link
Contributor Author

Ignoring the example where we aren't really concerned about the "simple" value, there could be cases where we are capturing one attribute for the explicit triples but not other attributes on that same element. So we don't want to later skip that element and its other attributes for the "remainders" block. We lose that relationship in the triplestore, though.

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

No branches or pull requests

1 participant