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

Accessing NumericalData/Parameter/CoordinateSystem elements #2

Open
BaptisteCecconi opened this issue Jun 10, 2024 · 0 comments
Open

Comments

@BaptisteCecconi
Copy link

I tried to access the content of CoordinateSystem nodes, and more especially looking for the has_coordinate_system_name property.

As far as I can see in the result of the following query:

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX spase: <http://www.spase-group.org/data/schema/>

SELECT ?coosys ?coosysp ?coosyso WHERE {
   ?subj a spase:NumericalData .
   ?subj spase:has_instrument <http://www.spase-group.org/data/schema/SMWG_Instrument_Wind_MFI> .
   ?subj spase:has_temporal_description ?timedescr . 
   ?timedescr spase:cadence ?cadence  .
   ?subj spase:has_measurement_type <http://www.spase-group.org/data/schema/MAGNETIC_FIELD> .
   ?subj spase:has_parameter ?param . 
   ?param spase:has_coordinate_system ?coosys .
   ?coosys ?coosysp ?coosyso .
}

I only get rdf:type and rdfs:label properties in the list of results. The other items (which are present in the XML records) are not present. I had a look to the SPASE to RDF converter, but couldn't figure out how to fix this.

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