SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

DAP
Central place where data can be obtained from many different sources in a uniform format.
FORCEGET, Data Access Point (DAP) ([Internet, 2025-05-06](https://forceget.com/glossary/data-access-point-dap/))
Data Stewards steuern und stimmen die Datensysteme eines Unternehmens aufeinander ab. [...] Sie sind der erste Datenbezugspunkt im Unternehmen und dienen als Zugangspunkt zu den Daten.
Il Portale dati.gov.it è il catalogo nazionale dei metadati relativi ai dati di tipo aperto rilasciati dalle pubbliche amministrazioni e costituisce lo strumento di ricerca e il punto di accesso ai dati resi disponibili secondo il paradigma dell’open data [...]
Le moissonnage est un mécanisme permettant de collecter les métadonnées sur un catalogue distant et de les stocker sur une autre plateforme afin de proposer un second point d’accès aux données.
EXP: a data access point provides a standard, well-documented interface that makes it easier to find, use, and share data
after FORCEGET, Data Access Point (DAP) ([Internet, 2025-05-06](https://forceget.com/glossary/data-access-point-dap/))
after FORCEGET, Data Access Point (DAP) ([Internet, 2025-05-06](https://forceget.com/glossary/data-access-point-dap/))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part data access point
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.