JSON

defined by construct

^ http://purl.obolibrary.org/obo/OMO_0002000


Links an annotation property to a SPARQL CONSTRUCT query which is meant to provide semantics for a shortcut relation.

Property info

contributor

https://orcid.org/0000-0002-8688-6599,https://orcid.org/0000-0002-7356-1779

example of usage

'part disjoint with' 'defined by construct' """ PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX : <http://example.org/ CONSTRUCT { [ a owl:Restriction ; owl:onProperty :part_of ; owl:someValuesFrom ?a ; owl:disjointWith [ a owl:Restriction ; owl:onProperty :part_of ; owl:someValuesFrom ?b ] ] } WHERE { ?a :part_disjoint_with ?b . }

term tracker item

https://github.com/ontodev/robot/issues/963

Property relations