@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.w3.org/2019/wot/json-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix schema: <http://schema.org/> . ns0:allOf schema:domainIncludes ns0:DataSchema ; schema:rangeIncludes ns0:DataSchema ; a owl:ObjectProperty ; rdfs:comment "Used to ensure that the data is valid against all of the specified schemas in the array."@en ; rdfs:label "allOf" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.w3.org/2019/wot/json-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .

ns0:allOf
    schema:domainIncludes ns0:DataSchema ;
    schema:rangeIncludes ns0:DataSchema ;
    a owl:ObjectProperty ;
    rdfs:comment "Used to ensure that the data is valid against all of the specified schemas in the array."@en ;
    rdfs:label "allOf" .