Matches in Nanopublications for { <https://w3id.org/np/RAfFr1PrIO3hhemkVyt_7YtuqWaBnmqsrZmGcwTWFSVtE/get-properties-of-ontology> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- get-properties-of-ontology type grlc-query assertion.
- get-properties-of-ontology label "Get the properties of an ontology" assertion.
- get-properties-of-ontology description "This query returns all properties that specify to be part of a given ontology." assertion.
- get-properties-of-ontology sparql "prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix owl: <http://www.w3.org/2002/07/owl#> 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/> prefix skos: <http://www.w3.org/2004/02/skos/core#> select ?property ?label ?domain ?range (?definition as ?description) ?np where { values ?_ontology_multi_iri {} graph npa:graph { ?np npx:hasNanopubType rdf:Property . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np npx:introduces ?property . ?np np:hasAssertion ?a . } graph ?a { ?property dct:partOf ?_ontology_multi_iri . optional { ?property skos:definition ?definition . } optional { ?property rdfs:label ?label . } optional { ?property rdfs:domain ?domain . } optional { ?property rdfs:range ?range . } } } order by ?label" assertion.
- get-properties-of-ontology endpoint 0ecf438131f3cf9e7777966e39e6c8302684a3d64cf48d80902cc0f66fc85fe6 assertion.
- get-properties-of-ontology license LICENSE-2.0 assertion.
- get-properties-of-ontology hasLabelFromApi "Get the properties of an ontology - This query returns all properties that specify to be part of a given ontology." pubinfo.