@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/ldp#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . ns0:constrainedBy a owl:ObjectProperty ; rdfs:comment "Links a resource with constraints that the server requires requests like creation and update to conform to." ; rdfs:domain ns0:Resource ; rdfs:isDefinedBy <http://www.w3.org/ns/ldp#> ; rdfs:label "constrainedBy" ; rdfs:range rdfs:Resource ; ns1:term_status "stable" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/ldp#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

ns0:constrainedBy
    a owl:ObjectProperty ;
    rdfs:comment "Links a resource with constraints that the server requires requests like creation and update to conform to." ;
    rdfs:domain ns0:Resource ;
    rdfs:isDefinedBy <http://www.w3.org/ns/ldp#> ;
    rdfs:label "constrainedBy" ;
    rdfs:range rdfs:Resource ;
    ns1:term_status "stable" .