Uses of Class
ch.miranet.rdfstructure.PropertyShape
-
-
Uses of PropertyShape in ch.miranet.rdfstructure
Methods in ch.miranet.rdfstructure that return PropertyShape Modifier and Type Method Description PropertyShapePropertyShape. any(BiConsumer<org.eclipse.rdf4j.model.util.ModelBuilder,org.eclipse.rdf4j.model.Resource> consumer)PropertyShapePropertyShape. clazz(RdfsClass cls)sh:classPropertyShapePropertyShape. clazz(String prefixedNameOrIri)sh:classPropertyShapePropertyShape. clazz(org.eclipse.rdf4j.model.IRI iri)sh:classPropertyShapePropertyShape. comment(String comment)rdfs:commentPropertyShapePropertyShape. count(int count)sh:minCount
sh:maxCountPropertyShapePropertyShape. label(String label)rdfs:labelPropertyShapePropertyShape. maxCount(int count)sh:maxCountPropertyShapePropertyShape. minCount(int count)sh:minCountprotected PropertyShapeNodeShape. property0(org.eclipse.rdf4j.model.IRI propertyIri)Method parameters in ch.miranet.rdfstructure with type arguments of type PropertyShape Modifier and Type Method Description NodeShapeNodeShape. property(RdfProperty property, Consumer<PropertyShape> propertyShapeConsumer)sh:propertyNodeShapeNodeShape. property(String propertyPrefixedNameOrIri, Consumer<PropertyShape> propertyShapeConsumer)sh:propertyNodeShapeNodeShape. property(org.eclipse.rdf4j.model.IRI propertyIri, Consumer<PropertyShape> propertyShapeConsumer)sh:property
-