http://scigraph.springernature.com/ontologies/core/shapeDataClient
The :shapeDataClient property specifies the data client that a SHACL shape is prepared for. The client may be a data source for imports, or a data sink for exports. See :shapeType for the shape data flow direction. Note that the client may be specified currently as a string, although later is intended to reference a data-clients: taxonomy term.
@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns1:shapeDataClient a rdf:Property,
owl:AnnotationProperty ;
rdfs:label "Property: shape data client"@en ;
rdfs:comment "The :shapeDataClient property specifies the data client that a SHACL shape is prepared for. The client may be a data source for imports, or a data sink for exports. See :shapeType for the shape data flow direction. Note that the client may be specified currently as a string, although later is intended to reference a data-clients: taxonomy term."@en ;
rdfs:isDefinedBy ns1: ;
rdfs:subPropertyOf ns1:shapeDataClient .