Matches in Nanopublications for { <https://w3id.org/np/RAd2VWXCZGpEul26g9wU4FhBRyW5eowpVgQuh8Q4Bv8Bg/get-properties-of-ontology-ns> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- get-properties-of-ontology-ns type grlc-query assertion.
- get-properties-of-ontology-ns label "Get the properties of OWL ontology including namespace" assertion.
- get-properties-of-ontology-ns description "This query returns all properties that specify to be part of a given ontology or use its namespace." assertion.
- get-properties-of-ontology-ns 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 ?property_label (?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 a rdf:Property . filter(strstarts(str(?property), ?__ontologyNamespace)) } union { ?property a rdf:Property . ?property dct:partOf ?_ontology_multi_iri . }} optional { ?property rdfs:label ?property_label . } optional { ?property skos:definition ?definition . } } } order by ?property_label" assertion.
- get-properties-of-ontology-ns endpoint 0ecf438131f3cf9e7777966e39e6c8302684a3d64cf48d80902cc0f66fc85fe6 assertion.
- get-properties-of-ontology-ns license LICENSE-2.0 assertion.
- get-properties-of-ontology-ns hasLabelFromApi "Get the properties of OWL ontology including namespace - This query returns all properties that specify to be part of a given ontology..." pubinfo.