LOD-Laundromat / lodlaundry.github.io

http://lodlaundromat.org
2 stars 2 forks source link

Metadata in the 'basket graph' cannot be queried #91

Closed wouterbeek closed 9 years ago

wouterbeek commented 9 years ago

For instance <IRI, llo:url, URL> cannot be queried.

LaurensRietveld commented 9 years ago

No sure I get the query you'd like to execute. Is it this? (works for me)

PREFIX llo: <http://lodlaundromat.org/ontology/>
PREFIX ll: <http://lodlaundromat.org/resource/>

SELECT DISTINCT * WHERE {
    <http://lodlaundromat.org/resource/dcefd287bd0c7d4efb543c7260b6dcf8> llo:url ?url
} LIMIT 10
wouterbeek commented 9 years ago

Indeed, but llo:url does not occur in the result set of the following query:

PREFIX ll: <http://lodlaundromat.org/resource/>
SELECT DISTINCT ?p ?o
WHERE {
    ll:dec2da62a50549b4f02f85481b0a3a32 ?p ?o .
}
ORDER BY ASC(?p)
LIMIT 100
LaurensRietveld commented 9 years ago

this one doesnt have a URL as its an archive entry. It's parent ( http://lodlaundromat.org/resource/fcc4e227b43886a3bd9d090e2863df2b) does ;)

On Sat, Mar 28, 2015 at 10:44 AM, Wouter Beek notifications@github.com wrote:

Indeed, but llo:url does not occur in the result set of the following query:

PREFIX ll: http://lodlaundromat.org/resource/SELECT DISTINCT ?p ?oWHERE { ll:dec2da62a50549b4f02f85481b0a3a32 ?p ?o . }ORDER BY ASC(?p)LIMIT 100

— Reply to this email directly or view it on GitHub https://github.com/LODLaundry/lodlaundry.github.io/issues/91#issuecomment-87198180 .

wouterbeek commented 9 years ago

Yep, I'm going to tag this question with "Wouter-is-an-idiot"!