@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:addAction rdfs:label "new..."; ; "void"; "void"; "ontology" . sub:ontology-properties-view a , ; dct:title "Properties"; rdfs:label "View of properties of OWL ontology"; "4.4.properties.1"; sub:addAction; ; "ontology" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . nt:hasLabelFromApi "Defining a new object/datatype property - This template helps to define object properties and datatype properties with ..." . this: dct:created "2025-11-19T12:40:45.024+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:ontology-properties-view; npx:supersedes ; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "D1vvKGoNGop16eCI/g0IyJK5lZn/4K5oATAXTTk838hLN5og3zxUgM806Brdz5mIGRxjgbhnhFwMJcuofLh4WK0re/HxkTBj+WVSUJabbIFXfM+hTLh/6LYYoFQAzEYkTmLE3825wC3mRDyKyIc7+qviNOjnOCO3aoDGcmyey+w="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . nt:hasLabelFromApi "Get the properties of an ontology - This query returns all properties that specify to be part of a given ontology." . }