Full identifier: https://w3id.org/np/RAd2VWXCZGpEul26g9wU4FhBRyW5eowpVgQuh8Q4Bv8Bg/get-properties-of-ontology-ns
Assigned to 1 class:
Described in 1 nanopublication:
| Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
|---|---|---|---|---|---|---|
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-properties-of-ontology-ns
|
Get the properties of OWL ontology including namespace - This query returns all properties that specify to be part of a given ontology...
|
Tobias Kuhn
|
2025-11-25T07:46:15.567Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-properties-of-ontology-ns
|
Tobias Kuhn
|
2025-11-25T07:46:15.567Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-properties-of-ontology-ns
|
Tobias Kuhn
|
2025-11-25T07:43:37.213Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-properties-of-ontology-ns
|
Get the properties of OWL ontology including namespace
|
Tobias Kuhn
|
2025-11-25T07:43:37.213Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-properties-of-ontology-ns
|
Tobias Kuhn
|
2025-11-25T07:43:37.213Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-properties-of-ontology-ns
|
This query returns all properties that specify to be part of a given ontology or use its namespace.
|
Tobias Kuhn
|
2025-11-25T07:43:37.213Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-properties-of-ontology-ns
|
Tobias Kuhn
|
2025-11-25T07:43:37.213Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-properties-of-ontology-ns
|
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
|
Tobias Kuhn
|
2025-11-25T07:43:37.213Z
|
||
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-properties-of-ontology-ns
|
Tobias Kuhn
|
2025-11-25T07:43:37.213Z
|