@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://rdvocab.info/Elements/> . @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 ns1: <http://metadataregistry.org/uri/profile/RegAp/> . @prefix ns2: <http://metadataregistry.org/uri/RegStatus/> . @prefix ns3: <http://rdvocab.info/> . ns0:accessibilityContent ns1:hasSubproperty ns0:accessibilityContentExpression ; ns1:name "accessibilityContent"@en ; ns1:status <http://metadataregistry.org/uri/RegStatus/1002> ; a owl:AnnotationProperty ; rdfs:isDefinedBy ns3:Elements ; rdfs:label "Accessibility content"@en ; skos:definition "Content that assists those with a sensory impairment in the greater understanding of content which their impairment prevents them fully seeing or hearing."@en . ns0:accessibilityContentExpression rdfs:subPropertyOf ns0:accessibilityContent .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://rdvocab.info/Elements/> .
@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 ns1: <http://metadataregistry.org/uri/profile/RegAp/> .
@prefix ns2: <http://metadataregistry.org/uri/RegStatus/> .
@prefix ns3: <http://rdvocab.info/> .

ns0:accessibilityContent
    ns1:hasSubproperty ns0:accessibilityContentExpression ;
    ns1:name "accessibilityContent"@en ;
    ns1:status <http://metadataregistry.org/uri/RegStatus/1002> ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy ns3:Elements ;
    rdfs:label "Accessibility content"@en ;
    skos:definition "Content that assists those with a sensory impairment in the greater understanding of content which their impairment prevents them fully seeing or hearing."@en .

ns0:accessibilityContentExpression
    rdfs:subPropertyOf ns0:accessibilityContent .