@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/ontouml-models/vocabulary#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dcat: <http://www.w3.org/ns/dcat#> . @prefix ns1: <https://w3id.org/ontouml-models/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:conformsToSchema a owl:ObjectProperty ; rdfs:comment "Identifies a schema upon which the distribution can be validated against. E.g., a JSON Schema document, a SHACL shape, and an XML Schema document."@en ; rdfs:domain dcat:Distribution ; rdfs:isDefinedBy ns1:vocabulary ; rdfs:label "conforms to schema"@en ; rdfs:range rdfs:Resource ; skos:scopeNote "The identified schema should be compatible with the media type of the distribution. That is, if a distribution is in JSON, the schema cannot be an XML Schema."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/ontouml-models/vocabulary#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix ns1: <https://w3id.org/ontouml-models/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:conformsToSchema
    a owl:ObjectProperty ;
    rdfs:comment "Identifies a schema upon which the distribution can be validated against. E.g., a JSON Schema document, a SHACL shape, and an XML Schema document."@en ;
    rdfs:domain dcat:Distribution ;
    rdfs:isDefinedBy ns1:vocabulary ;
    rdfs:label "conforms to schema"@en ;
    rdfs:range rdfs:Resource ;
    skos:scopeNote "The identified schema should be compatible with the media type of the distribution. That is, if a distribution is in JSON, the schema cannot be an XML Schema."@en .