-
Notifications
You must be signed in to change notification settings - Fork 6
(RDF SPARQL) Information about a node in Wikidata
Jose Emilio Labra Gayo edited this page Aug 12, 2024
·
4 revisions
It is possible to obtain information about RDF nodes that are accessible through a SPARQL endpoint.
rudof contains a list of popular SPARQL endpoints like Wikidata and supports also the Wikidata prefix declarations. So the following command can be used to obtain information about wd:Q80
which is the item that represents Tim Berners-Lee:
rudof node -e wikidata -n wd:Q80
Notice that it is also possible to declare which properties we are interested. The following command obtains the values of wdt:P31
(instance of) which is wd:Q5
(Human) at the time of this writing.
rudof node -e wikidata -n wd:Q80 -p wdt:P31
It is also possible to indicate the direction of the arcs, which can be outgoing
(default option), incoming
or both.
- (RDF) Information about a node in RDF file
- (RDF) Merge several RDF data files
- (RDF/SPARQL) Information about a node in Wikidata
- (ShEx) Show info about a schema
- (ShEx) Validate a specific node with a shape
- (SHACL) Show info about a SHACL schema
- (SHACL) Read a SHACL Shapes graph and convert to some format
- (SHACL) Validating RDF data using SHACL
- (SPARQL) Running SPARQL queries
- (Python) Invoking this library from Python
- (SHACL → ShEx) Convert SHACL shapes graph to ShEx schema
- (ShEx → SVG/PNG/...) Convert a ShEx schema to an UML-like visualization in SVG, PNG, ...
- (ShEx → HTML) Convert ShEx schemas to HTML views
- (ShEx → SPARQL) Convert a simple ShEx schema to SPARQL
- (DCTap → ShEx) Convert a CSV file in DCTap to a ShEx schema
- (DCTap → SVG/PNG/...) Convert a CSV file in DCTap to an UML-like visualization in SVG, PNG, ...