<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sd="http://www.w3.org/ns/sparql-service-description#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sparql-service-description#availableGraphs"> <rdfs:comment>Relates an instance of sd:Service to a description of the graphs which are allowed in the construction of a dataset either via the SPARQL Protocol, with FROM/FROM NAMED clauses in a query, or with USING/USING NAMED in an update request, if the service limits the scope of dataset construction.</rdfs:comment> <rdfs:label>available graph descriptions</rdfs:label> <rdfs:domain rdf:resource="http://www.w3.org/ns/sparql-service-description#Service"/> <rdfs:range rdf:resource="http://www.w3.org/ns/sparql-service-description#GraphCollection"/> </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:sd="http://www.w3.org/ns/sparql-service-description#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sparql-service-description#availableGraphs">
    <rdfs:comment>Relates an instance of sd:Service to a description of the graphs which are allowed in the construction of a dataset either via the SPARQL Protocol, with FROM/FROM NAMED clauses in a query, or with USING/USING NAMED in an update request, if the service limits the scope of dataset construction.</rdfs:comment>
    <rdfs:label>available graph descriptions</rdfs:label>
    <rdfs:domain rdf:resource="http://www.w3.org/ns/sparql-service-description#Service"/>
    <rdfs:range rdf:resource="http://www.w3.org/ns/sparql-service-description#GraphCollection"/>
  </owl:ObjectProperty>
</rdf:RDF>