<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://w3id.org/ontouml-models/vocabulary#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:ns1="https://w3id.org/ontouml-models/" xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <owl:ObjectProperty rdf:about="https://w3id.org/ontouml-models/vocabulary#conformsToSchema"> <rdfs:comment xml:lang="en">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.</rdfs:comment> <rdfs:label xml:lang="en">conforms to schema</rdfs:label> <rdfs:domain rdf:resource="http://www.w3.org/ns/dcat#Distribution"/> <rdfs:isDefinedBy rdf:resource="https://w3id.org/ontouml-models/vocabulary"/> <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> <skos:scopeNote xml:lang="en">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.</skos:scopeNote> </owl:ObjectProperty> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://w3id.org/ontouml-models/vocabulary#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:ns1="https://w3id.org/ontouml-models/" xmlns:skos="http://www.w3.org/2004/02/skos/core#">
  <owl:ObjectProperty rdf:about="https://w3id.org/ontouml-models/vocabulary#conformsToSchema">
    <rdfs:comment xml:lang="en">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.</rdfs:comment>
    <rdfs:label xml:lang="en">conforms to schema</rdfs:label>
    <rdfs:domain rdf:resource="http://www.w3.org/ns/dcat#Distribution"/>
    <rdfs:isDefinedBy rdf:resource="https://w3id.org/ontouml-models/vocabulary"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <skos:scopeNote xml:lang="en">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.</skos:scopeNote>
  </owl:ObjectProperty>
</rdf:RDF>