Status: 
| part | subject | predicate | object | published by | date | |
|---|---|---|---|---|---|---|
|
Assertion
|
|
|||||
|
Assertion
|
Get FDO attributes
|
|
||||
|
Assertion
|
|
|||||
|
PublicationInfo
|
Get FDO attributes - This query returns all FDO attributes with their definitions
|
|
||||
|
PublicationInfo
|
Get FDO attributes - This query returns all FDO attributes with their definitions
|
|
||||
|
PublicationInfo
|
Get FDO attributes - This query returns all FDO attributes with their definitions
|
|
||||
|
Assertion
|
This query returns all FDO attributes with their definitions
|
|
||||
|
Assertion
|
|
|||||
|
Assertion
|
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix dct: <http://purl.org/dc/terms/>
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix npx: <http://purl.org/nanopub/x/>
select ?np ?label ?attribute ?creator ?date where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
?np dct:created ?date .
?np npx:hasNanopubType <https://w3id.org/fdoc/o/terms/FdoAttribute> .
?np npx:introduces ?attribute .
optional { ?np rdfs:label ?label }
optional { ?np npx:signedBy ?creator }
}
} order by desc(?date)
|
|
||||
|
PublicationInfo
|
|
|||||