BSBM Linked Data Views Live links to a sample instance
Class
Basic SPARQL Protocol URL
iSPARQL Results URL
SPARQL Query
Dynamic Data Page
Product
List all Products URIs
List all Products URIs
PREFIX bsbm: <
http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/
>
SELECT *
FROM <
http://demo.openlinksw.com/bsbm
>
WHERE
{
?s rdf:type bsbm:Product.
}
Product1
ProductType
?
List all ProductTypes URIs
List all ProductTypes URIs
PREFIX bsbm: <
http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/
>
SELECT *
FROM <
http://demo.openlinksw.com/bsbm
>
WHERE
{
?s rdf:type bsbm:ProductType
?
.
}
ProductType1
ProductFeature
?
List all ProductFeatures URIs
List all ProductFeatures URIs
PREFIX bsbm: <
http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/
>
SELECT *
FROM <
http://demo.openlinksw.com/bsbm
>
WHERE
{
?s rdf:type bsbm:ProductFeature
?
.
}
ProductFeature9
Producer
List all Producers URIs
List all Producers URIs
PREFIX bsbm: <
http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/
>
SELECT *
FROM <
http://demo.openlinksw.com/bsbm
>
WHERE
{
?s rdf:type bsbm:Producer.
}
Producer1
Vendor
List all Vendors URIs
List all Vendors URIs
PREFIX bsbm: <
http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/
>
SELECT *
FROM <
http://demo.openlinksw.com/bsbm
>
WHERE
{
?s rdf:type bsbm:Vendor.
}
Vendor1
Offer
List all Offers URIs
List all Offers URIs
PREFIX bsbm: <
http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/
>
SELECT *
FROM <
http://demo.openlinksw.com/bsbm
>
WHERE
{
?s rdf:type bsbm:Offer.
}
Offer373