/ Published in: Other
                    
                                        
Replace this:property with the property in question.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
SELECT ?s ?p ?o
WHERE {
?s ?p ?o .
FILTER (?p != this:property)
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                