Link to Heard Library SPARQL endpoint:
http://rdf.library.vanderbilt.edu/sparql?view
The FOAF vocabulary: http://rdf.library.vanderbilt.edu/swwg/foaf.rdf or foaf.rdf
FOAF in Turtle: https://gist.github.com/baskaufs/fefa1bfbff14a9efc174 or foaf.ttl
SW Working Group metadata: http://rdf.library.vanderbilt.edu/swwg/sww-group.rdf or sww-group.rdf or sww-group.ttl
SW Working Group relationships: http://rdf.library.vanderbilt.edu/swwg/assertions.ttl or assertions.ttl
SELECT DISTINCT ?p ?superproperty
FROM <http://rdf.library.vanderbilt.edu/swwg/foaf.rdf>
FROM <http://rdf.library.vanderbilt.edu/swwg/sww-group.rdf>
FROM <http://rdf.library.vanderbilt.edu/swwg/assertions.ttl>
WHERE {
?s ?p ?o.
?p rdfs:subPropertyOf ?superproperty.
}
CONSTRUCT {
?s ?superproperty ?o.
}
FROM <http://rdf.library.vanderbilt.edu/swwg/foaf.rdf>
FROM <http://rdf.library.vanderbilt.edu/swwg/sww-group.rdf>
FROM <http://rdf.library.vanderbilt.edu/swwg/assertions.ttl>
WHERE {
?s ?p ?o.
?p rdfs:subPropertyOf ?superproperty.
MINUS {?s ?superproperty ?o.}
}
Change Stardog Schema to the entire FOAF vocabulary Flip reasoning switch
SELECT DISTINCT ?thing ?label
WHERE {
?thing rdfs:label ?label.
}
rdfs:domain
rdfs:range
rdfs:seeAlso (linked resource may not be dereferenceable as RDF)
rdfs:isDefinedBy
rdfs:comment