@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://iserve.kmi.open.ac.uk/ns/hrests#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://iserve.kmi.open.ac.uk/ns/msm#> . ns0:acceptsContentType a owl:ObjectProperty ; rdfs:description "the content type accepted by the operation"@en ; rdfs:domain ns1:Operation ; rdfs:isDefinedBy <http://iserve.kmi.open.ac.uk/ns/hrests#> ; rdfs:label "accepts Content Type"@en ; rdfs:range ns0:MediaType .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://iserve.kmi.open.ac.uk/ns/hrests#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://iserve.kmi.open.ac.uk/ns/msm#> .

ns0:acceptsContentType
    a owl:ObjectProperty ;
    rdfs:description "the content type accepted by the operation"@en ;
    rdfs:domain ns1:Operation ;
    rdfs:isDefinedBy <http://iserve.kmi.open.ac.uk/ns/hrests#> ;
    rdfs:label "accepts Content Type"@en ;
    rdfs:range ns0:MediaType .