http://gams.uni-graz.at/sesame/sparqlendpoint?query=# author: Elisabeth Steiner # param: <https://gams.uni-graz.at/o:hsa.bibliography#BIBL.4263> = URI search # result: returns all resources with the respective URI and adds linked letters prefix hsa:<https://gams.uni-graz.at/o:hsa.ontology#> prefix bds:<http://www.bigdata.com/rdf/search#> prefix gams:<https://gams.uni-graz.at/o:gams-ontology#> prefix gn:<http://www.geonames.org/ontology#> prefix gnd:<http://d-nb.info/standards/elementset/gnd#> prefix dc:<http://purl.org/dc/elements/1.1/> prefix rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix skos:<http://www.w3.org/2004/02/skos/core#> SELECT DISTINCT ?resource ?part ?label ?creator ?date ?contributor ?letter ?rlabel ?ltitle ('<https://gams.uni-graz.at/o:hsa.bibliography#BIBL.4263>' as ?query) WHERE { #alle tei objekte, dh briefe und register {?resource gams:isMemberOfCollection <https://gams.uni-graz.at/context:hsa> ; gams:isPartOf ?part ; #gams:textualContent ?text . } UNION { #die skos objekte {?resource skos:inScheme <https://gams.uni-graz.at/o:hsa.subjects>} UNION {?resource skos:inScheme <https://gams.uni-graz.at/o:hsa.languages> } ?resource skos:inScheme ?part; # skos:prefLabel ?text . } FILTER (?resource = <https://gams.uni-graz.at/o:hsa.bibliography#BIBL.4263>) #OPTIONAL # {?resource gn:name ?placename .} # OPTIONAL # {?resource gnd:forename ?forename; # gnd:surname ?surname .} OPTIONAL {?resource dc:creator ?creator . } OPTIONAL {?resource skos:prefLabel ?label .} #OPTIONAL # {?resource dc:title ?title .} OPTIONAL {?resource dc:date ?date .} OPTIONAL {?resource dc:coverage ?coverage . } OPTIONAL {?resource dc:contributor ?contributor .} OPTIONAL {?resource dc:subject ?subject .} OPTIONAL {?resource rdfs:label ?rlabel .} #hier die abfrage ob auf das ergebnis (ort, schlagwort, person) briefe zugeordnet sind OPTIONAL {?letter dc:subject ?resource; rdfs:label ?ltitle . } OPTIONAL {?letter dc:coverage ?resource; rdfs:label ?ltitle . } OPTIONAL {?letter dc:creator ?resource; rdfs:label ?ltitle . } OPTIONAL {?letter dc:contributor ?resource; rdfs:label ?ltitle . } } &infer=false# author: Elisabeth Steiner # param: <https://gams.uni-graz.at/o:hsa.bibliography#BIBL.4263> = URI search # result: returns all resources with the respective URI and adds linked letters prefix hsa:<https://gams.uni-graz.at/o:hsa.ontology#> prefix bds:<http://www.bigdata.com/rdf/search#> prefix gams:<https://gams.uni-graz.at/o:gams-ontology#> prefix gn:<http://www.geonames.org/ontology#> prefix gnd:<http://d-nb.info/standards/elementset/gnd#> prefix dc:<http://purl.org/dc/elements/1.1/> prefix rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix skos:<http://www.w3.org/2004/02/skos/core#> SELECT DISTINCT ?resource ?part ?label ?creator ?date ?contributor ?letter ?rlabel ?ltitle ('<https://gams.uni-graz.at/o:hsa.bibliography#BIBL.4263>' as ?query) WHERE { #alle tei objekte, dh briefe und register {?resource gams:isMemberOfCollection <https://gams.uni-graz.at/context:hsa> ; gams:isPartOf ?part ; #gams:textualContent ?text . } UNION { #die skos objekte {?resource skos:inScheme <https://gams.uni-graz.at/o:hsa.subjects>} UNION {?resource skos:inScheme <https://gams.uni-graz.at/o:hsa.languages> } ?resource skos:inScheme ?part; # skos:prefLabel ?text . } FILTER (?resource = <https://gams.uni-graz.at/o:hsa.bibliography#BIBL.4263>) #OPTIONAL # {?resource gn:name ?placename .} # OPTIONAL # {?resource gnd:forename ?forename; # gnd:surname ?surname .} OPTIONAL {?resource dc:creator ?creator . } OPTIONAL {?resource skos:prefLabel ?label .} #OPTIONAL # {?resource dc:title ?title .} OPTIONAL {?resource dc:date ?date .} OPTIONAL {?resource dc:coverage ?coverage . } OPTIONAL {?resource dc:contributor ?contributor .} OPTIONAL {?resource dc:subject ?subject .} OPTIONAL {?resource rdfs:label ?rlabel .} #hier die abfrage ob auf das ergebnis (ort, schlagwort, person) briefe zugeordnet sind OPTIONAL {?letter dc:subject ?resource; rdfs:label ?ltitle . } OPTIONAL {?letter dc:coverage ?resource; rdfs:label ?ltitle . } OPTIONAL {?letter dc:creator ?resource; rdfs:label ?ltitle . } OPTIONAL {?letter dc:contributor ?resource; rdfs:label ?ltitle . } }