https://w3id.org/standards/smart/ontologies/core/deprecatedLabel
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .
smart:deprecatedLabel a owl:ObjectProperty ;
rdfs:label "deprecated label"@en ;
skos:prefLabel "deprecated label"@en .